This commit was manufactured by cvs2svn to create branch 'davidwTempBranch'.
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 16d3c4d..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-.cache
diff --git a/.project b/.project
deleted file mode 100644
index 7ab8e5f..0000000
--- a/.project
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>webtools</name>
- <comment></comment>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
- <arguments></arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- <arguments></arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.validation.validationbuilder</name>
- <arguments></arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.php.core.PHPNature</nature>
- <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
- </natures>
-</projectDescription>
diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs
deleted file mode 100644
index 90ed4d7..0000000
--- a/.settings/org.eclipse.wst.validation.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-#Tue Dec 04 00:26:44 EST 2007
-DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator\=org.eclipse.wst.wsdl.validation.internal.eclipse.Validator;
-USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.jst.jsf.validation.internal.appconfig.AppConfigValidator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.html.internal.validation.HTMLValidator;org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator;org.eclipse.wst.jsdt.web.core.internal.validation.JsBatchValidator;org.eclipse.jst.jsf.validation.internal.JSPSemanticsValidator;
-USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.jst.jsf.validation.internal.appconfig.AppConfigValidator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.html.internal.validation.HTMLValidator;org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator;org.eclipse.wst.jsdt.web.core.internal.validation.JsBatchValidator;org.eclipse.jst.jsf.validation.internal.JSPSemanticsValidator;
-USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.1.102.v200709122200
-eclipse.preferences.version=1
diff --git a/_projectCommon.php b/_projectCommon.php
deleted file mode 100644
index e955583..0000000
--- a/_projectCommon.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-# Set the theme for your project's web pages.
-# See the Committer Tools "How Do I" for list of themes
-# https://dev.eclipse.org/committers/
-# Optional: defaults to system theme
-# miasma
-$theme = "Phoenix";
-$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/webtools/wtpphoenix.css\" />\n");
-
-# Define your project-wide Nav bars here.
-# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-# these are optional
-#
-# We have folding menus. Second level (anything with a ... below) has a _projectCommon.php that overrides this one.
-# It is up to you to keep all these files in sync.
-$Nav->addNavSeparator("WTP Home", "/webtools/");
-$Nav->addCustomNav("Subprojects", "", "_self", 1);
-$Nav->addCustomNav("ATF", "/webtools/atf/main.php", "_self", 2);
-$Nav->addCustomNav("Common", "/webtools/common/", "_self", 2);
-$Nav->addCustomNav("Dali", "/webtools/dali/main.php", "_self", 2);
-$Nav->addCustomNav("EJB Tools", "/webtools/ejb/", "_self", 2);
-$Nav->addCustomNav("Java EE Tools", "/webtools/jee/", "_self", 2);
-$Nav->addCustomNav("JSF", "/webtools/jsf/main.php", "_self", 2);
-$Nav->addCustomNav("Server Tools", "/webtools/server/", "_self", 2);
-$Nav->addCustomNav("Source Editing", "/webtools/sse/", "_self", 2);
-$Nav->addCustomNav("Web Services", "/webtools/ws/", "_self", 2);
-$Nav->addCustomNav("WTP Incubator", "/webtools/incubator/", "_self", 2);
-$Nav->addCustomNav("Documentation ...", "/webtools/documentation/", "_self", 1);
-$Nav->addCustomNav("Downloads", "http://download.eclipse.org/webtools/downloads/", "_self", 1);
-$Nav->addCustomNav("Community ...", "/webtools/community/communityresources.php", "_self", 1);
-#$Nav->addCustomNav("Installation", "install.php", "_self", 1);
-$Nav->addCustomNav("Adopters", "/webtools/adopters/", "_self", 1);
-$Nav->addCustomNav("Project Wiki", "http://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project", "_self", 1);
-$Nav->addCustomNav("Development ...", "/webtools/development/", "_self", 1);
-$Nav->addCustomNav("FAQ", "http://wiki.eclipse.org/WTP_FAQ", "_self", 1);
-$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html", "_self", 1);
-
-?>
diff --git a/about.html b/about.html
deleted file mode 100644
index 58568bc..0000000
--- a/about.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; url=about.php" />
-</head>
-<body>
-<a href="about.php">This document has moved</a>
-</body>
-</html>
diff --git a/about.php b/about.php
deleted file mode 100644
index 622caeb..0000000
--- a/about.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
-$pageKeywords = "";
-$pageAuthor = "Bob Fraser";
-
-$root = $_SERVER['DOCUMENT_ROOT'];
-require_once ($root . '/webtools/common.php');
-
-# Generate the web page
-// Load the XML source
-$xml = DOMDocument::load('about.xml');
-
-//Set the page title
-$xpath = new DOMXPath($xml);
-$titleNode = $xpath->query("/sections/attribute::title")->item(0);
-$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page";
-
-// Load the XSL source
-$xsl = DOMDocument::load($root . '/webtools/wtpphoenixpage.xsl');
-
-// Configure the transformer
-$proc = new XSLTProcessor;
-$proc->importStyleSheet($xsl); // attach the xsl rules
-
-$maincontent = $proc->transformToXML($xml);
-$html = <<<EOHTML
-$maincontent
-EOHTML;
-$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/about.xml b/about.xml
deleted file mode 100644
index 1fc8ea5..0000000
--- a/about.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<?xml-stylesheet type="text/xsl" href="wtphome.xsl"?>
-<sections title="About the Web Tools Platform Project" subtitle="About the Web Tools Platform Project">
- <meta name="root" content="../" />
- <section class="main" name="All About The WTP Project">
- <description>
- The Eclipse Web Tools Platform Project is an open source project of eclipse.org, overseen
- by a <a class="wikipage" href="pmc.php">Project Management Committee</a> (PMC) and project
- leaders. The PMC Planning Council coordinates identified resources of the project against a
- Project Development Plan. The work is done in subprojects working against a
- <a class="external" href="http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_Project">CVS
- repository</a>. The <a class="wikipage" href="project-charter.html">Eclipse Web Tools Platform
- Project Charter</a> describes the organization of the project, roles and responsibilities of the
- participants, and top-level development process for the project.
- </description>
- <section name="Project Principles" link="project-principles.html" icon="../images/Adarrow.gif">
- The key principles on which this project is run.
- </section>
- <section name="Project Scope" link="project-scope.html" icon="../images/Adarrow.gif">
- "Web Tools" is big, very big, so big that it could encompass everything. So
- we've defined a reasonable scope for the Web Tools Platform Project.
- </section>
- <section name="Project Charter" link="project-charter.html" icon="images/charter.gif">
- Describes the organization of the project, roles and responsibilities of the participants, and
- top-level development process for the project.
- </section>
- </section>
-</sections>
-
\ No newline at end of file
diff --git a/adopters/1.5APIdelta.html b/adopters/1.5APIdelta.html
deleted file mode 100644
index 6b8e6cd..0000000
--- a/adopters/1.5APIdelta.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<body>
- <h1>WTP 1.0 to 1.5 API Delta Report</h1>
-
-In general, due to the restricted scope of the 1.5 release, API changes versus 1.0 have
-been minimized. RDB and server areas in particular had no changes at all.
-
-Some areas where changes have occurred:
-<ol>
- <li>The "navigator" framework that was not API in WTP was officially moved and has become API in the base eclipse ui component.
-(The WTP "internal" navigator plugins have been removed).
-
- <li>The "tabbed property pages" that was not API in WTP was officially moved and has become API in the base eclipse ui component.
-(The WTP "internal" tabbed properties pages have not been removed, because one adopter said they could not yet migrate in a timely way
-(they need some functionality that was in the WTP version to also be migrated to the base version), so
-we will keep these around as deprecated until the WTP 2.0 (2007) release).
-
- <li>In the JSP Component, we added a "JSP - as - CSS" content type. This is mostly for "tolerance" in WTP 1.5, so its not misinterpreted
-as JSP-HTML or JSP-XML, but adopters might have to be aware that its no longer true that just because something is a "kind of" JSP,
-that its automatically some form of HTML or XML (with was true in WTP 1.0).
-
- <li>The SSE family of editors have added some partition types as "public" API's, but we still need to add some more partition types
-in 2.0 release, so the exact behavior of "how a document is partitioned" will change a little then, if anyone depends on exact details of
-how documents are partitioned.
-
-</ol>
-
-</body>
-</html>
diff --git a/adopters/WhatsNewInCallisto.html b/adopters/WhatsNewInCallisto.html
deleted file mode 100644
index ea10262..0000000
--- a/adopters/WhatsNewInCallisto.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<html>
-
-<body>
-<h1>What's New in Callisto</h1>
-
-<h2>Java EE 5 Technology Previews </h2>
-<ul>
- <li>JSF sub-project technology preview
- <li>Dali (JPA) project technology preview
-</ul>
-
-<h2>Adopter readiness </h2>
-<ul>
- <li>Productization support [125751]
- <li>Improve feature split [<a href="http://www.eclipse.org/webtools/development/arch_and_design/subsystems/SubsystemsAndFeatures.html">Proposal</a>]
- <li>Improve API coverage (convert additional provisional areas to APIs)
-</ul>
-
-<h2>Architectural harmonization </h2>
-<ul>
- <li>Move/merge common navigator to platform [125744]
- <li>Move tabbed properties page to platform [125745]
- <li>Migrate to common undo stack [88011]
-</ul>
-
-<h2>Web Services Support </h2>
-<ul>
- <li>Upgrade to Axis 1.3 [116308]
- <li>Streamlined Web Services wizard and Web Services Client wizard [128827]:
- <ol>
- <li>The first three pages of the Web Services Wizards have been combined into a new first page.
- <li>The user can use the service and client sliders to select whether to develop, install, start and test.
- <li>The user can use the various links in the summary section to change server, Web service runtime, project and EAR.
- </ol>
- <li>The user can optionally use the Web service -> Resource Management -> Merge generated skeleton preference to enable merging of the generated skeleton file with pre-existing skeleton implementation file.
- <li>The Web Services Explorer's WSDL browser now shows WSDL files under different categories [127456].
- <li>Support for nils and attributes in the Web Services Explorer [98844].
- <li>Added Web service -> Axis Emitter preference page [127016].
-</ul>
-
-<h2>Validation Framework </h2>
-<ul>
- <li>Enhance validation framework [<a href="http://www.eclipse.org/webtools/jst/components/j2ee/proposals/ValidatorFramework.html">Proposal</a>]
-</ul>
-
-<h2>Server Runtime </h2>
-<ul>
- <li>Restructure Generic Server Support [<a href="http://wiki.eclipse.org/index.php/RestructureGenericServerSupportProposal">Proposal</a>]
-</ul>
-
-<h2>New XML Schema and WSDL Graphical Views </h2>
-<ul>
- <li>Improve ease of use
- <li>Easier visualization of large schemas and WSDLs
-</ul>
-
-</body>
-
-</html>
diff --git a/adopters/build.xml b/adopters/build.xml
deleted file mode 100644
index 7cf174c..0000000
--- a/adopters/build.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-
- Version: $Id: build.xml,v 1.1 2006/01/04 18:11:20 ryman Exp $
-
- Ant build script for WTP Adopters Web pages.
-
- ChangeLog:
-
- 2006-01-04: Arthur Ryman <ryman@ca.ibm.com>
- - Created.
-
--->
-
-<project name="webtools" default="main" basedir=".">
-
- <description>
- Generates WTP Adopters Web pages.
- </description>
-
- <target name="main" depends="html" description="Build WTP Adopters Web pages." />
-
- <target name="html" depends="validate" description="Transforms XML to HTML.">
-
- <xslt style="../wtp.xsl" includes="**/*.xml" excludes="build.xml" destdir="." />
-
- </target>
-
- <target name="validate" description="Validates all XML files.">
- <xmlvalidate lenient="true">
- <fileset dir="." includes="**/*.xml" />
- </xmlvalidate>
- </target>
-
-</project>
\ No newline at end of file
diff --git a/adopters/extensionPtUsageScan.html b/adopters/extensionPtUsageScan.html
deleted file mode 100644
index ed056d0..0000000
--- a/adopters/extensionPtUsageScan.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="../..//default_style.css" type="text/css">
-<link rel="stylesheet" href="../..//webtools/wtp.css" type="text/css">
-<title>web tools platform adopters</title>
-</head>
-<body>
-<table width="100%" cellspacing="5" cellpadding="2" border="0">
-<tbody>
-<tr>
-<td width="60%" align="left"><font class="indextop">WTP Extension PointUsage Scanner</font>
-<br>
-<font class="indexsub">web tools platform adopters</font></td><td width="40%"><img width="207" hspace="50" height="129" align="middle" src="../..//webtools/images/wtplogosmall.jpg"></td>
-</tr>
-</tbody>
-</table>
-<table width="100%" cellspacing="5" cellpadding="2" border="0">
-<col width="16">
-<col width="*">
-<tbody>
-<tr>
-<td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font face="Arial,Helvetica" color="#ffffff">How to generate a WTP extension point usage report</font></b></td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
-<ol>
-<li>
-Open an Eclipse workspace where your adopter product is your WTP based target platform.
-</li>
-<li>
-Check out the org.eclipse.wtp.releng.tools.component.core plugin from the dev.eclipse.org CVS repository at /cvsroot/webtools.
-</li>
-<li>
-Launch the org.eclipse.wtp.releng.tools.component.adopters.ExtensionPointScanner class as an Eclipse application.
-</li>
-<li>
-Provide the following VM arguments:
-<p>
-<pre>
--Dextpt=org.eclipse.wst.*,org.eclipse.jst.*,org.eclipse.jem.*,org.eclipse.jpt.*
--Doutput=D:\temp\usage-wtp
-</pre>
-</li>
-<li>
-Click run to generate the usage report based on the runtime target's usage of the WTP extension points.
-</li>
-<li>
-Mail the report to Tim Deboer at deboer@ca.ibm.com.
-</li>
-</ol>
-</td>
-</tr>
-</tbody>
-</table>
-</body>
-</html>
diff --git a/adopters/hot_bug_process.html b/adopters/hot_bug_process.html
deleted file mode 100644
index c61b9ad..0000000
--- a/adopters/hot_bug_process.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="../..//default_style.css" type="text/css">
-<link rel="stylesheet" href="../..//webtools/wtp.css" type="text/css">
-<title>web tools platform adopters</title>
-</head>
-<body>
-<table width="100%" cellspacing="5" cellpadding="2" border="0">
-<tbody>
-<tr>
-<td width="60%" align="left"><font class="indextop">Hot Bug Process</font>
-<br>
-<font class="indexsub">web tools platform adopters</font></td><td width="40%"><img width="207" hspace="50" height="129" align="middle" src="../..//webtools/images/wtplogosmall.jpg"></td>
-</tr>
-</tbody>
-</table>
-<table width="100%" cellspacing="5" cellpadding="2" border="0">
-<col width="16">
-<col width="*">
-<tbody>
-<tr>
-<td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font face="Arial,Helvetica" color="#ffffff">Hot bug process</font></b></td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
- This document describes the process involved for submitting a hot bug request,
- and how a request will be promoted to a hot bug.
- </p>
-</td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
- Anyone can submmit a hot bug request. If you are the owner of the bug, simply
- prefix the bugzilla abstract with <b>[hotbug_request]</b>. You
- should include the following information in the bugzilla:
- <ol>
-
-<li>Affiliation</li>
-
-<li>Release you want this bug to be fixed in</li>
-
-<li>Justify why this is a hot bug and why it needs to be fixed in that release</li>
-
-</ol>
- <p>If you are not the owner of the bug, please ask someone with appropriate
- bugzilla permissions to add the information for you. Alternatively, you can
- add <b>hjzhang@ca.ibm.com</b> to the bug's CC list and state your request. She will
- add the information for you.
- Note that at this point, this is only a hot bug request. WTP makes no commitment
- to fix it in the proposed release. The owner of this bug will work with
- the orginator on accepting or declining this request.
- </p>
-</td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
-
-<img src="img/Adarrow.gif">
- If a hot bug request is accepted, the bug owner should:
- <ol>
-
-<li>
- Update the <b>target milestone</b> field to reflect which release this bug
- will be fixed in.
- </li>
-
-<li>
- Change the bugzilla prefix from <b>[hotbug_request]</b> to <b>[hotbug]</b>.
- </li>
-
-<li>
- Add <b>hjzhang@ca.ibm.com</b> to the CC list.
- </li>
-
-</ol>
- <p>All <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=%5Bhotbug%5D&classification=WebTools&product=Web+Tools&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">unresolved hot bugs</a>
- will be reviewed in each WTP status meeting. The hot bug originators are encouraged to attend
- these status meetings to support their hot bugs.
- </p>
-</td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
-
-<img src="img/Adarrow.gif">
- In the case where both the bug originator and the owner agree that a bug is no longer a hot
- bug, the owner should remove the <b>[hotbug_request]</b> prefix from the bugzilla abstract.
- </p>
-</td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
-
-<img src="img/Adarrow.gif">
- In the case where the bug originator and the owner cannot come to an agreement on whether
- a hot bug request should be promoted to a hot bug or not, the bug originator can attend the
- weekly WTP status meeting and request that the PMC members take a vote and make a final
- decision on whether the request should be promoted or not.
- </p>
-</td>
-</tr>
-<tr>
-<td valign="top" align="right"> </td><td valign="top">
-<p>
- Each release, the PMC should decide on a hot bug submission cutoff date.
- After this date, only shop ships and regressions can be submitted as hot bugs.
- </p>
-</td>
-</tr>
-</tbody>
-</table>
-</body>
-</html>
diff --git a/adopters/hot_bug_process.xml b/adopters/hot_bug_process.xml
deleted file mode 100644
index 0b24d25..0000000
--- a/adopters/hot_bug_process.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<?xml-stylesheet type="text/xsl" href="../wtp.xsl"?>
-<html>
- <head>
- <meta name="root" content="../../" />
- <title>web tools platform adopters</title>
- </head>
- <body>
- <h1>Hot Bug Process</h1>
-
- <h2>Hot bug process</h2>
- <p>
- This document describes the process involved for submitting a hot bug request,
- and how a request will be promoted to a hot bug.
- </p>
- <p>
- Anyone can submmit a hot bug request. If you are the owner of the bug, simply
- prefix the bugzilla abstract with <b>[hotbug_request]</b>. You
- should include the following information in the bugzilla:
- <ol>
- <li>Affiliation</li>
- <li>Release you want this bug to be fixed in</li>
- <li>Justify why this is a hot bug and why it needs to be fixed in that release</li>
- </ol>
- If you are not the owner of the bug, please ask someone with appropriate
- bugzilla permissions to add the information for you. Alternatively, you can
- add <b>hjzhang@ca.ibm.com</b> to the bug's CC list and state your request. She will
- add the information for you.
- Note that at this point, this is only a hot bug request. WTP makes no commitment
- to fix it in the proposed release. The owner of this bug will work with
- the orginator on accepting or declining this request.
- </p>
- <p>
- <img src="img/Adarrow.gif"/>
- If a hot bug request is accepted, the bug owner should:
- <ol>
- <li>
- Update the <b>target milestone</b> field to reflect which release this bug
- will be fixed in.
- </li>
- <li>
- Change the bugzilla prefix from <b>[hotbug_request]</b> to <b>[hotbug]</b>.
- </li>
- <li>
- Add <b>hjzhang@ca.ibm.com</b> to the CC list.
- </li>
- </ol>
- All <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=%5Bhotbug%5D&classification=WebTools&product=Web+Tools&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">unresolved hot bugs</a>
- will be reviewed in each WTP status meeting. The hot bug originators are encouraged to attend
- these status meetings to support their hot bugs.
- </p>
- <p>
- <img src="img/Adarrow.gif"/>
- In the case where both the bug originator and the owner agree that a bug is no longer a hot
- bug, the owner should remove the <b>[hotbug_request]</b> prefix from the bugzilla abstract.
- </p>
- <p>
- <img src="img/Adarrow.gif"/>
- In the case where the bug originator and the owner cannot come to an agreement on whether
- a hot bug request should be promoted to a hot bug or not, the bug originator can attend the
- weekly WTP status meeting and request that the PMC members take a vote and make a final
- decision on whether the request should be promoted or not.
- </p>
- <p>
- Each release, the PMC should decide on a hot bug submission cutoff date.
- After this date, only shop ships and regressions can be submitted as hot bugs.
- </p>
- </body>
-</html>
diff --git a/adopters/img/Adarrow.gif b/adopters/img/Adarrow.gif
deleted file mode 100644
index 1848247..0000000
--- a/adopters/img/Adarrow.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/action_scan_breakage1.gif b/adopters/img/action_scan_breakage1.gif
deleted file mode 100644
index fd6e3c1..0000000
--- a/adopters/img/action_scan_breakage1.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/action_scan_breakage2.gif b/adopters/img/action_scan_breakage2.gif
deleted file mode 100644
index 2a84302..0000000
--- a/adopters/img/action_scan_breakage2.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/editor_java.gif b/adopters/img/editor_java.gif
deleted file mode 100644
index d3a8516..0000000
--- a/adopters/img/editor_java.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/figure1.gif b/adopters/img/figure1.gif
deleted file mode 100644
index 3e10300..0000000
--- a/adopters/img/figure1.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/figure2.gif b/adopters/img/figure2.gif
deleted file mode 100644
index 3b120a8..0000000
--- a/adopters/img/figure2.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/figure3.gif b/adopters/img/figure3.gif
deleted file mode 100644
index 2e06307..0000000
--- a/adopters/img/figure3.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/figure4.gif b/adopters/img/figure4.gif
deleted file mode 100644
index 59794a9..0000000
--- a/adopters/img/figure4.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/figure5.gif b/adopters/img/figure5.gif
deleted file mode 100644
index 715b12a..0000000
--- a/adopters/img/figure5.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/pref_adopter_reports1.gif b/adopters/img/pref_adopter_reports1.gif
deleted file mode 100644
index c8080f7..0000000
--- a/adopters/img/pref_adopter_reports1.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/pref_adopter_reports2.gif b/adopters/img/pref_adopter_reports2.gif
deleted file mode 100644
index a4a50b8..0000000
--- a/adopters/img/pref_adopter_reports2.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/img/view_adopter_breakages.gif b/adopters/img/view_adopter_breakages.gif
deleted file mode 100644
index a5f8061..0000000
--- a/adopters/img/view_adopter_breakages.gif
+++ /dev/null
Binary files differ
diff --git a/adopters/index.html b/adopters/index.html
deleted file mode 100644
index 9a67e7f..0000000
--- a/adopters/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; url=index.php" />
-</head>
-<body>
-<a href="index.php">This document has moved</a>
-</body>
-</html>
diff --git a/adopters/index.php b/adopters/index.php
deleted file mode 100644
index ea6c3e8..0000000
--- a/adopters/index.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
-$pageKeywords = "";
-$pageAuthor = "Bob Fraser";
-
-$root = $_SERVER['DOCUMENT_ROOT'];
-require_once ($root . '/webtools/common.php');
-
-# Generate the web page
-// Load the XML source
-$xml = DOMDocument::load('index.xml');
-
-//Set the page title
-$xpath = new DOMXPath($xml);
-$titleNode = $xpath->query("/html/head/title")->item(0);
-$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page";
-
-// Load the XSL source
-$xsl = DOMDocument::load($root . '/webtools/wtpphoenix.xsl');
-
-// Configure the transformer
-$proc = new XSLTProcessor;
-$proc->importStyleSheet($xsl); // attach the xsl rules
-
-$maincontent = $proc->transformToXML($xml);
-$html = <<<EOHTML
-<div id="maincontent">
- <div id="midcolumn">
- <p>
- $maincontent
- </p>
- </div>
-</div>
-
-
-EOHTML;
-$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/adopters/index.xml b/adopters/index.xml
deleted file mode 100644
index 693369b..0000000
--- a/adopters/index.xml
+++ /dev/null
@@ -1,186 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<?xml-stylesheet type="text/xsl" href="../wtp.xsl"?>
-<html>
- <head>
- <meta name="root" content="../../" />
- <title>web tools platform adopters</title>
- </head>
- <body>
- <h1>WTP Adopters</h1>
-
- <h2>Introduction</h2>
- <p>
- WTP is a
- <em>platform</em>
- and so adoption by others is a major goal of the project.
- You are a WTP
- <em>adopter</em>
- if you are a commercial vendor or an Open Source project
- that is using or is planning to use WTP in one or more of
- your products. This page lists information for WTP adopters.
- </p>
- <h3>
- <a href="#hot-bugs">Hot Bugs</a>
- </h3>
- <h3>
- <a href="#non-api-code-deprecation-policy">
- Non-API Code Deprecation Policy
- </a>
- </h3>
-
- <h2>
- <a name="hot-bugs">Hot Bugs</a>
- </h2>
- <p>
- The WTP project gives high priority to bugs that promote
- adoption. If you are an adopter and need a fix for an
- upcoming release, please follow the
- <a href="hot_bug_process.html">hot bug process</a> to
- request that your bug be placed on the Hot List. We can't
- guarantee that we'll fix every Hot Bug, but we will give
- them high priorties.
- </p>
-
- <h3>
- <h4>
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bhotbug_request%5D&classification=WebTools&product=Web%20Tools&target_milestone=---&target_milestone=2.0&target_milestone=2.0%20M1&target_milestone=2.0%20M2&target_milestone=2.0%20M3&target_milestone=2.0%20M4&target_milestone=2.0%20M5&target_milestone=2.0%20M6&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&query_based_on=1.5.x%20Hot%20Bug%20Requests&field0-0-0=noop&type0-0-0=noop&value0-0-0=|,">
- WTP 2.0 Adopter Hot Bug Requests
- </a>
- </h4>
- <h4>
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bhotbug%5D&classification=WebTools&product=Web%20Tools&target_milestone=---&target_milestone=2.0&target_milestone=2.0%20M1&target_milestone=2.0%20M2&target_milestone=2.0%20M3&target_milestone=2.0%20M4&target_milestone=2.0%20M5&target_milestone=2.0%20M6&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&query_based_on=1.5.x%20Hot%20Bugs&field0-0-0=noop&type0-0-0=noop&value0-0-0=|,">
- WTP 2.0 Approved Hot Bugs
- </a>
- </h4>
- </h3>
- <h3>
- <h4>
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bhotbug_request%5D&classification=WebTools&product=Web%20Tools&target_milestone=---&target_milestone=1.5.1%20M151&target_milestone=1.5.2%20M152&target_milestone=1.5.3%20M153&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&field0-0-0=noop&type0-0-0=noop&value0-0-0=|,">
- WTP 1.5.3 Adopter Hot Bug Requests
- </a>
- </h4>
- <h4>
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bhotbug%5D&classification=WebTools&product=Web%20Tools&target_milestone=---&target_milestone=1.5.1%20M151&target_milestone=1.5.2%20M152&target_milestone=1.5.3%20M153&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&query_based_on=1.5.x%20Hot%20Bug%20Requests&field0-0-0=noop&type0-0-0=noop&value0-0-0=|,">
- WTP 1.5.3 Approved Hot Bugs
- </a>
- </h4>
- </h3>
- <h3>
- <a href="../plans/1.5/adopter-hotlist-report.html">
- WTP 1.5 Adopter Hot Bug List
- </a>
- </h3>
- <h3>
- <a href="../plans/1.0.3/ramp-down-bugs-approval.html">
- WTP 1.0.3 Adopter Hot Bug List
- </a>
- </h3>
-
- <h2>
- <a name="non-api-code-deprecation-policy">
- Non-API Code Deprecation Policy
- </a>
- </h2>
- <h4>Status</h4>
- <p>
- The following policy is currently under discussion. We
- expect to finalize it and implement it by mid-January.
- </p>
- <h4>Policy</h4>
- <p>
- WTP 1.0 does not include APIs for all functions that
- adopters may require. Adopters therefore may elect to use
- non-API code on the understanding that this code is subject
- to change in future releases. Although we are not
- technically obligated to preserve the non-API code in WTP
- 1.5, we will make a best effort attempt to do so. We will
- attempt to gracefully deprecate the non-API code for one or
- two releases before completely removing it and forcing
- adopters to migrate.
- </p>
- <p>
- Since there is a lot of non-API code, we need to focus on
- the portions of it that adopters are actually using.
- Furthermore, we need to give the WTP development team tools
- to determine if they are potentially breaking any adopter
- product. Avoiding breakage in important, frequently used
- non-API code will also be good practice for us in
- preparation for evolving our API code in a non-breaking way.
- </p>
- <p>
- We will therefore implement a deprecation policy for the
- transition from WTP 1.0 to 1.5. Here are the main points:
- </p>
- <ol>
- <li>
- WTP will provide to adopters a simple build tool they
- can use to scan their code and generate a report of
- their usage of WTP code that can be provided to the WTP
- development team, e.g. by attaching it to a Bugzilla
- report. The reports will be purely statistical (usage
- counts) and not reveal any details about the adopter's
- code in order to preserve privacy. Adopters who
- volunteerily opt in to this reporting process will
- benefit from our efforts to reduce potential breakage in
- their code as WTP evolves its code.
- </li>
-
- <li>
- WTP will provide to its developers a build tool that
- scans our code and detects breakage in both API and
- non-API code. Known API breakage will be considered a
- "blocker" P1 bug. Breakage in non-API code will be
- flagged if there is significant adopter usage of it, in
- which case an effort will be made to preserve the
- non-API code, or provide migration documentation. The
- techniques used to evolve API code will be applied to
- the important non-API code on a best efforts basis. In
- cases where breakage is unavoidable, affected adopters
- will be notified.
- </li>
-
- <li>
- When feasible, WTP will deprecate important non-API code
- for a period of at least one major release. Adopters
- will be encouraged to migrate to the new version between
- releases.
- </li>
-
- <li>
- WTP will review the non-API usage reports for cases
- where adopters are not using available API code and we
- will inform adopters that API alternatives exist and
- that they should migrate to them. WTP will not apply the
- above deprecation policy to non-API code where API
- alternatives exist. That is, adopters will be informed
- of the API alternatives and given migration
- instructions. Adopters will be required to migrate to
- the WTP 1.0 API alternatives if we deem it necessarily
- or advisable to remove the non-API code in WTP 1.5.
- </li>
-
- <li>
- WTP will review the non-API usage reports and use that
- information to prioritise the evolution of non-API code
- to API code. Non-API code that has high adopter usage
- will be given the highest priority.
- </li>
- </ol>
-
- <h2>Tool to generate WTP usage report and determine non-API breakages</h2>
-
- <p>
- Click <a href="scan4breakage.html">here</a> to learn how to scan for
- adopter breakages as you develop code using Eclipse.
- </p>
- <p>
- Click <a href="tool.html">here</a> to learn how to run the adopter breakage
- tool in your build.
- </p>
-
- <p>
- Click <a href="extensionPtUsageScan.html">here</a> to learn how to run the
- WTP extension point adopter usage scan for your product.
- </p>
- </body>
-</html>
diff --git a/adopters/main.php b/adopters/main.php
deleted file mode 100644
index 5cecebd..0000000
--- a/adopters/main.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?
- header("location: /webtools/adopters/");
-?>
\ No newline at end of file
diff --git a/adopters/sample/.cvsignore b/adopters/sample/.cvsignore
deleted file mode 100644
index 0d9eac9..0000000
--- a/adopters/sample/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-sample.html
diff --git a/adopters/sample/sample.xml b/adopters/sample/sample.xml
deleted file mode 100644
index 587fb3c..0000000
--- a/adopters/sample/sample.xml
+++ /dev/null
@@ -1 +0,0 @@
-<references name="sample.zip" contactInfo="jeffliu@ca.ibm.com" refBuildId="wtp-sdk-I200601270511" includes="[org.eclipse.wst.*, org.eclipse.jst.*]" excludes="null" includePlugins="null" excludePlugins="null"><plugin id="org.eclipse.jst.common.annotations.ui"><class name="org.eclipse.jst.common.internal.annotations.ui.UIAttributeValueProposalHelper" ref="2" impl="0" subclass="0" instantiate="0"><method name="getValueDisplayString" desc="()Ljava/lang/String;" ref="1"/><method name="getImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="getReplacementLength" desc="()I" ref="1"/><method name="getReplacementString" desc="()Ljava/lang/String;" ref="1"/><method name="getValueOffset" desc="()I" ref="1"/><method name="ensureEndQuote" desc="()Z" ref="1"/><method name="ensureBeginQuote" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.ui.AnnotationTagCompletionProc$AnnotationArea" ref="8" impl="0" subclass="0" instantiate="1"><method name="length" desc="()I" ref="1"/><method name="relativeToAbs" desc="(I)I" ref="1"/><method name="relativeCursorPos" desc="(I)I" ref="1"/><field name="beginOffset" desc="I" ref="1"/><field name="javaElement" desc="Lorg/eclipse/jdt/core/IJavaElement;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.ui.AnnotationTagProposal" ref="1" impl="0" subclass="0" instantiate="2"><method name="setEnsureQuoted" desc="(Z)V" ref="1"/><method name="setHelpText" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.ui.AnnotationTagCompletionProc$Attribute" ref="5" impl="0" subclass="0" instantiate="1"><method name="hasAssignment" desc="()Z" ref="1"/><method name="minExtent" desc="()I" ref="1"/><method name="immediatelyPrecedes" desc="(I)Z" ref="1"/><method name="contains" desc="(I)Z" ref="1"/><method name="hasValue" desc="()Z" ref="1"/><method name="maxExtent" desc="()I" ref="1"/><field name="name" desc="Lorg/eclipse/jst/common/internal/annotations/core/Token;" ref="1"/><field name="value" desc="Lorg/eclipse/jst/common/internal/annotations/core/Token;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.ui.AnnotationTagCompletionProc" ref="2" impl="0" subclass="0" instantiate="0"></class></plugin><plugin id="org.eclipse.wst.rdb.core"><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionManagerListener" ref="7" impl="2" subclass="0" instantiate="0"><method name="disconnected" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;)V" ref="1"/><method name="connectionInfoCreated" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="connected" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;)V" ref="1"/><method name="connectionInfoRenamed" desc="(Ljava/lang/String;Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="connectionInfoRemoved" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.RDBCorePlugin" ref="66" impl="0" subclass="0" instantiate="0"><method name="getStateLocation" desc="()Lorg/eclipse/core/runtime/IPath;" ref="2"/><method name="getLog" desc="()Lorg/eclipse/core/runtime/ILog;" ref="6"/><method name="getPluginPreferences" desc="()Lorg/eclipse/core/runtime/Preferences;" ref="5"/><method name="getContainmentService" desc="()Lorg/eclipse/wst/rdb/internal/core/containment/ContainmentService;" ref="12"/><method name="getConnectionManager" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionManager;" ref="29"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="6"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/internal/core/RDBCorePlugin;" ref="61"/><method name="getDatabaseDefinitionRegistry" desc="()Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinitionRegistry;" ref="20"/><field name="FK_CHILD_ROLE_NAME" desc="Ljava/lang/String;" ref="4"/><field name="FK_PARENT_ROLE_NAME" desc="Ljava/lang/String;" ref="4"/><field name="FK_IS_IDENTIFYING_RELATIONSHIP" desc="Ljava/lang/String;" ref="5"/><field name="ONE" desc="Ljava/lang/String;" ref="4"/><field name="FK_MODELING_RELATIONSHIP" desc="Ljava/lang/String;" ref="5"/><field name="ZERO_TO_ONE" desc="Ljava/lang/String;" ref="4"/><field name="MANY" desc="Ljava/lang/String;" ref="4"/><field name="FK_PARENT_MULTIPLICITY" desc="Ljava/lang/String;" ref="4"/><field name="FK_CHILD_MULTIPLICITY" desc="Ljava/lang/String;" ref="4"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOptionCategory[]" ref="9" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDdlGenerationOptions" ref="3" impl="0" subclass="0" instantiate="0"><method name="createDDLGenerationOptions" desc="([Lorg/eclipse/wst/rdb/internal/core/rte/EngineeringOptionCategory;)[Lorg/eclipse/wst/rdb/internal/core/rte/EngineeringOption;" ref="3"/><method name="createDDLGenerationOptionCategories" desc="()[Lorg/eclipse/wst/rdb/internal/core/rte/EngineeringOptionCategory;" ref="3"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCColumn" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDdlGenerator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionFilter" ref="19" impl="1" subclass="0" instantiate="0"><method name="getPredicate" desc="()Ljava/lang/String;" ref="5"/><method name="setPredicate" desc="(Ljava/lang/String;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.StatementAdapter" ref="4" impl="0" subclass="0" instantiate="1"><method name="getConnection" desc="()Ljava/sql/Connection;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DatabaseDefinition" ref="93" impl="1" subclass="0" instantiate="0"><method name="getProduct" desc="()Ljava/lang/String;" ref="13"/><method name="getProductDisplayString" desc="()Ljava/lang/String;" ref="5"/><method name="supportsSequence" desc="()Z" ref="1"/><method name="getPredefinedDataTypeFormattedName" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PredefinedDataType;)Ljava/lang/String;" ref="4"/><method name="getDDLGenerator" desc="()Lorg/eclipse/wst/rdb/internal/core/rte/DDLGenerator;" ref="4"/><method name="getPredefinedDataTypes" desc="()Ljava/util/Iterator;" ref="1"/><method name="getPredefinedDataType" desc="(Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;)Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PredefinedDataType;" ref="6"/><method name="getPredefinedDataTypeDefinition" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;" ref="6"/><method name="getDatabaseCatalogProvider" desc="()Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogProvider;" ref="2"/><method name="getIdentifierQuoteString" desc="()Ljava/lang/String;" ref="2"/><method name="getVersionDisplayString" desc="()Ljava/lang/String;" ref="3"/><method name="getDataModelElementFactory" desc="()Lorg/eclipse/wst/rdb/internal/core/definition/DataModelElementFactory;" ref="9"/><method name="supportsUserDefinedType" desc="()Z" ref="1"/><method name="supportsXML" desc="()Z" ref="1"/><method name="supportsViewTriggers" desc="()Z" ref="1"/><method name="supportsTriggers" desc="()Z" ref="1"/><method name="getVersion" desc="()Ljava/lang/String;" ref="8"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.CachedConnectionResource" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionFilterListener" ref="5" impl="0" subclass="0" instantiate="0"><method name="connectionFilterRemoved" desc="(Ljava/lang/String;)V" ref="1"/><method name="connectionFilterAdded" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.ICatalogObject" ref="47" impl="27" subclass="0" instantiate="0"><method name="getConnection" desc="()Ljava/sql/Connection;" ref="6"/><method name="getCatalogDatabase" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;" ref="3"/><method name="refresh" desc="()V" ref="10"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionInfo[]" ref="6" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOption$EnumLiteral[]" ref="5" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.util.SaveDDLUtility" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/rdb/internal/core/util/SaveDDLUtility;" ref="2"/><method name="saveDDLFileAsResource" desc="(Ljava/io/StringWriter;Ljava/lang/String;)Lorg/eclipse/core/resources/IFile;" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCTable$KeyColumnCollection" ref="1" impl="0" subclass="0" instantiate="1"><method name="iterator" desc="()Ljava/util/Iterator;" ref="1"/><method name="add" desc="(ILjava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOption" ref="14" impl="0" subclass="0" instantiate="2"><method name="getCategory" desc="()Lorg/eclipse/wst/rdb/internal/core/rte/EngineeringOptionCategory;" ref="2"/><method name="getBoolean" desc="()Z" ref="8"/><method name="getOptionName" desc="()Ljava/lang/String;" ref="2"/><method name="setBoolean" desc="(Z)V" ref="4"/><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="getOptionDescription" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCIndex" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDeltaDdlGenerator" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDdlBuilder" ref="3" impl="0" subclass="1" instantiate="2"><method name="addCheckConstraint" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/CheckConstraint;ZZ)Ljava/lang/String;" ref="1"/><method name="createView" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/ViewTable;ZZ)Ljava/lang/String;" ref="1"/><method name="addForeignKey" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/ForeignKey;ZZ)Ljava/lang/String;" ref="1"/><method name="dropTableConstraint" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/TableConstraint;ZZ)Ljava/lang/String;" ref="1"/><method name="getColumnString" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Column;Z)Ljava/lang/String;" ref="1"/><method name="createTrigger" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Trigger;ZZ)Ljava/lang/String;" ref="1"/><method name="dropView" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/ViewTable;ZZ)Ljava/lang/String;" ref="1"/><method name="dropTrigger" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Trigger;ZZ)Ljava/lang/String;" ref="1"/><method name="createTable" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/BaseTable;ZZ)Ljava/lang/String;" ref="1"/><method name="dropIndex" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/Index;ZZ)Ljava/lang/String;" ref="1"/><method name="createIndex" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/Index;ZZ)Ljava/lang/String;" ref="1"/><method name="dropTable" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/BaseTable;ZZ)Ljava/lang/String;" ref="1"/><method name="addUniqueConstraint" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/UniqueConstraint;ZZ)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCSchema" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCTable" ref="3" impl="0" subclass="0" instantiate="1"><method name="loadColumns" desc="(Ljava/sql/Connection;Lorg/eclipse/emf/common/util/EList;Lorg/eclipse/wst/rdb/internal/models/sql/tables/Table;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionFilterImpl" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCForeignKey" ref="1" impl="0" subclass="0" instantiate="1"><method name="addEAnnotationDetail" desc="(Lorg/eclipse/emf/ecore/EAnnotation;Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="setInitiallyDeferred" desc="(Z)V" ref="1"/><method name="setDeferrable" desc="(Z)V" ref="1"/><method name="setOnUpdate" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/ReferentialActionType;)V" ref="1"/><method name="setUniqueConstraint" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/constraints/UniqueConstraint;)V" ref="1"/><method name="isIdentifyingRelationship" desc="(Lorg/eclipse/emf/common/util/EList;)Z" ref="1"/><method name="getMembers" desc="()Lorg/eclipse/emf/common/util/EList;" ref="1"/><method name="setName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setReferencedTable" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/BaseTable;)V" ref="1"/><method name="addEAnnotation" desc="(Ljava/lang/String;)Lorg/eclipse/emf/ecore/EAnnotation;" ref="1"/><method name="setOnDelete" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/ReferentialActionType;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DatabaseDefinitionRegistry" ref="29" impl="1" subclass="0" instantiate="0"><method name="getConnectibleVersions" desc="(Ljava/lang/String;)Ljava/util/Iterator;" ref="1"/><method name="getDefinition" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;" ref="17"/><method name="recognize" desc="(Ljava/sql/Connection;)Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;" ref="2"/><method name="getConnectibleProducts" desc="()Ljava/util/Iterator;" ref="1"/><method name="getDefinition" desc="(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;" ref="4"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DatabaseDefinitionImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.util.DatabaseProviderHelper" ref="7" impl="0" subclass="0" instantiate="7"><method name="setDatabase" desc="(Ljava/sql/Connection;Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/lang/String;)V" ref="7"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.DDLParser" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOptionCategory" ref="15" impl="0" subclass="0" instantiate="1"><method name="getId" desc="()Ljava/lang/String;" ref="4"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.RefreshManager" ref="25" impl="0" subclass="0" instantiate="0"><method name="AddListener" desc="(Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObject;Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObjectListener;)V" ref="1"/><method name="referesh" desc="(Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObject;)V" ref="24"/><method name="getInstance" desc="()Lorg/eclipse/wst/rdb/internal/core/rte/RefreshManager;" ref="25"/><method name="removeListener" desc="(Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObject;Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObjectListener;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.ICatalogObjectListener$EventTypeEnumeration" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOption[]" ref="11" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCDatabase" ref="9" impl="0" subclass="1" instantiate="2"><method name="getConnection" desc="()Ljava/sql/Connection;" ref="7"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionSharingListener" ref="8" impl="2" subclass="0" instantiate="0"><method name="onSQLException" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;Ljava/sql/SQLException;)V" ref="1"/><method name="sharedConnectionRemove" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;)V" ref="1"/><method name="sharedDatabaseRemove" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="1"/><method name="sharedDatabaseAdded" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="1"/><method name="sharedConnectionAdded" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DefaultDataModelElementFactory" ref="1" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/internal/core/definition/DataModelElementFactory;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDdlScript" ref="2" impl="0" subclass="1" instantiate="2"><method name="addDropTriggerStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addAlterTableDropForeignKeyStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addCreateIndexStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addAlterTableDropConstraintStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addCreateTriggerStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addAlterTableAddConstraintStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addDropViewStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addCreateTableStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addDropIndexStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addDropTableStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addCreateViewStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="addAlterTableAddForeignKeyStatement" desc="(Ljava/lang/String;)V" ref="1"/><method name="getStatements" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCPrimaryKey" ref="2" impl="0" subclass="0" instantiate="1"><method name="getMembers" desc="()Lorg/eclipse/emf/common/util/EList;" ref="1"/><method name="setName" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionInfo" ref="251" impl="1" subclass="0" instantiate="0"><method name="setLoadingPath" desc="(Ljava/lang/String;)V" ref="3"/><method name="setPassword" desc="(Ljava/lang/String;)V" ref="7"/><method name="isDiscoverDatabaseDefinitionWhenConnectEnabled" desc="()Z" ref="1"/><method name="getDatabaseProductVersion" desc="()Ljava/lang/String;" ref="1"/><method name="getSharedConnection" desc="()Ljava/sql/Connection;" ref="20"/><method name="getUserName" desc="()Ljava/lang/String;" ref="11"/><method name="setSharedConnection" desc="(Ljava/sql/Connection;)V" ref="8"/><method name="getURL" desc="()Ljava/lang/String;" ref="8"/><method name="getName" desc="()Ljava/lang/String;" ref="30"/><method name="addConnectionSharingListener" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionSharingListener;)Z" ref="2"/><method name="getDependentProjects" desc="()[Lorg/eclipse/core/resources/IProject;" ref="1"/><method name="getIdentifierQuoteString" desc="()Ljava/lang/String;" ref="1"/><method name="getProperties" desc="()Ljava/util/Properties;" ref="3"/><method name="getDatabaseDefinition" desc="()Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;" ref="11"/><method name="connect" desc="()Ljava/sql/Connection;" ref="12"/><method name="getPassword" desc="()Ljava/lang/String;" ref="5"/><method name="setSharedDatabase" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="3"/><method name="removeFilter" desc="(Ljava/lang/String;)V" ref="2"/><method name="getCachedDatabase" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;" ref="1"/><method name="getDriverClassName" desc="()Ljava/lang/String;" ref="6"/><method name="getLoadingPath" desc="()Ljava/lang/String;" ref="5"/><method name="setDatabaseName" desc="(Ljava/lang/String;)V" ref="3"/><method name="getCustomProperty" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="removeSharedConnection" desc="()V" ref="3"/><method name="getCustomProperties" desc="()Ljava/util/Properties;" ref="1"/><method name="cacheDatabase" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="1"/><method name="saveConnectionInfo" desc="()V" ref="9"/><method name="getFilter" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionFilter;" ref="7"/><method name="addFilter" desc="(Ljava/lang/String;Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionFilter;)V" ref="2"/><method name="getSharedDatabase" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;" ref="19"/><method name="setURL" desc="(Ljava/lang/String;)V" ref="3"/><method name="setUserName" desc="(Ljava/lang/String;)V" ref="6"/><method name="getDatabaseName" desc="()Ljava/lang/String;" ref="12"/><method name="setDriverClassName" desc="(Ljava/lang/String;)V" ref="3"/><method name="removeConnectionSharingListener" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionSharingListener;)Z" ref="1"/><method name="removeSharedDatabase" desc="()V" ref="5"/><method name="setCustomProperty" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DataModelElementFactory" ref="14" impl="1" subclass="0" instantiate="0"><method name="create" desc="(Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject;" ref="8"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionAdapter" ref="5" impl="0" subclass="0" instantiate="1"><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.IDatabaseRecognizer" ref="1" impl="0" subclass="0" instantiate="0"><method name="recognize" desc="(Ljava/sql/Connection;)Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.containment.ContainmentProvider" ref="4" impl="1" subclass="0" instantiate="0"><method name="isDisplayableElement" desc="(Lorg/eclipse/emf/ecore/EObject;)Z" ref="1"/><method name="getGroupId" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/String;" ref="1"/><method name="getContainedElements" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/util/Collection;" ref="1"/><method name="getContainmentFeature" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EStructuralFeature;" ref="1"/><method name="getContainer" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EObject;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.fe.GenericDeltaDdlGenerator$ChangeRecord" ref="1" impl="0" subclass="0" instantiate="1"><field name="element" desc="Lorg/eclipse/emf/ecore/EObject;" ref="1"/><field name="value" desc="Ljava/lang/Object;" ref="1"/><field name="isSet" desc="Z" ref="1"/><field name="feature" desc="Lorg/eclipse/emf/ecore/EStructuralFeature;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionInfoImpl" ref="5" impl="0" subclass="0" instantiate="1"><method name="setDatabaseName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setLoadingPath" desc="(Ljava/lang/String;)V" ref="1"/><method name="getProperties" desc="()Ljava/util/Properties;" ref="1"/><method name="setURL" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDriverClassName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDatabaseProductVersion" desc="(Ljava/lang/String;)V" ref="1"/><method name="onSQLException" desc="(Ljava/sql/Connection;Ljava/sql/SQLException;)V" ref="3"/><method name="setIdentifierQuoteString" desc="(Ljava/lang/String;)V" ref="1"/><method name="setCustomProperty" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="setDatabaseDefinition" desc="(Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.ICatalogProvider" ref="9" impl="3" subclass="0" instantiate="0"><method name="getCatalogDatabase" desc="(Ljava/sql/Connection;)Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.jdbc.JDBCView" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.containment.ContainmentService" ref="29" impl="1" subclass="0" instantiate="0"><method name="isDisplayableElement" desc="(Lorg/eclipse/emf/ecore/EObject;)Z" ref="2"/><method name="getAllContainers" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/util/List;" ref="1"/><method name="getAllContainedDisplayableElements" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/util/Collection;" ref="3"/><method name="getGroupId" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/String;" ref="7"/><method name="getRootElement" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EObject;" ref="3"/><method name="getContainedDisplayableElements" desc="(Lorg/eclipse/emf/ecore/EObject;Ljava/lang/String;)Ljava/util/Collection;" ref="1"/><method name="getContainedElements" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/util/Collection;" ref="1"/><method name="getContainer" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EObject;" ref="8"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ResultSetAdapter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.core.containment.ContainmentServiceImpl" ref="8" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/internal/core/containment/ContainmentService;" ref="8"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.ICatalogObjectListener" ref="6" impl="1" subclass="0" instantiate="0"><method name="notifyChanged" desc="(Lorg/eclipse/wst/rdb/internal/core/rte/ICatalogObject;I)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionManager" ref="40" impl="1" subclass="0" instantiate="0"><method name="createConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="3"/><method name="getConnectionInfo" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="4"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/SQLObject;Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="2"/><method name="getAllNamedConnectionInfo" desc="()[Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="11"/><method name="addListener" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionManagerListener;)Z" ref="2"/><method name="getConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/SQLObject;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="9"/><method name="removeConnectionInfo" desc="(Ljava/lang/String;)V" ref="9"/><method name="removeListener" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionManagerListener;)Z" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.core.definition.DatabaseDefinitionRegistryImpl" ref="4" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinitionRegistry;" ref="4"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.DDLGenerator" ref="17" impl="3" subclass="0" instantiate="0"><method name="dropSQLObjects" desc="([Lorg/eclipse/wst/rdb/internal/models/sql/schema/SQLObject;ZZLorg/eclipse/core/runtime/IProgressMonitor;)[Ljava/lang/String;" ref="2"/><method name="getOptions" desc="()[Lorg/eclipse/wst/rdb/internal/core/rte/EngineeringOption;" ref="3"/><method name="createSQLObjects" desc="([Lorg/eclipse/wst/rdb/internal/models/sql/schema/SQLObject;ZZLorg/eclipse/core/runtime/IProgressMonitor;)[Ljava/lang/String;" ref="2"/><method name="generateDDL" desc="([Lorg/eclipse/wst/rdb/internal/models/sql/schema/SQLObject;Lorg/eclipse/core/runtime/IProgressMonitor;)[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.containment.AbstractContainmentProvider" ref="12" impl="0" subclass="12" instantiate="12"><method name="getContainedElements" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/util/Collection;" ref="5"/></class><class name="org.eclipse.wst.rdb.internal.core.ResourceUtil" ref="1" impl="0" subclass="0" instantiate="0"><method name="resolveDanglingReferences" desc="(Lorg/eclipse/emf/ecore/resource/Resource;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.core.connection.ConnectionManagerImpl" ref="4" impl="0" subclass="0" instantiate="0"><method name="getConnectionInfo" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="rename" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="disconnect" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;Ljava/sql/Connection;)V" ref="1"/><method name="connect" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)Ljava/sql/Connection;" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionManagerImpl;" ref="3"/></class><class name="org.eclipse.wst.rdb.internal.core.rte.DeltaDDLGenerator" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.core.rte.EngineeringOption$EnumLiteral" ref="1" impl="0" subclass="0" instantiate="0"></class></plugin><plugin id="org.eclipse.wst.common.project.facet.ui"><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ProjectFacetsUiManagerImpl$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="facetVersionNotDefined" desc="Ljava/lang/String;" ref="1"/><field name="invalidActionType" desc="Ljava/lang/String;" ref="1"/><field name="facetNotDefined" desc="Ljava/lang/String;" ref="1"/><field name="categoryNotDefined" desc="Ljava/lang/String;" ref="1"/><field name="iconNotFound" desc="Ljava/lang/String;" ref="1"/><field name="runtimeComponentTypeNotDefined" desc="Ljava/lang/String;" ref="1"/><field name="missingAttribute" desc="Ljava/lang/String;" ref="1"/><field name="failedToCreate" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$DashedLineBorder" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ProjectFacetsUiManagerImpl" ref="4" impl="0" subclass="0" instantiate="0"><method name="getWizardPages" desc="(Lorg/eclipse/wst/common/project/facet/core/IFacetedProject$Action$Type;Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;)Ljava/util/List;" ref="1"/><method name="getIcon" desc="(Ljava/lang/Object;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$LabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$IFilter" ref="4" impl="1" subclass="0" instantiate="0"><method name="check" desc="(Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;)Z" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConflictingFacetsFilter" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$ProblemsLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage$FacetsContentProvider" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$FacetPages" ref="2" impl="0" subclass="0" instantiate="1"><field name="pages" desc="Ljava/util/List;" ref="1"/><field name="action" desc="Lorg/eclipse/wst/common/project/facet/core/IFacetedProject$Action;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog" ref="7" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="()Lorg/eclipse/swt/graphics/Font;" ref="3"/><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$Sorter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage" ref="7" impl="0" subclass="0" instantiate="0"><method name="access$2" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsPropertyPage;)V" ref="1"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsPropertyPage;)Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsPropertyPage;)Lorg/eclipse/wst/common/project/facet/core/IFacetedProject;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPage" ref="15" impl="0" subclass="0" instantiate="1"><method name="setFilters" desc="([Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel$IFilter;)V" ref="3"/><method name="addRuntimeListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="getActions" desc="()Ljava/util/Set;" ref="2"/><method name="setFixedProjectFacets" desc="(Ljava/util/Set;)V" ref="3"/><method name="getSelectedProjectFacets" desc="()Ljava/util/Set;" ref="1"/><method name="setInitialSelection" desc="(Ljava/util/Set;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPage;Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPage;Lorg/eclipse/swt/widgets/Event;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPage;Lorg/eclipse/swt/widgets/Event;)V" ref="1"/><method name="getSelectedRuntime" desc="()Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;" ref="1"/><method name="setInitialPreset" desc="(Lorg/eclipse/wst/common/project/facet/core/IPreset;)V" ref="1"/><method name="addSelectedFacetsChangedListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="removeRuntimeListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="isPageComplete" desc="()Z" ref="1"/><field name="panel" desc="Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$ContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$AndOrConstraintFigure" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.IWizardContext" ref="11" impl="1" subclass="0" instantiate="0"><method name="getProjectName" desc="()Ljava/lang/String;" ref="2"/><method name="getConfig" desc="(Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;Lorg/eclipse/wst/common/project/facet/core/IFacetedProject$Action$Type;Ljava/lang/String;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$RuntimeComponentsLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ProjectFacetsUiManagerImpl$WizardPagesInfo" ref="1" impl="0" subclass="0" instantiate="1"><field name="plugin" desc="Ljava/lang/String;" ref="1"/><field name="pagesets" desc="Ljava/util/HashMap;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.DecorationsProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$DividerBorder" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage$FacetsLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.DecorationsProvider$Factory" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$Sorter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="runtimeCompositionLabel" desc="Ljava/lang/String;" ref="1"/><field name="runtimesLabel" desc="Ljava/lang/String;" ref="1"/><field name="makePreferredLabel" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$ConflictsConstraintFigure" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="hideRuntimes" desc="Ljava/lang/String;" ref="1"/><field name="showRuntimes" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$ContentProvider" ref="1" impl="0" subclass="0" instantiate="1"><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$LabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$RuntimeComponentsContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$FacetPages[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$RequiresConstraintFigure" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$IFilter[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.ProjectFacetsUiManager" ref="1" impl="0" subclass="0" instantiate="0"><method name="getWizardPages" desc="(Lorg/eclipse/wst/common/project/facet/core/IFacetedProject$Action$Type;Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$WizardContext" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$CellModifier" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$11" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.IDecorationsProvider" ref="4" impl="1" subclass="0" instantiate="0"><method name="getIcon" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="3"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPage$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="pageTitle" desc="Ljava/lang/String;" ref="1"/><field name="pageDescription" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$IFilter" ref="10" impl="2" subclass="0" instantiate="0"><method name="check" desc="(Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;)Z" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="errDlgTitle" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$TableRowData" ref="8" impl="0" subclass="0" instantiate="1"><method name="isVisible" desc="()Z" ref="1"/><method name="getVersions" desc="()Ljava/util/List;" ref="3"/><method name="setFixed" desc="(Z)V" ref="1"/><method name="getCurrentVersion" desc="()Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;" ref="3"/><method name="setCurrentVersion" desc="(Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;)V" ref="2"/><method name="setSelected" desc="(Z)V" ref="1"/><method name="getProjectFacet" desc="()Lorg/eclipse/wst/common/project/facet/core/IProjectFacet;" ref="4"/><method name="isFixed" desc="()Z" ref="3"/><method name="isSelected" desc="()Z" ref="2"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$12" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.ConstraintDisplayDialog$GraphLayoutManager" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsPropertyPage$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="runtimeText" desc="Ljava/lang/String;" ref="1"/><field name="addRemoveLabel" desc="Ljava/lang/String;" ref="1"/><field name="runtimeLabel" desc="Ljava/lang/String;" ref="1"/><field name="facetLabel" desc="Ljava/lang/String;" ref="1"/><field name="versionLabel" desc="Ljava/lang/String;" ref="1"/><field name="pageLabel" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$10" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard" ref="15" impl="0" subclass="2" instantiate="3"><method name="getRuntime" desc="()Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;" ref="1"/><method name="addPages" desc="()V" ref="2"/><method name="performFinish" desc="()Z" ref="1"/><method name="getProjectName" desc="()Ljava/lang/String;" ref="1"/><method name="performFinish" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="3"/><method name="canFinish" desc="()Z" ref="1"/><method name="getConfig" desc="(Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;Lorg/eclipse/wst/common/project/facet/core/IFacetedProject$Action$Type;Ljava/lang/String;)Ljava/lang/Object;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/project/facet/ui/AddRemoveFacetsWizard;)V" ref="1"/><method name="getPages" desc="()[Lorg/eclipse/jface/wizard/IWizardPage;" ref="2"/><field name="facetsSelectionPage" desc="Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPage;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetUiPlugin" ref="4" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/common/project/facet/ui/internal/FacetUiPlugin;" ref="1"/><method name="log" desc="(Lorg/eclipse/core/runtime/IStatus;)V" ref="1"/><method name="log" desc="(Ljava/lang/Exception;)V" ref="3"/><method name="getDialogSettings" desc="()Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="1"/><method name="createErrorStatus" desc="(Ljava/lang/String;Ljava/lang/Exception;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="log" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$SupportedFacetsFilter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$ProblemsContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.IRuntimeComponentLabelProvider" ref="3" impl="2" subclass="0" instantiate="0"><method name="getLabel" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$14" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.internal.RuntimesPanel" ref="36" impl="0" subclass="0" instantiate="1"><method name="getRuntime" desc="()Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;" ref="1"/><method name="setRuntime" desc="(Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;)Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;" ref="1"/><method name="addRuntimeListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="refresh" desc="()V" ref="3"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/><method name="addListener" desc="(ILorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;)Z" ref="2"/><method name="removeRuntimeListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;Lorg/eclipse/jface/viewers/CheckStateChangedEvent;)V" ref="1"/><method name="addFilter" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel$IFilter;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;)V" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel" ref="68" impl="0" subclass="0" instantiate="1"><method name="addRuntimeListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="addSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Ljava/util/ArrayList;" ref="1"/><method name="access$10" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="setFixedProjectFacets" desc="(Ljava/util/Set;)V" ref="1"/><method name="access$9" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="access$5" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/swt/widgets/Combo;" ref="1"/><method name="getSelectedProjectFacets" desc="()Ljava/util/Set;" ref="2"/><method name="access$19" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;Lorg/eclipse/swt/widgets/Event;)V" ref="1"/><method name="addProjectFacetsListener" desc="(Lorg/eclipse/swt/widgets/Listener;)V" ref="1"/><method name="selectPreset" desc="(Lorg/eclipse/wst/common/project/facet/core/IPreset;)V" ref="1"/><method name="removeFilter" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel$IFilter;)V" ref="1"/><method name="access$14" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/swt/widgets/TreeColumn;" ref="1"/><method name="access$18" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;Lorg/eclipse/jface/viewers/CheckStateChangedEvent;)V" ref="1"/><method name="access$7" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="isSelectionValid" desc="()Z" ref="1"/><method name="setSelectedProjectFacets" desc="(Ljava/util/Set;)V" ref="1"/><method name="access$8" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/wst/common/project/facet/ui/internal/RuntimesPanel;" ref="1"/><method name="getRuntime" desc="()Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;" ref="2"/><method name="access$15" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/swt/widgets/TreeColumn;" ref="1"/><method name="addFilter" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel$IFilter;)V" ref="2"/><method name="setRuntime" desc="(Lorg/eclipse/wst/common/project/facet/core/runtime/IRuntime;)V" ref="2"/><method name="access$6" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="access$13" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="4"/><method name="getActions" desc="()Ljava/util/Set;" ref="1"/><method name="access$20" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/swt/custom/SashForm;" ref="1"/><method name="access$21" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/swt/custom/SashForm;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;Lorg/eclipse/wst/common/project/facet/core/IProjectFacetVersion;)Z" ref="1"/><method name="access$17" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)Lorg/eclipse/jface/viewers/CheckboxTreeViewer;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;Lorg/eclipse/wst/common/project/facet/core/IProjectFacet;)Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel$TableRowData;" ref="1"/><method name="access$3" desc="()Lorg/eclipse/swt/graphics/Font;" ref="1"/><method name="access$22" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="access$16" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="access$12" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/><method name="access$11" desc="(Lorg/eclipse/wst/common/project/facet/ui/internal/FacetsSelectionPanel;)V" ref="1"/></class><class name="org.eclipse.wst.common.project.facet.ui.internal.FacetsSelectionPanel$13" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.AddRemoveFacetsWizard$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.project.facet.ui.IFacetWizardPage" ref="3" impl="2" subclass="0" instantiate="0"><method name="createControl" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="setWizard" desc="(Lorg/eclipse/jface/wizard/IWizard;)V" ref="1"/><method name="transferStateToConfig" desc="()V" ref="1"/><method name="setConfig" desc="(Ljava/lang/Object;)V" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="setWizardContext" desc="(Lorg/eclipse/wst/common/project/facet/ui/IWizardContext;)V" ref="1"/></class></plugin><plugin id="org.eclipse.wst.xsd.core"><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDBaseAdapter" ref="7" impl="0" subclass="6" instantiate="6"><method name="supports" desc="(Ljava/lang/String;)Z" ref="2"/><method name="getProperty" desc="(Ljava/lang/String;)Ljava/lang/Object;" ref="2"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDAttributeUseAdapter" ref="6" impl="0" subclass="0" instantiate="1"><method name="getNodeName" desc="()Ljava/lang/String;" ref="1"/><field name="xsdAttributeUse" desc="Lorg/eclipse/xsd/XSDAttributeUse;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.CMNodeImpl" ref="1" impl="0" subclass="1" instantiate="1"><method name="supports" desc="(Ljava/lang/String;)Z" ref="1"/><method name="getProperty" desc="(Ljava/lang/String;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$ElementDeclarationBaseImpl" ref="6" impl="0" subclass="2" instantiate="2"><method name="getXSDType" desc="()Lorg/eclipse/xsd/XSDTypeDefinition;" ref="1"/><method name="getXSDElementDeclaration" desc="()Lorg/eclipse/xsd/XSDElementDeclaration;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDCMVisitor" ref="3" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$DocumentationImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.core.internal.XSDCorePlugin" ref="1" impl="0" subclass="0" instantiate="0"><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/xsd/core/internal/XSDCorePlugin;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$InternalURIConverter" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.util.XSDSchemaLocatorAdapterFactory" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.core.internal.validation.XSDValidator$XSDErrorHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.core.internal.validation.XSDValidator" ref="8" impl="0" subclass="0" instantiate="1"><method name="validate" desc="(Ljava/lang/String;Ljava/io/InputStream;)Lorg/eclipse/wst/xml/core/internal/validation/core/ValidationReport;" ref="1"/><method name="setURIResolver" desc="(Lorg/eclipse/wst/common/uriresolver/internal/provisional/URIResolver;)V" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDAttributeUseAdapter$DataTypeImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDVisitor" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$DerivedChildVisitor" ref="2" impl="0" subclass="0" instantiate="1"><method name="visitTypeDefinition" desc="(Lorg/eclipse/xsd/XSDTypeDefinition;)V" ref="1"/><method name="getChildNodeList" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/basic/CMNodeListImpl;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSIDocument" ref="3" impl="0" subclass="0" instantiate="1"><field name="nilAttribute" desc="Lorg/eclipse/wst/xml/core/internal/contentmodel/basic/CMAttributeDeclarationImpl;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl" ref="20" impl="0" subclass="0" instantiate="0"><method name="getDocumentations" desc="(Lorg/eclipse/xsd/XSDAnnotation;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNodeList;" ref="5"/><method name="getMaxOccurs" desc="(Lorg/eclipse/xsd/XSDConcreteComponent;)I" ref="4"/><method name="createURI" desc="(Ljava/lang/String;)Lorg/eclipse/emf/common/util/URI;" ref="1"/><method name="buildCMDocument" desc="(Ljava/lang/String;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/><method name="findTypesDerivedFrom" desc="(Lorg/eclipse/xsd/XSDTypeDefinition;)Ljava/util/List;" ref="1"/><method name="getEnumeratedValuesForType" desc="(Lorg/eclipse/xsd/XSDTypeDefinition;)[Ljava/lang/String;" ref="2"/><method name="getAdapter" desc="(Lorg/eclipse/emf/common/notify/Notifier;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNode;" ref="10"/><method name="getPrefix" desc="(Lorg/eclipse/xsd/XSDSchema;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getMinOccurs" desc="(Lorg/eclipse/xsd/XSDConcreteComponent;)I" ref="4"/><field name="xsdAdapterFactoryImpl" desc="Lorg/eclipse/wst/xsd/contentmodel/internal/XSDImpl$XSDAdapterFactoryImpl;" ref="1"/><field name="xsiDocument" desc="Lorg/eclipse/wst/xsd/contentmodel/internal/XSDImpl$XSIDocument;" ref="2"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDWildcardAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDModelGroupAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.core.internal.validation.XSDValidator$XSDEntityResolver" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDElementDeclarationAdapter" ref="7" impl="0" subclass="0" instantiate="1"><method name="getNSPrefixQualification" desc="()Ljava/lang/Object;" ref="1"/><method name="getKey" desc="()Ljava/lang/Object;" ref="1"/><method name="getDerivedElementDeclaration" desc="(Ljava/lang/String;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMElementDeclaration;" ref="1"/><method name="getNodeName" desc="()Ljava/lang/String;" ref="2"/><method name="getSubstitutionGroup" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/basic/CMNodeListImpl;" ref="1"/><method name="getDefinitionInfo" desc="()Ljava/lang/String;" ref="1"/><method name="getXSITypes" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$ElementDeclarationBaseImpl$DataTypeImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$LocalElementVisitor" ref="3" impl="0" subclass="0" instantiate="2"><method name="visitTypeDefinition" desc="(Lorg/eclipse/xsd/XSDTypeDefinition;)V" ref="2"/><method name="getCMNamedNodeMap" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNamedNodeMap;" ref="2"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.util.XSDSchemaLocatorImpl" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDTypeUtil" ref="3" impl="0" subclass="0" instantiate="0"><method name="getInstanceValue" desc="(Lorg/eclipse/xsd/XSDTypeDefinition;)Ljava/lang/String;" ref="2"/><method name="initialize" desc="()V" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDAdapterFactoryImpl" ref="5" impl="0" subclass="0" instantiate="1"><method name="adapt" desc="(Lorg/eclipse/emf/common/notify/Notifier;)Lorg/eclipse/emf/common/notify/Adapter;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDModelGroupDefinitionAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDCMManager" ref="1" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/xsd/contentmodel/internal/XSDCMManager;" ref="1"/><method name="startup" desc="()V" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$XSDSchemaAdapter" ref="3" impl="0" subclass="0" instantiate="1"><field name="annotationMap" desc="Lorg/eclipse/wst/xml/core/internal/contentmodel/annotation/AnnotationMap;" ref="1"/></class><class name="org.eclipse.wst.xsd.contentmodel.internal.XSDImpl$DerivedElementDeclarationImpl" ref="2" impl="0" subclass="0" instantiate="1"><field name="uriQualifiedTypeName" desc="Ljava/lang/String;" ref="1"/></class></plugin><plugin id="org.eclipse.wst.rdb.data.core"><class name="org.eclipse.wst.rdb.data.internal.core.editor.TableDataImpl" ref="5" impl="0" subclass="0" instantiate="1"><method name="getKeyColumns" desc="()[I" ref="1"/><method name="getFormattedTypeName" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Column;)Ljava/lang/String;" ref="1"/><method name="getConnection" desc="()Ljava/sql/Connection;" ref="1"/><method name="getColumnCount" desc="()I" ref="1"/><method name="getQuotedColumnName" desc="(I)Ljava/lang/String;" ref="1"/><method name="getQualifiedTableName" desc="()Ljava/lang/String;" ref="1"/><method name="getColumnType" desc="(I)I" ref="1"/><method name="getColumnDataAccessor" desc="(I)Lorg/eclipse/wst/rdb/data/internal/core/common/IColumnDataAccessor;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.RowDataImpl" ref="3" impl="0" subclass="0" instantiate="1"><method name="save" desc="(Lorg/eclipse/wst/rdb/data/internal/core/editor/TableDataSaveStatus;Lorg/eclipse/wst/rdb/data/internal/core/common/Output;)V" ref="1"/><method name="setState" desc="(I)V" ref="1"/><method name="resetToOriginal" desc="()V" ref="1"/><method name="doRefresh" desc="(IZ)V" ref="1"/><method name="getTable" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/ITableData;" ref="1"/><method name="getState" desc="()I" ref="1"/><method name="revertToOriginal" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.BigDecimalFormat" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/rdb/data/internal/core/common/data/BigDecimalFormat;" ref="2"/><method name="parse" desc="(Ljava/lang/String;)Ljava/math/BigDecimal;" ref="1"/><method name="format" desc="(Ljava/math/BigDecimal;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.PreparedStatementWriter" ref="2" impl="0" subclass="0" instantiate="0"><method name="write" desc="(Ljava/sql/PreparedStatement;IILjava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.load.LoadData" ref="4" impl="0" subclass="0" instantiate="1"><method name="setDelims" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="setReplace" desc="(Z)V" ref="1"/><method name="doLoad" desc="(Lorg/eclipse/wst/rdb/data/internal/core/common/Output;)I" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.AbstractRowData" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.core.common.Output" ref="14" impl="1" subclass="0" instantiate="0"><method name="write" desc="(Ljava/lang/String;)V" ref="4"/></class><class name="org.eclipse.wst.rdb.data.internal.core.load.TableLoader" ref="2" impl="0" subclass="0" instantiate="1"><method name="getFailedRowError" desc="()Ljava/lang/String;" ref="1"/><method name="loadRow" desc="([Ljava/lang/String;)V" ref="1"/><method name="close" desc="()V" ref="1"/><method name="emptyTable" desc="()V" ref="1"/><method name="getDeletedRows" desc="()I" ref="1"/><method name="getInsertedRows" desc="()I" ref="1"/><method name="open" desc="()V" ref="1"/><method name="getFailedRows" desc="()I" ref="1"/><method name="getErrorColumns" desc="()Ljava/util/HashSet;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.TableDataSaveStatus" ref="7" impl="0" subclass="0" instantiate="1"><method name="reset" desc="()V" ref="1"/><field name="duplicateRow" desc="Z" ref="2"/><field name="updated" desc="I" ref="2"/><field name="inserted" desc="I" ref="2"/><field name="deleted" desc="I" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.Messages" ref="2" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.extract.ExtractData" ref="4" impl="0" subclass="0" instantiate="1"><method name="doExtract" desc="(Lorg/eclipse/wst/rdb/data/internal/core/common/Output;)I" ref="1"/><method name="setDelims" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.DataDeserializer" ref="2" impl="0" subclass="0" instantiate="0"><method name="deserialize" desc="(Ljava/lang/String;I)Ljava/lang/Object;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.ResultSetReader" ref="3" impl="0" subclass="0" instantiate="0"><method name="read" desc="(Ljava/sql/ResultSet;II)Ljava/lang/Object;" ref="2"/><method name="read" desc="(Ljava/sql/ResultSet;I)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.DataSerializer" ref="3" impl="0" subclass="0" instantiate="0"><method name="needsQuote" desc="(I)Z" ref="1"/><method name="write" desc="(Ljava/lang/Object;ILjava/lang/String;)Ljava/lang/String;" ref="1"/><method name="serialize" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.load.DataFileTokenizer" ref="7" impl="0" subclass="0" instantiate="1"><method name="consume" desc="(Ljava/lang/String;)V" ref="1"/><method name="peek" desc="()Ljava/lang/String;" ref="1"/><method name="close" desc="()V" ref="1"/><method name="nextToken" desc="()Ljava/lang/String;" ref="1"/><method name="open" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.ColumnDataAccessorExtension" ref="1" impl="0" subclass="0" instantiate="1"><method name="createInstance" desc="()Lorg/eclipse/wst/rdb/data/internal/core/common/IColumnDataAccessor;" ref="1"/><method name="matches" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getScore" desc="()I" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.StmtLog" ref="4" impl="0" subclass="0" instantiate="1"><method name="toString" desc="()Ljava/lang/String;" ref="1"/><method name="addArgs" desc="([Ljava/lang/String;)V" ref="1"/><method name="getArgsCount" desc="()I" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.extract.Messages" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.IColumnDataAccessor" ref="13" impl="1" subclass="0" instantiate="0"><method name="initialize" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Column;)V" ref="1"/><method name="writeValuesExprArgs" desc="(Ljava/sql/PreparedStatement;ILjava/lang/Object;I)[Ljava/lang/String;" ref="1"/><method name="getSetAss" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><method name="getLabel" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="1"/><method name="writeWhereCondArgs" desc="(Ljava/sql/PreparedStatement;ILjava/lang/Object;I)[Ljava/lang/String;" ref="1"/><method name="getSelectExpr" desc="()Ljava/lang/String;" ref="1"/><method name="deserialize" desc="(Ljava/lang/String;I)Ljava/lang/Object;" ref="2"/><method name="serialize" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="2"/><method name="isSnippet" desc="(Ljava/lang/Object;I)Z" ref="3"/><method name="writeSetAssArgs" desc="(Ljava/sql/PreparedStatement;ILjava/lang/Object;I)[Ljava/lang/String;" ref="1"/><method name="getValuesExpr" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><method name="getWhereCond" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><method name="supportsInlineEdit" desc="()Z" ref="1"/><method name="read" desc="(Ljava/sql/ResultSet;IIZ)Ljava/lang/Object;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.load.DataFormatException" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.rdb.data.internal.core.DataCorePlugin" ref="6" impl="0" subclass="0" instantiate="0"><method name="newColumnDataAccessor" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Column;)Lorg/eclipse/wst/rdb/data/internal/core/common/IColumnDataAccessor;" ref="1"/><method name="writeLog" desc="(IILjava/lang/String;Ljava/lang/Throwable;)V" ref="2"/><method name="quoteIdentifier" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getQualifiedUDTName" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/UserDefinedType;)Ljava/lang/String;" ref="1"/><method name="getQualifiedTableName" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Table;)Ljava/lang/String;" ref="4"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/data/internal/core/DataCorePlugin;" ref="3"/></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.IRowData" ref="17" impl="1" subclass="0" instantiate="0"><method name="updateValue" desc="(ILjava/lang/Object;)V" ref="3"/><method name="getValue" desc="(I)Ljava/lang/Object;" ref="5"/><method name="getTable" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/ITableData;" ref="3"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.IColumnDataAccessor[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.data.internal.core.editor.ITableData" ref="13" impl="1" subclass="0" instantiate="0"><method name="deleteRow" desc="(Lorg/eclipse/wst/rdb/data/internal/core/editor/IRowData;)V" ref="1"/><method name="insertRow" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/IRowData;" ref="1"/><method name="revert" desc="()V" ref="1"/><method name="getColumnCount" desc="()I" ref="2"/><method name="getRows" desc="()Ljava/util/Vector;" ref="1"/><method name="getColumnHeader" desc="(I)Ljava/lang/String;" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="isReadonly" desc="()Z" ref="2"/><method name="getColumnName" desc="(I)Ljava/lang/String;" ref="1"/><method name="getColumnType" desc="(I)I" ref="4"/><method name="save" desc="(Lorg/eclipse/wst/rdb/data/internal/core/common/Output;)I" ref="1"/><method name="getColumnDataAccessor" desc="(I)Lorg/eclipse/wst/rdb/data/internal/core/common/IColumnDataAccessor;" ref="4"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.data.BigIntegerFormat" ref="2" impl="0" subclass="0" instantiate="0"><method name="parse" desc="(Ljava/lang/String;)Ljava/math/BigInteger;" ref="1"/><method name="format" desc="(Ljava/math/BigInteger;)Ljava/lang/String;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/rdb/data/internal/core/common/data/BigIntegerFormat;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.core.load.Messages" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.core.common.DefaultColumnDataAccessor" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.wst.common.navigator.workbench"><class name="org.eclipse.wst.common.navigator.internal.workbench.CustomResourceExtensionFilterProvider$CustomFilter[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.actions.WizardActionGroup" ref="5" impl="0" subclass="0" instantiate="2"><method name="setContext" desc="(Lorg/eclipse/ui/actions/ActionContext;)V" ref="2"/><method name="setWizardActionIds" desc="([Ljava/lang/String;)V" ref="2"/><method name="fillContextMenu" desc="(Lorg/eclipse/jface/action/IMenuManager;)V" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.actions.Assert" ref="1" impl="0" subclass="0" instantiate="0"><method name="isNotNull" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.actions.WizardShortcutAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.groups.ToggleGroupingAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="setGroupingEnabled" desc="(Z)V" ref="1"/><method name="isGroupingEnabled" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.workbench.ResourceDropAction$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroupContentProvider$1" ref="1" impl="0" subclass="0" instantiate="1"><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroupExtensionReader" ref="4" impl="0" subclass="0" instantiate="0"><method name="getKnownGroupNatureIDs" desc="()Ljava/util/List;" ref="1"/><method name="getNavigatorGroup" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/groups/NavigatorGroup;" ref="1"/><method name="getNonExcludedGroupsList" desc="()Ljava/util/List;" ref="1"/><method name="getDefaultNavigatorGroup" desc="()Lorg/eclipse/wst/common/navigator/internal/groups/NavigatorGroup;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/groups/NavigatorGroupExtensionReader;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.plugin.WorkbenchNavigatorPlugin" ref="10" impl="0" subclass="0" instantiate="0"><method name="getPluginPreferences" desc="()Lorg/eclipse/core/runtime/Preferences;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/common/navigator/internal/plugin/WorkbenchNavigatorPlugin;" ref="3"/><method name="log" desc="(Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)V" ref="5"/><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="1"/><field name="PLUGIN_ID" desc="Ljava/lang/String;" ref="4"/></class><class name="org.eclipse.wst.common.navigator.internal.workbench.ResourceDropAction" ref="7" impl="0" subclass="1" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/workbench/ResourceDropAction;)Lorg/eclipse/swt/widgets/Shell;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.plugin.WorkbenchNavigatorMessages" ref="1" impl="0" subclass="0" instantiate="0"><field name="_9_UI_" desc="Ljava/lang/String;" ref="1"/><field name="_10_UI_" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.actions.AssertionFailedException" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.workbench.ResourceDropAction$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.actions.CommonWizardRegistry$CommonWizardRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.workbench.CustomResourceExtensionFilterProvider" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroup" ref="11" impl="0" subclass="0" instantiate="1"><method name="getIcon" desc="()Ljava/lang/String;" ref="1"/><method name="getSortOrder" desc="()I" ref="1"/><method name="getPluginID" desc="()Ljava/lang/String;" ref="1"/><method name="getContribution" desc="()Lorg/eclipse/ui/IPluginContribution;" ref="1"/><method name="getNatureID" desc="()Ljava/lang/String;" ref="2"/><method name="getDisplayName" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroupActivityHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="getEnabledGroups" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.actions.CommonWizardRegistry" ref="7" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/actions/CommonWizardRegistry;" ref="2"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/actions/CommonWizardRegistry;Lorg/eclipse/wst/common/navigator/internal/actions/CommonWizardDescriptor;)V" ref="1"/><method name="getEnabledCommonWizardDescriptorIds" desc="(Ljava/lang/Object;Ljava/lang/String;)[Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.workbench.CustomResourceExtensionFilterProvider$CustomFilter" ref="1" impl="0" subclass="0" instantiate="1"><field name="name" desc="Ljava/lang/String;" ref="1"/><field name="pattern" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.actions.CommonWizardDescriptor" ref="4" impl="0" subclass="0" instantiate="1"><method name="getWizardId" desc="()Ljava/lang/String;" ref="1"/><method name="isEnabledFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="1"/><method name="isEnabledFor" desc="(Ljava/lang/Object;)Z" ref="1"/><method name="getType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroupContentProvider" ref="6" impl="0" subclass="0" instantiate="0"><method name="setGroupingEnabled" desc="(Z)V" ref="1"/><method name="processDelta" desc="(Lorg/eclipse/core/resources/IResourceDelta;Lorg/eclipse/core/resources/IProject;)V" ref="1"/><method name="isGroupingEnabled" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.groups.NavigatorGroupExtensionReader$1" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.jst.j2ee.jca.ui"><class name="org.eclipse.jst.j2ee.jca.ui.internal.actions.RARArchiveUIResourceHandler" ref="2" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentImportPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentCreationWizardPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentExportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="setDialogSettings" desc="(Lorg/eclipse/jface/dialogs/IDialogSettings;)V" ref="1"/><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectFirstPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentImportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentCreationWizard" ref="1" impl="0" subclass="0" instantiate="0"><field name="WIZARD_ID" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.util.JCAUIMessages" ref="9" impl="0" subclass="0" instantiate="0"><field name="JCA_MODULE_WIZ_TITLE" desc="Ljava/lang/String;" ref="3"/><field name="JCA_FILE_LBL" desc="Ljava/lang/String;" ref="1"/><field name="JCA_MODULE_LBL" desc="Ljava/lang/String;" ref="1"/><field name="connector_export_action_label_ui_" desc="Ljava/lang/String;" ref="1"/><field name="JCA_MODULE_MAIN_PG_DESC" desc="Ljava/lang/String;" ref="2"/><field name="JCA_EXPORT_MAIN_PG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="JCA_IMPORT_MAIN_PG_DESC" desc="Ljava/lang/String;" ref="1"/><field name="JCA_VERSION_LBL" desc="Ljava/lang/String;" ref="1"/><field name="JCA_MODULE_MAIN_PG_TITLE" desc="Ljava/lang/String;" ref="3"/><field name="JCA_IMPORT_MAIN_PG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="JCA_FACET_CONFIGURATION" desc="Ljava/lang/String;" ref="1"/><field name="JCA_EXPORT_MAIN_PG_DESC" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.jca.ui.internal.wizard.RARExportPage" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.jst.ws.axis.consumption.ui"><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.wizard.client.WebServiceClientAxisType$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.Stub2BeanInfo" ref="1" impl="0" subclass="0" instantiate="1"><method name="addSEI" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="setClass" desc="(Ljava/lang/String;)V" ref="1"/><method name="setPackage" desc="(Ljava/lang/String;)V" ref="1"/><method name="setClientProject" desc="(Lorg/eclipse/core/resources/IProject;)V" ref="1"/><method name="write" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/wst/common/environment/IStatusHandler;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisProxyWidget" ref="6" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisProxyWidget;)V" ref="1"/><method name="getCustomizeClientMappings" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.util.ClasspathUtils" ref="1" impl="0" subclass="0" instantiate="0"><method name="getClasspathString" desc="(Lorg/eclipse/core/resources/IProject;)Ljava/lang/String;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/axis/consumption/ui/util/ClasspathUtils;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.CheckAxisDeploymentDescriptorsTask" ref="2" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.wizard.client.WebServiceClientAxisType$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.Stub2BeanCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientOutputCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.DefaultsForHTTPBasicAuthCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages" ref="14" impl="0" subclass="0" instantiate="0"><field name="PAGE_DESC_WS_AXIS_PROXY" desc="Ljava/lang/String;" ref="1"/><field name="TABLE_COLUMN_LABEL_NAMESPACE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WSDL_NO_PORT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WSDL_NO_DEFINITION" desc="Ljava/lang/String;" ref="3"/><field name="PAGE_TITLE_WS_BEAN2XML" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_MAPPING_PAIRS" desc="Ljava/lang/String;" ref="1"/><field name="TABLE_COLUMN_LABEL_PACKAGE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_IMPORT_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_BAD_BUILDPATH" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_DEFAULT_BEAN" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWJB_TEXT_FOLDER" desc="Ljava/lang/String;" ref="1"/><field name="CHECKBOX_GENPROXY" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_EXPLORE_MAPPINGS_XML2BEAN" desc="Ljava/lang/String;" ref="3"/><field name="PAGE_TITLE_WS_XML2PROXY" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_XML_FILE_OVERWRITE_DISABLED" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWJB_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_P2N_MAPPINGS" desc="Ljava/lang/String;" ref="1"/><field name="PROGRESS_INFO_COPY_AXIS_CFG" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_FILECOPY" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_REFRESH_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_WARN_NO_JAVA_NATURE" desc="Ljava/lang/String;" ref="3"/><field name="TOOLTIP_PWJB_CHECKBOX_GENPROXY" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_FOLDER_NAME" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WRITE_WSDL" desc="Ljava/lang/String;" ref="3"/><field name="TOOLTIP_N2P_SHOW_MAPPINGS" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_WSDL_LOCATION_NOT_SET" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_AXIS_PROXY" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.command.DefaultsForClientJavaWSDLCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientInputCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.wizard.client.WebServiceClientAxisType" ref="7" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisProxyWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.util.PlatformUtils" ref="4" impl="0" subclass="0" instantiate="0"><method name="getFileURLFromPath" desc="(Lorg/eclipse/core/runtime/IPath;)Ljava/lang/String;" ref="3"/><method name="getFileFromPlatform" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.wizard.client.WebServiceClientAxisType$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsWidget" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.RefreshProjectCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.ValidateWSDLCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.util.FileUtil" ref="3" impl="0" subclass="0" instantiate="0"><method name="createFolder" desc="(Lorg/eclipse/core/resources/IFolder;ZZ)V" ref="2"/><method name="createTargetFile" desc="(Ljava/lang/String;Ljava/lang/String;Z)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.wsrt.AxisWebServiceClient" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.task.CopyAxisJarCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsFragment" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsFragment;)Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.ui.util.WSDLUtils" ref="3" impl="0" subclass="0" instantiate="0"><method name="makeNamespace" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getPackageName" desc="(Ljavax/wsdl/Definition;)Ljava/lang/String;" ref="1"/><method name="getServiceElementName" desc="(Ljavax/wsdl/Definition;)Ljava/lang/String;" ref="1"/><method name="getPortTypeName" desc="(Ljavax/wsdl/Definition;)Ljava/lang/String;" ref="1"/></class></plugin><plugin id="org.eclipse.wst.rdb.sqlscrapbook"><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.wizards.NewSQLScrapbookFileWizardPage" ref="4" impl="0" subclass="0" instantiate="1"><method name="finish" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.actions.SQLScrapbookAction" ref="4" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/action/IAction;Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/><method name="run" desc="(Lorg/eclipse/jface/action/IAction;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.util.SQLUtility" ref="1" impl="0" subclass="0" instantiate="0"><method name="getConnectionInfo" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="getOutputSQLPageXML" desc="(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;" ref="1"/><method name="getInputSQLPageXML" desc="(Ljava/io/File;)Lorg/eclipse/wst/rdb/internal/sqlscrapbook/util/NodeSQLPage;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.actions.SQLScrapbookAction$SQLScrapbookEditorInput" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.editor.SQLScrapbookEditorInput" ref="3" impl="0" subclass="0" instantiate="2"><method name="setEditorSite" desc="(Lorg/eclipse/ui/IEditorSite;)V" ref="1"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="setStatementSQL" desc="(Ljava/lang/String;)V" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="showMessageConnection" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.wizards.NewSQLScrapbookFileCreationWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.SqlscrapbookPlugin" ref="6" impl="0" subclass="0" instantiate="0"><method name="getResourceString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="5"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/internal/sqlscrapbook/SqlscrapbookPlugin;" ref="3"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="2"/><method name="log" desc="(Lorg/eclipse/core/runtime/IStatus;)V" ref="1"/><method name="getActiveWorkbenchShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="log" desc="(Ljava/lang/Throwable;)V" ref="1"/><method name="getPluginId" desc="()Ljava/lang/String;" ref="1"/><method name="getSQLEditorDocumentProvider" desc="()Lorg/eclipse/ui/texteditor/IDocumentProvider;" ref="1"/><method name="getWorkspace" desc="()Lorg/eclipse/core/resources/IWorkspace;" ref="1"/><method name="getActivePage" desc="()Lorg/eclipse/ui/IWorkbenchPage;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.editor.SQLScrapbookDocumentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.wizards.NewSQLScrapbookFileWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.util.NodeSQLPage" ref="3" impl="0" subclass="0" instantiate="1"><method name="setNameConnection" desc="(Ljava/lang/String;)V" ref="1"/><method name="setStatementSQL" desc="(Ljava/lang/String;)V" ref="1"/><method name="getStatementSQL" desc="()Ljava/lang/String;" ref="1"/><method name="getNameConnection" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.sqlscrapbook.util.ExceptionHandler" ref="1" impl="0" subclass="0" instantiate="0"><method name="handle" desc="(Lorg/eclipse/core/runtime/CoreException;Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;)V" ref="1"/></class></plugin><plugin id="org.eclipse.jst.ws.consumption.ui"><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.wssample.GSTCGenerateCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ClientType" ref="3" impl="0" subclass="0" instantiate="1"><method name="getModuleTypesInclude" desc="()[Ljava/lang/String;" ref="2"/><method name="getWebServiceClientImpl" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceClientImpl;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ClientType[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBTableViewer$EJBContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.GenerateHandlerSkeletonCommand" ref="4" impl="0" subclass="0" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$TableEditorListener" ref="10" impl="0" subclass="0" instantiate="1"><method name="traverseTabPrevious" desc="()V" ref="1"/><method name="traverseTabNext" desc="()V" ref="1"/><method name="cancelSelection" desc="()V" ref="1"/><method name="editSelection" desc="()V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWidget" ref="14" impl="0" subclass="0" instantiate="1"><method name="updateValidationSummary" desc="(I)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/WSDLSelectionWidget;)Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidationMessageViewerWidget;" ref="2"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="getProject" desc="()Lorg/eclipse/core/resources/IProject;" ref="1"/><method name="getObjectSelection" desc="()Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="1"/><method name="getComponentName" desc="()Ljava/lang/String;" ref="1"/><method name="getWebServicesParser" desc="()Lorg/eclipse/wst/ws/internal/parser/wsil/WebServicesParser;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/WSDLSelectionWidget;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/WSDLSelectionWidget;)Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob;" ref="1"/><method name="setInitialSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/WSDLSelectionWidget;)V" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.common.FinishFragment" ref="5" impl="0" subclass="0" instantiate="5"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyPreferencePage$ClientTypeLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.data.ServerInstToIServerTransformer" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigServiceHandlersWidgetBinding" ref="7" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientAssembleCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$ListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.PublishWSWidget" ref="6" impl="0" subclass="0" instantiate="3"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/PublishWSWidget;Lorg/eclipse/swt/widgets/Event;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceClientImpl" ref="11" impl="0" subclass="0" instantiate="2"><method name="getId" desc="()Ljava/lang/String;" ref="4"/><method name="getLabel" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSILWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientRunCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ProjectSelectionWidget" ref="16" impl="0" subclass="0" instantiate="2"><method name="getNeedEAR" desc="()Z" ref="2"/><method name="setTypeRuntimeServer" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;)V" ref="3"/><method name="refreshProjectItems" desc="()V" ref="3"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ProjectSelectionWidget;)V" ref="1"/><method name="getComponentType" desc="()Ljava/lang/String;" ref="2"/><method name="setComponentType" desc="(Ljava/lang/String;)V" ref="2"/><method name="getEarProjectName" desc="()Ljava/lang/String;" ref="2"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="2"/><method name="getProjectName" desc="()Ljava/lang/String;" ref="2"/><method name="setProjectName" desc="(Ljava/lang/String;)V" ref="2"/><method name="setNeedEAR" desc="(Z)V" ref="2"/><method name="setEarProjectName" desc="(Ljava/lang/String;)V" ref="2"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="2"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ProjectSelectionWidget;)Lorg/eclipse/swt/widgets/Listener;" ref="3"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.TestDefaultingFragment" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyPreferencePage" ref="6" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidget" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ServiceHandlersWidgetDefaultingCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.HandlerTableItem" ref="8" impl="0" subclass="0" instantiate="4"><method name="setHandlerName" desc="(Ljava/lang/String;)V" ref="4"/><method name="getPort" desc="()Lorg/eclipse/jst/j2ee/webservice/wsdd/PortComponent;" ref="1"/><method name="getHandler" desc="()Ljava/lang/Object;" ref="2"/><method name="getPortName" desc="()Ljava/lang/String;" ref="3"/><method name="getHandlerClassName" desc="()Ljava/lang/String;" ref="6"/><method name="getHandlerName" desc="()Ljava/lang/String;" ref="4"/><method name="setWsDescRef" desc="(Ljava/lang/Object;)V" ref="4"/><method name="setPort" desc="(Lorg/eclipse/jst/j2ee/webservice/wsdd/PortComponent;)V" ref="1"/><method name="getWsDescRef" desc="()Ljava/lang/Object;" ref="1"/><method name="setHandlerClassName" desc="(Ljava/lang/String;)V" ref="4"/><method name="setPortName" desc="(Ljava/lang/String;)V" ref="2"/><method name="setHandler" desc="(Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.ListOptionsCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.AntDefaultingOperation" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ImportWSILWidget" ref="4" impl="0" subclass="0" instantiate="1"><method name="handleBrowseEvent" desc="(Lorg/eclipse/swt/widgets/Event;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientDevelopCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.AbstractHandlersWidgetDefaultingCmd" ref="3" impl="0" subclass="3" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$ServiceHandlersFragment" ref="5" impl="0" subclass="0" instantiate="1"><field name="isService_" desc="Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionWidgetWrapper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/FinishTestFragment;)Z" ref="1"/><method name="isPreferedAWSDLTest" desc="()Z" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/FinishTestFragment;)Z" ref="1"/><method name="isClientTestJava" desc="()Z" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/FinishTestFragment;)Z" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/FinishTestFragment;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ClientRuntimeSelectionWidgetDefaultingCommand$WSRuntimeJ2EEType" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigClientHandlersWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$ListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding" ref="13" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget" ref="28" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)V" ref="1"/><method name="access$11" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$13" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)Lorg/eclipse/swt/custom/TableEditor;" ref="1"/><method name="access$9" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget$TableEditorListener;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)V" ref="1"/><method name="access$10" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;Z)V" ref="1"/><method name="access$7" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)[Ljava/lang/String;" ref="1"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="access$8" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$12" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$6" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/TableViewerWidget;Lorg/eclipse/swt/widgets/Text;)V" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="getItems" desc="()[Lorg/eclipse/swt/widgets/TableItem;" ref="1"/><field name="MAP_ONE_TO_ONE" desc="B" ref="1"/><field name="MAP_MANY_TO_ONE" desc="B" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigClientHandlersWidgetBinding$ClientHandlersConfigCommandFragment" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.HandlerTableItem[]" ref="5" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.common.ValidationUtils$QualifiedName" ref="1" impl="0" subclass="0" instantiate="1"><method name="equals" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils$QualifiedName;)Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ObjectSelectionRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getConfigurationElements" desc="()[Lorg/eclipse/core/runtime/IConfigurationElement;" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/ObjectSelectionRegistry;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ServiceRuntimeDescriptor" ref="6" impl="0" subclass="0" instantiate="1"><method name="getTopDown" desc="()Z" ref="2"/><method name="getRuntime" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/RuntimeDescriptor;" ref="2"/><method name="getId" desc="()Ljava/lang/String;" ref="2"/><method name="getWebServiceRuntime" desc="()Lorg/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime;" ref="1"/><method name="getBottomUp" desc="()Z" ref="2"/><method name="getServiceImplementationType" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceImpl;" ref="2"/><method name="getRequiredFacetVersions" desc="()[Lorg/eclipse/jst/ws/internal/consumption/common/RequiredFacetVersion;" ref="3"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.Arguments" ref="5" impl="0" subclass="0" instantiate="1"><method name="add" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="1"/><method name="isEmpty" desc="()Z" ref="1"/><method name="getStringArguments" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.WebServiceClientTestArrivalCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionUtils" ref="4" impl="0" subclass="0" instantiate="0"><method name="doesRuntimeSupportServer" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getWebServiceImplById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceImpl;" ref="1"/><method name="getServerLabelById" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getWebServiceRuntimeById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceRuntimeInfo;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigServiceHandlersWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ServerExtensionDefaultingCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.AddHandlerDialog" ref="5" impl="0" subclass="0" instantiate="2"><method name="getName" desc="()Ljava/lang/String;" ref="2"/><method name="getClassName" desc="()Ljava/lang/String;" ref="2"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="create" desc="()V" ref="2"/><method name="getPortName" desc="()Ljava/lang/String;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/AddHandlerDialog;)V" ref="1"/><method name="open" desc="()I" ref="2"/><method name="setPortNames" desc="([Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionRegistry2" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceRuntimeExtensionRegistry2;" ref="1"/><field name="webServiceClientImpls_" desc="Ljava/util/Hashtable;" ref="1"/><field name="webServiceTypesList_" desc="Ljava/util/ArrayList;" ref="1"/><field name="webServiceImpls_" desc="Ljava/util/Hashtable;" ref="1"/><field name="clientRuntimes_" desc="Ljava/util/Hashtable;" ref="1"/><field name="serviceRuntimes_" desc="Ljava/util/Hashtable;" ref="1"/><field name="runtimes_" desc="Ljava/util/Hashtable;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.CheckWSDLValidationCommand" ref="4" impl="0" subclass="0" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.AddWSDLToWSILWrapperCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionConditionCommand" ref="1" impl="0" subclass="0" instantiate="1"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="setWebServiceURI" desc="(Ljava/lang/String;)V" ref="1"/><method name="setWebServicesParser" desc="(Lorg/eclipse/wst/ws/internal/parser/wsil/WebServicesParser;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$ClientHandlersFragment" ref="5" impl="0" subclass="0" instantiate="1"><field name="isClient_" desc="Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding$InitializeProxyCommand" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget" ref="35" impl="0" subclass="0" instantiate="2"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleSourceLocationCombo" desc="(Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleWebServiceRefCombo" desc="(Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;)Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleGenSkeletonRadioButton" desc="()V" ref="1"/><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;Z)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigClientHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.TypeSelectionFilter" ref="1" impl="0" subclass="0" instantiate="1"><method name="getWebServiceTypeByInitialSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;Ljava/util/ArrayList;)[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.data.EclipseIPath2URLStringTransformer" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.PublishToPrivateUDDICommandFragment" ref="10" impl="0" subclass="0" instantiate="3"><method name="registerDataMappings" desc="(Lorg/eclipse/wst/command/internal/env/core/data/DataMappingRegistry;)V" ref="3"/><method name="registerWidgetMappings" desc="(Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetRegistry;)V" ref="3"/><method name="registerCanFinish" desc="(Lorg/eclipse/wst/command/internal/env/ui/widgets/CanFinishRegistry;)V" ref="3"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.ClientRootFragment" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyPreferencePage$ClientTypeContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyDefaults" ref="2" impl="0" subclass="0" instantiate="0"><method name="isUseTwoEARs" desc="()Z" ref="1"/><method name="getClientTypes" desc="()[Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding" ref="17" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.JavaBeanSelectionWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceRuntimeExtensionRegistry;" ref="1"/><field name="webServiceTypesList_" desc="Ljava/util/ArrayList;" ref="1"/><field name="webServiceImpls_" desc="Ljava/util/Hashtable;" ref="1"/><field name="webServiceRuntimes_" desc="Ljava/util/Hashtable;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSILWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.plugin.WebServiceConsumptionUIPlugin" ref="12" impl="0" subclass="0" instantiate="0"><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="2"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="2"/><method name="getServerRuntimeContext" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext;" ref="4"/><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/plugin/WebServiceConsumptionUIPlugin;" ref="10"/><method name="getProjectTopologyContext" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/preferences/ProjectTopologyContext;" ref="4"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionTreeWidget$TreeContentProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="setWebServiceURI" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$ListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ClientRuntimeDescriptor" ref="6" impl="0" subclass="0" instantiate="1"><method name="getRuntime" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/RuntimeDescriptor;" ref="2"/><method name="getId" desc="()Ljava/lang/String;" ref="2"/><method name="getWebServiceRuntime" desc="()Lorg/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime;" ref="1"/><method name="getClientImplementationType" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceClientImpl;" ref="2"/><method name="getRequiredFacetVersions" desc="()[Lorg/eclipse/jst/ws/internal/consumption/common/RequiredFacetVersion;" ref="3"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.JavaBeanSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.PersistentServerRuntimeContext" ref="7" impl="0" subclass="0" instantiate="1"><method name="load" desc="()V" ref="1"/><method name="getRuntimeId" desc="()Ljava/lang/String;" ref="3"/><method name="getDefaultServerFactoryId" desc="()Ljava/lang/String;" ref="1"/><method name="getDefaultRuntimeId" desc="()Ljava/lang/String;" ref="1"/><method name="getServerFactoryId" desc="()Ljava/lang/String;" ref="4"/><method name="setServerFactoryId" desc="(Ljava/lang/String;)V" ref="1"/><method name="setRuntimeId" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionDefaultingCommand" ref="4" impl="0" subclass="0" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishJavaTestFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.RuntimeServerSelectionDialog$ServersList" ref="1" impl="0" subclass="0" instantiate="1"><method name="setServerTreeItems" desc="(Lorg/eclipse/swt/widgets/Tree;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceImpl" ref="18" impl="0" subclass="0" instantiate="2"><method name="getResourceTypeMetadata" desc="()[Ljava/lang/String;" ref="2"/><method name="getExtensionMetadata" desc="()[Ljava/lang/String;" ref="2"/><method name="getObjectSelectionWidget" desc="()Ljava/lang/String;" ref="3"/><method name="getId" desc="()Ljava/lang/String;" ref="4"/><method name="getLabel" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ValidationMessageViewerWidget$ListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigServiceHandlersWidgetBinding$ServiceHandlersConfigCommandFragment" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.StartServerCommand$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.common.ValidationUtils" ref="6" impl="0" subclass="0" instantiate="3"><method name="doesServerSupportProject" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="2"/><method name="isProjectServiceProject" desc="(Lorg/eclipse/core/resources/IProject;Ljava/lang/String;Lorg/eclipse/wst/ws/internal/parser/wsil/WebServicesParser;)Z" ref="1"/><method name="doesServerSupportTemplate" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.JavaBeanSelectionWidget" ref="9" impl="0" subclass="0" instantiate="0"><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/JavaBeanSelectionWidget;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/JavaBeanSelectionWidget;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/JavaBeanSelectionWidget;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ServiceType" ref="4" impl="0" subclass="0" instantiate="1"><method name="getWebServiceImpl" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceImpl;" ref="2"/><method name="supportsScenario" desc="(I)Z" ref="1"/><method name="getModuleTypesInclude" desc="(I)[Ljava/lang/String;" ref="1"/><method name="getTopDownModuleTypesInclude" desc="()[Ljava/lang/String;" ref="1"/><method name="getBottomUpModuleTypesInclude" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ClientRuntimeSelectionWidget" ref="8" impl="0" subclass="0" instantiate="2"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget;)V" ref="1"/><method name="getClientEarProjectName" desc="()Ljava/lang/String;" ref="1"/><method name="isVisible" desc="()Z" ref="1"/><method name="getClientProjectName" desc="()Ljava/lang/String;" ref="1"/><method name="setClientProjectName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getClientTypeRuntimeServer" desc="()Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;" ref="2"/><method name="setClientComponentType" desc="(Ljava/lang/String;)V" ref="1"/><method name="setClientTypeRuntimeServer" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;)V" ref="2"/><method name="setClientEarProjectName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setClientNeedEAR" desc="(Z)V" ref="1"/><method name="getClientComponentType" desc="()Ljava/lang/String;" ref="1"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="getClientRuntimeId" desc="()Ljava/lang/String;" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="getClientNeedEAR" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSWidgetBinding" ref="5" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ImportWSWidgetBinding;)Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/PublishToPrivateUDDICommandFragment;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientHandlersWidgetDefaultingCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.RuntimeServerSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ImportWSILWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ServiceHandlersWidgetOutputCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget" ref="22" impl="0" subclass="0" instantiate="2"><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)Lorg/eclipse/wst/server/core/IServer;" ref="1"/><method name="access$7" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)V" ref="1"/><method name="access$6" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)Lorg/eclipse/swt/widgets/Button;" ref="1"/><method name="access$8" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget$StartServerJob;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;)Lorg/eclipse/jface/wizard/ProgressMonitorPart;" ref="10"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.uddi.PublicUDDIRegistryType" ref="11" impl="8" subclass="0" instantiate="0"><method name="getName" desc="()Ljava/lang/String;" ref="2"/><method name="getPublishURL" desc="()Ljava/lang/String;" ref="1"/><method name="getInquiryURL" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.HandlersDefaultingCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.OpenJavaEditorCommand$OpenJavaEditorJob" ref="1" impl="0" subclass="0" instantiate="1"><method name="setPriority" desc="(I)V" ref="1"/><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeInfo" ref="7" impl="0" subclass="0" instantiate="1"><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="getWebServiceRuntime" desc="()Lorg/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime;" ref="1"/><method name="getLabel" desc="()Ljava/lang/String;" ref="1"/><method name="getServerFactoryIds" desc="()[Ljava/lang/String;" ref="2"/><method name="getServiceTypes" desc="()[Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceType;" ref="2"/><method name="getJ2eeLevels" desc="()[Ljava/lang/String;" ref="1"/><method name="getClientTypes" desc="()[Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/ClientType;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$ListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.PublishProjectCommand$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.explorer.ExplorerServiceTestCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyContext" ref="9" impl="2" subclass="0" instantiate="0"><method name="setUseTwoEARs" desc="(Z)V" ref="1"/><method name="setClientTypes" desc="([Ljava/lang/String;)V" ref="1"/><method name="isUseTwoEARs" desc="()Z" ref="2"/><method name="getClientTypes" desc="()[Ljava/lang/String;" ref="3"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.WSDLTestLaunchCommand" ref="1" impl="0" subclass="0" instantiate="1"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="setServiceServerInstanceId" desc="(Ljava/lang/String;)V" ref="1"/><method name="setTestID" desc="(Ljava/lang/String;)V" ref="1"/><method name="setEndpoint" desc="(Ljava/util/List;)V" ref="1"/><method name="setExternalBrowser" desc="(Z)V" ref="1"/><method name="setWsdlURI" desc="(Ljava/lang/String;)V" ref="1"/><method name="setServerProject" desc="(Ljava/lang/String;)V" ref="1"/><method name="setEnvironment" desc="(Lorg/eclipse/wst/common/environment/IEnvironment;)V" ref="1"/><method name="setServiceTypeRuntimeServer" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;)V" ref="1"/><method name="setServerModule" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding$ForceTrue" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.RuntimeServerSelectionDialog" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;Lorg/eclipse/wst/server/core/IServer;)V" ref="1"/><method name="handleServerViewSelectionEvent" desc="()V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Ljava/lang/String;" ref="1"/><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;Ljava/lang/String;)V" ref="1"/><method name="access$8" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)B" ref="1"/><method name="access$11" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Ljava/lang/String;" ref="1"/><method name="access$9" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Ljava/lang/String;" ref="1"/><method name="access$10" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Ljava/util/Hashtable;" ref="1"/><method name="getTypeRuntimeServer" desc="()Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;" ref="1"/><method name="create" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Ljava/util/Hashtable;" ref="1"/><method name="access$6" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Lorg/eclipse/wst/server/core/IServer;" ref="1"/><method name="open" desc="()I" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;)Z" ref="1"/><method name="access$7" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;Ljava/lang/String;)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/RuntimeServerSelectionDialog;Z)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ObjectSelectionWidget" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.selection.SelectionTransformer" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$HandlersCommandFragment" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.TypeSelectionFilter2" ref="1" impl="0" subclass="0" instantiate="1"><method name="getWebServiceTypeByInitialSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;Ljava/util/ArrayList;)[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ObjectSelectionOutputCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.uddi.PublicUDDIRegistryType[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigClientHandlersWidgetBinding" ref="7" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.JavaBeanSelectionWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$StartServerJob" ref="4" impl="0" subclass="0" instantiate="1"><method name="getMonitor" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget$ProgressMonitorWrapper;" ref="1"/><method name="addJobChangeListener" desc="(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;)V" ref="1"/><method name="getServer" desc="()Lorg/eclipse/wst/server/core/IServer;" ref="1"/><method name="schedule" desc="()V" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.PublishProjectCommand" ref="4" impl="0" subclass="0" instantiate="2"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="2"/><method name="setExistingServer" desc="(Lorg/eclipse/wst/server/core/IServer;)V" ref="2"/><method name="setProject" desc="(Ljava/lang/String;)V" ref="2"/><method name="setEnvironment" desc="(Lorg/eclipse/wst/common/environment/IEnvironment;)V" ref="2"/><method name="setServerTypeID" desc="(Ljava/lang/String;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget" ref="35" impl="0" subclass="0" instantiate="2"><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;Z)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;)Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleWebServiceDescCombo" desc="(Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleSourceLocationCombo" desc="(Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="handleGenSkeletonRadioButton" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/ConfigServiceHandlersTableWidget;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor$ListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.StartServerCommand" ref="7" impl="0" subclass="0" instantiate="5"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="5"/><method name="setServerInstanceId" desc="(Ljava/lang/String;)V" ref="5"/><method name="setEnvironment" desc="(Lorg/eclipse/wst/common/environment/IEnvironment;)V" ref="5"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$ClientRootCommandFragment" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.TableViewerEditor" ref="25" impl="0" subclass="0" instantiate="1"><method name="access$9" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor$TableEditorListener;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="access$8" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)V" ref="1"/><method name="access$11" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="refresh" desc="()V" ref="1"/><method name="access$12" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="setInput" desc="(Ljava/util/List;)V" ref="1"/><method name="access$5" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)[Ljava/lang/String;" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)Lorg/eclipse/swt/custom/TableEditor;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$6" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;Lorg/eclipse/swt/widgets/Text;)V" ref="1"/><method name="access$10" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;Z)V" ref="1"/><method name="setToolTipText" desc="(Ljava/lang/String;)V" ref="1"/><method name="access$7" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/><method name="setInfopop" desc="(Ljava/lang/String;)V" ref="1"/><method name="getItems" desc="()[Lorg/eclipse/swt/widgets/TableItem;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/wsil/TableViewerEditor;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.data.ProjectName2IProjectTransformer" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientInstallCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.PreferencesSelectionWidget" ref="4" impl="0" subclass="0" instantiate="2"><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="2"/><method name="getResourceContext" desc="()Lorg/eclipse/wst/command/internal/env/core/context/ResourceContext;" ref="2"/><method name="setResourceContext" desc="(Lorg/eclipse/wst/command/internal/env/core/context/ResourceContext;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ClientRuntimeSelectionWidgetDefaultingCommand" ref="7" impl="0" subclass="1" instantiate="4"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.DialogWWWAuthentication" ref="3" impl="0" subclass="0" instantiate="3"><method name="getUsername" desc="()Ljava/lang/String;" ref="2"/><method name="handleWWWAuthentication" desc="(Lorg/eclipse/wst/ws/internal/parser/wsil/WWWAuthenticationException;)V" ref="2"/><method name="getPassword" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget" ref="18" impl="0" subclass="0" instantiate="3"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget;)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget;Z)V" ref="2"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestWidget;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.GenSampleWidgetBinding$GenSampleRootCommandFragment" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ObjectSelectionFragment" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestFragment" ref="6" impl="0" subclass="0" instantiate="3"><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestFragment;)Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/ClientTestFragment;)Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ValidationMessageViewerWidget" ref="11" impl="0" subclass="0" instantiate="1"><method name="clearInput" desc="()V" ref="1"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="getContentProvider" desc="()Lorg/eclipse/jface/viewers/IContentProvider;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidationMessageViewerWidget;)Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/><method name="setInput" desc="([Lorg/eclipse/wst/wsdl/validation/internal/IValidationMessage;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionTreeWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ValidationMessageViewerWidget$ListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$TableEditorListener" ref="10" impl="0" subclass="0" instantiate="1"><method name="traverseTabPrevious" desc="()V" ref="1"/><method name="traverseTabNext" desc="()V" ref="1"/><method name="cancelSelection" desc="()V" ref="1"/><method name="editSelection" desc="()V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages" ref="65" impl="0" subclass="0" instantiate="0"><field name="TOOLTIP_PWPR_CHECKBOX_TEST_SERVICE" desc="Ljava/lang/String;" ref="2"/><field name="MSG_CLIENT_RUNTIME_DOES_NOT_SUPPORT_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_START_SERVER" desc="Ljava/lang/String;" ref="2"/><field name="MSG_CLIENT_EAR_EMPTY" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_HTTP_BASIC_AUTH_PASSWORD" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_SERVER_DOES_NOT_SUPPORT_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="WAIT_VALIDATION_DESCRIPTION" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_EJB_BEAN_NAME" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_INSTALL_CLIENT_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_TREE_SERVER_TYPES" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_SRPF_COMBO_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_SELECTION_VIEW_TITLE" desc="Ljava/lang/String;" ref="2"/><field name="MSG_J2EE_MISMATCH" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_CHECKBOX_TEST" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_WSIL_TEXT_WSIL" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBCL_BUTTON_BEAN_RESOURCE_BROWSE" desc="Ljava/lang/String;" ref="2"/><field name="MSG_SERVER_TARGET_MISMATCH" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WS_CLIENT_RUNTIME_SELECTION" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_JSP_FOLDER_NAME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_TEXT_HANDLER_CLASS" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_WS_FIND_PRIVATE_UDDI" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_TEXT_SERVER" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_GENERATE_HANDLER_SKELETON" desc="Ljava/lang/String;" ref="1"/><field name="TEXT_SERVER_STATUS" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_WSIL_BUTTON_BROWSE_WSIL" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_COMBO_SOURCE_LOC" desc="Ljava/lang/String;" ref="2"/><field name="MSG_INFO_ANT_SERVER_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_TEXT_JSP_FOLDER" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_TEXT_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="GROUP_SCENARIO_SERVICE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_BUTTON_ADD" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_CLIENT_EAR_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="ERROR_MESSAGES_IN_VALIDATION" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_SELECT_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_CLIENT_SERVER_DOES_NOT_SUPPORT_TEMPLATE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WSTEST" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_REMOVE" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_DESC_WS_SAMPLE" desc="Ljava/lang/String;" ref="3"/><field name="PAGE_DESC_WS_PROJECT" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_WEB_SERVICE_CLIENTS_NOT_FOUND" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_XML2BEAN" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_JSP_PROJECT_NAME" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_COMBO_WS_CLIENT_REF" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_NO_SUCH_FILE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WSTEST" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_START_SERVER_TEXT4" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WRITE_FILE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_VALIDATE_TEXT_MESSAGE" desc="Ljava/lang/String;" ref="1"/><field name="MESSAGE_VALIDATE_IN_PROGRESS" desc="Ljava/lang/String;" ref="1"/><field name="DESC_WSIL_IMPORT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_HTTP_BASIC_AUTH_PASSWORD" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_WSIL_URI" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SAME_CLIENT_AND_SERVICE_PROJECTS" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_GROUP_SCENARIO_CLIENT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBME_BUTTON_DESELECT_ALL" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WS_SELECTION" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_WSIL_IMPORT_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_FOLDER_NAME" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_DESELECT_ALL" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_TITLE_WS_SAMPLE" desc="Ljava/lang/String;" ref="3"/><field name="TITLE_WSIL_IMPORT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_CLIENT_RUNTIME_DOES_NOT_SUPPORT_TEMPLATE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_RADIO_SERVER" desc="Ljava/lang/String;" ref="1"/><field name="MSG_CLIENT_SUB" desc="Ljava/lang/String;" ref="3"/><field name="MSG_ERROR_UNABLE_TO_OPEN_JAVA_EDITOR" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_WS_PUBLISH" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_HTTP_BASIC_AUTH_USERNAME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_MONITOR_SERVICE" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PWPR_GROUP_SCENARIO_SERVICE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WS_RUNTIME_SELECTION" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_WEBSERVICECLIENTTYPE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_START_SERVER_TEXT3" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_START_SERVER_BUTTON" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_WS_SERVICE_DESC" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_VALIDATE_TEXT_MESSAGE_SUMMARY" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_VALIDATION_INTERNAL_ERROR" desc="Ljava/lang/String;" ref="1"/><field name="MSG_CLIENT_PROJECT_EMPTY" desc="Ljava/lang/String;" ref="1"/><field name="WARNING_MESSAGES_IN_VALIDATION" desc="Ljava/lang/String;" ref="1"/><field name="MESSAGE_VALIDATE_NO_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_RUNTIME_DOES_NOT_SUPPORT_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_RUNTIME_SELECTION" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_STUB_ONLY" desc="Ljava/lang/String;" ref="1"/><field name="DIALOG_TITLE_HTTP_BASIC_AUTH" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PCON_TEXT_WS" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_INVALID_WEB_SERVICE_URI" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_CLIENT_HDLR_CONFIG" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_SKELETON_ROOT_NAME" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_WS_FIND" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_EAR_PROJECTS" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_SERVICE_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBCL_PAGE" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_BUTTON_MOVE_DOWN" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_CLIENT_COMP_TYPE_CONTAINERLESS" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_BROWSE" desc="Ljava/lang/String;" ref="2"/><field name="BUTTON_RUN_TEST" desc="Ljava/lang/String;" ref="1"/><field name="MSG_INFO_ANT_SERVER_HEADING" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_WS_CLIENT_REF" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_SERVICE_HDLR_CONFIG" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PSTP_LAUNCH_BUTTON" desc="Ljava/lang/String;" ref="1"/><field name="LABLE_HANDLER_CLASS" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_DESC_SERVICE_HDLR_CONFIG" desc="Ljava/lang/String;" ref="2"/><field name="WARNING_IF_CONTINUE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWCR_COMBO_CLIENT_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_COMP_TYPE_EJB" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_ADD" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_DESC_WSSKEL_CONFIG" desc="Ljava/lang/String;" ref="1"/><field name="CANCEL_VALIDATION_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_PROJECT_EMPTY" desc="Ljava/lang/String;" ref="1"/><field name="CHECKBOX_MONITOR_WEBSERVICE" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_WS_SELECTION" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_COMBOBOX_TEST" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_BUTTON_REMOVE" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_EDIT_WS_HANDLERS" desc="Ljava/lang/String;" ref="2"/><field name="MSG_GENERAL_PROJECT_AND_EAR" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_HANDLER_NAME" desc="Ljava/lang/String;" ref="2"/><field name="BUTTON_BROWSE_FILES" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_BUTTON_GEN_SKELETON" desc="Ljava/lang/String;" ref="2"/><field name="CANCEL_VALIDATION_DESCRIPTION" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_WSDL_URI" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_SELECTION_MUST_BE_WSDL" desc="Ljava/lang/String;" ref="3"/><field name="TOOLTIP_TABLE_VALIDATE_MESSAGE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_COMBO_CLIENTTYPE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_COMBO_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_TABLE_BEAN_NAMES" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_COMBO_WS_SERVICE_DESC" desc="Ljava/lang/String;" ref="1"/><field name="MSG_WARN_IS_SERVICE_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_INVALID_SRT_SELECTIONS" desc="Ljava/lang/String;" ref="4"/><field name="MSG_ERROR_UNABLE_TO_LAUNCH_WSDL_TEST" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_START_SERVER_TEXT2" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_SERVER_DOES_NOT_SUPPORT_TEMPLATE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_RUNTIMES_LIST" desc="Ljava/lang/String;" ref="3"/><field name="BUTTON_INSTALL_SERVICE_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_TREE_METHODS" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_COMP_TYPE_APP_CLIENT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_MALFORMED_URL" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_TASK_EXCEPTED" desc="Ljava/lang/String;" ref="7"/><field name="CANCEL_ALL_VALIDATION_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_INFO_ANT_SERVER" desc="Ljava/lang/String;" ref="1"/><field name="TEXT_SERVER_STARTING" desc="Ljava/lang/String;" ref="2"/><field name="MSG_PROJECT_WILL_BE_CREATED" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_SELECTION_VIEW_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_RADIO_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="MSG_INFO_ANT_CLIENT_RUNTIME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWWS_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_WS_PUBLISH_PRIVATE_UDDI" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_JTS_PROXY_NOT_COMPILED" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WS_START_SERVER" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_DESC_WS_FIND" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPB_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_BEAN_CLASS_NAME" desc="Ljava/lang/String;" ref="2"/><field name="DIALOG_TITLE_WS_ADD_HANDLER" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_TREE_EXISTING_SERVERS" desc="Ljava/lang/String;" ref="2"/><field name="STILL_VALIDATING_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_COMBO_SOURCE_LOC" desc="Ljava/lang/String;" ref="2"/><field name="PAGE_TITLE_WS_PUBLISH" desc="Ljava/lang/String;" ref="2"/><field name="MSG_SERVICE_SUB" desc="Ljava/lang/String;" ref="4"/><field name="LABEL_VALIDATE_MESSAGES" desc="Ljava/lang/String;" ref="1"/><field name="MSG_EAR_WILL_BE_ASSOCIATED" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_SERVICE_EAR_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_INSTALL_SERVICE_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBME_BUTTON_SELECT_ALL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_NO_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_TEXT_HANDLER_CLASS" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_GENERATE_PROXY" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_EAR_EMPTY" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_BUTTON_DESELECT_ALL" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_START_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_NO_SERVER_RUNTIME" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_SERVICE_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_BROWSE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_FIND" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PSTP_COMBOBOX_TEST" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_PUBLIC_UDDI_REGISTRIES" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_TEXT_HANDLER_PORT" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPB_CHECKBOX_WS_LAUNCH" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_BROWSE_CLASSES" desc="Ljava/lang/String;" ref="3"/><field name="LABEL_SERVERS_LIST" desc="Ljava/lang/String;" ref="3"/><field name="TOOLTIP_PWSM_EAR_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_BUTTON_MOVE_UP" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_TEST_TYPES" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_BUTTON_GEN_SKELETON" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_WSIL_TABLE_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_CHECKBOX_LAUNCH" desc="Ljava/lang/String;" ref="1"/><field name="GROUP_SCENARIO_CLIENT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SAME_CLIENT_AND_SERVICE_EARS" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_HANDLER_PORT" desc="Ljava/lang/String;" ref="1"/><field name="TABLE_TITLE_EJB_PROJECT_NAME" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_TEXT_HANDLER_PORT" desc="Ljava/lang/String;" ref="1"/><field name="MESSAGE_VALIDATE_REMOTE_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_EAR_WILL_BE_CREATED" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WSSKEL_CONFIG" desc="Ljava/lang/String;" ref="1"/><field name="MSG_WARNING_NO_SERVICE_ELEMENT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_WEBSERVICETYPE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBCL_BUTTON_BEAN_CLASS_BROWSE" desc="Ljava/lang/String;" ref="3"/><field name="MSG_ERROR_URI_NOT_RESOLVABLE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_TEXT_SAMPLE_FOLDER" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_SELECT_ALL" desc="Ljava/lang/String;" ref="2"/><field name="CHECKBOX_TEST_WEBSERVICE" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PWSM_BUTTON_JSP_FOLDER_BROWSE" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_BEAN_CANNOT_BE_EMPTY" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_LIST_RUNTIMES" desc="Ljava/lang/String;" ref="1"/><field name="TEXT_SERVER_STOPPED" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_COMP_TYPE_WEB" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WEB_SERVICES_NOT_FOUND" desc="Ljava/lang/String;" ref="1"/><field name="MSG_USER_ABORTED" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_CLIENT_RUNTIME_SELECTION" desc="Ljava/lang/String;" ref="2"/><field name="MSG_CLIENT_SERVER_DOES_NOT_SUPPORT_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_SELECTION_VIEW_EXPLORE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_EAR_PROJECTS" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_IMPORT" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_MSG_INVALID_WSIL_FILE_NAME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_RADIO_EXPLORE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWRS_LIST_SERVERS" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_START_SERVER_BUTTON" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_SELECTION" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_WS_PUBLISH" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PWSM_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWCR_COMBO_SERVICE_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_START_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="WAIT_VALIDATION_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="TEXT_SERVER_STARTED" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_TEST" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_TITLE_WS_PROJECT" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_SELECTION_VIEW_SERVER" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WSDD_NOT_FOUND" desc="Ljava/lang/String;" ref="1"/><field name="MSG_MAPPING_DUPLICATE_ENTRIES" desc="Ljava/lang/String;" ref="1"/><field name="MESSAGE_VALIDATE_ALL_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_HTTP_BASIC_AUTH_USERNAME" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_URL" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_TEXT_HANDLER_NAME" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PCON_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_LAUNCH_SERVICE_TEST" desc="Ljava/lang/String;" ref="1"/><field name="BUTTON_GENERATE_PROXY" desc="Ljava/lang/String;" ref="1"/><field name="TEXT_SERVER_MSG" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PBSC_TEXT_SKELETON_FOLDER" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_SRPF_COMBO_SERVER" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_SELECTION_VIEW_TITLE" desc="Ljava/lang/String;" ref="2"/><field name="WAIT_FOR_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_NO_SERVER" desc="Ljava/lang/String;" ref="3"/><field name="MSG_PROJECT_AND_EAR_CREATED" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PBCL_TEXT_BEAN_CLASS" desc="Ljava/lang/String;" ref="2"/><field name="TOOLTIP_PWPR_COMBO_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_WRONG_CLIENT_PROJECT_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_TEXT_HANDLER_NAME" desc="Ljava/lang/String;" ref="1"/><field name="MSG_NO_RUNTIME" desc="Ljava/lang/String;" ref="3"/><field name="TABLE_TITLE_EJB_BEAN_NAMES" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PCON_BUTTON_BROWSE_WS" desc="Ljava/lang/String;" ref="1"/><field name="VALIDATION_COMPLETED" desc="Ljava/lang/String;" ref="1"/><field name="MSG_SERVICE_RUNTIME_DOES_NOT_SUPPORT_TEMPLATE" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWSM_BUTTON_SELECT_ALL" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_EDIT_BUTTON" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_CLIENT_HDLR_CONFIG" desc="Ljava/lang/String;" ref="2"/><field name="MSG_EAR_PROJECT_WILL_BE_CREATED" desc="Ljava/lang/String;" ref="1"/><field name="PAGE_DESC_N2P_MAPPINGS" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_START_SERVER_TEXT1" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_INSTALL_CLIENT_WEB_PROJECT" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_CLIENT_TYPE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_INFO_ANT_RUNTIME_HEADING" desc="Ljava/lang/String;" ref="1"/><field name="TOOLTIP_PWPR_CHECKBOX_LAUNCH_WS" desc="Ljava/lang/String;" ref="1"/><field name="CANCEL_ALL_VALIDATION_DESCRIPTION" desc="Ljava/lang/String;" ref="1"/><field name="LABEL_METHODS" desc="Ljava/lang/String;" ref="2"/><field name="LABEL_HANDLERS_CONFIG" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.wssample.WSSampleFinishCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionWidgetDefaultingCommand" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding" ref="13" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionOutputCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ImportWSILWidgetBinding" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ServerExtensionOutputCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigServiceHandlersWidgetBinding$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionTreeWidget$TreeLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.command.OpenJavaEditorCommand" ref="6" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.explorer.WSEGenerateCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigClientHandlersTableWidget$ListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.TransientProjectTopologyContext" ref="1" impl="0" subclass="0" instantiate="1"><method name="setUseTwoEARs" desc="(Z)V" ref="1"/><method name="setClientTypes" desc="([Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.AddHandlerDialog$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.PrivateUDDIRegistryTypeRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getPrivateUDDIRegistryType" desc="()Lorg/eclipse/jst/ws/internal/ui/uddi/PrivateUDDIRegistryType;" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/PrivateUDDIRegistryTypeRegistry;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.RuntimeDescriptor" ref="15" impl="0" subclass="0" instantiate="1"><method name="getId" desc="()Ljava/lang/String;" ref="4"/><method name="getLabel" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ProjectSelectionWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.PublishWSWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionTreeWidget" ref="11" impl="0" subclass="0" instantiate="1"><method name="refreshTreeViewer" desc="()V" ref="1"/><method name="isEnabled" desc="()Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/WSDLSelectionTreeWidget;Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" ref="1"/><method name="setEnabled" desc="(Z)V" ref="1"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="setWebServiceURI" desc="(Ljava/lang/String;)V" ref="1"/><method name="setWebServicesParser" desc="(Lorg/eclipse/wst/ws/internal/parser/wsil/WebServicesParser;)V" ref="1"/><method name="getWsdlURI" desc="()Ljava/lang/String;" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishJavaTestFragment" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/test/FinishJavaTestFragment;)Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidgetOutputCommand" ref="4" impl="0" subclass="1" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBSelectionWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.CopyWebServiceUtilsJarCommand" ref="2" impl="0" subclass="0" instantiate="2"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;" ref="2"/><method name="setSampleProject" desc="(Ljava/lang/String;)V" ref="2"/><method name="setEnvironment" desc="(Lorg/eclipse/wst/common/environment/IEnvironment;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientWizardWidgetDefaultingCommand" ref="4" impl="0" subclass="1" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.Selection" ref="1" impl="0" subclass="0" instantiate="1"><method name="setSelection" desc="([Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ValidateWSDLJob" ref="5" impl="0" subclass="0" instantiate="1"><method name="cancel" desc="()Z" ref="2"/><method name="addJobChangeListener" desc="(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;)V" ref="1"/><method name="getWsdlURI" desc="()Ljava/lang/String;" ref="1"/><method name="getValidationMessageSeverity" desc="()I" ref="1"/><method name="getValidationMessages" desc="()[Lorg/eclipse/wst/wsdl/validation/internal/IValidationMessage;" ref="1"/><method name="getState" desc="()I" ref="2"/><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$ProgressMonitorWrapper" ref="22" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget$ProgressMonitorWrapper;)Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;" ref="6"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget$ProgressMonitorWrapper;)Lorg/eclipse/core/runtime/IProgressMonitor;" ref="6"/><method name="setMonitor" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.extension.PreClientDeployCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.wssample.AddModuleDependenciesCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartClientWidgetContributor" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartClientWidgetContributor;)Lorg/eclipse/wst/server/core/IServer;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$7" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget$7;)Lorg/eclipse/jst/ws/internal/consumption/ui/server/StartServerWidget;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionUtils2" ref="23" impl="0" subclass="0" instantiate="0"><method name="getRuntimeId" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getAllClientServerFactoryIds" desc="()[Ljava/lang/String;" ref="2"/><method name="getProjectsForServiceTypeAndRuntime" desc="(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getProjectsForClientTypeAndRuntime" desc="(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getWebServiceImplById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/WebServiceImpl;" ref="4"/><method name="doesClientRuntimeSupportServer" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getScenarioFromTypeId" desc="(Ljava/lang/String;)I" ref="4"/><method name="doesClientTypeAndRuntimeSupportProject" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getServerInstanceLabelFromInstanceId" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getServiceTypeLabels" desc="()Lorg/eclipse/jst/ws/internal/data/LabelsAndIds;" ref="2"/><method name="doesServiceTypeAndRuntimeSupportTemplate" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getClientRuntimeId" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getServerFactoryIdsByClientRuntime" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getClientRuntimesByType" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getClientRuntimeDescriptorById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/ClientRuntimeDescriptor;" ref="2"/><method name="getWebServiceTypeBySelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Ljava/lang/String;" ref="1"/><method name="getServerFactoryId" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getServerFactoryIdsByServiceType" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getServerFactoryIdsByServiceRuntime" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getServiceRuntime" desc="(Ljava/lang/String;)Lorg/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime;" ref="1"/><method name="getServiceRuntimeId" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getRuntimesByServiceType" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="2"/><method name="getServiceRuntimesByServiceType" desc="(Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="doesServiceTypeAndRuntimeSupportProject" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="isServerRuntimeTypeSupported" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="3"/><method name="getServiceProjectTemplates" desc="(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;" ref="2"/><method name="getClientTypeLabels" desc="()Lorg/eclipse/jst/ws/internal/data/LabelsAndIds;" ref="1"/><method name="getServiceRuntimeDescriptorById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/ServiceRuntimeDescriptor;" ref="2"/><method name="getServerLabelById" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="6"/><method name="getDefaultServerValueFor" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getDefaultRuntimeValueFor" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getRuntimeByLabel" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/RuntimeDescriptor;" ref="1"/><method name="getAllRuntimesForClientSide" desc="()[Ljava/lang/String;" ref="3"/><method name="getClientProjectTemplates" desc="(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;" ref="2"/><method name="getServerToRuntimeToJ2EE" desc="()Lorg/eclipse/wst/command/internal/env/core/selection/SelectionListChoices;" ref="1"/><method name="getRuntimeLabelById" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="8"/><method name="getClientRuntime" desc="(Ljava/lang/String;)Lorg/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime;" ref="2"/><method name="doesServiceRuntimeSupportServer" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="isServerSupportedForChosenServiceType" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="getRuntimeById" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wsrt/RuntimeDescriptor;" ref="1"/><method name="getAllClientProjectTypes" desc="()[Ljava/lang/String;" ref="1"/><method name="isServerClientRuntimeTypeSupported" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="3"/><method name="getWebServiceImplIdFromTypeId" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="4"/><method name="doesClientTypeAndRuntimeSupportTemplate" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientHandlersWidgetOutputCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ProjectSelectionWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.TestWebServiceClient" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.TestClientDepartureInitCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ProjectSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionOutputCommand" ref="4" impl="0" subclass="0" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.preferences.PersistentProjectTopologyContext" ref="2" impl="0" subclass="0" instantiate="1"><method name="load" desc="()V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigureHandlersWidgetBinding$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartClientWidgetContributor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wizard.PublicUDDIRegistryTypeRegistry" ref="1" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/PublicUDDIRegistryTypeRegistry;" ref="1"/><method name="getPublicUDDIRegistryTypeIDByName" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getPublicUDDIRegistryTypeByID" desc="(Ljava/lang/String;)Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/uddi/PublicUDDIRegistryType;" ref="1"/><method name="getAllPublicUDDIRegistryTypes" desc="()[Lorg/eclipse/jst/ws/internal/consumption/ui/wizard/uddi/PublicUDDIRegistryType;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBSelectionWidget" ref="6" impl="0" subclass="0" instantiate="0"><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBSelectionWidget;Lorg/eclipse/wst/common/componentcore/resources/IVirtualComponent;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBSelectionWidget;Ljava/lang/Integer;)V" ref="2"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBSelectionWidget;)[Lorg/eclipse/wst/common/componentcore/resources/IVirtualComponent;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBSelectionWidget;)Lorg/eclipse/swt/widgets/Listener;" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.WebServiceClientTypeWidget" ref="6" impl="0" subclass="0" instantiate="2"><method name="getInstallClient" desc="()Ljava/lang/Boolean;" ref="2"/><method name="enableWidget" desc="(Z)V" ref="2"/><method name="getTypeRuntimeServer" desc="()Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;" ref="2"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="2"/><method name="setInstallClient" desc="(Ljava/lang/Boolean;)V" ref="2"/><method name="setTypeRuntimeServer" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestWidget$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishDefaultCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.ClientRuntimeSelectionWidget$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.common.ServerSelectionUtils" ref="1" impl="0" subclass="0" instantiate="0"><method name="getRuntimeTarget" desc="(Ljava/lang/String;)Lorg/eclipse/wst/server/core/IRuntime;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsrt.ServiceType[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBTableViewer$EJBLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.wsil.Utils" ref="1" impl="0" subclass="0" instantiate="1"><method name="toFileSystemURI" desc="(Lorg/eclipse/core/resources/IResource;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.wssample.GSTCLaunchCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$ListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ConfigClientHandlersWidgetBinding$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.WebServiceTestClientDepartureFragment" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.binding.ClientWidgetBinding$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.Timer" ref="1" impl="0" subclass="0" instantiate="0"><method name="newInstance" desc="(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/Timer;" ref="1"/><method name="isRunning" desc="()Z" ref="1"/><method name="startTimer" desc="()V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget$ListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime.RuntimeServerSelectionWidget" ref="9" impl="0" subclass="0" instantiate="2"><method name="getTypeRuntimeServer" desc="()Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;" ref="3"/><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="2"/><method name="setTypeRuntimeServer" desc="(Lorg/eclipse/jst/ws/internal/data/TypeRuntimeServer;)V" ref="2"/><method name="removeModifyListener" desc="(Lorg/eclipse/swt/events/ModifyListener;)V" ref="1"/><method name="handleEditButton" desc="()V" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="2"/><method name="addModifyListener" desc="(Lorg/eclipse/swt/events/ModifyListener;)V" ref="2"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.ConfigServiceHandlersTableWidget$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.EJBTableViewer" ref="8" impl="0" subclass="0" instantiate="1"><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/ISelection;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBTableViewer;)Ljava/util/Vector;" ref="1"/><method name="setInput" desc="(Ljava/lang/Object;)V" ref="1"/><method name="getTable" desc="()Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/ws/internal/consumption/ui/widgets/object/EJBTableViewer;)Ljava/util/Vector;" ref="2"/><method name="setSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/><method name="setData" desc="(Ljava/util/Vector;Ljava/util/Vector;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.AbstractObjectSelectionWidget" ref="4" impl="0" subclass="4" instantiate="4"></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.IObjectSelectionWidget" ref="8" impl="5" subclass="0" instantiate="0"><method name="addControls" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/swt/widgets/Listener;)Lorg/eclipse/wst/command/internal/env/ui/widgets/WidgetDataEvents;" ref="1"/><method name="validateSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Lorg/eclipse/core/runtime/IStatus;" ref="2"/><method name="getProject" desc="()Lorg/eclipse/core/resources/IProject;" ref="1"/><method name="getObjectSelection" desc="()Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="1"/><method name="getComponentName" desc="()Ljava/lang/String;" ref="1"/><method name="setInitialSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="getStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.consumption.ui.widgets.object.WSDLSelectionWrapper" ref="3" impl="0" subclass="0" instantiate="1"><field name="parser" desc="Lorg/eclipse/wst/ws/internal/parser/wsil/WebServicesParser;" ref="1"/><field name="wsdlSelection" desc="Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="2"/></class></plugin><plugin id="org.eclipse.wst.internet.cache"><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.CacheEntry" ref="4" impl="0" subclass="0" instantiate="1"><method name="getURI" desc="()Ljava/lang/String;" ref="1"/><method name="getExpirationTime" desc="()J" ref="1"/><method name="setExpiration" desc="(J)V" ref="1"/><method name="setLastModified" desc="(J)V" ref="1"/><method name="hasExpired" desc="()Z" ref="1"/><method name="getLastModified" desc="()J" ref="1"/><method name="getLocalFile" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.ToCacheResource" ref="4" impl="0" subclass="0" instantiate="1"><method name="getLicense" desc="()Ljava/lang/String;" ref="2"/><method name="getURL" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.Cache" ref="6" impl="0" subclass="0" instantiate="0"><method name="deleteEntry" desc="(Ljava/lang/String;)V" ref="1"/><method name="open" desc="(Lorg/eclipse/core/runtime/IPath;)V" ref="1"/><method name="close" desc="()V" ref="1"/><method name="getUncachedURIs" desc="()[Ljava/lang/String;" ref="1"/><method name="clearUncachedURIs" desc="()V" ref="1"/><method name="getCachedURIs" desc="()[Ljava/lang/String;" ref="3"/><method name="addUncachedURI" desc="(Ljava/lang/String;)V" ref="1"/><method name="getResource" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/wst/internet/cache/internal/Cache;" ref="6"/><method name="clear" desc="()V" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.CacheJob" ref="2" impl="0" subclass="0" instantiate="1"><method name="cancel" desc="()Z" ref="1"/><method name="setPriority" desc="(I)V" ref="1"/><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.CachePlugin" ref="11" impl="0" subclass="0" instantiate="0"><method name="getLog" desc="()Lorg/eclipse/core/runtime/ILog;" ref="1"/><method name="getResourceString" desc="(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;" ref="3"/><method name="isCacheEnabled" desc="()Z" ref="1"/><method name="setPromptDisagreedLicenses" desc="(Z)V" ref="1"/><method name="shouldPrompt" desc="()Z" ref="1"/><method name="getResourceString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="6"/><method name="setCacheEnabled" desc="(Z)V" ref="1"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/internet/cache/internal/CachePlugin;" ref="8"/><method name="getPreferenceStore" desc="()Lorg/eclipse/jface/preference/IPreferenceStore;" ref="2"/></class><class name="org.eclipse.wst.internet.cache.internal.LicenseRegistry" ref="8" impl="0" subclass="0" instantiate="0"><method name="getLicenseState" desc="(Ljava/lang/String;)Ljava/lang/Integer;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/internet/cache/internal/LicenseRegistry;" ref="3"/><method name="agreeLicense" desc="(Ljava/lang/String;)V" ref="1"/><method name="getLicenses" desc="()[Ljava/lang/String;" ref="1"/><method name="addLicense" desc="(Ljava/lang/String;)V" ref="1"/><method name="hasLicenseBeenAccepted" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/><method name="disagreeLicense" desc="(Ljava/lang/String;)V" ref="1"/><field name="LICENSE_DISAGREE" desc="Ljava/lang/Integer;" ref="1"/><field name="LICENSE_AGREE" desc="Ljava/lang/Integer;" ref="1"/><field name="LICENSE_DISAGREE_THIS_SESSION" desc="Ljava/lang/Integer;" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.LicenseRegistry$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.internet.cache.internal.ToCacheRegistryReader" ref="2" impl="0" subclass="0" instantiate="0"><method name="getResourceToCache" desc="(Ljava/lang/String;)Lorg/eclipse/wst/internet/cache/internal/ToCacheResource;" ref="1"/><method name="readRegistry" desc="()V" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/internet/cache/internal/ToCacheRegistryReader;" ref="2"/></class><class name="org.eclipse.wst.internet.cache.internal.LicenseAcceptanceDialog" ref="1" impl="0" subclass="0" instantiate="0"><method name="promptForLicense" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.wst.internet.cache.internal.preferences.CachePreferencePage" ref="15" impl="0" subclass="0" instantiate="0"><method name="setPreferenceWidgets" desc="()V" ref="3"/><field name="enabledButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="disagreedLicensesButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="entries" desc="Lorg/eclipse/swt/widgets/List;" ref="2"/></class><class name="org.eclipse.wst.internet.cache.internal.LicenseRegistry$Accepted" ref="4" impl="0" subclass="0" instantiate="1"><field name="accepted" desc="I" ref="2"/></class></plugin><plugin id="org.eclipse.jst.j2ee.ui"><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EECopyCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectFirstPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection" ref="22" impl="0" subclass="0" instantiate="1"><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/StringArrayTableWizardSection;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/StringArrayTableWizardSection;)Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/StringArrayTableWizardSection;Lorg/eclipse/swt/events/SelectionEvent;)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/StringArrayTableWizardSection;)Lorg/eclipse/swt/widgets/Button;" ref="1"/><method name="setInput" desc="(Ljava/util/List;)V" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages" ref="91" impl="0" subclass="0" instantiate="0"><method name="getResourceString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="82"/><method name="getResourceString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="7"/><field name="JAVA_CLASS_MAIN_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="CONTAINER_SELECTION_DIALOG_VALIDATOR_MESG" desc="Ljava/lang/String;" ref="1"/><field name="SUPERCLASS_SELECTION_DIALOG_DESC" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_FINAL_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="PACKAGE_SELECTION_DIALOG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="FOLDER_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="REMOVE_BUTTON" desc="Ljava/lang/String;" ref="1"/><field name="INTERFACE_SELECTION_DIALOG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_METHOD_STUBS_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="BROWSE_BUTTON_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_PACKAGE_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="SUPERCLASS_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_INTERFACES_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="PACKAGE_SELECTION_DIALOG_DESC" desc="Ljava/lang/String;" ref="1"/><field name="CONTAINER_SELECTION_DIALOG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="CONTAINER_SELECTION_DIALOG_DESC" desc="Ljava/lang/String;" ref="1"/><field name="ADD_BUTTON_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_ABSTRACT_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="PACKAGE_SELECTION_DIALOG_MSG_NONE" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_INHERIT_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="SUPERCLASS_SELECTION_DIALOG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_PUBLIC_CHECKBOX_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="CLASS_NAME_LABEL" desc="Ljava/lang/String;" ref="1"/><field name="JAVA_CLASS_MODIFIERS_LABEL" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.UtilityFacetInstallPage" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.LocalInterfaceProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJavaProjectsItemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerTargetGroup" ref="3" impl="0" subclass="0" instantiate="0"><method name="handleNewTargetServerButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleDataModelGroup" ref="6" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewModuleDataModelGroup;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelSynchHelper;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewModuleDataModelGroup;)V" ref="1"/><field name="projectNameCombo" desc="Lorg/eclipse/swt/widgets/Combo;" ref="1"/><field name="serverTargetText" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentCreationWizard" ref="2" impl="0" subclass="0" instantiate="1"><field name="WIZARD_ID" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteModuleDialog" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.J2EERenameDialog" ref="3" impl="0" subclass="2" instantiate="2"><method name="createButtonsForButtonBar" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><method name="getRenameOptions" desc="()Lorg/eclipse/jst/j2ee/internal/rename/RenameOptions;" ref="1"/><method name="getReturnCode" desc="()I" ref="1"/><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerTargetGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.client.actions.AppClientArchiveUIResourceHandler" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizard" ref="5" impl="0" subclass="5" instantiate="10"><method name="getPreviousPage" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getNextPage" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="canFinish" desc="()Z" ref="1"/><method name="doAddPages" desc="()V" ref="5"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider$UtilityJarResourceChangeListener" ref="1" impl="0" subclass="0" instantiate="0"><method name="addUtilityJarItemProvider" desc="(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/jst/j2ee/internal/provider/J2EEUtilityJarItemProvider;)V" ref="1"/><method name="removeUtilityJarItemProvider" desc="(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/jst/j2ee/internal/provider/J2EEUtilityJarItemProvider;)V" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/jst/j2ee/internal/provider/J2EEUtilityJarItemProvider$UtilityJarResourceChangeListener;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewFlexibleProjectGroup" ref="5" impl="0" subclass="0" instantiate="1"><method name="handleLocationBrowseButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.PackageNameResolver" ref="1" impl="0" subclass="0" instantiate="1"><method name="getClassName" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableUtilJarsAndWebLibProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="getColumnText" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.J2EEDeleteDialog" ref="3" impl="0" subclass="2" instantiate="2"><method name="getReturnCode" desc="()I" ref="1"/><method name="open" desc="()I" ref="1"/><method name="getContents" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="getDeleteOptions" desc="()Lorg/eclipse/jst/j2ee/internal/delete/DeleteOptions;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage" ref="16" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentProjectsPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="4"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentProjectsPage;)Lorg/eclipse/jface/viewers/CheckboxTableViewer;" ref="2"/><field name="PROJECT_COLUMN" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AnnotationsStandaloneGroup" ref="7" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/><method name="setEnablement" desc="(Lorg/eclipse/core/resources/IProject;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/AnnotationsStandaloneGroup;)Z" ref="1"/><field name="shouldBeanDefaultUseAnnotations" desc="Z" ref="1"/><field name="shouldProjectDefaultUseAnnotations" desc="Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.WebLibDependencyPropertiesPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="handleSelectExternalJarButton" desc="()V" ref="1"/><method name="handleSelectVariableButton" desc="()V" ref="1"/><method name="handleSelectProjectJarButton" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand" ref="6" impl="0" subclass="0" instantiate="1"><method name="getResult" desc="()Ljava/util/Collection;" ref="2"/><method name="getAffectedObjects" desc="()Ljava/util/Collection;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.TypeJavaSearchScope" ref="1" impl="0" subclass="0" instantiate="1"><method name="addProject" desc="(Lorg/eclipse/jdt/core/IJavaProject;ZLjava/util/HashSet;)V" ref="1"/><method name="setIncludeExportedClassPathEntriesOnly" desc="(Z)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableJarsProvider" ref="6" impl="0" subclass="0" instantiate="2"><method name="getUtilImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="3"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewProjectGroup" ref="3" impl="0" subclass="0" instantiate="0"><method name="handleLocationBrowseButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentExportPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.actions.J2EERenameResourceAction" ref="1" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setNewName" desc="(Ljava/lang/String;)V" ref="1"/><method name="run" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.IJ2EEDependenciesControl" ref="3" impl="2" subclass="0" instantiate="0"><method name="createContents" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="performCancel" desc="()Z" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="performDefaults" desc="()V" ref="1"/><method name="performOk" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarFacetInstallPage" ref="4" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/ui/project/facet/EarFacetInstallPage;)Z" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/ui/project/facet/EarFacetInstallPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="getCheckedJ2EEElementsAsList" desc="()Ljava/util/List;" ref="1"/><method name="getCheckedJavaProjectsAsList" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.BeanClassProviderHelper" ref="3" impl="0" subclass="0" instantiate="1"><method name="getEjb" desc="()Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEEditingDomain" ref="1" impl="0" subclass="1" instantiate="1"><method name="getParent" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameEARComposite$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EEContainerManagedEntityItemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameModuleReferencesComposite" ref="4" impl="0" subclass="0" instantiate="2"><method name="shouldRenameModuleDependencies" desc="()Z" ref="2"/><method name="setButtonsEnabled" desc="(Z)V" ref="1"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/><method name="shouldRenameModules" desc="()Z" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper" ref="15" impl="0" subclass="7" instantiate="7"><method name="getText" desc="()Ljava/lang/String;" ref="3"/><method name="getImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="2"/><method name="openInEditor" desc="()V" ref="1"/><method name="addChildren" desc="(Lorg/eclipse/jst/j2ee/ejb/Entity;Ljava/util/Collection;)V" ref="2"/><method name="addChildren" desc="(Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;Ljava/util/Collection;)V" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.DataModelAnnotationsStandaloneGroup$CheckboxSelectionListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ICommonManifestUIConstants" ref="3" impl="3" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.EJBUIMessages" ref="1" impl="0" subclass="0" instantiate="0"><field name="GroupedEJBJarItemProvider_UI_2" desc="Ljava/lang/String;" ref="1"/><field name="GroupedEJBJarItemProvider_UI_1" desc="Ljava/lang/String;" ref="1"/><field name="GroupedEJBJarItemProvider_UI_0" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarFacetInstallPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebGroupItemProvider" ref="10" impl="0" subclass="7" instantiate="7"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentLabelProvider" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientComponentExportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebServletGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARImportListContentProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportPageNew$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.HomeInterfaceProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableUtilityJarsProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="getColumnText" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerTargetComboHelper" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentCreationSecondPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentCreationSecondPage" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentCreationSecondPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="getCheckedJ2EEElementsAsList" desc="()Ljava/util/List;" ref="1"/><method name="getCheckedJavaProjectsAsList" desc="()Ljava/util/List;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentCreationSecondPage;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarFacetInstallPage$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="contentDirLabel" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.UpdateManifestOperation" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleGroupEx$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleGroupEx" ref="6" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewModuleGroupEx;)V" ref="1"/><field name="projectNameCombo" desc="Lorg/eclipse/swt/widgets/Combo;" ref="1"/><field name="serverTargetText" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientComponentImportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.listeners.IValidateEditListener" ref="6" impl="1" subclass="0" instantiate="0"><method name="setShell" desc="(Lorg/eclipse/swt/widgets/Shell;)V" ref="1"/><method name="validateState" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ManifestUIResourceHandler" ref="5" impl="0" subclass="0" instantiate="0"><field name="EAR_Project_Name__UI__UI_" desc="Ljava/lang/String;" ref="1"/><field name="EAR_Module_Dep_Error" desc="Ljava/lang/String;" ref="1"/><field name="Up_1" desc="Ljava/lang/String;" ref="1"/><field name="ERROR_READING_MANIFEST_DIALOG_MESSAGE_EDITOR" desc="Ljava/lang/String;" ref="1"/><field name="MANIFEST_PROBLEM_3" desc="Ljava/lang/String;" ref="1"/><field name="ERROR_READING_MANIFEST_DIALOG_MESSAGE_PROP_PAGE" desc="Ljava/lang/String;" ref="1"/><field name="MANIFEST_PROBLEM_2" desc="Ljava/lang/String;" ref="1"/><field name="J2EE_Modules" desc="Ljava/lang/String;" ref="1"/><field name="Web_Lib_Error" desc="Ljava/lang/String;" ref="1"/><field name="Web_Libraries_Desc" desc="Ljava/lang/String;" ref="1"/><field name="Project_UI_" desc="Ljava/lang/String;" ref="2"/><field name="REDIRECT_TEXT_EDITOR_UI_" desc="Ljava/lang/String;" ref="1"/><field name="ERROR_READING_MANIFEST_DIALOG_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="Down_2" desc="Ljava/lang/String;" ref="1"/><field name="Web_Libraries" desc="Ljava/lang/String;" ref="1"/><field name="Project_name__UI_" desc="Ljava/lang/String;" ref="1"/><field name="Deselect_All_4" desc="Ljava/lang/String;" ref="1"/><field name="JAR_Module_UI_" desc="Ljava/lang/String;" ref="2"/><field name="Manifest_Class_Path__UI_" desc="Ljava/lang/String;" ref="1"/><field name="SAVE_MANIFEST_WITH_ERROR" desc="Ljava/lang/String;" ref="1"/><field name="MANIFEST_PROBLEM_4" desc="Ljava/lang/String;" ref="1"/><field name="An_internal_error_occurred_ERROR_" desc="Ljava/lang/String;" ref="2"/><field name="Select_All_3" desc="Ljava/lang/String;" ref="1"/><field name="Error_Checking_Project_Facets" desc="Ljava/lang/String;" ref="1"/><field name="Available_dependent_JARs__UI_" desc="Ljava/lang/String;" ref="2"/><field name="MANIFEST_PROBLEM_1" desc="Ljava/lang/String;" ref="1"/><field name="J2EE_Modules_Desc" desc="Ljava/lang/String;" ref="1"/><field name="EAR_Modules_Desc" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteEARDialog" ref="4" impl="0" subclass="0" instantiate="1"><method name="getContents" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEImportPage" ref="12" impl="0" subclass="6" instantiate="6"><method name="propertyChanged" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V" ref="1"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/><method name="enter" desc="()V" ref="3"/><method name="createTopLevelComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEImportPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="handleFileBrowseButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportTypePageNew" ref="4" impl="0" subclass="0" instantiate="1"><method name="handleRootProjectBrowseButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.UtilityFacetInstallPage$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="pageTitle" desc="Ljava/lang/String;" ref="1"/><field name="pageDescription" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.UtilityProjectFirstPage$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="pageTitle" desc="Ljava/lang/String;" ref="1"/><field name="pageDescription" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.ClassesImportWizard" ref="4" impl="0" subclass="0" instantiate="1"><method name="setDialogSettings" desc="(Lorg/eclipse/jface/dialogs/IDialogSettings;)V" ref="1"/><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><field name="mainPage" desc="Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportMainPage;" ref="1"/><field name="fileNames" desc="Ljava/util/ArrayList;" ref="1"/><field name="page1" desc="Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportPageNew$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportPageNew$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerEarAndStandaloneGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$StringArrayListLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.TableObjects" ref="3" impl="0" subclass="0" instantiate="1"><method name="getTableObjects" desc="()Ljava/util/List;" ref="2"/><field name="tableObjectsList" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactExportWizard" ref="5" impl="0" subclass="5" instantiate="10"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.J2EEDeployUIConstants" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewFlexibleProjectGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteModuleComposite" ref="2" impl="0" subclass="0" instantiate="1"><method name="shouldDeleteModuleDependencies" desc="()Z" ref="1"/><method name="shouldDeleteModules" desc="()Z" ref="1"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/><method name="shouldDeleteProjects" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebListenerGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.MinimizedFileSystemElement[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModuleExportPage" ref="4" impl="0" subclass="4" instantiate="4"><method name="createTopLevelComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBItemProvider" ref="3" impl="0" subclass="3" instantiate="3"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentExportWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarSelectionPanel$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand" ref="1" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactCreationWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage" ref="5" impl="0" subclass="5" instantiate="5"></class><class name="org.eclipse.jst.j2ee.internal.provider.ModulesItemProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="getChildren" desc="()Lorg/eclipse/emf/common/util/EList;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEExportPage" ref="7" impl="0" subclass="2" instantiate="2"><method name="handleDestinationBrowseButtonPressed" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardAction" ref="1" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$10" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEUIEditingDomain" ref="4" impl="0" subclass="0" instantiate="0"><method name="getJ2EEClipboard" desc="()Lorg/eclipse/jst/j2ee/internal/command/J2EEClipboard;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.GroupedSessionItemProvider" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleGroupEx$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteEARComposite$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.TypeSearchEngine" ref="2" impl="0" subclass="0" instantiate="0"><method name="createJavaSearchScopeForAProject" desc="(Lorg/eclipse/jdt/core/IJavaProject;ZZ)Lorg/eclipse/jdt/core/search/IJavaSearchScope;" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage$AdvancedSizeController" ref="2" impl="0" subclass="0" instantiate="1"><method name="resetOriginalShellSize" desc="()V" ref="1"/><method name="setShellSizeForAdvanced" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJ2EEComponentSelectionPage" ref="12" impl="0" subclass="0" instantiate="1"><method name="access$3" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage;)Lorg/eclipse/wst/common/frameworks/internal/ui/GenericWizardNode;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage;)Lorg/eclipse/wst/common/frameworks/internal/ui/GenericWizardNode;" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage;)Lorg/eclipse/wst/common/frameworks/internal/ui/GenericWizardNode;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage;)Lorg/eclipse/wst/common/frameworks/internal/ui/GenericWizardNode;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage;)Lorg/eclipse/wst/common/frameworks/internal/ui/GenericWizardNode;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteEARComposite$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModulesDependencyPage" ref="5" impl="0" subclass="0" instantiate="0"><method name="availableJARCheckStateChanged" desc="(Lorg/eclipse/jface/viewers/CheckStateChangedEvent;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.actions.WTPBaseAction" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.TypedFileViewerFilter" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1" ref="38" impl="0" subclass="0" instantiate="1"><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;)Ljava/util/List;" ref="2"/><method name="finish" desc="()Z" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;Z)V" ref="2"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;)V" ref="2"/><method name="isExportableExtension" desc="(Ljava/lang/String;)Z" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;)Z" ref="1"/><method name="blankPage" desc="()V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1;Lorg/eclipse/ui/internal/ide/dialogs/IElementFilter;Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/><method name="setWizard" desc="(Lorg/eclipse/jface/wizard/IWizard;)V" ref="1"/><method name="getSourceDirectory" desc="()Ljava/io/File;" ref="1"/><method name="setAllSelections" desc="(Z)V" ref="2"/><method name="updateWidgetEnablements" desc="()V" ref="1"/><method name="createRootElement" desc="(Ljava/lang/Object;Lorg/eclipse/ui/wizards/datatransfer/IImportStructureProvider;)Lorg/eclipse/jst/j2ee/internal/wizard/MinimizedFileSystemElement;" ref="1"/><field name="currentProvider" desc="Lorg/eclipse/ui/wizards/datatransfer/ZipFileStructureProvider;" ref="2"/><field name="sourceNameField" desc="Lorg/eclipse/swt/widgets/Combo;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableUtilityJarsProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons" ref="6" impl="0" subclass="0" instantiate="0"><field name="EAR_IMPORT_WIZARD_BANNER" desc="Ljava/lang/String;" ref="6"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARImportListContentProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="getColumnText" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="fireNotifyChanged" desc="(Lorg/eclipse/emf/common/notify/Notification;)V" ref="1"/><field name="children" desc="Ljava/util/Map;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.AvailableJ2EEComponentsForEARContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebFiltersGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactCreationWizard" ref="4" impl="0" subclass="1" instantiate="2"><method name="getFinalPerspectiveID" desc="()Ljava/lang/String;" ref="1"/><method name="getPreviousPage" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getNextPage" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameModuleDialog" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableUtilJarsAndWebLibProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactImportWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModuleFacetInstallPage" ref="5" impl="0" subclass="5" instantiate="5"></class><class name="org.eclipse.jst.j2ee.internal.ManifestErrorPrompter" ref="1" impl="0" subclass="0" instantiate="0"><method name="showManifestException" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;ZLjava/lang/Throwable;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="isRootBean" desc="(Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;)Z" ref="1"/><method name="getEJBItemProvider" desc="(Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;)Lorg/eclipse/jst/j2ee/internal/provider/J2EEItemProvider;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ear.actions.ArchiveEARUIResourceHandler" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ui.J2EEPropertiesPage" ref="3" impl="0" subclass="0" instantiate="0"><method name="validateContextRoot" desc="(Ljava/lang/String;)V" ref="1"/><field name="contextRootNameField" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.J2EEDeleteUIConstants" ref="6" impl="6" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage$AdvancedSizeController" ref="2" impl="0" subclass="0" instantiate="1"><method name="resetOriginalShellSize" desc="()V" ref="1"/><method name="setShellSizeForAdvanced" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebSecurityGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.WorkspaceModifyComposedOperation" ref="1" impl="0" subclass="0" instantiate="1"><method name="addRunnable" desc="(Lorg/eclipse/jface/operation/IRunnableWithProgress;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerTargetUIHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="setModuleServerTargetIfNecessary" desc="(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/resources/IProject;Lorg/eclipse/swt/widgets/Shell;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientComponentCreationWizardPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.ListMessageDialog" ref="1" impl="0" subclass="0" instantiate="0"><method name="openQuestion" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.PrimaryKeyClassProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.TwoArrayQuickSorter$StringComparator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportMainPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.ServiceEndpointInterfaceProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.MethodTransactionContentProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EERemoveOverrideCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$StringArrayListContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$11" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportOptionsPage" ref="19" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentImportOptionsPage;)V" ref="1"/><method name="handleBrowseButtonPressed" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentImportOptionsPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="availableJARCheckStateChanged" desc="(Lorg/eclipse/jface/viewers/CheckStateChangedEvent;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/EARComponentImportOptionsPage;)V" ref="1"/><method name="updateButtonEnablements" desc="()V" ref="1"/><field name="availableJARsViewer" desc="Lorg/eclipse/jface/viewers/CheckboxTableViewer;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.listeners.ValidateEditListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.J2EEPropertiesConstants" ref="1" impl="1" subclass="0" instantiate="0"><field name="WEB_CONTEXT_ROOT" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.UtilityProjectFirstPage" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEImportPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.ImportUtil" ref="3" impl="0" subclass="0" instantiate="0"><method name="getExtension" desc="(Ljava/io/File;)Ljava/lang/String;" ref="1"/><method name="getArchiveType" desc="(Lorg/eclipse/jst/j2ee/commonarchivecore/internal/Archive;)I" ref="1"/><field name="SUFFIXES" desc="[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteModuleReferencesComposite" ref="4" impl="0" subclass="0" instantiate="2"><method name="shouldDeleteModuleDependencies" desc="()Z" ref="2"/><method name="shouldDeleteModules" desc="()Z" ref="2"/><method name="setButtonsEnabled" desc="(Z)V" ref="2"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AvailableJ2EEComponentsContentProvider" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.J2EERenameUIConstants" ref="8" impl="6" subclass="0" instantiate="0"><field name="RENAME_MODULES" desc="Ljava/lang/String;" ref="1"/><field name="RENAME" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.J2EEDependenciesPage" ref="8" impl="0" subclass="0" instantiate="0"><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="3"/><method name="createDescriptionComposite" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)V" ref="3"/><method name="setErrorMessage" desc="(Ljava/lang/String;)V" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleGroup" ref="4" impl="0" subclass="0" instantiate="0"><method name="dispose" desc="()V" ref="2"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard" ref="2" impl="0" subclass="0" instantiate="2"><method name="getProjectName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarSelectionPanel" ref="8" impl="0" subclass="0" instantiate="2"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/ui/project/facet/EarSelectionPanel;)V" ref="1"/><method name="dispose" desc="()V" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameModuleComposite" ref="2" impl="0" subclass="0" instantiate="1"><method name="setOKButton" desc="(Lorg/eclipse/swt/widgets/Button;)V" ref="1"/><method name="shouldRenameProjects" desc="()Z" ref="1"/><method name="setNewName" desc="(Ljava/lang/String;)V" ref="1"/><method name="shouldRenameModuleDependencies" desc="()Z" ref="1"/><method name="getNewContextRoot" desc="()Ljava/lang/String;" ref="1"/><method name="getNewName" desc="()Ljava/lang/String;" ref="1"/><method name="setNewContextRoot" desc="(Ljava/lang/String;)V" ref="1"/><method name="shouldRenameModules" desc="()Z" ref="1"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientComponentCreationWizard" ref="1" impl="0" subclass="0" instantiate="0"><field name="WIZARD_ID" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.provider.MethodsProviderDelegate" ref="4" impl="0" subclass="0" instantiate="2"><method name="getParent" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="2"/><method name="providesContentFor" desc="(Ljava/lang/Object;)Z" ref="2"/><method name="dispose" desc="()V" ref="2"/><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="2"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="2"/><method name="hasChildren" desc="(Ljava/lang/Object;)Z" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage" ref="15" impl="0" subclass="2" instantiate="2"><method name="handleInterfaceAddButtonSelected" desc="()V" ref="1"/><method name="handleInterfaceRemoveButtonSelected" desc="()V" ref="1"/><field name="inheritButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="removeButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EEMessageDrivenItemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.actions.AbstractOpenAction" ref="2" impl="0" subclass="2" instantiate="2"><method name="updateSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportPageNew$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.DeleteEARComposite" ref="7" impl="0" subclass="0" instantiate="1"><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/><method name="createDeleteOptions" desc="()Lorg/eclipse/jst/j2ee/internal/delete/DeleteOptions;" ref="1"/><field name="workbenchLabelProvider" desc="Lorg/eclipse/ui/model/WorkbenchLabelProvider;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EESessionItemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactImportWizard" ref="6" impl="0" subclass="3" instantiate="6"><method name="getFinalPerspectiveID" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ClasspathTableManager" ref="9" impl="0" subclass="0" instantiate="2"><method name="tableSelectionChanged" desc="()V" ref="1"/><method name="setReadOnly" desc="(Z)V" ref="2"/><method name="fillComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><method name="setWLPEntry" desc="(Z)V" ref="1"/><method name="availableJARCheckStateChanged" desc="(Lorg/eclipse/jface/viewers/CheckStateChangedEvent;)V" ref="1"/><method name="refresh" desc="()V" ref="2"/><method name="fillWLPComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><field name="selectAllButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="availableJARsViewer" desc="Lorg/eclipse/jface/viewers/CheckboxTableViewer;" ref="2"/><field name="deselectAllButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.plugin.ErrorDialog" ref="4" impl="0" subclass="0" instantiate="0"><method name="openError" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;IZ)Z" ref="4"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.LocalHomeInterfaceProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.plugin.J2EEEditorUtility" ref="3" impl="0" subclass="0" instantiate="0"><method name="openInEditor" desc="(Lorg/eclipse/jem/java/JavaClass;Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/ui/IEditorPart;" ref="3"/><method name="getFile" desc="(Lorg/eclipse/jem/java/JavaClass;)Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.actions.J2EERenameAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.jst.common.jdt.internal.integration.ui.WTPUIWorkingCopyManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.plugin.CommonEditorUtility" ref="4" impl="0" subclass="0" instantiate="0"><method name="getDirtyEditors" desc="()[Lorg/eclipse/ui/IEditorPart;" ref="2"/><method name="promptToSaveAllDirtyEditors" desc="()Z" ref="4"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider" ref="8" impl="0" subclass="0" instantiate="1"><method name="getChildren" desc="(Ljava/lang/Object;)Ljava/util/Collection;" ref="1"/><method name="utilityJarChanged" desc="(Lorg/eclipse/core/resources/IResource;Lorg/eclipse/core/resources/IResourceDelta;)V" ref="1"/><method name="isJarFile" desc="(Lorg/eclipse/core/resources/IResource;)Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/provider/J2EEUtilityJarItemProvider;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentCreationWizardPage" ref="25" impl="0" subclass="5" instantiate="5"><method name="handleLocationBrowseButtonPressed" desc="()V" ref="1"/><method name="addToAdvancedComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="5"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="storeDefaultSettings" desc="()V" ref="1"/><method name="toggleAdvanced" desc="(Z)V" ref="1"/><method name="dispose" desc="()V" ref="4"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEComponentCreationWizardPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="getValidationPropertyNames" desc="()[Ljava/lang/String;" ref="4"/><method name="setErrorMessage" desc="(Ljava/lang/String;)V" ref="1"/><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="createSourceFolderComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="3"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEComponentCreationWizardPage;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelSynchHelper;" ref="1"/><method name="launchNewRuntimeWizard" desc="(Lorg/eclipse/swt/widgets/Shell;Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Z" ref="1"/><method name="createTopLevelComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="restoreDefaultSettings" desc="()V" ref="1"/><field name="advancedComposite" desc="Lorg/eclipse/swt/widgets/Composite;" ref="1"/><field name="projectNameCombo" desc="Lorg/eclipse/swt/widgets/Combo;" ref="1"/><field name="showAdvanced" desc="Z" ref="1"/><field name="advancedButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider$J2EEWebServiceClientDDManager" ref="2" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentProjectsPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.RemoteInterfaceProviderHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.AddModulestoEARPropertiesPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.GroupedMessageItemProvider" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.DefaultJ2EEComponentCreationWizard" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage" ref="17" impl="0" subclass="0" instantiate="1"><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/FlexibleProjectCreationWizardPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="toggleAdvanced" desc="(Z)V" ref="1"/><method name="launchNewRuntimeWizard" desc="(Lorg/eclipse/swt/widgets/Shell;Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Z" ref="3"/><field name="advancedComposite" desc="Lorg/eclipse/swt/widgets/Composite;" ref="1"/><field name="showAdvanced" desc="Z" ref="1"/><field name="advancedButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$12" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebServletGroupItemProvider;" ref="1"/><method name="fireNotifyChanged" desc="(Lorg/eclipse/emf/common/notify/Notification;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebReferencesGroupItemProvider;" ref="1"/><method name="access$7" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Ljava/util/List;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebServletMappingGroupItemProvider;" ref="1"/><method name="access$5" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebSecurityGroupItemProvider;" ref="1"/><method name="access$3" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebFiltersGroupItemProvider;" ref="1"/><method name="access$6" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebListenerGroupItemProvider;" ref="1"/><method name="access$4" desc="(Lorg/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider;)Lorg/eclipse/jst/j2ee/internal/war/ui/util/WebFilterMappingGroupItemProvider;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider" ref="23" impl="0" subclass="3" instantiate="6"><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/ejb/provider/AbstractMethodsContentProvider;Ljava/lang/Object;Lorg/eclipse/jst/j2ee/ejb/MethodElement;)Ljava/lang/Runnable;" ref="1"/><method name="refreshTreeViewer" desc="(Ljava/lang/Object;)V" ref="2"/><method name="getParent" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="findMethodItem" desc="(Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/jst/j2ee/internal/ejb/provider/AbstractMethodsContentProvider$EJBMethodItem;" ref="1"/><method name="findMethodItem" desc="(Lorg/eclipse/jst/j2ee/ejb/MethodElement;)Lorg/eclipse/jst/j2ee/internal/ejb/provider/AbstractMethodsContentProvider$EJBMethodItem;" ref="1"/><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="4"/><method name="getTreeViewer" desc="()Lorg/eclipse/jface/viewers/TreeViewer;" ref="3"/><method name="notifyChanged" desc="(Lorg/eclipse/emf/common/notify/Notification;)V" ref="2"/><method name="getElements" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="4"/><method name="hasChildren" desc="(Ljava/lang/Object;)Z" ref="4"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebGroupItemProvider$WebGroupComparator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModulesDependencyPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.IClasspathTableOwner" ref="6" impl="2" subclass="0" instantiate="0"><method name="createButtonColumnComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="primCreateRadioButton" desc="(Ljava/lang/String;Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Button;" ref="1"/><method name="createGroup" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Group;" ref="1"/><method name="createAvailableJARsViewer" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/jface/viewers/CheckboxTableViewer;" ref="1"/><method name="primCreatePushButton" desc="(Ljava/lang/String;Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizard" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.command.J2EEClipboard" ref="16" impl="0" subclass="0" instantiate="5"><method name="size" desc="()I" ref="2"/><method name="get" desc="(I)Ljava/lang/Object;" ref="2"/><method name="addExtension" desc="(Lorg/eclipse/emf/ecore/EObject;Lorg/eclipse/emf/ecore/EObject;)V" ref="2"/><method name="getBinding" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EObject;" ref="3"/><method name="addAll" desc="(Ljava/util/Collection;)Z" ref="1"/><method name="iterator" desc="()Ljava/util/Iterator;" ref="1"/><method name="addBinding" desc="(Lorg/eclipse/emf/ecore/EObject;Lorg/eclipse/emf/ecore/EObject;)V" ref="2"/><method name="getExtension" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/emf/ecore/EObject;" ref="3"/><method name="add" desc="(Ljava/lang/Object;)Z" ref="1"/><method name="hasExtensions" desc="()Z" ref="2"/><method name="hasBindings" desc="()Z" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameEARComposite$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ui.J2EEPropertiesPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebFilterMappingGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.MinimizedFileSystemElement" ref="7" impl="0" subclass="0" instantiate="1"><method name="getFolders" desc="(Lorg/eclipse/ui/wizards/datatransfer/IImportStructureProvider;)Lorg/eclipse/ui/model/AdaptableList;" ref="1"/><method name="getFileSystemObject" desc="()Ljava/lang/Object;" ref="2"/><method name="setFileSystemObject" desc="(Ljava/lang/Object;)V" ref="1"/><method name="getFileNameExtension" desc="()Ljava/lang/String;" ref="1"/><method name="getFiles" desc="(Lorg/eclipse/ui/wizards/datatransfer/IImportStructureProvider;)Lorg/eclipse/ui/model/AdaptableList;" ref="2"/><method name="getFolders" desc="()Lorg/eclipse/ui/model/AdaptableList;" ref="1"/><method name="getParent" desc="()Lorg/eclipse/ui/dialogs/FileSystemElement;" ref="1"/><method name="setPackageBaseDirName" desc="(Ljava/lang/String;)V" ref="1"/><method name="isPopulated" desc="()Z" ref="1"/><method name="setPopulated" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.ServerEarAndStandaloneGroup" ref="6" impl="0" subclass="0" instantiate="2"><method name="dispose" desc="()V" ref="1"/><method name="handleNewEarSelected" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportPageNew" ref="13" impl="0" subclass="0" instantiate="1"><method name="handleBrowseButtonPressed" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportPageNew;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportPageNew;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportPageNew;)V" ref="1"/><field name="availableJARsViewer" desc="Lorg/eclipse/jface/viewers/CheckboxTableViewer;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider$EJBMethodItem" ref="7" impl="0" subclass="0" instantiate="1"><field name="ejb" desc="Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;" ref="2"/><field name="refObject" desc="Lorg/eclipse/emf/ecore/EObject;" ref="2"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModuleImportPage" ref="4" impl="0" subclass="4" instantiate="4"><method name="createTopLevelComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="3"/></class><class name="org.eclipse.jst.j2ee.internal.JARDependencyPropertiesPage" ref="2" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewProjectGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ClasspathTableManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebServletMappingGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ClasspathTableManager$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider$ResourceAdapter" ref="2" impl="0" subclass="0" instantiate="1"><method name="getTarget" desc="()Lorg/eclipse/emf/common/notify/Notifier;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportTypePageNew$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEComponentImportWizard" ref="4" impl="0" subclass="4" instantiate="8"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportPage1$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.RenameEARComposite" ref="7" impl="0" subclass="0" instantiate="1"><method name="createRenameOptions" desc="()Lorg/eclipse/jst/j2ee/internal/rename/RenameOptions;" ref="1"/><method name="setLayoutData" desc="(Ljava/lang/Object;)V" ref="1"/><field name="workbenchLabelProvider" desc="Lorg/eclipse/ui/model/WorkbenchLabelProvider;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.DataModelAnnotationsStandaloneGroup" ref="7" impl="0" subclass="0" instantiate="2"><method name="dispose" desc="()V" ref="2"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/DataModelAnnotationsStandaloneGroup;)Z" ref="1"/><field name="shouldBeanDefaultUseAnnotations" desc="Z" ref="1"/><field name="shouldProjectDefaultUseAnnotations" desc="Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage" ref="19" impl="0" subclass="2" instantiate="2"><method name="access$1" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJavaClassWizardPage;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/><method name="handleFolderButtonPressed" desc="()V" ref="1"/><method name="handleSuperButtonPressed" desc="()V" ref="1"/><method name="handlePackageButtonPressed" desc="()V" ref="1"/><method name="createTopLevelComposite" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="2"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/wizard/NewJavaClassWizardPage;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand" ref="4" impl="0" subclass="0" instantiate="1"><method name="getOwner" desc="()Ljava/lang/Object;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/j2ee/internal/command/J2EEPasteFromClipboardOverrideCommand;)Lorg/eclipse/jst/j2ee/internal/command/J2EECopyFromClipboardCommand;" ref="1"/><method name="getDomain" desc="()Lorg/eclipse/emf/edit/domain/EditingDomain;" ref="1"/><method name="getFeature" desc="()Ljava/lang/Object;" ref="1"/><method name="getIndex" desc="()I" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModulesDependencyPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEntityItemProvider" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardWorkbenchAction" ref="6" impl="0" subclass="6" instantiate="13"></class><class name="org.eclipse.jst.j2ee.internal.AddModulestoEARPropertiesPage" ref="4" impl="0" subclass="0" instantiate="1"><method name="getCheckedJ2EEElementsAsList" desc="()Ljava/util/List;" ref="1"/><method name="getCheckedJavaProjectsAsList" desc="()Ljava/util/List;" ref="1"/><field name="j2eeComponentList" desc="Ljava/util/List;" ref="1"/><field name="javaProjectsList" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.j2ee.ui.project.facet.EarSelectionPanel$Resources" ref="1" impl="0" subclass="0" instantiate="0"><field name="addToEarLabel" desc="Ljava/lang/String;" ref="1"/><field name="newButtonLabel" desc="Ljava/lang/String;" ref="1"/><field name="earProjectLabel" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentCreationWizardPage" ref="1" impl="0" subclass="0" instantiate="1"><method name="setInfopopID" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleDataModelGroup$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.dialogs.FilteredFileSelectionDialog" ref="1" impl="0" subclass="1" instantiate="1"><method name="createDialogArea" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="createButtonsForButtonBar" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><method name="create" desc="()V" ref="1"/><method name="computeResult" desc="()V" ref="1"/><method name="updateOKStatus" desc="()V" ref="1"/><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientComponentImportPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EEEntityItemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AppClientExportPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.FlexibleProjectCreationWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.WizardClassesImportMainPage" ref="6" impl="0" subclass="0" instantiate="1"><method name="setWizard" desc="(Lorg/eclipse/jface/wizard/IWizard;)V" ref="1"/><method name="isSetImportFromDir" desc="()Z" ref="1"/><method name="getWizard" desc="()Lorg/eclipse/jface/wizard/IWizard;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEModulesDependencyPage$2" ref="4" impl="0" subclass="0" instantiate="1"><method name="setResized" desc="(Lorg/eclipse/swt/widgets/Table;)V" ref="1"/><field name="fResized" desc="Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEImportPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.actions.J2EEModuleRenameChange" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin" ref="79" impl="0" subclass="0" instantiate="0"><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="63"/><method name="getDefault" desc="()Lorg/eclipse/jst/j2ee/internal/plugin/J2EEUIPlugin;" ref="73"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="2"/><method name="getPluginWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="3"/><method name="getCurrentSelection" desc="()Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="1"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="13"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="1"/><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="2"/><method name="getDialogSettings" desc="()Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="5"/><method name="getActiveWorkbenchWindow" desc="()Lorg/eclipse/ui/IWorkbenchWindow;" ref="4"/></class><class name="org.eclipse.jst.j2ee.internal.IJ2EEDependenciesControl[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARComponentImportPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.AnnotationsStandaloneGroup$CheckboxSelectionListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.actions.OpenJ2EEResourceAction" ref="7" impl="0" subclass="0" instantiate="3"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="2"/><method name="run" desc="()V" ref="2"/><method name="updateSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.actions.BaseAction" ref="9" impl="0" subclass="9" instantiate="9"><method name="selectionChanged" desc="(Lorg/eclipse/jface/action/IAction;Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.ejb.provider.J2EEReferenceProviderHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="getReferences" desc="(Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;)Ljava/util/Collection;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.dialogs.TwoArrayQuickSorter" ref="2" impl="0" subclass="0" instantiate="1"><method name="sort" desc="([Ljava/lang/Object;[Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.war.ui.util.WebReferencesGroupItemProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$AddStringArrayDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="open" desc="()I" ref="1"/><method name="getStringArray" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.j2ee.internal.wizard.J2EEExportPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.common.jdt.internal.integration.ui.WTPUIWorkingCopyManager" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/jst/common/jdt/internal/integration/ui/WTPUIWorkingCopyManager;Lorg/eclipse/core/runtime/CoreException;)V" ref="1"/><method name="connect" desc="(Lorg/eclipse/ui/IEditorInput;Lorg/eclipse/jdt/core/ICompilationUnit;)V" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.EARValidationHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="createValidationRunnable" desc="(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jface/operation/IRunnableWithProgress;" ref="1"/></class><class name="org.eclipse.jst.j2ee.internal.wizard.NewModuleDataModelGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.wst.rdb.connection.ui"><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionSelectionJDBCWizardPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="performTestConnection" desc="(Z)Z" ref="1"/><method name="getConnection" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="isFinalConnection" desc="()Z" ref="1"/><method name="internalSaveWidgetValues" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.UserIdentification$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.filter.FilterWizardPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="setConnectionFilter" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.filter.FilterWizard" ref="1" impl="0" subclass="0" instantiate="1"><method name="setNeedsProgressMonitor" desc="(Z)V" ref="1"/><method name="init" desc="(Lorg/eclipse/ui/IWorkbench;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionSelectionExistingWizardPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="isConnected" desc="()Z" ref="1"/><method name="refresh" desc="()V" ref="1"/><method name="isExistingConnectionSelected" desc="()Z" ref="1"/><method name="isNewConnectionSelected" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.ViewUtility" ref="1" impl="0" subclass="0" instantiate="0"><method name="createFill" desc="()Lorg/eclipse/swt/layout/GridData;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$SelectionKeyAdapter" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.NewCWJDBCPage$DisplayMessage" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator" ref="29" impl="0" subclass="0" instantiate="1"><method name="getRow" desc="()Lorg/eclipse/swt/widgets/TableItem;" ref="6"/><method name="isVisible" desc="()Z" ref="2"/><method name="getTable" desc="()Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="setSelection" desc="(II)V" ref="2"/><method name="isDisposed" desc="()Z" ref="1"/><method name="setVisible" desc="(Z)V" ref="3"/><method name="moveCellEditorsAbove" desc="([Lorg/eclipse/jface/viewers/CellEditor;)V" ref="1"/><method name="setFocus" desc="()Z" ref="1"/><method name="refresh" desc="()V" ref="3"/><method name="getColumn" desc="()I" ref="4"/><method name="notifyListeners" desc="(ILorg/eclipse/swt/widgets/Event;)V" ref="2"/><method name="redraw" desc="()V" ref="2"/><field name="table" desc="Lorg/eclipse/swt/widgets/Table;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionUtils" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="openConnectionWithProgress" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;ZLorg/eclipse/jface/wizard/IWizardContainer;)Z" ref="1"/><method name="access$1" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionDisplayProperty[]" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.ExistingConnectionsWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.util.RSCCoreUIUtil$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.RDBWizardPage" ref="8" impl="0" subclass="1" instantiate="1"><method name="determinePageCompletion" desc="()Z" ref="1"/><method name="getWizard" desc="()Lorg/eclipse/jface/wizard/IWizard;" ref="1"/><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="isPageComplete" desc="()Z" ref="1"/><method name="addToHistory" desc="([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;" ref="1"/><method name="getBundle" desc="()Ljava/util/ResourceBundle;" ref="4"/><method name="loadComboSettings" desc="(Lorg/eclipse/swt/widgets/Combo;[Ljava/lang/String;Z)V" ref="1"/><method name="setPageComplete" desc="(Z)V" ref="1"/><method name="setErrorMessage" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.filter.RDBFilterWizardPage" ref="2" impl="0" subclass="2" instantiate="2"><method name="populateSelectionTable" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.DatabaseProductVersion[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.UserIdentification" ref="10" impl="0" subclass="0" instantiate="4"><method name="access$3" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/UserIdentification;Ljava/lang/String;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/UserIdentification;Ljava/lang/String;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/UserIdentification;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="open" desc="()I" ref="4"/><method name="getPasswordInformation" desc="()Ljava/lang/String;" ref="4"/><method name="getUserNameInformation" desc="()Ljava/lang/String;" ref="4"/><method name="access$0" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/UserIdentification;)Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.ExistingConnectionsWizardPage" ref="7" impl="0" subclass="2" instantiate="2"><method name="createControl" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/><method name="handleEvent" desc="(Lorg/eclipse/swt/widgets/Event;)V" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="onCreateNewConnectionSelectionChanged" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.helper.ConnectionUIHelper" ref="2" impl="0" subclass="0" instantiate="1"><method name="getDefaultDriver" desc="()Ljava/lang/String;" ref="1"/><method name="getDriverNames" desc="()[Ljava/lang/String;" ref="1"/><method name="getUIProvider" desc="(Ljava/lang/String;)Lorg/eclipse/wst/rdb/connection/internal/ui/providers/IServerConnectionUIProvider;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.ExistingConnectionsWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionWizardProperties" ref="4" impl="0" subclass="0" instantiate="1"><method name="setConnectionName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getProduct" desc="()Ljava/lang/String;" ref="1"/><method name="getDriverName" desc="()Ljava/lang/String;" ref="1"/><method name="getDriverClassName" desc="()Ljava/lang/String;" ref="1"/><method name="setDatabaseName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setPassword" desc="(Ljava/lang/String;)V" ref="1"/><method name="getUserID" desc="()Ljava/lang/String;" ref="1"/><method name="setCustomProperties" desc="(Ljava/util/Properties;)V" ref="1"/><method name="setProduct" desc="(Ljava/lang/String;)V" ref="1"/><method name="getCustomProperties" desc="()Ljava/util/Properties;" ref="1"/><method name="setUserID" desc="(Ljava/lang/String;)V" ref="1"/><method name="getURL" desc="()Ljava/lang/String;" ref="1"/><method name="getConnectionName" desc="()Ljava/lang/String;" ref="1"/><method name="setVersion" desc="(Ljava/lang/String;)V" ref="1"/><method name="getClassLocation" desc="()Ljava/lang/String;" ref="1"/><method name="setClassLocation" desc="(Ljava/lang/String;)V" ref="1"/><method name="setURL" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDriverName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getDatabaseName" desc="()Ljava/lang/String;" ref="1"/><method name="setDriverClassName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getPassword" desc="()Ljava/lang/String;" ref="1"/><method name="getVersion" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.filter.FilterUtil" ref="1" impl="0" subclass="0" instantiate="0"><method name="hasFilter" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/explorer/filter/IFilterNode;)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.Workbook" ref="4" impl="0" subclass="1" instantiate="1"><field name="pages" desc="Ljava/util/Vector;" ref="1"/><field name="tabFolder" desc="Lorg/eclipse/swt/widgets/TabFolder;" ref="1"/><field name="pageBook" desc="Lorg/eclipse/ui/part/PageBook;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.util.RSCCoreUIUtil$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.Workbook$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionSelectionWizard" ref="3" impl="0" subclass="0" instantiate="1"><method name="getPage" desc="(Ljava/lang/String;)Lorg/eclipse/jface/wizard/IWizardPage;" ref="2"/><method name="setConInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="createConnection" desc="()Z" ref="1"/><method name="getContainer" desc="()Lorg/eclipse/jface/wizard/IWizardContainer;" ref="1"/><method name="reconnect" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="getConInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="2"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.NewCWJDBCPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.NewCWJDBCPage" ref="16" impl="0" subclass="4" instantiate="5"><method name="setDatabaseName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getNextPage" desc="()Lorg/eclipse/jface/wizard/IWizardPage;" ref="3"/><method name="access$6" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;Z)V" ref="1"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="3"/><method name="access$5" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;)Z" ref="1"/><method name="access$3" desc="()Lorg/eclipse/wst/rdb/connection/internal/ui/util/resource/ResourceLoader;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;)Lorg/eclipse/swt/widgets/Button;" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;Z)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;)Ljava/lang/String;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/wizards/shared/NewCWJDBCPage;)Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.providers.IServerConnectionInformation" ref="13" impl="1" subclass="0" instantiate="0"><method name="getLoadingPath" desc="()Ljava/lang/String;" ref="4"/><method name="getDriverClassName" desc="()Ljava/lang/String;" ref="1"/><method name="setLoadingPath" desc="(Ljava/lang/String;)V" ref="3"/><method name="setDatabaseName" desc="(Ljava/lang/String;)V" ref="3"/><method name="setURL" desc="(Ljava/lang/String;)V" ref="5"/><method name="getDatabaseName" desc="()Ljava/lang/String;" ref="1"/><method name="setDriverClassName" desc="(Ljava/lang/String;)V" ref="3"/><method name="getURL" desc="()Ljava/lang/String;" ref="4"/><method name="setInformationComplete" desc="(Z)V" ref="3"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$9" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$6" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator$6;)Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.util.resource.ResourceLoader" ref="32" impl="0" subclass="0" instantiate="0"><method name="queryString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="19"/><method name="getResourceBundle" desc="()Ljava/util/ResourceBundle;" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/connection/internal/ui/util/resource/ResourceLoader;" ref="19"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionUtils$DisplayMessage" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.NewConnectionWizard" ref="5" impl="0" subclass="0" instantiate="0"><method name="getResourceString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getFile" desc="(Lorg/eclipse/jface/wizard/Wizard;[Ljava/lang/String;)Ljava/lang/String;" ref="3"/><method name="getMessages" desc="(Ljava/lang/Throwable;)Ljava/lang/String;" ref="2"/><field name="fExtensions" desc="[Ljava/lang/String;" ref="3"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.UserIdentification$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.RDBConnectionUIPlugin" ref="3" impl="0" subclass="0" instantiate="0"><method name="getDialogSettings" desc="()Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="1"/><method name="getImageRegistry" desc="()Lorg/eclipse/jface/resource/ImageRegistry;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/connection/internal/ui/RDBConnectionUIPlugin;" ref="2"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionSelectionFilterWizardPage" ref="3" impl="0" subclass="0" instantiate="1"><method name="getDefaultPredicate" desc="()Ljava/lang/String;" ref="1"/><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="1"/><method name="applyFilter" desc="()V" ref="1"/><method name="setDefaultPredicate" desc="(Ljava/lang/String;)V" ref="1"/><method name="setPageComplete" desc="(Z)V" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.NewCWUidPwd" ref="2" impl="0" subclass="0" instantiate="1"><method name="internalLoadWidgetValues" desc="()V" ref="1"/><method name="getComposite" desc="(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/wst/rdb/connection/internal/ui/factories/RSCCoreUIWidgetFactory;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="determinePageCompletion" desc="()Z" ref="1"/><method name="setPassword" desc="(Ljava/lang/String;)V" ref="1"/><method name="addListeners" desc="()V" ref="1"/><method name="setConnectionDetails" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="internalSaveWidgetValues" desc="()V" ref="1"/><method name="setUserId" desc="(Ljava/lang/String;)V" ref="1"/><method name="removeListeners" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.NewCWJDBCPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$4" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator$4;)Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$2" ref="4" impl="0" subclass="0" instantiate="1"><method name="isChild" desc="(Lorg/eclipse/swt/widgets/Control;Lorg/eclipse/swt/widgets/Control;)Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator$2;)Lorg/eclipse/wst/rdb/connection/internal/ui/viewers/TableNavigator;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.DatabaseAuthenticationWizardPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionDisplayProperty" ref="3" impl="0" subclass="1" instantiate="3"><method name="getPropertyName" desc="()Ljava/lang/String;" ref="2"/><method name="getValue" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.filter.SchemaFilterWizardPage" ref="3" impl="0" subclass="3" instantiate="3"><method name="createControl" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="3"/><method name="setVisible" desc="(Z)V" ref="3"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.util.TString" ref="1" impl="0" subclass="0" instantiate="0"><method name="change" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.ConnectionUtils$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.viewers.TableNavigator$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.connection.internal.ui.icons.ImageDescription" ref="2" impl="0" subclass="0" instantiate="0"><method name="getDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getFilterWizardDescriptor" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.factories.RSCCoreUIWidgetFactory" ref="16" impl="0" subclass="0" instantiate="0"><method name="createLabel" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Label;" ref="5"/><method name="createCombo" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Combo;" ref="3"/><method name="createTree" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Tree;" ref="1"/><method name="createButton" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Button;" ref="4"/><method name="createComposite" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Composite;" ref="4"/><method name="createText" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Text;" ref="5"/><method name="createGroup" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;I)Lorg/eclipse/swt/widgets/Group;" ref="2"/><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/connection/internal/ui/factories/RSCCoreUIWidgetFactory;" ref="6"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.NewCWJDBCPage$DisplayQuestion" ref="2" impl="0" subclass="0" instantiate="1"><method name="getResult" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.wizards.shared.DatabaseProductVersion" ref="2" impl="0" subclass="0" instantiate="1"><method name="getProduct" desc="()Ljava/lang/String;" ref="1"/><method name="getVersion" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.connection.internal.ui.providers.IServerConnectionUIProvider" ref="7" impl="3" subclass="0" instantiate="0"><method name="determinePageCompletion" desc="()Z" ref="1"/><method name="setWizardPage" desc="(Lorg/eclipse/jface/wizard/WizardPage;)V" ref="1"/><method name="setServerConnectionInformation" desc="(Lorg/eclipse/wst/rdb/connection/internal/ui/providers/IServerConnectionInformation;)V" ref="1"/><method name="getServerConnectionUI" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="loadProperties" desc="()V" ref="1"/><method name="setDatabaseDefinition" desc="(Lorg/eclipse/wst/rdb/internal/core/definition/DatabaseDefinition;)V" ref="1"/></class></plugin><plugin id="org.eclipse.jst.common.annotations.controller"><class name="org.eclipse.jst.common.internal.annotations.registry.AttributeValuesHelper" ref="8" impl="0" subclass="0" instantiate="0"><method name="getAttributeValueProposalHelpers" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/TagAttribSpec;Ljava/lang/String;ILorg/eclipse/jdt/core/IJavaElement;)[Lorg/eclipse/jst/common/internal/annotations/registry/AttributeValueProposalHelper;" ref="1"/><method name="getValidValues" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/TagAttribSpec;Lorg/eclipse/jdt/core/IJavaElement;)[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AttributeValueProposalHelper" ref="4" impl="0" subclass="1" instantiate="1"><method name="getValueDisplayString" desc="()Ljava/lang/String;" ref="1"/><method name="getReplacementLength" desc="()I" ref="1"/><method name="getReplacementString" desc="()Ljava/lang/String;" ref="1"/><method name="getValueOffset" desc="()I" ref="1"/><method name="ensureEndQuote" desc="()Z" ref="1"/><method name="ensureBeginQuote" desc="()Z" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationTagRegistry" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$2" desc="()Ljava/util/Map;" ref="1"/><method name="getAllTagSpecs" desc="()Ljava/util/List;" ref="1"/><method name="access$1" desc="()Ljava/util/Map;" ref="1"/><method name="getMethodTag" desc="(Ljava/lang/String;)Lorg/eclipse/jst/common/internal/annotations/registry/TagSpec;" ref="1"/><method name="access$0" desc="()Ljava/util/Map;" ref="1"/><method name="getTypeTag" desc="(Ljava/lang/String;)Lorg/eclipse/jst/common/internal/annotations/registry/TagSpec;" ref="1"/><method name="getFieldTag" desc="(Ljava/lang/String;)Lorg/eclipse/jst/common/internal/annotations/registry/TagSpec;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationsControllerResources" ref="4" impl="0" subclass="0" instantiate="0"><field name="AnnotationsControllerManager_ERROR_0" desc="Ljava/lang/String;" ref="1"/><field name="AnnotationTagRegistry_ERROR_1" desc="Ljava/lang/String;" ref="1"/><field name="TagSpec_3" desc="Ljava/lang/String;" ref="1"/><field name="AnnotationTagRegistry_0" desc="Ljava/lang/String;" ref="1"/><field name="TagAttribSpec_1" desc="Ljava/lang/String;" ref="1"/><field name="AnnotationTagRegistry_9" desc="Ljava/lang/String;" ref="1"/><field name="TagSpec_4" desc="Ljava/lang/String;" ref="1"/><field name="AnnotationTagRegistry_10" desc="Ljava/lang/String;" ref="1"/><field name="TagAttribSpec_2" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagsetDescriptor" ref="6" impl="0" subclass="0" instantiate="1"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="getValidValuesHelper" desc="()Lorg/eclipse/jst/common/internal/annotations/registry/AttributeValuesHelper;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationTagDynamicInitializer" ref="1" impl="0" subclass="0" instantiate="0"><method name="registerTags" desc="()V" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagSpec" ref="19" impl="0" subclass="0" instantiate="1"><method name="multiplicityFromString" desc="(Ljava/lang/String;)I" ref="1"/><method name="lookupTagHelp" desc="()Ljava/lang/String;" ref="1"/><method name="getAttributes" desc="()Ljava/util/List;" ref="1"/><method name="setBundle" desc="(Lorg/osgi/framework/Bundle;)V" ref="1"/><method name="getScope" desc="()I" ref="2"/><method name="scopeFromString" desc="(Ljava/lang/String;)I" ref="1"/><method name="getValidValuesHelper" desc="()Lorg/eclipse/jst/common/internal/annotations/registry/AttributeValuesHelper;" ref="1"/><method name="getTagName" desc="()Ljava/lang/String;" ref="2"/><method name="attributeNamed" desc="(Ljava/lang/String;)Lorg/eclipse/jst/common/internal/annotations/registry/TagAttribSpec;" ref="1"/><method name="getResourceBundle" desc="()Ljava/util/ResourceBundle;" ref="1"/><method name="setAttributes" desc="(Ljava/util/List;)V" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagsetDescriptor[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager$Descriptor" ref="3" impl="0" subclass="0" instantiate="1"><method name="getID" desc="()Ljava/lang/String;" ref="1"/><method name="getBuilderID" desc="()Ljava/lang/String;" ref="1"/><method name="createInstance" desc="()Lorg/eclipse/jst/common/internal/annotations/controller/AnnotationsController;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagAttribSpec" ref="14" impl="0" subclass="0" instantiate="1"><method name="isRequired" desc="()Z" ref="1"/><method name="getTagSpec" desc="()Lorg/eclipse/jst/common/internal/annotations/registry/TagSpec;" ref="1"/><method name="setUnique" desc="()V" ref="1"/><method name="valueIsBool" desc="()Z" ref="1"/><method name="clearRequired" desc="()V" ref="1"/><method name="clearUnique" desc="()V" ref="1"/><method name="setTagSpec" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/TagSpec;)V" ref="1"/><method name="setValidValues" desc="([Ljava/lang/String;)V" ref="1"/><method name="setType" desc="(Ljava/lang/String;)V" ref="1"/><method name="lookupTagHelp" desc="()Ljava/lang/String;" ref="1"/><method name="setRequired" desc="()V" ref="1"/><method name="getUnique" desc="()Lorg/eclipse/jst/common/internal/annotations/registry/TagAttribSpec$Unique;" ref="1"/><method name="getAttribName" desc="()Ljava/lang/String;" ref="2"/><method name="uniqueScopeFromString" desc="(Ljava/lang/String;)I" ref="1"/><method name="getValidValues" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationTagsetRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getDescriptors" desc="()Ljava/util/List;" ref="1"/><method name="getDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jst/common/internal/annotations/registry/TagsetDescriptor;" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/jst/common/internal/annotations/registry/AnnotationTagsetRegistry;" ref="2"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagSpec$Multiplicity" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.common.internal.annotations.controller.AnnotationsController" ref="7" impl="0" subclass="0" instantiate="0"><method name="getEnabledAnnotationFile" desc="(Lorg/eclipse/emf/ecore/EObject;)Lorg/eclipse/core/resources/IFile;" ref="1"/><method name="process" desc="(Lorg/eclipse/core/resources/IResource;)[Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="isAnnotated" desc="(Lorg/eclipse/emf/ecore/EObject;)Z" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/jst/common/internal/annotations/controller/AnnotationsControllerHelper;" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AttributeValueProposalHelper[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagAttribSpec$Unique" ref="4" impl="0" subclass="0" instantiate="1"><method name="setScope" desc="(I)V" ref="1"/><method name="getScope" desc="()I" ref="1"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.TagAttribSpec$Type" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager" ref="5" impl="0" subclass="0" instantiate="0"><method name="hasAnnotationsBuilder" desc="(Lorg/eclipse/core/resources/IProject;)Z" ref="1"/><method name="isAnyAnnotationsSupported" desc="()Z" ref="2"/><method name="getDescriptor" desc="(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jst/common/internal/annotations/controller/AnnotationsControllerManager$Descriptor;" ref="1"/><method name="getAnnotationsController" desc="(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jst/common/internal/annotations/controller/AnnotationsController;" ref="2"/><field name="INSTANCE" desc="Lorg/eclipse/jst/common/internal/annotations/controller/AnnotationsControllerManager;" ref="4"/></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationTagRegistry$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.common.internal.annotations.registry.AnnotationTagRegistry$InitTagInfo" ref="2" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/AnnotationTagRegistry$InitTagInfo;)Ljava/util/List;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/AnnotationTagRegistry$InitTagInfo;)Lorg/osgi/framework/Bundle;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/common/internal/annotations/registry/AnnotationTagRegistry$InitTagInfo;Lorg/osgi/framework/Bundle;)V" ref="1"/></class></plugin><plugin id="org.eclipse.wst.dtd.ui"><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContentOutlineConfiguration" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$TemplateContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddNotationAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddAttributeListAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddParameterEntityReferenceAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setEnabled" desc="(Z)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.validation.ValidateDTDAction" ref="2" impl="0" subclass="0" instantiate="2"><method name="setValidator" desc="(Lorg/eclipse/wst/validation/internal/provisional/core/IValidator;)V" ref="2"/><method name="run" desc="()V" ref="2"/></class><class name="org.eclipse.wst.dtd.ui.internal.style.LineStyleProviderForDTD" ref="3" impl="0" subclass="0" instantiate="2"><method name="prepareRegions" desc="(Lorg/eclipse/jface/text/ITypedRegion;IILjava/util/Collection;)Z" ref="1"/><method name="init" desc="(Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;Lorg/eclipse/wst/sse/ui/internal/provisional/style/Highlighter;)V" ref="1"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$TemplateLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.DeleteAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setEnabled" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContextMenuHelper$DTDMenuListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.projection.StructuredTextFoldingProviderDTD$TagProjectionAnnotation" ref="2" impl="0" subclass="0" instantiate="1"><method name="getNode" desc="()Lorg/w3c/dom/Node;" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDTreeContentProvider" ref="4" impl="0" subclass="0" instantiate="1"><method name="setShowLogicalOrder" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContextMenuHelper" ref="8" impl="0" subclass="0" instantiate="1"><method name="removeMenuListenersFor" desc="(Lorg/eclipse/jface/viewers/Viewer;)V" ref="1"/><method name="getMenuListener" desc="()Lorg/eclipse/jface/action/IMenuListener;" ref="1"/><method name="createMenuListenersFor" desc="(Lorg/eclipse/jface/viewers/Viewer;)V" ref="1"/><method name="_selectionChanged" desc="(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" ref="1"/><method name="addActionItemsForSelection" desc="(Ljava/lang/Object;Lorg/eclipse/jface/action/IMenuManager;)V" ref="1"/><field name="addElementToContentModelAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddElementToContentModelAction;" ref="1"/><field name="fViewerSelection" desc="Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="1"/><field name="addEntityAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddEntityAction;" ref="1"/><field name="addAttributeAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddAttributeAction;" ref="1"/><field name="replaceEmptyContentModelWithGroupAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/ReplaceEmptyContentModelWithGroupAction;" ref="1"/><field name="addNotationAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddNotationAction;" ref="1"/><field name="addCommentAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddCommentAction;" ref="1"/><field name="addAttributeListAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddAttributeListAction;" ref="1"/><field name="addElementAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddElementAction;" ref="1"/><field name="addGroupToContentModelAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddGroupToContentModelAction;" ref="1"/><field name="deleteAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/DeleteAction;" ref="1"/><field name="addParameterEntityReferenceAction" desc="Lorg/eclipse/wst/dtd/ui/internal/views/contentoutline/actions/AddParameterEntityReferenceAction;" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage" ref="21" impl="0" subclass="0" instantiate="1"><method name="updateViewerInput" desc="()V" ref="1"/><method name="saveLastSavedPreferences" desc="()V" ref="1"/><method name="getTemplateString" desc="()Ljava/lang/String;" ref="1"/><method name="linkClicked" desc="()V" ref="1"/><method name="enableTemplates" desc="()V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddAttributeAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.dnd.DTDDragAndDropManager" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.Logger" ref="4" impl="0" subclass="0" instantiate="0"><method name="log" desc="(ILjava/lang/String;Ljava/lang/Throwable;)V" ref="3"/><method name="logException" desc="(Ljava/lang/Throwable;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.dnd.DragAttributeCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddGroupToContentModelAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.editor.DTDEditorPluginImageHelper" ref="4" impl="0" subclass="0" instantiate="0"><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="4"/><method name="getInstance" desc="()Lorg/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImageHelper;" ref="4"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddElementToContentModelAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.SortAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.DTDUIMessages" ref="14" impl="0" subclass="0" instantiate="0"><field name="_UI_WIZARD_NEW_DTD_EXPL" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_8" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_4" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_ATTRIBUTE" desc="Ljava/lang/String;" ref="1"/><field name="_UI_LABEL_DTD_FILE_DELETE" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_0" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_2" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_5" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_3" desc="Ljava/lang/String;" ref="1"/><field name="SourceMenu_label" desc="Ljava/lang/String;" ref="1"/><field name="_UI_MOVE_NODE" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_DTD_ENTITY" desc="Ljava/lang/String;" ref="1"/><field name="_UI_WIZARD_NEW_DTD_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="_ERROR_FILENAME_MUST_END_DTD" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_3" desc="Ljava/lang/String;" ref="1"/><field name="DTDPropertySourceAdapter_0" desc="Ljava/lang/String;" ref="1"/><field name="_UI_CREATE_NEW_DTD_FILE" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_DTD_DELETE" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_PARAM_ENTITY_REF" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_2" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_GROUP_ADD_GROUP" desc="Ljava/lang/String;" ref="1"/><field name="DTDPropertySourceAdapter_1" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_6" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_5" desc="Ljava/lang/String;" ref="1"/><field name="_UI_MOVE_NODES" desc="Ljava/lang/String;" ref="1"/><field name="DTDPropertySourceAdapter_2" desc="Ljava/lang/String;" ref="1"/><field name="_UI_MOVE_ATTRIBUTE" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_7" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_6" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_DTD_ELEMENT" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_ELEMENT" desc="Ljava/lang/String;" ref="1"/><field name="DTDColorPage_1" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_0" desc="Ljava/lang/String;" ref="1"/><field name="MESSAGE_DTD_VALIDATION_MESSAGE_UI_" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_DTD_NOTATION" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_1" desc="Ljava/lang/String;" ref="1"/><field name="NewDTDTemplatesWizardPage_4" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_ATTRIBUTELIST" desc="Ljava/lang/String;" ref="1"/><field name="_UI_BUTTON_GROUP_ITEMS_LOGICALLY" desc="Ljava/lang/String;" ref="1"/><field name="_UI_BUTTON_SORT_ITEMS" desc="Ljava/lang/String;" ref="1"/><field name="_UI_ACTION_ADD_DTD_COMMENT" desc="Ljava/lang/String;" ref="1"/><field name="_UI_MOVE_CONTENT" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContentOutlineConfiguration$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.ReplaceEmptyContentModelWithGroupAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDTemplatesWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContextMenuHelper$ViewerSelectionChangeListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.editor.IHelpContextIds" ref="4" impl="0" subclass="0" instantiate="0"><field name="DTD_PREFWEBX_FILES_HELPID" desc="Ljava/lang/String;" ref="1"/><field name="DTD_NEWWIZARD_TEMPLATE_HELPID" desc="Ljava/lang/String;" ref="1"/><field name="DTD_PREFWEBX_TEMPLATES_HELPID" desc="Ljava/lang/String;" ref="1"/><field name="DTD_PREFWEBX_STYLES_HELPID" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.validation.DTDValidator" ref="6" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.validation.DTDValidator$LocalizedMessage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.projection.StructuredTextFoldingProviderDTD" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.BaseAction" ref="10" impl="0" subclass="10" instantiate="10"><method name="updateSelection" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="3"/></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.OrderAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.dnd.DragTopLevelNodesCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContentOutlineConfiguration$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.properties.DTDPropertySourceAdapter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.dnd.DragContentModelCommand" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddCommentAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddEntityAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.dtd.ui.internal.DTDUIPlugin" ref="10" impl="0" subclass="0" instantiate="0"><method name="getTemplateContextRegistry" desc="()Lorg/eclipse/jface/text/templates/ContextTypeRegistry;" ref="2"/><method name="getDefault" desc="()Lorg/eclipse/wst/dtd/ui/internal/DTDUIPlugin;" ref="10"/><method name="savePluginPreferences" desc="()V" ref="3"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="2"/><method name="getTemplateStore" desc="()Lorg/eclipse/jface/text/templates/persistence/TemplateStore;" ref="2"/><method name="getPreferenceStore" desc="()Lorg/eclipse/jface/preference/IPreferenceStore;" ref="8"/></class><class name="org.eclipse.wst.dtd.ui.internal.views.contentoutline.actions.AddElementAction" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDisabledImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="selectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class></plugin><plugin id="org.eclipse.wst.rdb.core.ui"><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.UDFNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.IndexNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.filter.IFilterNode" ref="11" impl="7" subclass="0" instantiate="0"><method name="getFilterName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IViewNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.LabelDecoratorPreference$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.LabelService$LabelInfo" ref="7" impl="0" subclass="0" instantiate="1"><method name="getSelector" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/services/LabelSelector;" ref="1"/><method name="getDisplayType" desc="()Ljava/lang/String;" ref="1"/><method name="getIcon" desc="()Lorg/eclipse/swt/graphics/Image;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.OutputPreference$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.widgets.DataContainerSelectionGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IConnectionNode[]" ref="14" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.decorators.impl.AbstractDecorationService" ref="7" impl="0" subclass="4" instantiate="4"><method name="access$0" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/explorer/providers/decorators/impl/AbstractDecorationService;Lorg/eclipse/jface/viewers/LabelProviderChangedEvent;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IDataToolsUIServiceManager" ref="15" impl="1" subclass="0" instantiate="0"><method name="getLabelService" desc="(Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/services/ILabelService;" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/core/internal/ui/services/DataToolsUIServiceManager;" ref="13"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IUDTNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.decorators.IColumnDecorationService" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.MarkerNavigationService" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.icons.ImageDescription" ref="3" impl="0" subclass="0" instantiate="0"><method name="getFKDecorationDescriptor" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getPKDecorationDescriptor" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getBookmarkDescriptor" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getPKFKDecorationDescriptor" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getGenerateDDLWizard" desc="()Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IDependencyNode" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.helpers.ForeignKeyHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IElementIDProvider" ref="2" impl="1" subclass="0" instantiate="0"><method name="getElementID" desc="(Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.ISequenceNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.RDBCoreUIPlugin" ref="3" impl="0" subclass="0" instantiate="0"><method name="getInstallURL" desc="()Ljava/net/URL;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/RDBCoreUIPlugin;" ref="1"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="1"/><method name="getImageRegistry" desc="()Lorg/eclipse/jface/resource/ImageRegistry;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.widgets.DataContainerContentProvider" ref="1" impl="0" subclass="0" instantiate="1"><method name="setFileFilter" desc="([Ljava/lang/String;)V" ref="1"/><method name="showClosedProjects" desc="(Z)V" ref="1"/><method name="setExcludedFiles" desc="([Ljava/lang/String;)V" ref="1"/><method name="setProjectNatureFilter" desc="([Ljava/lang/String;)V" ref="1"/><method name="showFiles" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IServerManagerNode" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IVirtualNode" ref="34" impl="16" subclass="0" instantiate="0"><method name="getParent" desc="()Ljava/lang/Object;" ref="9"/><method name="hasChildren" desc="()Z" ref="2"/><method name="getChildrenArray" desc="()[Ljava/lang/Object;" ref="4"/><method name="addChildren" desc="(Ljava/lang/Object;)V" ref="3"/><method name="getGroupID" desc="()Ljava/lang/String;" ref="3"/><method name="removeAllChildren" desc="()V" ref="1"/><method name="addChildren" desc="(Ljava/util/Collection;)V" ref="1"/><method name="getDisplayName" desc="()Ljava/lang/String;" ref="3"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.OutputPreference" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/preferences/OutputPreference;Ljava/lang/String;)Z" ref="1"/><method name="setValid" desc="(Z)V" ref="1"/><field name="bLimitRows" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="tMaxRows" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/><field name="lMaxRows" desc="Lorg/eclipse/swt/widgets/Label;" ref="1"/><field name="tMaxLobLength" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IForeignKeyHelperService" ref="3" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.LabelDecoratorPreference$2" ref="7" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.widgets.IDataSelectionValidator" ref="3" impl="0" subclass="0" instantiate="0"><method name="isValid" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.FilterListSelectionDialog$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.SchemaNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.ViewNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.decorators.impl.AbstractDecorationService$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.TriggerNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.ResourceChooserDialog$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.util.resources.ResourceLoader" ref="15" impl="0" subclass="0" instantiate="0"><method name="getResourceLoader" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/util/resources/ResourceLoader;" ref="10"/><method name="queryImageFromRegistry" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="2"/><method name="queryString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="8"/><method name="queryAbsolutePathImageFromRegistry" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.VirtualNode" ref="15" impl="0" subclass="14" instantiate="14"></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.FilterListSelectionDialog" ref="7" impl="0" subclass="0" instantiate="0"><method name="access$3" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/dialogs/FilterListSelectionDialog;Lorg/eclipse/jface/viewers/CheckboxTreeViewer;Ljava/lang/Object;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/dialogs/FilterListSelectionDialog;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/dialogs/FilterListSelectionDialog;)Lorg/eclipse/jface/viewers/CheckboxTreeViewer;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/dialogs/FilterListSelectionDialog;Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.decorators.IBookmarkDecorationService" ref="6" impl="1" subclass="0" instantiate="0"><method name="refreshDecoration" desc="(Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IKnownConnectionNode" ref="17" impl="1" subclass="0" instantiate="0"><method name="getChildrenArray" desc="()[Ljava/lang/Object;" ref="4"/><method name="addChildren" desc="(Ljava/lang/Object;)V" ref="1"/><method name="removeAllChildren" desc="()V" ref="1"/><method name="removeChildren" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IConnectionNode" ref="54" impl="1" subclass="0" instantiate="0"><method name="getName" desc="()Ljava/lang/String;" ref="4"/><method name="isConnected" desc="()Z" ref="5"/><method name="shouldDisconnect" desc="(Z)V" ref="3"/><method name="shouldDisconnect" desc="()Z" ref="2"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="18"/><method name="setConnected" desc="(Z)V" ref="2"/><method name="getDisplayName" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.KnownConnections" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.ColumnNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.UDTNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.FilterListSelectionDialog$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.util.ElementIDUtil" ref="1" impl="0" subclass="0" instantiate="0"><method name="getElementId" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/core/internal/ui/util/ElementIDUtil;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.ILabelService" ref="7" impl="1" subclass="0" instantiate="0"><method name="getName" desc="()Ljava/lang/String;" ref="2"/><method name="getDisplayType" desc="()Ljava/lang/String;" ref="2"/><method name="getIcon" desc="()Lorg/eclipse/swt/graphics/Image;" ref="2"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.ISchemaNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.DataToolsUIServiceManager" ref="15" impl="0" subclass="0" instantiate="1"><method name="getVirtualNodeServiceFactory" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/explorer/services/IVirtualNodeServiceFactory;" ref="4"/><method name="getMarkerNavigationService" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/services/IMarkerNavigationService;" ref="1"/><method name="refreshColumnDecorationService" desc="()V" ref="1"/><method name="getColumnHelperService" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/services/IColumnHelperService;" ref="2"/><method name="getBookmarkDecorationService" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/explorer/providers/decorators/IBookmarkDecorationService;" ref="2"/><method name="getLabelService" desc="(Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/services/ILabelService;" ref="4"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.ExplorerSorterProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.services.IExplorerInteractionService" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.VirtualNodeServiceFactory" ref="1" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/VirtualNodeServiceFactory;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.StoredProcedureNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IIndexNode" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.FilterListSelectionDialog$ListSelectionFilter" ref="2" impl="0" subclass="0" instantiate="1"><method name="setFilter" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.widgets.DataContainerSelectionGroup" ref="9" impl="0" subclass="0" instantiate="1"><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="2"/><method name="setSelectedContainer" desc="(Lorg/eclipse/core/resources/IContainer;)V" ref="1"/><method name="containerSelectionChanged" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><field name="treeViewer" desc="Lorg/eclipse/jface/viewers/TreeViewer;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IMarkerNavigationService" ref="5" impl="1" subclass="0" instantiate="0"><method name="gotoMarker" desc="(Lorg/eclipse/ui/IEditorPart;Lorg/eclipse/core/resources/IMarker;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.LabelDecoratorPreference" ref="9" impl="0" subclass="0" instantiate="1"><method name="access$2" desc="()Ljava/lang/String;" ref="1"/><method name="access$3" desc="()Ljava/lang/String;" ref="1"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/><method name="access$8" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference;Ljava/util/List;)V" ref="1"/><method name="access$7" desc="()Ljava/lang/String;" ref="1"/><method name="getColumnDecoration" desc="(Ljava/lang/String;ZZZ)Ljava/lang/String;" ref="1"/><method name="access$4" desc="()Ljava/lang/String;" ref="1"/><method name="access$6" desc="()Ljava/lang/String;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference;)Ljava/lang/String;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$5" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IUDFNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IColumnHelperService" ref="5" impl="1" subclass="0" instantiate="0"><method name="getDataType" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/tables/Column;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.ConstraintNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IColumnNode" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.util.CatalogUtil" ref="1" impl="0" subclass="0" instantiate="0"><method name="load" desc="(Lorg/eclipse/emf/ecore/EObject;Lorg/eclipse/core/runtime/IProgressMonitor;I)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.LabelService" ref="5" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="()Lorg/eclipse/wst/rdb/core/internal/ui/util/resources/ResourceLoader;" ref="1"/><method name="setElement" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.dialogs.ResourceChooserDialog" ref="4" impl="0" subclass="0" instantiate="1"><method name="getResult" desc="()[Ljava/lang/Object;" ref="1"/><method name="showClosedProjects" desc="(Z)V" ref="1"/><method name="open" desc="()I" ref="1"/><method name="getOkButton" desc="()Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="group" desc="Lorg/eclipse/wst/rdb/core/internal/ui/widgets/DataContainerSelectionGroup;" ref="1"/><field name="validator" desc="Lorg/eclipse/wst/rdb/core/internal/ui/widgets/IDataSelectionValidator;" ref="1"/><field name="statusMessage" desc="Lorg/eclipse/swt/widgets/Label;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IStoredProcedureNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.SequenceNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.IConstraintNode" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IDecorationService" ref="3" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.ITableNode" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.ColumnDecoratorUtil" ref="1" impl="0" subclass="0" instantiate="0"><method name="getNullableColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getPKColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getFKColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getFKNullableColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getPKFKColumnDecoration" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.widgets.DataContainerSelectionGroup$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IMarkerNavigationSelectionProvider" ref="1" impl="0" subclass="0" instantiate="0"><method name="doGotoMarker" desc="(Lorg/eclipse/core/resources/IMarker;)V" ref="1"/><method name="provides" desc="(Lorg/eclipse/ui/IEditorPart;Lorg/eclipse/core/resources/IMarker;)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.IExplorerSorterService" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.TableNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.decorators.IDecorationService" ref="3" impl="3" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.virtual.ITriggerNode" ref="4" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.DependencyNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.providers.content.virtual.ConnectionNode" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.LabelDecoratorPreference$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.services.LabelSelector" ref="7" impl="3" subclass="0" instantiate="0"><method name="select" desc="(Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.helpers.ColumnHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.core.internal.ui.explorer.services.IVirtualNodeServiceFactory" ref="10" impl="1" subclass="0" instantiate="0"><method name="makeUDFNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IUDFNode;" ref="1"/><method name="makeSchemaNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/ISchemaNode;" ref="1"/><method name="makeViewNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IViewNode;" ref="1"/><method name="makeDependencyNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IDependencyNode;" ref="1"/><method name="makeStoredProcedureNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IStoredProcedureNode;" ref="1"/><method name="makeIndexNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IIndexNode;" ref="1"/><method name="makeConnectionNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IConnectionNode;" ref="1"/><method name="makeUDTNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IUDTNode;" ref="1"/><method name="makeSequenceNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/ISequenceNode;" ref="1"/><method name="makeConstraintNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IConstraintNode;" ref="1"/><method name="makeTableNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/ITableNode;" ref="1"/><method name="makeKnownConnectionNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IKnownConnectionNode;" ref="1"/><method name="makeTriggerNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/ITriggerNode;" ref="1"/><method name="makeColumnNode" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/wst/rdb/core/internal/ui/explorer/virtual/IColumnNode;" ref="1"/></class><class name="org.eclipse.wst.rdb.core.internal.ui.preferences.LabelDecoratorPreference$3" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.jst.jsp.core"><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMNamedNodeMapImpl" ref="5" impl="0" subclass="0" instantiate="2"><method name="setNamedItem" desc="(Ljava/lang/String;Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNode;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDVariable" ref="3" impl="1" subclass="0" instantiate="0"><method name="getNameFromAttribute" desc="()Ljava/lang/String;" ref="1"/><method name="getVariableClass" desc="()Ljava/lang/String;" ref="1"/><method name="getNameGiven" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTAndExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ITaglibRecord" ref="21" impl="4" subclass="0" instantiate="0"><method name="getRecordType" desc="()I" ref="4"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.DOMModelForJSP" ref="2" impl="0" subclass="0" instantiate="1"><method name="getStructuredDocument" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSP2ServletNameUtil" ref="3" impl="0" subclass="0" instantiate="0"><method name="mangle" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="unmangle" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.provisional.JSP12Namespace" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibClassLoader" ref="10" impl="0" subclass="0" instantiate="1"><method name="addDirectory" desc="(Ljava/lang/String;)V" ref="1"/><method name="addJar" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.parser.JSPDirectiveStructuredDocumentRegion" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryAssociationProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager" ref="21" impl="0" subclass="0" instantiate="0"><method name="frameworkIsShuttingDown" desc="()Z" ref="2"/><method name="rebuildIndexIfNeeded" desc="()V" ref="1"/><method name="isInitializing" desc="()Z" ref="1"/><method name="setIndexState" desc="(I)V" ref="1"/><method name="setUpdatingState" desc="()V" ref="1"/><method name="getIndexState" desc="()I" ref="1"/><method name="setRebuildingState" desc="()V" ref="1"/><method name="getIndexingJob" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/IndexWorkspaceJob;" ref="1"/><method name="setCanceledState" desc="()V" ref="2"/><method name="indexFiles" desc="([Lorg/eclipse/core/resources/IFile;)V" ref="2"/><method name="getProcessFilesJob" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/JSPIndexManager$ProcessFilesJob;" ref="2"/><method name="getVisitor" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/JSPIndexManager$JSPResourceVisitor;" ref="1"/><method name="getJspContentType" desc="()Lorg/eclipse/core/runtime/content/IContentType;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/JSPIndexManager;" ref="3"/><method name="shutdown" desc="()V" ref="1"/><method name="setStableState" desc="()V" ref="3"/><method name="initialize" desc="()V" ref="1"/><field name="fTotalTime" desc="J" ref="1"/><field name="DEBUG" desc="Z" ref="3"/></class><class name="org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParserTreeConstants" ref="2" impl="1" subclass="0" instantiate="0"><field name="jjtNodeName" desc="[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$JSPResourceChangeListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.JSPCMDocumentFactory$CMDocImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.taglib.ITLDRecord" ref="4" impl="1" subclass="0" instantiate="0"><method name="getPath" desc="()Lorg/eclipse/core/runtime/IPath;" ref="3"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDValidator" ref="6" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$URLRecord" ref="1" impl="0" subclass="0" instantiate="1"><method name="getURI" desc="()Ljava/lang/String;" ref="1"/><method name="getURL" desc="()Ljava/net/URL;" ref="1"/><field name="url" desc="Ljava/net/URL;" ref="1"/><field name="info" desc="Lorg/eclipse/jst/jsp/core/taglib/ProjectDescription$TaglibInfo;" ref="1"/><field name="baseLocation" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibVariable[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.NestedDOMModelParser" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapter" ref="8" impl="1" subclass="0" instantiate="0"><method name="setEmbeddedType" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/modelhandler/EmbeddedTypeHandler;)V" ref="2"/><method name="getTarget" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/INodeNotifier;" ref="1"/><method name="getLanguage" desc="()Ljava/lang/String;" ref="1"/><method name="getContentType" desc="()Ljava/lang/String;" ref="1"/><method name="setLanguage" desc="(Ljava/lang/String;)V" ref="1"/><method name="adapt" desc="(Lorg/eclipse/wst/sse/core/internal/provisional/INodeNotifier;Ljava/lang/Object;)Lorg/eclipse/wst/sse/core/internal/provisional/INodeAdapter;" ref="1"/><method name="getEmbeddedType" desc="()Lorg/eclipse/wst/sse/core/internal/ltk/modelhandler/EmbeddedTypeHandler;" ref="2"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.validation.JSPELValidator" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.Node[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslator" ref="15" impl="0" subclass="0" instantiate="2"><method name="getJava2JspIndirectRanges" desc="()Ljava/util/HashMap;" ref="1"/><method name="handleIncludeFile" desc="(Ljava/lang/String;)V" ref="1"/><method name="getBlockMarkers" desc="()Ljava/util/List;" ref="1"/><method name="getRelativeOffset" desc="()I" ref="1"/><method name="getCursorOwner" desc="()Ljava/lang/StringBuffer;" ref="1"/><method name="getTranslation" desc="()Ljava/lang/StringBuffer;" ref="2"/><method name="setRelativeOffset" desc="(I)V" ref="1"/><method name="getELProblems" desc="()Ljava/util/ArrayList;" ref="1"/><method name="getCurrentNode" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;" ref="2"/><method name="getSourcePosition" desc="()I" ref="1"/><method name="translateScriptletString" desc="(Ljava/lang/String;Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegionCollection;II)V" ref="1"/><method name="getEmptyTranslation" desc="()Ljava/lang/StringBuffer;" ref="2"/><method name="getTLDCMDocumentManager" desc="()Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDCMDocumentManager;" ref="1"/><method name="translateExpressionString" desc="(Ljava/lang/String;Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegionCollection;II)V" ref="1"/><method name="addImports" desc="(Ljava/lang/String;Z)V" ref="1"/><method name="addTaglibVariables" desc="(Ljava/lang/String;)V" ref="1"/><method name="reset" desc="(Lorg/eclipse/wst/xml/core/internal/provisional/document/IDOMNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/><method name="translateDeclarationString" desc="(Ljava/lang/String;Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegionCollection;II)V" ref="1"/><method name="stripCDATA" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getClassname" desc="()Ljava/lang/String;" ref="1"/><method name="getJava2JspRanges" desc="()Ljava/util/HashMap;" ref="1"/><method name="getJava2JspImportRanges" desc="()Ljava/util/HashMap;" ref="1"/><method name="setCursorOwner" desc="(I)V" ref="1"/><method name="translate" desc="()V" ref="1"/><method name="getJsp2JavaRanges" desc="()Ljava/util/HashMap;" ref="1"/><method name="getStructuredDocument" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;" ref="1"/><method name="getJspText" desc="()Ljava/lang/String;" ref="1"/><method name="getJava2JspUseBeanRanges" desc="()Ljava/util/HashMap;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.modelhandler.ModelHandlerForJSP" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.IJSPTranslation" ref="2" impl="1" subclass="0" instantiate="0"><method name="getJspOffset" desc="(I)I" ref="1"/><method name="getCompilationUnit" desc="()Lorg/eclipse/jdt/core/ICompilationUnit;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTUnaryExpression" ref="5" impl="0" subclass="0" instantiate="1"><method name="childrenAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><field name="firstToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDFunctionImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="setIcon" desc="(Ljava/lang/String;)V" ref="1"/><method name="setSignature" desc="(Ljava/lang/String;)V" ref="1"/><method name="setExample" desc="(Ljava/lang/String;)V" ref="1"/><method name="setName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getExtensions" desc="()Ljava/util/List;" ref="1"/><method name="setClassName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.TaglibController" ref="15" impl="0" subclass="0" instantiate="0"><method name="getFileBuffer" desc="(Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDCMDocumentManager;)Lorg/eclipse/core/filebuffers/ITextFileBuffer;" ref="2"/><method name="getTLDCMDocumentManager" desc="(Lorg/eclipse/jface/text/IDocument;)Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDCMDocumentManager;" ref="6"/><method name="shutdown" desc="()V" ref="1"/><method name="startup" desc="()V" ref="1"/><field name="fDocumentMap" desc="Ljava/util/Map;" ref="1"/><field name="fJSPdocuments" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchParticipant" ref="6" impl="0" subclass="0" instantiate="2"><method name="scheduleDocumentIndexing" desc="(Lorg/eclipse/jdt/core/search/SearchDocument;Lorg/eclipse/core/runtime/IPath;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapterFactory" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.provisional.JSP11Namespace$ElementName" ref="2" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibHelper$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParserTokenManager" ref="5" impl="0" subclass="0" instantiate="2"><method name="ReInit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/SimpleCharStream;)V" ref="1"/><method name="getNextToken" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTRelationalExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.TaglibIndex" ref="12" impl="0" subclass="0" instantiate="0"><method name="getContextRoot" desc="(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;" ref="1"/><method name="createDescription" desc="(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jst/jsp/core/taglib/ProjectDescription;" ref="2"/><method name="isIndexAvailable" desc="()Z" ref="2"/><method name="fireTaglibRecordEvent" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecordEvent;)V" ref="1"/><method name="shutdown" desc="()V" ref="1"/><method name="removeTaglibIndexListener" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibIndexListener;)V" ref="1"/><method name="addTaglibIndexListener" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibIndexListener;)V" ref="1"/><method name="startup" desc="()V" ref="1"/><method name="resolve" desc="(Ljava/lang/String;Ljava/lang/String;Z)Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecord;" ref="2"/><field name="_debugIndexCreation" desc="Z" ref="1"/><field name="fProjectDescriptions" desc="Ljava/util/Map;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ParseException" ref="5" impl="0" subclass="0" instantiate="2"><method name="getLocalizedMessage" desc="()Ljava/lang/String;" ref="1"/><field name="currentToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTValue" ref="5" impl="0" subclass="0" instantiate="1"><method name="childrenAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationExtension" ref="15" impl="0" subclass="0" instantiate="1"><method name="getJspDocument" desc="()Lorg/eclipse/jface/text/IDocument;" ref="2"/><method name="getJspOffset" desc="(I)I" ref="1"/><method name="getCompilationUnit" desc="()Lorg/eclipse/jdt/core/ICompilationUnit;" ref="1"/><method name="getJavaText" desc="()Ljava/lang/String;" ref="1"/><method name="javaSpansMultipleJspPartitions" desc="(II)Z" ref="1"/><method name="release" desc="()V" ref="1"/><method name="getJspEdit" desc="(Lorg/eclipse/text/edits/TextEdit;)Lorg/eclipse/text/edits/TextEdit;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.Logger" ref="27" impl="0" subclass="0" instantiate="0"><method name="log" desc="(ILjava/lang/String;Ljava/lang/Throwable;)V" ref="1"/><method name="logException" desc="(Ljava/lang/String;Ljava/lang/Throwable;)V" ref="11"/><method name="logException" desc="(Ljava/lang/Throwable;)V" ref="17"/><method name="log" desc="(ILjava/lang/String;)V" ref="11"/></class><class name="org.eclipse.jst.jsp.core.internal.provisional.JSP20Namespace$ElementName" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTOperatorExpression" ref="8" impl="0" subclass="6" instantiate="12"><method name="getOperatorTokens" desc="()Ljava/util/List;" ref="1"/><field name="children" desc="[Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTValueSuffix" ref="5" impl="0" subclass="0" instantiate="1"><method name="getPropertyNameToken" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><method name="setPropertyNameToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/><field name="firstToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$TaglibRecordEvent" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.taglib.ITaglibRecord[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.util.DocumentProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.JSPCorePlugin" ref="9" impl="0" subclass="0" instantiate="0"><method name="getStateLocation" desc="()Lorg/eclipse/core/runtime/IPath;" ref="1"/><method name="getPluginPreferences" desc="()Lorg/eclipse/core/runtime/Preferences;" ref="5"/><method name="getDefault" desc="()Lorg/eclipse/jst/jsp/core/internal/JSPCorePlugin;" ref="9"/><method name="savePluginPreferences" desc="()V" ref="1"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="3"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD" ref="3" impl="0" subclass="0" instantiate="1"><method name="createCMDocument" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecord;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/><method name="createCMDocument" desc="(Ljava/lang/String;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationExtension$PositionDelta[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.NullSearchDocument" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.validation.JSPValidator$JSPFileVisitor" ref="1" impl="0" subclass="0" instantiate="1"><method name="getFiles" desc="()[Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.JSPCoreMessages" ref="8" impl="0" subclass="0" instantiate="0"><field name="JSPIndexManager_2" desc="Ljava/lang/String;" ref="1"/><field name="JSPEL_Token" desc="Ljava/lang/String;" ref="2"/><field name="JSPDocumentLoader_1" desc="Ljava/lang/String;" ref="1"/><field name="JSPIndexManager_0" desc="Ljava/lang/String;" ref="2"/><field name="MESSAGE_JSP_VALIDATING_MESSAGE_UI_" desc="Ljava/lang/String;" ref="2"/><field name="JSP_Search" desc="Ljava/lang/String;" ref="1"/><field name="JSPEL_Syntax" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDInitParamImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setValue" desc="(Ljava/lang/String;)V" ref="1"/><method name="setName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.Assert" ref="6" impl="0" subclass="0" instantiate="0"><method name="isNotNull" desc="(Ljava/lang/Object;Ljava/lang/String;)V" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache" ref="5" impl="0" subclass="0" instantiate="1"><method name="removeHelper" desc="(Ljava/lang/String;)V" ref="1"/><method name="getHelper" desc="(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jst/jsp/core/internal/taglib/TaglibHelper;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMGroupWrapperImpl" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPProblemRequestor" ref="5" impl="0" subclass="0" instantiate="1"><method name="setIsActive" desc="(Z)V" ref="1"/><method name="getCollectedProblems" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.JSPResourceEncodingDetector$NullMemento" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMDocumentWrapperImpl" ref="7" impl="0" subclass="1" instantiate="1"><method name="getURI" desc="()Ljava/lang/String;" ref="1"/><method name="getPrefix" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$ProcessFilesJob" ref="5" impl="0" subclass="0" instantiate="1"><method name="setSystem" desc="(Z)V" ref="1"/><method name="schedule" desc="(J)V" ref="2"/><method name="cancel" desc="()Z" ref="2"/><method name="setPriority" desc="(I)V" ref="1"/><method name="clearFiles" desc="()V" ref="1"/><method name="addJobChangeListener" desc="(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;)V" ref="1"/><method name="process" desc="([Lorg/eclipse/core/resources/IFile;)V" ref="1"/><method name="getFiles" desc="()[Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.JSPHeadTokenizer" ref="4" impl="0" subclass="0" instantiate="1"><method name="hasMoreTokens" desc="()Z" ref="1"/><method name="reset" desc="(Ljava/io/Reader;)V" ref="1"/><method name="getNextToken" desc="()Lorg/eclipse/jst/jsp/core/internal/contenttype/HeadParserToken;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JJTJSPELParserState" ref="2" impl="0" subclass="0" instantiate="1"><method name="closeNodeScope" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;Z)V" ref="1"/><method name="openNodeScope" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;)V" ref="1"/><method name="reset" desc="()V" ref="1"/><method name="clearNodeScope" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;)V" ref="1"/><method name="nodeArity" desc="()I" ref="1"/><method name="popNode" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager" ref="22" impl="0" subclass="0" instantiate="1"><method name="resetTaglibTrackers" desc="()V" ref="1"/><method name="setSourceParser" desc="(Lorg/eclipse/jst/jsp/core/internal/parser/JSPSourceParser;)V" ref="2"/><method name="indexChanged" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecordEvent;)V" ref="1"/><method name="getCMDocumentTrackers" desc="(Ljava/lang/String;I)Ljava/util/List;" ref="2"/><method name="getImplicitCMDocument" desc="(Ljava/lang/String;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/><method name="getParser" desc="()Lorg/eclipse/jst/jsp/core/internal/parser/JSPSourceParser;" ref="1"/><method name="getCMDocumentTrackers" desc="(I)Ljava/util/List;" ref="5"/><method name="getCMDocument" desc="(Ljava/lang/String;)Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/><method name="hasAnyIncludeBeenModified" desc="(Ljava/lang/String;)Z" ref="1"/><method name="getTaglibTrackers" desc="()Ljava/util/List;" ref="1"/><method name="getIncludes" desc="()Ljava/util/Stack;" ref="1"/><method name="getSourceParser" desc="()Lorg/eclipse/jst/jsp/core/internal/parser/JSPSourceParser;" ref="1"/><field name="XMLNS_LENGTH" desc="I" ref="1"/><field name="_debug" desc="Z" ref="1"/><field name="fTLDCMReferencesMap" desc="Ljava/util/Map;" ref="1"/><field name="bannedPrefixes" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.encoding.JSPDocumentHeadContentDetector" ref="4" impl="0" subclass="0" instantiate="4"><method name="set" desc="(Lorg/eclipse/jface/text/IDocument;)V" ref="1"/><method name="getContentType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTValuePrefix" ref="5" impl="0" subclass="0" instantiate="1"><method name="childrenAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><field name="firstToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="children" desc="[Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDAttributeDeclaration" ref="2" impl="1" subclass="0" instantiate="0"><method name="getAttrName" desc="()Ljava/lang/String;" ref="1"/><method name="isRequired" desc="()Z" ref="1"/><method name="getType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter" ref="11" impl="0" subclass="0" instantiate="1"><method name="getJSPTranslation" desc="()Lorg/eclipse/jst/jsp/core/internal/java/JSPTranslationExtension;" ref="8"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.IntStack" ref="2" impl="0" subclass="0" instantiate="1"><method name="push" desc="(I)I" ref="1"/><method name="pop" desc="()I" ref="1"/><method name="clear" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParser" ref="27" impl="0" subclass="0" instantiate="0"><method name="Expression" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTExpression;" ref="3"/><method name="createParser" desc="(Ljava/lang/String;)Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParser;" ref="3"/><method name="ReInit" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$IndexJobCoordinator" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveWatcher" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryCMProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMDocumentWrapperImpl$CMNamespaceImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTMultiplyExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.validation.JSPValidator" ref="4" impl="0" subclass="0" instantiate="0"><field name="DEBUG" desc="Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport" ref="24" impl="0" subclass="0" instantiate="0"><method name="addJspFile" desc="(Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/jdt/core/search/SearchDocument;" ref="2"/><method name="getModelJspPluginWorkingLocation" desc="()Lorg/eclipse/core/runtime/IPath;" ref="1"/><method name="setCanceled" desc="(Z)V" ref="1"/><method name="getSearchParticipant" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/JSPSearchParticipant;" ref="2"/><method name="searchRunnable" desc="(Lorg/eclipse/jdt/core/IJavaElement;Lorg/eclipse/jdt/core/search/IJavaSearchScope;Lorg/eclipse/jdt/core/search/SearchRequestor;)V" ref="5"/><method name="isJsp" desc="(Lorg/eclipse/core/resources/IFile;)Z" ref="1"/><method name="getSearchDocument" desc="(Ljava/lang/String;)Lorg/eclipse/jdt/core/search/SearchDocument;" ref="3"/><method name="getInstance" desc="()Lorg/eclipse/jst/jsp/core/internal/java/search/JSPSearchSupport;" ref="17"/><method name="search" desc="(Ljava/lang/String;Lorg/eclipse/jdt/core/search/IJavaSearchScope;IIIZLorg/eclipse/jdt/core/search/SearchRequestor;)V" ref="1"/><method name="computeIndexLocation" desc="(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;" ref="2"/><method name="search" desc="(Lorg/eclipse/jdt/core/IJavaElement;Lorg/eclipse/jdt/core/search/IJavaSearchScope;Lorg/eclipse/jdt/core/search/SearchRequestor;)V" ref="1"/><method name="getProgressMonitor" desc="()Lorg/eclipse/core/runtime/IProgressMonitor;" ref="1"/><method name="isCanceled" desc="()Z" ref="7"/><field name="DEBUG" desc="Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperManager" ref="2" impl="0" subclass="0" instantiate="0"><method name="getTaglibHelper" desc="(Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/jst/jsp/core/internal/taglib/TaglibHelper;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/jst/jsp/core/internal/taglib/TaglibHelperManager;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.taglib.IURLRecord" ref="4" impl="1" subclass="0" instantiate="0"><method name="getBaseLocation" desc="()Ljava/lang/String;" ref="1"/><method name="getURL" desc="()Ljava/net/URL;" ref="3"/></class><class name="org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser$NestablePrefixHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.text.StructuredTextPartitionerForJSP" ref="7" impl="0" subclass="0" instantiate="1"><method name="setEmbeddedPartitioner" desc="(Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredTextPartitioner;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/jsp/core/internal/text/StructuredTextPartitionerForJSP;)Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;" ref="1"/><method name="setLanguage" desc="(Ljava/lang/String;)V" ref="1"/><method name="getConfiguredContentTypes" desc="()[Ljava/lang/String;" ref="1"/><field name="debugPrefixListener" desc="Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveWatcherFactory" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.modelhandler.JSPModelLoader" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.ELProblem" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibVariable" ref="2" impl="0" subclass="0" instantiate="1"><method name="getDeclarationString" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$TagDirRecord" ref="2" impl="0" subclass="0" instantiate="1"><field name="location" desc="Lorg/eclipse/core/runtime/IPath;" ref="1"/><field name="shortName" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ITagDirRecord" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.IndexWorkspaceJob$JSPFileVisitor" ref="1" impl="0" subclass="0" instantiate="1"><method name="getFiles" desc="()[Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMNodeWrapperImpl" ref="3" impl="0" subclass="2" instantiate="3"></class><class name="org.eclipse.jst.jsp.core.taglib.TaglibIndex$ResourceChangeListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDListenerImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setListenerClass" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveWatcherImpl" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.FindFunctionInvocationVisitor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.util.DocumentProvider$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocument" ref="4" impl="0" subclass="0" instantiate="1"><method name="getJSPTranslation" desc="()Lorg/eclipse/jst/jsp/core/internal/java/JSPTranslationExtension;" ref="1"/><method name="getCharContents" desc="()[C" ref="1"/><method name="getEncoding" desc="()Ljava/lang/String;" ref="1"/><method name="getByteContents" desc="()[B" ref="1"/><method name="getPath" desc="()Ljava/lang/String;" ref="1"/><method name="getParticipant" desc="()Lorg/eclipse/jdt/core/search/SearchParticipant;" ref="1"/><method name="getJspOffset" desc="(I)I" ref="1"/><method name="getFile" desc="()Lorg/eclipse/core/resources/IFile;" ref="1"/><method name="getJavaText" desc="()Ljava/lang/String;" ref="1"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParserVisitor" ref="42" impl="2" subclass="0" instantiate="0"><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTValueSuffix;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTAddExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;" ref="5"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTAndExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTValue;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTEqualityExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTMultiplyExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTOrExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTFunctionInvocation;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTChoiceExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTValuePrefix;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="visit" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTRelationalExpression;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentImpl" ref="3" impl="0" subclass="0" instantiate="1"><method name="setBaseLocation" desc="(Ljava/lang/String;)V" ref="1"/><method name="setTlibversion" desc="(Ljava/lang/String;)V" ref="1"/><method name="getElements" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNamedNodeMap;" ref="1"/><method name="setValidator" desc="(Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDValidator;)V" ref="1"/><method name="setInfo" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/><method name="setShortname" desc="(Ljava/lang/String;)V" ref="1"/><method name="getLargeIcon" desc="()Ljava/lang/String;" ref="1"/><method name="setJspversion" desc="(Ljava/lang/String;)V" ref="1"/><method name="getSmallIcon" desc="()Ljava/lang/String;" ref="1"/><method name="getListeners" desc="()Ljava/util/List;" ref="1"/><method name="setSmallIcon" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDisplayName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setLargeIcon" desc="(Ljava/lang/String;)V" ref="1"/><method name="getFunctions" desc="()Ljava/util/List;" ref="3"/><method name="getExtensions" desc="()Ljava/util/List;" ref="1"/><method name="setProperty" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="1"/><method name="setUri" desc="(Ljava/lang/String;)V" ref="1"/><field name="fElements" desc="Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/CMNamedNodeMapImpl;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryAdapterImpl" ref="3" impl="0" subclass="0" instantiate="2"><method name="setIdResolver" desc="(Lorg/eclipse/wst/common/uriresolver/internal/provisional/URIResolver;)V" ref="1"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.util.DocumentProvider" ref="8" impl="0" subclass="0" instantiate="2"><method name="setInputStream" desc="(Ljava/io/InputStream;)V" ref="2"/><method name="setJarFileName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getFileName" desc="()Ljava/lang/String;" ref="1"/><method name="getBaseReference" desc="()Ljava/lang/String;" ref="1"/><method name="getDocument" desc="()Lorg/w3c/dom/Document;" ref="1"/><method name="setBaseReference" desc="(Ljava/lang/String;)V" ref="2"/><method name="getJarFileName" desc="()Ljava/lang/String;" ref="1"/><method name="setValidating" desc="(Z)V" ref="2"/><method name="setRootElementName" desc="(Ljava/lang/String;)V" ref="2"/><method name="setFileName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getRootElement" desc="()Lorg/w3c/dom/Node;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.regions.DOMJSPRegionContexts" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchScope" ref="6" impl="0" subclass="0" instantiate="6"></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.HeadParserToken" ref="4" impl="0" subclass="0" instantiate="1"><method name="getText" desc="()Ljava/lang/String;" ref="1"/><method name="getType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$JarRecord" ref="1" impl="0" subclass="0" instantiate="1"><method name="getURLRecords" desc="()Ljava/util/List;" ref="1"/><field name="location" desc="Lorg/eclipse/core/runtime/IPath;" ref="1"/><field name="has11TLD" desc="Z" ref="1"/><field name="urlRecords" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdapterImpl" ref="2" impl="0" subclass="0" instantiate="1"><method name="changedLanguage" desc="(ILjava/lang/String;)V" ref="1"/><method name="changedContentType" desc="(ILjava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.TaglibController$DocumentInfo" ref="2" impl="0" subclass="0" instantiate="1"><field name="textFileBuffer" desc="Lorg/eclipse/core/filebuffers/ITextFileBuffer;" ref="2"/><field name="tldDocumentManager" desc="Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/TLDCMDocumentManager;" ref="2"/><field name="document" desc="Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMGroupWrapperImpl$CMNodeListImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="appendItem" desc="(Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNode;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$JSPResourceVisitor" ref="4" impl="0" subclass="0" instantiate="1"><method name="reset" desc="()V" ref="1"/><method name="getFiles" desc="()[Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.IJarRecord" ref="4" impl="1" subclass="0" instantiate="0"><method name="getLocation" desc="()Lorg/eclipse/core/runtime/IPath;" ref="3"/></class><class name="org.eclipse.jst.jsp.core.taglib.TaglibIndex$ClasspathChangeListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.JSP12TLDNames" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTChoiceExpression" ref="5" impl="0" subclass="0" instantiate="1"><field name="children" desc="[Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDataTypeImpl" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTLiteral" ref="5" impl="0" subclass="0" instantiate="1"><field name="firstToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.provisional.contenttype.IContentDescriptionForJSP" ref="2" impl="0" subclass="0" instantiate="0"><field name="LANGUAGE_ATTRIBUTE" desc="Lorg/eclipse/core/runtime/QualifiedName;" ref="1"/><field name="CONTENT_TYPE_ATTRIBUTE" desc="Lorg/eclipse/core/runtime/QualifiedName;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.encoding.JSPDocumentLoader" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager$TLDCMDocumentReference" ref="3" impl="0" subclass="0" instantiate="1"><field name="uri" desc="Ljava/lang/String;" ref="2"/><field name="prefix" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.JSPCMDocumentFactory" ref="2" impl="0" subclass="0" instantiate="0"><method name="getCMDocument" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.JSPResourceEncodingDetector" ref="5" impl="0" subclass="1" instantiate="2"><method name="getEncodingMemento" desc="()Lorg/eclipse/wst/sse/core/internal/encoding/EncodingMemento;" ref="1"/><method name="getLanguage" desc="()Ljava/lang/String;" ref="1"/><method name="getContentType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.ElementImplForJSP" ref="1" impl="0" subclass="0" instantiate="1"><method name="setOwnerDocument" desc="(Lorg/w3c/dom/Document;)V" ref="1"/><method name="setTagName" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.Token" ref="33" impl="0" subclass="0" instantiate="1"><method name="newToken" desc="(I)Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="next" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="2"/><field name="endLine" desc="I" ref="1"/><field name="image" desc="Ljava/lang/String;" ref="5"/><field name="endColumn" desc="I" ref="6"/><field name="beginLine" desc="I" ref="2"/><field name="beginColumn" desc="I" ref="6"/><field name="kind" desc="I" ref="5"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDListener" ref="2" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationExtension$PositionDelta" ref="1" impl="0" subclass="0" instantiate="1"><method name="setPostEditData" desc="(IIZ)V" ref="1"/><field name="postOffset" desc="I" ref="1"/><field name="isDeleted" desc="Z" ref="1"/><field name="preLength" desc="I" ref="1"/><field name="postLength" desc="I" ref="1"/><field name="preOffset" desc="I" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDElementDeclaration" ref="6" impl="1" subclass="0" instantiate="0"><method name="getInfo" desc="()Ljava/lang/String;" ref="1"/><method name="getTeiclass" desc="()Ljava/lang/String;" ref="1"/><method name="getNodeName" desc="()Ljava/lang/String;" ref="2"/><method name="getBodycontent" desc="()Ljava/lang/String;" ref="2"/><method name="getTagclass" desc="()Ljava/lang/String;" ref="1"/><method name="getAttributes" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNamedNodeMap;" ref="1"/><method name="getVariables" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.text.StructuredTextPartitionerForJSP$PrefixListener" ref="2" impl="0" subclass="0" instantiate="1"><method name="startsWithCustomActionPrefix" desc="(Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager$IncludeHelper" ref="2" impl="0" subclass="0" instantiate="1"><method name="parse" desc="(Ljava/lang/String;)V" ref="1"/><field name="taglibReferences" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.provisional.JSP11Namespace" ref="2" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ELGeneratorVisitor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.encoding.IJSPHeadContentDetector" ref="4" impl="1" subclass="0" instantiate="0"><method name="set" desc="(Lorg/eclipse/jface/text/IDocument;)V" ref="1"/><method name="getLanguage" desc="()Ljava/lang/String;" ref="1"/><method name="getContentType" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.parser.internal.JSPParserRegionFactory" ref="2" impl="0" subclass="0" instantiate="1"><method name="createToken" desc="(Ljava/lang/String;IIILjava/lang/String;Ljava/lang/String;)Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegion;" ref="1"/><method name="createToken" desc="(Ljava/lang/String;III)Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegion;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.validation.JSPELValidator$LocalizedMessage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationUtil" ref="1" impl="0" subclass="0" instantiate="1"><method name="getCompilationUnit" desc="()Lorg/eclipse/jdt/core/ICompilationUnit;" ref="1"/><method name="getTranslation" desc="()Lorg/eclipse/jst/jsp/core/internal/java/JSPTranslationExtension;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.EscapedTextUtil" ref="2" impl="0" subclass="0" instantiate="0"><method name="getUnescapedText" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getUnescapedText" desc="(Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegion;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.TokenMgrError" ref="3" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTAddExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMElementDeclarationImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setExample" desc="(Ljava/lang/String;)V" ref="1"/><method name="setNodeName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setBodycontent" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/><method name="setTagclass" desc="(Ljava/lang/String;)V" ref="1"/><method name="setSmallIcon" desc="(Ljava/lang/String;)V" ref="1"/><method name="setTeiclass" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDisplayName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setLargeIcon" desc="(Ljava/lang/String;)V" ref="1"/><method name="getNodeName" desc="()Ljava/lang/String;" ref="1"/><method name="getExtensions" desc="()Ljava/util/List;" ref="1"/><method name="setPath" desc="(Ljava/lang/String;)V" ref="1"/><method name="getVariables" desc="()Ljava/util/List;" ref="1"/><field name="fAttributes" desc="Lorg/eclipse/jst/jsp/core/internal/contentmodel/tld/CMNamedNodeMapImpl;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTFunctionInvocation" ref="7" impl="0" subclass="0" instantiate="1"><method name="setFullFunctionName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getFullFunctionName" desc="()Ljava/lang/String;" ref="1"/><method name="getFirstToken" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="children" desc="[Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDValidatorImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="getInitParams" desc="()Ljava/util/List;" ref="1"/><method name="setValidatorClass" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache$Entry" ref="1" impl="0" subclass="0" instantiate="1"><method name="getProjectPath" desc="()Ljava/lang/String;" ref="1"/><method name="getHelper" desc="()Lorg/eclipse/jst/jsp/core/internal/taglib/TaglibHelper;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.CompilationUnitHelper" ref="3" impl="0" subclass="0" instantiate="0"><method name="getProblemRequestor" desc="()Lorg/eclipse/jst/jsp/core/internal/java/JSPProblemRequestor;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/jst/jsp/core/internal/java/CompilationUnitHelper;" ref="1"/><method name="getWorkingCopyOwner" desc="()Lorg/eclipse/jdt/core/WorkingCopyOwner;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocumentDelegate" ref="12" impl="0" subclass="0" instantiate="1"><method name="getJspOffset" desc="(I)I" ref="1"/><method name="getFile" desc="()Lorg/eclipse/core/resources/IFile;" ref="3"/><method name="getJspTranslation" desc="()Lorg/eclipse/jst/jsp/core/internal/java/JSPTranslationExtension;" ref="5"/><method name="getJavaText" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTExpression" ref="9" impl="0" subclass="0" instantiate="1"><method name="childrenAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="jjtAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="2"/><method name="getFirstToken" desc="()Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="lastToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.util.CommonXML" ref="1" impl="0" subclass="0" instantiate="0"><method name="getDocumentBuilder" desc="(Z)Ljavax/xml/parsers/DocumentBuilder;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$DeltaVisitor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParser$JJCalls[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener" ref="7" impl="2" subclass="0" instantiate="0"><method name="indexChanged" desc="(Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecordEvent;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$WebXMLRecord" ref="1" impl="0" subclass="0" instantiate="1"><method name="getWebXML" desc="()Lorg/eclipse/core/runtime/IPath;" ref="1"/><method name="getTLDRecords" desc="()Ljava/util/List;" ref="1"/><field name="path" desc="Lorg/eclipse/core/runtime/IPath;" ref="1"/><field name="tldRecords" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.NestDOMModelUpdater" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.modelquery.ModelQueryAdapterFactoryForJSP" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.AttrImplForJSP" ref="1" impl="0" subclass="0" instantiate="1"><method name="setName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setOwnerDocument" desc="(Lorg/w3c/dom/Document;)V" ref="1"/><method name="setNamespaceURI" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDVariableImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setNameGiven" desc="(Ljava/lang/String;)V" ref="1"/><method name="setVariableClass" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDeclareString" desc="(Ljava/lang/String;)V" ref="1"/><method name="setNameFromAttribute" desc="(Ljava/lang/String;)V" ref="1"/><method name="setScope" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.CommentImplForJSP" ref="1" impl="0" subclass="0" instantiate="1"><method name="setData" desc="(Ljava/lang/String;)V" ref="1"/><method name="setOwnerDocument" desc="(Lorg/w3c/dom/Document;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPPathIndexer$JSPFileVisitor" ref="1" impl="0" subclass="0" instantiate="1"><method name="getPaths" desc="()[Lorg/eclipse/core/runtime/IPath;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.modelhandler.EmbeddedTypeStateData" ref="2" impl="0" subclass="0" instantiate="1"><method name="getNewHandler" desc="()Lorg/eclipse/wst/sse/core/internal/ltk/modelhandler/EmbeddedTypeHandler;" ref="1"/><method name="getOldHandler" desc="()Lorg/eclipse/wst/sse/core/internal/ltk/modelhandler/EmbeddedTypeHandler;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.validation.JSPValidator$LocalizedMessage" ref="1" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParser$JJCalls" ref="1" impl="0" subclass="0" instantiate="1"><field name="next" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParser$JJCalls;" ref="1"/><field name="arg" desc="I" ref="1"/><field name="first" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="gen" desc="I" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ELGenerator" ref="1" impl="0" subclass="0" instantiate="1"><method name="generate" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/ASTExpression;Ljava/lang/StringBuffer;Ljava/util/Map;Lorg/eclipse/jst/jsp/core/internal/java/JSPTranslator;Lorg/eclipse/wst/sse/core/internal/provisional/text/ITextRegionCollection;II)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.SimpleNode" ref="21" impl="0" subclass="13" instantiate="25"><method name="setFirstToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/><method name="childrenAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="setLastToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/><field name="firstToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="lastToken" desc="Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;" ref="1"/><field name="children" desc="[Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TaglibTracker" ref="5" impl="0" subclass="0" instantiate="1"><method name="getStructuredDocumentRegion" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;" ref="1"/><method name="getURI" desc="()Ljava/lang/String;" ref="2"/><method name="getPrefix" desc="()Ljava/lang/String;" ref="5"/><method name="getDocument" desc="()Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParser$LookaheadSuccess" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.TLDCMDocumentManager$DirectiveStructuredDocumentRegionHandler" ref="4" impl="0" subclass="1" instantiate="2"><method name="addTaglibTracker" desc="(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;Lorg/eclipse/wst/xml/core/internal/contentmodel/CMDocument;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDFunction" ref="4" impl="1" subclass="0" instantiate="0"><method name="getName" desc="()Ljava/lang/String;" ref="2"/><method name="getSignature" desc="()Ljava/lang/String;" ref="1"/><method name="getClassName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.TaglibController$FileBufferListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDInitParam" ref="2" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.provisional.contenttype.ContentTypeIdForJSP" ref="12" impl="0" subclass="0" instantiate="0"><field name="ContentTypeID_JSP" desc="Ljava/lang/String;" ref="10"/><field name="ContentTypeID_JSPFRAGMENT" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.jsp.core.internal.parser.internal.JSPTokenizer" ref="2" impl="0" subclass="0" instantiate="1"><method name="addNestablePrefix" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/TagMarker;)V" ref="1"/><method name="getNestablePrefixes" desc="()Ljava/util/List;" ref="2"/><method name="removeNestablePrefix" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPIncludeRegionHelper" ref="1" impl="0" subclass="0" instantiate="1"><method name="writeToBuffers" desc="()V" ref="1"/><method name="parse" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport$SearchRunnable" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMElementDeclarationWrapperImpl" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.taglib.ITaglibRecordEvent" ref="5" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.JSPELParserConstants" ref="2" impl="2" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPPathIndexer" ref="4" impl="0" subclass="0" instantiate="1"><method name="getVisibleJspPaths" desc="(Lorg/eclipse/jdt/core/search/SearchPattern;Lorg/eclipse/jdt/core/search/IJavaSearchScope;)[Lorg/eclipse/core/runtime/IPath;" ref="1"/><field name="DEBUG" desc="Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.SimpleCharStream" ref="9" impl="0" subclass="0" instantiate="3"><method name="BeginToken" desc="()C" ref="1"/><method name="getEndLine" desc="()I" ref="1"/><method name="GetImage" desc="()Ljava/lang/String;" ref="1"/><method name="getBeginColumn" desc="()I" ref="1"/><method name="ReInit" desc="(Ljava/io/InputStream;II)V" ref="1"/><method name="getEndColumn" desc="()I" ref="1"/><method name="readChar" desc="()C" ref="1"/><method name="backup" desc="(I)V" ref="1"/><method name="getBeginLine" desc="()I" ref="1"/><method name="ReInit" desc="(Ljava/io/Reader;II)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.taglib.TaglibHelper" ref="12" impl="0" subclass="0" instantiate="1"><method name="getTaglibVariables" desc="(Ljava/lang/String;Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocument;Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;)[Lorg/eclipse/jst/jsp/core/internal/taglib/TaglibVariable;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$TLDRecord" ref="2" impl="0" subclass="0" instantiate="1"><method name="getURI" desc="()Ljava/lang/String;" ref="1"/><method name="getPath" desc="()Lorg/eclipse/core/runtime/IPath;" ref="1"/><field name="info" desc="Lorg/eclipse/jst/jsp/core/taglib/ProjectDescription$TaglibInfo;" ref="1"/><field name="path" desc="Lorg/eclipse/core/runtime/IPath;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.Assert$AssertionFailedException" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.parser.JSPReParser" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.provisional.TLDDocument" ref="3" impl="1" subclass="0" instantiate="0"><method name="getLargeIcon" desc="()Ljava/lang/String;" ref="1"/><method name="getSmallIcon" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.CompilationUnitHelper$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMContentWrapperImpl" ref="2" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapterFactory" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.jsp.core.internal.java.XMLJSPRegionHelper" ref="2" impl="0" subclass="1" instantiate="2"><method name="forceParse" desc="()V" ref="1"/><method name="writeToBuffers" desc="()V" ref="1"/><method name="reset" desc="(Ljava/lang/String;I)V" ref="1"/><method name="addBlockMarker" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/BlockMarker;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contenttype.ByteReader" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser" ref="30" impl="0" subclass="0" instantiate="5"><method name="reset" desc="(Ljava/lang/String;)V" ref="2"/><method name="getBlockMarker" desc="(Ljava/lang/String;)Lorg/eclipse/wst/sse/core/internal/ltk/parser/BlockMarker;" ref="1"/><method name="addNestablePrefix" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/TagMarker;)V" ref="2"/><method name="addStructuredDocumentRegionHandler" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/StructuredDocumentRegionHandler;)V" ref="4"/><method name="getDocumentRegions" desc="()Lorg/eclipse/wst/sse/core/internal/provisional/text/IStructuredDocumentRegion;" ref="2"/><method name="getText" desc="(II)Ljava/lang/String;" ref="4"/><method name="getBlockMarkers" desc="()Ljava/util/List;" ref="2"/><method name="addBlockMarker" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/BlockMarker;)V" ref="4"/><method name="getTokenizer" desc="()Lorg/eclipse/wst/sse/core/internal/ltk/parser/BlockTokenizer;" ref="1"/><method name="getStructuredDocumentRegionHandlers" desc="()Ljava/util/List;" ref="1"/><method name="regionMatches" desc="(IILjava/lang/String;)Z" ref="2"/><method name="removeStructuredDocumentRegionHandler" desc="(Lorg/eclipse/wst/sse/core/internal/ltk/parser/StructuredDocumentRegionHandler;)V" ref="2"/><field name="fCharSequenceSource" desc="Ljava/lang/CharSequence;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.TextImplForJSP" ref="1" impl="0" subclass="0" instantiate="1"><method name="setData" desc="(Ljava/lang/String;)V" ref="1"/><method name="setOwnerDocument" desc="(Lorg/w3c/dom/Document;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTOrExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription" ref="19" impl="0" subclass="0" instantiate="1"><method name="updateTLD" desc="(Lorg/eclipse/core/resources/IResource;I)V" ref="2"/><method name="updateJAR" desc="(Lorg/eclipse/core/resources/IResource;I)V" ref="2"/><method name="index" desc="()V" ref="1"/><method name="removeWebXML" desc="(Lorg/eclipse/core/resources/IResource;)V" ref="1"/><method name="removeTLD" desc="(Lorg/eclipse/core/resources/IResource;)V" ref="1"/><method name="indexClasspath" desc="()V" ref="2"/><method name="removeTagDir" desc="(Lorg/eclipse/core/resources/IResource;)V" ref="1"/><method name="getVisitor" desc="()Lorg/eclipse/core/resources/IResourceDeltaVisitor;" ref="1"/><method name="updateTagDir" desc="(Lorg/eclipse/core/resources/IResource;I)V" ref="2"/><method name="getAvailableTaglibRecords" desc="(Lorg/eclipse/core/runtime/IPath;)Ljava/util/List;" ref="1"/><method name="removeJAR" desc="(Lorg/eclipse/core/resources/IResource;)V" ref="1"/><method name="resolve" desc="(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jst/jsp/core/taglib/ITaglibRecord;" ref="1"/><method name="updateWebXML" desc="(Lorg/eclipse/core/resources/IResource;I)V" ref="2"/><method name="getLocalRoot" desc="(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;" ref="1"/><method name="clear" desc="()V" ref="1"/><field name="fProject" desc="Lorg/eclipse/core/resources/IProject;" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.Node" ref="19" impl="1" subclass="0" instantiate="0"><method name="jjtClose" desc="()V" ref="1"/><method name="jjtSetParent" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;)V" ref="1"/><method name="jjtAddChild" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Node;I)V" ref="1"/><method name="jjtAccept" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/JSPELParserVisitor;Ljava/lang/Object;)Ljava/lang/Object;" ref="3"/><method name="jjtOpen" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$TaglibInfo" ref="10" impl="0" subclass="0" instantiate="1"><field name="tlibVersion" desc="Ljava/lang/String;" ref="1"/><field name="smallIcon" desc="Ljava/lang/String;" ref="1"/><field name="description" desc="Ljava/lang/String;" ref="1"/><field name="uri" desc="Ljava/lang/String;" ref="3"/><field name="shortName" desc="Ljava/lang/String;" ref="5"/><field name="largeIcon" desc="Ljava/lang/String;" ref="1"/><field name="jspVersion" desc="F" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.CMDocumentWrapperImpl$CMNamedNodeMapImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setNamedItem" desc="(Ljava/lang/String;Lorg/eclipse/wst/xml/core/internal/contentmodel/CMNode;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport$SearchJob" ref="1" impl="0" subclass="0" instantiate="2"><method name="setUser" desc="(Z)V" ref="1"/><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.JSPTranslation" ref="24" impl="0" subclass="1" instantiate="1"><method name="getJava2JspMap" desc="()Ljava/util/HashMap;" ref="1"/><method name="setProblemCollectingActive" desc="(Z)V" ref="1"/><method name="getProblems" desc="()Ljava/util/List;" ref="1"/><method name="getJspOffset" desc="(I)I" ref="3"/><method name="getJsp2JavaMap" desc="()Ljava/util/HashMap;" ref="1"/><method name="isIndirect" desc="(I)Z" ref="2"/><method name="getJavaText" desc="()Ljava/lang/String;" ref="4"/><method name="getJavaPath" desc="()Ljava/lang/String;" ref="1"/><method name="isImport" desc="(I)Z" ref="2"/><method name="getJavaOffset" desc="(I)I" ref="2"/><method name="getElementsFromJspRange" desc="(II)[Lorg/eclipse/jdt/core/IJavaElement;" ref="4"/><method name="reconcileCompilationUnit" desc="()V" ref="2"/><method name="getCompilationUnit" desc="()Lorg/eclipse/jdt/core/ICompilationUnit;" ref="1"/><method name="getJspText" desc="()Ljava/lang/String;" ref="1"/><method name="isUseBean" desc="(I)Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.domdocument.DOMDocumentForJSP" ref="1" impl="0" subclass="0" instantiate="1"><method name="setModel" desc="(Lorg/eclipse/wst/xml/core/internal/provisional/document/IDOMModel;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.provisional.JSP20Namespace" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMAttributeDeclarationImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="setRequiredString" desc="(Ljava/lang/String;)V" ref="1"/><method name="setId" desc="(Ljava/lang/String;)V" ref="1"/><method name="setNodeName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setFragment" desc="(Z)V" ref="1"/><method name="setRtexprvalue" desc="(Ljava/lang/String;)V" ref="1"/><method name="setDescription" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.jspel.ASTEqualityExpression" ref="4" impl="0" subclass="0" instantiate="1"><method name="addOperatorToken" desc="(Lorg/eclipse/jst/jsp/core/internal/java/jspel/Token;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.core.internal.java.search.IndexWorkspaceJob" ref="7" impl="0" subclass="0" instantiate="1"><method name="setCanceledState" desc="()V" ref="1"/><method name="getJspContentType" desc="()Lorg/eclipse/core/runtime/content/IContentType;" ref="1"/><method name="cancel" desc="()Z" ref="1"/><method name="addJobChangeListener" desc="(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;)V" ref="1"/><method name="removeJobChangeListener" desc="(Lorg/eclipse/core/runtime/jobs/IJobChangeListener;)V" ref="1"/><method name="schedule" desc="()V" ref="1"/><field name="DEBUG" desc="Z" ref="1"/></class><class name="org.eclipse.jst.jsp.core.taglib.ProjectDescription$Indexer" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.jst.server.generic.ui"><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionServerDecorator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionDecorator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionDecorator" ref="11" impl="0" subclass="2" instantiate="2"><method name="access$0" desc="(Lorg/eclipse/jst/server/generic/ui/internal/ServerTypeDefinitionDecorator;Ljava/lang/String;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/server/generic/ui/internal/ServerTypeDefinitionDecorator;)Ljava/lang/String;" ref="1"/><method name="validate" desc="()Z" ref="1"/><field name="fWizard" desc="Lorg/eclipse/wst/server/ui/wizard/IWizardHandle;" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.JRESelectDecorator$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericServerCompositeDecorator" ref="6" impl="3" subclass="0" instantiate="0"><method name="validate" desc="()Z" ref="2"/><method name="decorate" desc="(Lorg/eclipse/jst/server/generic/ui/internal/GenericServerComposite;)V" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.JRESelectDecorator" ref="9" impl="0" subclass="0" instantiate="1"><method name="access$2" desc="(Lorg/eclipse/jst/server/generic/ui/internal/JRESelectDecorator;)[Ljava/lang/String;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/jst/server/generic/ui/internal/JRESelectDecorator;)Lorg/eclipse/jst/server/generic/core/internal/GenericServerRuntime;" ref="1"/><method name="showPreferencePage" desc="(Lorg/eclipse/jst/server/generic/ui/internal/GenericServerComposite;)Z" ref="1"/><method name="validate" desc="()Z" ref="1"/><method name="updateJREs" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/jst/server/generic/ui/internal/JRESelectDecorator;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.JRESelectDecorator$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionDecorator$PathModifyListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionDecorator$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericLaunchConfigurationTabGroup" ref="1" impl="0" subclass="1" instantiate="1"><method name="createTabs" desc="(Lorg/eclipse/debug/ui/ILaunchConfigurationDialog;Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericServerComposite" ref="13" impl="0" subclass="0" instantiate="2"><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="2"/><method name="getDisplay" desc="()Lorg/eclipse/swt/widgets/Display;" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericUiPlugin" ref="1" impl="0" subclass="0" instantiate="0"><method name="imageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/jst/server/generic/ui/internal/GenericUiPlugin;" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionRuntimeDecorator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerDefinitionTypeAwareWizardFragment" ref="2" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.jst.server.generic.ui.internal.InstallableRuntimeDecorator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericServerUIMessages" ref="5" impl="0" subclass="0" instantiate="0"><method name="bind" desc="(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;" ref="3"/><field name="runtimeName" desc="Ljava/lang/String;" ref="1"/><field name="serverName" desc="Ljava/lang/String;" ref="1"/><field name="installed_jre_link" desc="Ljava/lang/String;" ref="1"/><field name="serverWizardTitle" desc="Ljava/lang/String;" ref="1"/><field name="invalidPath" desc="Ljava/lang/String;" ref="1"/><field name="serverWizardDescription" desc="Ljava/lang/String;" ref="1"/><field name="jre_select_label" desc="Ljava/lang/String;" ref="1"/><field name="defaultJRE" desc="Ljava/lang/String;" ref="1"/><field name="runtimeWizardTitle" desc="Ljava/lang/String;" ref="1"/><field name="runtimeWizardDescription" desc="Ljava/lang/String;" ref="1"/><field name="serverTypeGroup_label_browse" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.server.generic.ui.internal.JRESelectDecorator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.ServerTypeDefinitionDecorator$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.server.generic.ui.internal.SWTUtil" ref="2" impl="0" subclass="0" instantiate="0"><method name="createButton" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Button;" ref="2"/></class><class name="org.eclipse.jst.server.generic.ui.internal.GenericServerCompositeDecorator[]" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.server.generic.ui.internal.InstallableRuntimeDecorator" ref="3" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.wst.command.env.core"><class name="org.eclipse.wst.command.internal.env.core.context.ResourceContext" ref="61" impl="2" subclass="0" instantiate="0"><method name="setOverwriteFilesEnabled" desc="(Z)V" ref="8"/><method name="isCreateFoldersEnabled" desc="()Z" ref="6"/><method name="setCheckoutFilesEnabled" desc="(Z)V" ref="8"/><method name="isCheckoutFilesEnabled" desc="()Z" ref="6"/><method name="isOverwriteFilesEnabled" desc="()Z" ref="7"/><method name="setCreateFoldersEnabled" desc="(Z)V" ref="8"/></class><class name="org.eclipse.wst.command.internal.env.core.data.ClassEntry" ref="3" impl="0" subclass="0" instantiate="2"><field name="order_" desc="I" ref="1"/><field name="setterList_" desc="Ljava/util/Vector;" ref="2"/><field name="lastObject_" desc="Ljava/lang/Object;" ref="1"/><field name="getterList_" desc="Ljava/util/Vector;" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.common.MessageUtils" ref="7" impl="0" subclass="0" instantiate="7"><method name="getMessage" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="2"/><method name="getMessage" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="7"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.SimpleFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragment" ref="100" impl="2" subclass="0" instantiate="0"><method name="doNotRunInTransaction" desc="()Z" ref="1"/><method name="getFirstSubFragment" desc="()Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;" ref="1"/><method name="getNextSubFragment" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;)Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;" ref="1"/><method name="registerDataMappings" desc="(Lorg/eclipse/wst/command/internal/env/core/data/DataMappingRegistry;)V" ref="2"/><method name="clone" desc="()Ljava/lang/Object;" ref="4"/><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="getCommandFactory" desc="()Lorg/eclipse/wst/command/internal/env/core/CommandFactory;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.common.RangeVector" ref="2" impl="0" subclass="0" instantiate="1"><method name="size" desc="()I" ref="1"/><method name="elementAt" desc="(I)Ljava/lang/Object;" ref="1"/><method name="indexOf" desc="(Ljava/lang/Object;)I" ref="1"/><method name="add" desc="(Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.BooleanFragment$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.command.internal.env.core.fragment.LoopFragment" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.command.internal.env.core.data.RuleEntry" ref="2" impl="0" subclass="0" instantiate="1"><field name="sourceProperty_" desc="Ljava/lang/String;" ref="2"/><field name="targetProperty_" desc="Ljava/lang/String;" ref="2"/><field name="sourceType_" desc="Ljava/lang/String;" ref="2"/><field name="transformer_" desc="Lorg/eclipse/wst/command/internal/env/core/data/Transformer;" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.ICommandFactory" ref="61" impl="1" subclass="0" instantiate="0"><method name="hasNext" desc="()Z" ref="3"/><method name="getNextCommand" desc="()Lorg/eclipse/wst/common/frameworks/datamodel/AbstractDataModelOperation;" ref="3"/></class><class name="org.eclipse.wst.command.internal.env.core.context.TransientResourceContext" ref="7" impl="0" subclass="0" instantiate="7"></class><class name="org.eclipse.wst.command.internal.env.core.data.Transformer" ref="25" impl="17" subclass="0" instantiate="0"><method name="transform" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="3"/></class><class name="org.eclipse.wst.command.internal.env.core.selection.BooleanSelection[]" ref="18" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry" ref="92" impl="1" subclass="0" instantiate="0"><method name="addMapping" desc="(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Lorg/eclipse/wst/command/internal/env/core/data/Transformer;)V" ref="20"/><method name="addMapping" desc="(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)V" ref="33"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactory" ref="36" impl="15" subclass="0" instantiate="0"><method name="create" desc="()Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;" ref="5"/></class><class name="org.eclipse.wst.command.internal.env.core.selection.BooleanSelection" ref="3" impl="0" subclass="0" instantiate="2"><method name="getValue" desc="()Ljava/lang/String;" ref="2"/><method name="isSelected" desc="()Z" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.data.BeanModifier" ref="3" impl="2" subclass="0" instantiate="0"><method name="modify" desc="(Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.context.ResourceDefaults" ref="3" impl="0" subclass="0" instantiate="0"><method name="getOverwriteFilesDefault" desc="()Z" ref="3"/><method name="getCheckoutFilesDefault" desc="()Z" ref="3"/><method name="getCreateFoldersDefault" desc="()Z" ref="3"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFactoryFragment$ChildFragment" ref="1" impl="0" subclass="0" instantiate="1"><field name="index_" desc="I" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragment[]" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.command.internal.env.core.data.DataFlowManager" ref="15" impl="0" subclass="0" instantiate="3"><method name="getMappingRegistry" desc="()Lorg/eclipse/wst/command/internal/env/core/data/DataMappingRegistry;" ref="2"/><method name="process" desc="(Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.context.Context" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFactoryFragment" ref="5" impl="0" subclass="2" instantiate="4"></class><class name="org.eclipse.wst.command.internal.env.core.fragment.SimpleFragment" ref="30" impl="0" subclass="1" instantiate="43"></class><class name="org.eclipse.wst.command.internal.env.core.common.StatusUtils" ref="93" impl="0" subclass="0" instantiate="0"><method name="errorStatus" desc="(Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;" ref="66"/><method name="errorStatus" desc="(Ljava/lang/String;Ljava/lang/Throwable;)Lorg/eclipse/core/runtime/IStatus;" ref="38"/><method name="warningStatus" desc="(Ljava/lang/String;Ljava/lang/Throwable;)Lorg/eclipse/core/runtime/IStatus;" ref="6"/><method name="warningStatus" desc="(Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;" ref="13"/><method name="errorStatus" desc="(Ljava/lang/Throwable;)Lorg/eclipse/core/runtime/IStatus;" ref="5"/><method name="multiStatus" desc="(Ljava/lang/String;[Lorg/eclipse/core/runtime/IStatus;)Lorg/eclipse/core/runtime/MultiStatus;" ref="4"/><method name="infoStatus" desc="(Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.FragmentListener" ref="16" impl="7" subclass="0" instantiate="0"><method name="notify" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;)Z" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine" ref="9" impl="0" subclass="1" instantiate="2"><method name="undoToLastStop" desc="()Z" ref="1"/><method name="peekForwardToNextStop" desc="()V" ref="1"/><method name="getLastStatus" desc="()Lorg/eclipse/core/runtime/IStatus;" ref="1"/><method name="setPeekFragmentListener" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/FragmentListener;)V" ref="1"/><method name="moveForwardToNextStop" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="2"/><method name="setNextFragmentListener" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/FragmentListener;)V" ref="1"/><method name="setAfterExecuteFragmentListener" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/FragmentListener;)V" ref="1"/><method name="setUndoFragmentListener" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/FragmentListener;)V" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.LoopCondition" ref="4" impl="0" subclass="0" instantiate="0"><method name="evaluate" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/LoopFragment;Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;)Z" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactoryFactory" ref="3" impl="1" subclass="0" instantiate="0"><method name="create" desc="()Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragmentFactory;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.AbstractCommandFragment" ref="8" impl="0" subclass="8" instantiate="9"></class><class name="org.eclipse.wst.command.internal.env.core.SimpleCommandFactory" ref="14" impl="0" subclass="0" instantiate="14"></class><class name="org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment" ref="34" impl="0" subclass="21" instantiate="34"><method name="add" desc="(Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;)V" ref="13"/></class><class name="org.eclipse.wst.command.internal.env.core.registry.CommandRegistry" ref="3" impl="0" subclass="0" instantiate="0"><method name="getFactoryFactory" desc="([Ljava/lang/String;)Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragmentFactoryFactory;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.data.DataFlowManager$ObjectMethod" ref="2" impl="0" subclass="0" instantiate="1"><field name="order" desc="I" ref="1"/><field name="object" desc="Ljava/lang/Object;" ref="1"/><field name="method" desc="Ljava/lang/reflect/Method;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.ExtensionFragment" ref="2" impl="0" subclass="2" instantiate="4"></class><class name="org.eclipse.wst.command.internal.env.core.CommandFactory" ref="12" impl="1" subclass="0" instantiate="0"><method name="create" desc="()Lorg/eclipse/wst/common/frameworks/datamodel/AbstractDataModelOperation;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine$CommandListEntry" ref="3" impl="0" subclass="0" instantiate="1"><field name="beforeExecute_" desc="Z" ref="1"/><field name="fragment_" desc="Lorg/eclipse/wst/command/internal/env/core/fragment/CommandFragment;" ref="1"/><field name="parentIndex_" desc="I" ref="1"/><field name="command_" desc="Lorg/eclipse/wst/common/frameworks/datamodel/AbstractDataModelOperation;" ref="1"/><field name="fragmentStopped_" desc="Z" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.CommandManager" ref="9" impl="1" subclass="0" instantiate="0"><method name="getMappingRegistry" desc="()Lorg/eclipse/wst/command/internal/env/core/data/DataMappingRegistry;" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.selection.SelectionListChoices" ref="20" impl="0" subclass="0" instantiate="4"><method name="getChoice" desc="()Lorg/eclipse/wst/command/internal/env/core/selection/SelectionListChoices;" ref="3"/><method name="getList" desc="()Lorg/eclipse/wst/command/internal/env/core/selection/SelectionList;" ref="3"/></class><class name="org.eclipse.wst.command.internal.env.core.common.Condition" ref="22" impl="14" subclass="0" instantiate="0"><method name="evaluate" desc="()Z" ref="2"/></class><class name="org.eclipse.wst.command.internal.env.core.common.ProgressUtils" ref="15" impl="0" subclass="0" instantiate="0"><method name="report" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/lang/String;)V" ref="15"/></class><class name="org.eclipse.wst.command.internal.env.core.EnvironmentCoreMessages" ref="5" impl="0" subclass="0" instantiate="0"><field name="TITLE_WARNING" desc="Ljava/lang/String;" ref="2"/><field name="TITLE_INFO" desc="Ljava/lang/String;" ref="1"/><field name="TITLE_ERROR" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_UNEXPECTED_ERROR" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.common.Evaluate" ref="5" impl="0" subclass="0" instantiate="0"><method name="evaluate" desc="()Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl" ref="6" impl="0" subclass="0" instantiate="3"><method name="getRuleEntries" desc="(Ljava/lang/String;)Ljava/util/Vector;" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.selection.SelectionList" ref="34" impl="0" subclass="0" instantiate="8"><method name="setIndex" desc="(I)V" ref="3"/><method name="getList" desc="()[Ljava/lang/String;" ref="5"/><method name="getSelection" desc="()Ljava/lang/String;" ref="4"/><method name="getIndex" desc="()I" ref="3"/><method name="setSelectionValue" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.command.internal.env.core.fragment.BooleanFragment" ref="11" impl="0" subclass="10" instantiate="11"></class></plugin><plugin id="org.eclipse.wst.common.frameworks.ui"><class name="org.eclipse.wst.common.frameworks.internal.ui.WTPCommonUIResourceHandler" ref="7" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="4"/><field name="WTPWizard_UI_1" desc="Ljava/lang/String;" ref="1"/><field name="WizardPageExtensionManager_UI_4" desc="Ljava/lang/String;" ref="1"/><field name="Project_location_" desc="Ljava/lang/String;" ref="1"/><field name="Timer_UI_0" desc="Ljava/lang/String;" ref="1"/><field name="TimerQueue_ERROR_0" desc="Ljava/lang/String;" ref="1"/><field name="Timer_UI_1" desc="Ljava/lang/String;" ref="1"/><field name="WizardPageExtensionManager_UI_1" desc="Ljava/lang/String;" ref="1"/><field name="WTPWizard_UI_0" desc="Ljava/lang/String;" ref="1"/><field name="WizardPageExtensionManager_UI_0" desc="Ljava/lang/String;" ref="1"/><field name="WizardPageExtensionManager_UI_2" desc="Ljava/lang/String;" ref="1"/><field name="WizardPageExtensionManager_UI_3" desc="Ljava/lang/String;" ref="1"/><field name="Browse_" desc="Ljava/lang/String;" ref="2"/><field name="Name_" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.SaveHandlerUI$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.NewProjectGroup$1$LocationListener" ref="1" impl="0" subclass="0" instantiate="1"><method name="propertyChanged" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.WTPActivityBridgeHelperImpl" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.TimedModifyListener" ref="3" impl="0" subclass="1" instantiate="1"><method name="modifyText" desc="(Lorg/eclipse/swt/events/ModifyEvent;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.UIEnablementIdentifier" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage" ref="27" impl="0" subclass="21" instantiate="24"><method name="propertyChanged" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V" ref="1"/><method name="validatePage" desc="()V" ref="2"/><method name="getDataModel" desc="()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="2"/><method name="storeDefaultSettings" desc="()V" ref="2"/><method name="canFlipToNextPage" desc="()Z" ref="3"/><method name="enter" desc="()V" ref="7"/><method name="handleEvent" desc="(Lorg/eclipse/swt/widgets/Event;)V" ref="2"/><method name="dispose" desc="()V" ref="4"/><method name="exit" desc="()V" ref="2"/><method name="restoreDefaultSettings" desc="()V" ref="1"/><field name="synchHelper" desc="Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelSynchHelper;" ref="1"/><field name="model" desc="Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="10"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.ListenerList" ref="2" impl="0" subclass="0" instantiate="1"><method name="getListenerList" desc="()[Ljava/awt/event/ActionListener;" ref="1"/><method name="remove" desc="(Ljava/awt/event/ActionListener;)V" ref="1"/><method name="add" desc="(Ljava/awt/event/ActionListener;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.IDMPageGroup" ref="13" impl="2" subclass="0" instantiate="0"><method name="getPageGroupID" desc="()Ljava/lang/String;" ref="2"/><method name="getWizardID" desc="()Ljava/lang/String;" ref="1"/><method name="getDataModelIDs" desc="()Ljava/util/Set;" ref="1"/><method name="getPageGroupHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroupHandler;" ref="1"/><method name="getPages" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Ljava/util/List;" ref="1"/><method name="getRequiredDataOperationToRun" desc="()Ljava/lang/String;" ref="1"/><method name="getPageHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;" ref="1"/><method name="getAllowsExtendedPages" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardPageExtensionManager$WizardPageExtensionReader" ref="2" impl="0" subclass="0" instantiate="1"><method name="insertPageElement" desc="(Ljava/util/TreeMap;Lorg/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageElement;)V" ref="1"/><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.TimerQueue" ref="2" impl="0" subclass="0" instantiate="0"><method name="containsTimer" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/Timer;)Z" ref="1"/><method name="singleton" desc="()Lorg/eclipse/wst/common/frameworks/internal/ui/TimerQueue;" ref="1"/><method name="addTimer" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/Timer;J)V" ref="1"/><method name="removeTimer" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/Timer;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.dialog.ui.InfoDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.GenericWizardNode" ref="21" impl="0" subclass="4" instantiate="4"><method name="getWizard" desc="()Lorg/eclipse/jface/wizard/IWizard;" ref="1"/><method name="isContentCreated" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$ComboListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.WTPActivityBridgeHelperImpl$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.eclipse.ui.Messages" ref="1" impl="0" subclass="0" instantiate="0"><field name="TITLE_WARNING" desc="Ljava/lang/String;" ref="1"/><field name="TITLE_INFO" desc="Ljava/lang/String;" ref="1"/><field name="TITLE_ERROR" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$ModifyTextListener" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager" ref="20" impl="0" subclass="0" instantiate="1"><method name="moveForwardOnePage" desc="()V" ref="1"/><method name="runAllRemainingOperations" desc="()Z" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager;)Ljava/util/HashSet;" ref="2"/><method name="moveBackOnePage" desc="()V" ref="1"/><method name="hasNextPage" desc="()Z" ref="1"/><method name="reset" desc="()V" ref="1"/><method name="undoAllCurrentOperations" desc="()V" ref="1"/><method name="hasMultiplePages" desc="()Z" ref="1"/><method name="getCurrentPage" desc="()Lorg/eclipse/jface/wizard/IWizardPage;" ref="2"/><method name="access$0" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.SaveHandlerUI" ref="5" impl="0" subclass="0" instantiate="0"><method name="getParentShellForDialog" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/><field name="SAVE_FAILED" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$WizardOperationManager" ref="7" impl="0" subclass="0" instantiate="1"><method name="setProgressMonitor" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="2"/><method name="access$1" desc="(Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizard$WizardOperationManager;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizard$WizardOperationManager;)Lorg/eclipse/core/runtime/IStatus;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.WTPActivityHelper" ref="1" impl="0" subclass="0" instantiate="0"><method name="allowUseOf" desc="(Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.SaveHandlerUI$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper" ref="90" impl="0" subclass="0" instantiate="5"><method name="synchCheckbox" desc="(Lorg/eclipse/swt/widgets/Button;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Control;)V" ref="15"/><method name="synchText" desc="(Lorg/eclipse/swt/widgets/Text;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Control;)V" ref="26"/><method name="getDataModel" desc="()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="3"/><method name="setPropertyItems" desc="(Ljava/lang/String;[Ljava/lang/Object;)V" ref="1"/><method name="setEnablement" desc="(Lorg/eclipse/swt/widgets/Control;Z)V" ref="2"/><method name="synchCheckBoxTableViewer" desc="(Lorg/eclipse/jface/viewers/CheckboxTableViewer;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Control;)V" ref="1"/><method name="dispose" desc="()V" ref="7"/><method name="synchCombo" desc="(Lorg/eclipse/swt/widgets/Combo;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Control;)V" ref="17"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Button;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Text;)V" ref="1"/><method name="synchRadio" desc="(Lorg/eclipse/swt/widgets/Button;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Control;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Tree;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Combo;)V" ref="1"/><method name="setTextProperty" desc="(Ljava/lang/String;Lorg/eclipse/swt/widgets/Text;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Table;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/List;)V" ref="1"/><method name="setWidgetValue" desc="(Ljava/lang/String;ILorg/eclipse/swt/widgets/Label;)V" ref="1"/><method name="setProperty" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="3"/><field name="ignoreModifyEvent" desc="Z" ref="4"/><field name="currentWidgetFromEvent" desc="Lorg/eclipse/swt/widgets/Widget;" ref="2"/><field name="dataModel" desc="Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;" ref="2"/><field name="propertyToWidgetHash" desc="Ljava/util/Map;" ref="2"/><field name="isLinux" desc="Z" ref="1"/><field name="widgetToPropertyHash" desc="Ljava/util/Map;" ref="5"/><field name="currentWidget" desc="Lorg/eclipse/swt/widgets/Widget;" ref="5"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.WTPUIPlugin" ref="9" impl="0" subclass="1" instantiate="1"><method name="start" desc="(Lorg/osgi/framework/BundleContext;)V" ref="1"/><method name="getLogger" desc="()Lorg/eclipse/jem/util/logger/proxy/Logger;" ref="6"/><method name="getRunnableWithProgress" desc="(Lorg/eclipse/core/commands/operations/IUndoableOperation;)Lorg/eclipse/wst/common/frameworks/internal/ui/RunnableOperationWrapper;" ref="1"/><method name="getPluginWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="1"/><method name="getRunnableWithProgress" desc="(Lorg/eclipse/wst/common/frameworks/internal/operations/IHeadlessRunnableWithProgress;)Lorg/eclipse/jface/operation/IRunnableWithProgress;" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.dialog.ui.WarningDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation" ref="6" impl="0" subclass="0" instantiate="4"><method name="addRunnable" desc="(Lorg/eclipse/jface/operation/IRunnableWithProgress;)Z" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.IDMPageGroupHandler" ref="12" impl="1" subclass="0" instantiate="0"><method name="getNextPageGroup" desc="(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardPageExtensionManager" ref="3" impl="0" subclass="0" instantiate="0"><field name="wizardPageElements" desc="Ljava/util/TreeMap;" ref="1"/><field name="nonSyncedPageElementList" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardPageElement" ref="10" impl="0" subclass="0" instantiate="2"><method name="allowsExtendedPagesAfter" desc="()Z" ref="2"/><method name="createPageHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;" ref="1"/><method name="getDataModelIDs" desc="()Ljava/util/Set;" ref="1"/><method name="getPageInsertionID" desc="()Ljava/lang/String;" ref="2"/><method name="getWizardID" desc="()Ljava/lang/String;" ref="2"/><method name="getID" desc="()Ljava/lang/String;" ref="1"/><method name="createPageGroup" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)[Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizardPage;" ref="1"/><method name="getRequiresDataOperationId" desc="()Ljava/lang/String;" ref="1"/><method name="createPageGroupHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroupHandler;" ref="1"/><method name="getPageID" desc="()Ljava/lang/String;" ref="3"/><field name="wizardID" desc="Ljava/lang/String;" ref="1"/><field name="pluginID" desc="Ljava/lang/String;" ref="1"/><field name="pageInsertionID" desc="Ljava/lang/String;" ref="2"/><field name="allowsExtendedPagesAfter" desc="Z" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.dialog.ui.MessageDialog" ref="5" impl="0" subclass="4" instantiate="4"><method name="openMessage" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I" ref="1"/><method name="openMessage" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;[Lorg/eclipse/wst/common/environment/Choice;)I" ref="1"/><method name="buttonPressed" desc="(I)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.eclipse.ui.EclipseEnvironment" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.TimedKeyListener" ref="1" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.Timer" ref="10" impl="0" subclass="1" instantiate="1"><method name="post" desc="()V" ref="1"/><method name="getSource" desc="()Ljava/lang/Object;" ref="1"/><method name="fireActionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" ref="1"/><method name="isRepeats" desc="()Z" ref="1"/><method name="getDelay" desc="()I" ref="1"/><method name="cancelEvent" desc="()V" ref="1"/><field name="nextTimer" desc="Lorg/eclipse/wst/common/frameworks/internal/ui/Timer;" ref="1"/><field name="expirationTime" desc="J" ref="1"/><field name="running" desc="Z" ref="1"/><field name="eventQueued" desc="Z" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.IDMPageHandler" ref="13" impl="2" subclass="0" instantiate="0"><method name="getNextPage" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard" ref="22" impl="0" subclass="9" instantiate="18"><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/><method name="dispose" desc="()V" ref="3"/><method name="createEnvironment" desc="()Lorg/eclipse/wst/common/environment/IEnvironment;" ref="1"/><method name="getContainer" desc="()Lorg/eclipse/jface/wizard/IWizardContainer;" ref="1"/><method name="getPageGroupManager" desc="()Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager;" ref="1"/><method name="canFinish" desc="()Z" ref="1"/><method name="runForked" desc="()Z" ref="1"/><method name="isCancelable" desc="()Z" ref="1"/><method name="getPreviousPage" desc="(Lorg/eclipse/jface/wizard/IWizardPage;)Lorg/eclipse/jface/wizard/IWizardPage;" ref="1"/><method name="postPerformFinish" desc="()V" ref="2"/><method name="getWindowTitle" desc="()Ljava/lang/String;" ref="1"/><method name="setDataModel" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V" ref="1"/><method name="prePerformFinish" desc="()Z" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.SimplePageGroup" ref="1" impl="0" subclass="0" instantiate="1"><method name="setPageHandler" desc="(Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.SimplePageGroupHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.OverlayIcon" ref="2" impl="0" subclass="0" instantiate="2"><method name="createImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.IExtensibleViewFactory" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.NewProjectGroup$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.eclipse.ui.EclipseStatusHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage[]" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.NewProjectGroup" ref="8" impl="0" subclass="0" instantiate="1"><method name="handleLocationBrowseButtonPressed" desc="()V" ref="1"/><method name="dispose" desc="()V" ref="1"/><field name="locationPathField" desc="Lorg/eclipse/swt/widgets/Text;" ref="1"/><field name="browseButton" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.DMPageGroupElementImpl" ref="1" impl="0" subclass="0" instantiate="1"><method name="getWizardID" desc="()Ljava/lang/String;" ref="1"/><method name="getAllowsExtendedPages" desc="()Z" ref="1"/><method name="getPageGroupInsertionID" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.ErrorDialog" ref="1" impl="0" subclass="0" instantiate="0"><method name="openError" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;IZ)Z" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.dialog.ui.ErrorDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.AddablePageGroup" ref="4" impl="1" subclass="0" instantiate="0"><method name="addPage" desc="(Lorg/eclipse/jface/wizard/IWizardPage;)V" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.DisplayUtility" ref="2" impl="0" subclass="0" instantiate="0"><method name="asyncExec" desc="(Ljava/lang/Runnable;)V" ref="2"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.RunnableWithProgressWrapper" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.RunnableOperationWrapper" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardPageFactoryElement" ref="4" impl="0" subclass="0" instantiate="1"><method name="createPageHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;" ref="1"/><method name="createPageGroup" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)[Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizardPage;" ref="1"/><method name="createPageGroupHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroupHandler;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.UIEnablementManager" ref="1" impl="0" subclass="0" instantiate="0"><method name="getActivityManager" desc="()Lorg/eclipse/ui/activities/IActivityManager;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardExtensionFactory" ref="2" impl="0" subclass="0" instantiate="0"><method name="createPageGroup" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;Ljava/lang/String;)[Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizardPage;" ref="1"/><method name="createPageHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;Ljava/lang/String;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;" ref="1"/><method name="createPageGroupHandler" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;Ljava/lang/String;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroupHandler;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.Timer$DoPostEvent" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager$StackEntry" ref="3" impl="0" subclass="0" instantiate="2"><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="findNextPageIndex" desc="()I" ref="1"/><method name="getNextPageGroup" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager$PageGroupEntry;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager$StackEntry;)I" ref="1"/><field name="ranOperations" desc="Z" ref="1"/><field name="pagesComplete" desc="Z" ref="1"/><field name="pageGroupEntry" desc="Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager$PageGroupEntry;" ref="1"/><field name="parentGroupIndex" desc="I" ref="1"/><field name="pagesReturned" desc="Ljava/util/Stack;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DataModelWizardExtensionReader" ref="2" impl="0" subclass="0" instantiate="1"><method name="getWizard" desc="(Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizard;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.DMWizardPageElement[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.ListMessageDialog" ref="1" impl="0" subclass="0" instantiate="0"><method name="openQuestion" desc="(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.ExtensibleViewRegistry" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.ValidationStatus" ref="2" impl="0" subclass="0" instantiate="1"><method name="setOKStatus" desc="(Ljava/lang/Integer;)V" ref="1"/><method name="setWarningStatus" desc="(Ljava/lang/Integer;Ljava/lang/String;)V" ref="1"/><method name="setErrorStatus" desc="(Ljava/lang/Integer;Ljava/lang/String;)V" ref="1"/><method name="hasError" desc="(Ljava/lang/Integer;)Z" ref="1"/><method name="getLastWarningMsg" desc="()Ljava/lang/String;" ref="1"/><method name="getLastErrMsg" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.ExtensibleViewRegistry$Descriptor" ref="2" impl="0" subclass="0" instantiate="1"><method name="getViewerID" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$CheckboxSelectionListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.dialog.ui.OptionsDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="getReturnCode" desc="()I" ref="1"/><method name="open" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.frameworks.internal.ui.SimplePageHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.ExtensibleViewRegistry$Elements" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$CheckBoxViewerListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.frameworks.internal.operation.extensionui.IOperationNode[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.frameworks.internal.ui.PageGroupManager$PageGroupEntry" ref="5" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/common/frameworks/internal/ui/PageGroupManager$PageGroupEntry;Ljava/lang/String;)I" ref="1"/><method name="getPages" desc="()Ljava/util/List;" ref="2"/><method name="getPageGroupHandler" desc="()Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroupHandler;" ref="1"/><method name="getPageHandler" desc="()Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageHandler;" ref="1"/><field name="groupsThatFollow" desc="Ljava/util/Vector;" ref="2"/><field name="pageGroup" desc="Lorg/eclipse/wst/common/frameworks/internal/datamodel/ui/IDMPageGroup;" ref="2"/></class></plugin><plugin id="org.eclipse.wst.rdb.outputview"><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewActionsTable$ActionsTableContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewModel" ref="11" impl="0" subclass="0" instantiate="1"><method name="removeOutputItem" desc="(I)V" ref="1"/><method name="addResult" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/sql/ResultSet;)V" ref="1"/><method name="addProcedureCall" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Lorg/eclipse/wst/rdb/internal/outputview/ProcedureCallCache;)V" ref="1"/><method name="addParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/util/Vector;)V" ref="1"/><method name="removeAll" desc="()V" ref="2"/><method name="isFirstResultSet" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Z" ref="1"/><method name="getPreviousResultSetModel" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="isActionListEmpty" desc="()Z" ref="2"/><method name="outputItemExists" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Z" ref="1"/><method name="addResultAndParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/sql/ResultSet;Ljava/util/Vector;)V" ref="1"/><method name="addProcedureCallAndParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Lorg/eclipse/wst/rdb/internal/outputview/ProcedureCallCache;Ljava/util/Vector;)V" ref="1"/><method name="getActionList" desc="()Ljava/util/Vector;" ref="3"/><method name="getItem" desc="(I)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="1"/><method name="getNextResultSetModel" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="getResultTableModel" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="findOutputItem" desc="(Ljava/lang/String;I)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="1"/><method name="getResultSetRowCount" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)I" ref="1"/><method name="removeOutputItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="1"/><method name="getParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Ljava/util/Vector;" ref="1"/><method name="getResultTableModel" desc="()Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="resetItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="1"/><method name="addOutputItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="1"/><method name="isLastResultSet" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputItem" ref="119" impl="0" subclass="0" instantiate="5"><method name="setMessage" desc="(Ljava/lang/String;)V" ref="3"/><method name="getActionCode" desc="(Ljava/lang/String;)I" ref="1"/><method name="isStatusSuccess" desc="()Z" ref="2"/><method name="getObjName" desc="()Ljava/lang/String;" ref="1"/><method name="setStatus" desc="(I)V" ref="2"/><method name="getActionCode" desc="()I" ref="1"/><method name="getAction" desc="()Ljava/lang/String;" ref="1"/><method name="getMessages" desc="()Ljava/lang/String;" ref="1"/><method name="getUniqueName" desc="()Ljava/lang/String;" ref="2"/><method name="getStatus" desc="()Ljava/lang/String;" ref="1"/><method name="setHasResults" desc="(Z)V" ref="1"/><method name="getStatusCode" desc="()I" ref="2"/><method name="hasParameters" desc="()Z" ref="1"/><method name="setHasParameters" desc="(Z)V" ref="1"/><method name="appendMessage" desc="(Ljava/lang/String;)V" ref="1"/><method name="getStatusImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="hasResults" desc="()Z" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView" ref="46" impl="0" subclass="0" instantiate="0"><method name="showParametersPage" desc="()V" ref="1"/><method name="disableArrows" desc="()V" ref="2"/><method name="showParametersPage" desc="(Z)V" ref="1"/><method name="showResult" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="1"/><method name="addOutputItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;ZZ)V" ref="1"/><method name="refreshActionTable" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)V" ref="1"/><method name="showParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)V" ref="1"/><method name="replaceMessage" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/lang/String;Z)V" ref="1"/><method name="clearMessages" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="1"/><method name="showParameters" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/util/Vector;)V" ref="1"/><method name="updateContentForNewSelectedItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="3"/><method name="showResultsPage" desc="()V" ref="1"/><method name="getModel" desc="()Lorg/eclipse/wst/rdb/internal/outputview/OutputViewModel;" ref="1"/><method name="clearParameters" desc="()V" ref="1"/><method name="showResultsPage" desc="(Z)V" ref="2"/><method name="clearResults" desc="()V" ref="1"/><method name="updateMessage" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="1"/><method name="showMessage" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)V" ref="1"/><method name="showMessage" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/lang/String;Z)V" ref="1"/><method name="showMessagePage" desc="(Z)V" ref="2"/><method name="refreshWithDefault" desc="()V" ref="2"/><method name="showResult" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)V" ref="1"/><field name="resultViewer" desc="Lorg/eclipse/wst/rdb/internal/outputview/ResultTableViewer;" ref="1"/><field name="output" desc="Ljava/lang/String;" ref="1"/><field name="msg" desc="Ljava/lang/String;" ref="1"/><field name="parameters" desc="Ljava/util/Vector;" ref="1"/><field name="longParams" desc="Ljava/util/ArrayList;" ref="1"/><field name="item" desc="Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="2"/><field name="model" desc="Lorg/eclipse/wst/rdb/internal/outputview/OutputViewModel;" ref="1"/><field name="actionsTable" desc="Lorg/eclipse/wst/rdb/internal/outputview/OutputViewActionsTable;" ref="5"/><field name="pageArea" desc="Lorg/eclipse/swt/widgets/TabFolder;" ref="4"/><field name="input" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewModel$OutputObject" ref="1" impl="0" subclass="0" instantiate="1"><method name="getParameters" desc="()Ljava/util/Vector;" ref="1"/><method name="getPreviousResultSetModel" desc="()Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="addTableModel" desc="(Ljava/sql/ResultSet;)V" ref="1"/><method name="isFirstResultSet" desc="()Z" ref="1"/><method name="init" desc="()V" ref="1"/><method name="setProcedureCall" desc="(Lorg/eclipse/wst/rdb/internal/outputview/ProcedureCallCache;)V" ref="1"/><method name="getResultTableModel" desc="()Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><method name="setParameters" desc="(Ljava/util/Vector;)V" ref="1"/><method name="multipleResults" desc="()Z" ref="1"/><method name="isLastResultSet" desc="()Z" ref="1"/><method name="getNextResultSetModel" desc="()Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableModel" ref="15" impl="0" subclass="0" instantiate="3"><method name="getColumnNames" desc="()[Ljava/lang/String;" ref="2"/><method name="getColumnCount" desc="()I" ref="1"/><method name="getColumnLengths" desc="()[I" ref="1"/><method name="getColumnTypes" desc="()[I" ref="2"/><method name="getTableRows" desc="()Ljava/util/ArrayList;" ref="2"/><method name="getResultSetRowCount" desc="()I" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$LongParamControls" ref="3" impl="0" subclass="0" instantiate="1"><method name="getListener" desc="()Lorg/eclipse/wst/rdb/internal/outputview/OutputView$ButtonListener;" ref="2"/><method name="getEditorCells" desc="()Ljava/util/ArrayList;" ref="1"/><method name="getColumnIndex" desc="()I" ref="2"/><method name="getEditorButtons" desc="()Ljava/util/ArrayList;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableViewer$ButtonListener" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputUtil$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableViewer$ResultContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.IXMLTab" ref="1" impl="0" subclass="0" instantiate="0"><method name="parse" desc="()Ljava/lang/Object;" ref="1"/><method name="getXMLTab" desc="(Lorg/eclipse/swt/widgets/TabFolder;)Lorg/eclipse/swt/widgets/TabItem;" ref="1"/><method name="init" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableViewer$LongColumnControls" ref="3" impl="0" subclass="0" instantiate="1"><method name="getEditorCells" desc="()Ljava/util/ArrayList;" ref="1"/><method name="getColumnIndex" desc="()I" ref="2"/><method name="getListener" desc="()Lorg/eclipse/wst/rdb/internal/outputview/ResultTableViewer$ButtonListener;" ref="2"/><method name="getEditorButtons" desc="()Ljava/util/ArrayList;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OVMessageAreaMenu" ref="1" impl="0" subclass="0" instantiate="1"><method name="getMenu" desc="()Lorg/eclipse/swt/widgets/Menu;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$ParmsTableLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OVResultAreaMenu" ref="1" impl="0" subclass="0" instantiate="1"><method name="getMenu" desc="()Lorg/eclipse/swt/widgets/Menu;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputUtil" ref="3" impl="0" subclass="0" instantiate="0"><method name="getOutputView" desc="(Z)Lorg/eclipse/wst/rdb/internal/outputview/OutputView;" ref="1"/><field name="activePage" desc="Lorg/eclipse/ui/IWorkbenchPage;" ref="2"/><field name="viewPart" desc="Lorg/eclipse/ui/IViewPart;" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.actions.RemoveOutputTableRow" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OVParameterAreaMenu" ref="1" impl="0" subclass="0" instantiate="1"><method name="getMenu" desc="()Lorg/eclipse/swt/widgets/Menu;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewActionsTable" ref="19" impl="0" subclass="0" instantiate="1"><method name="removeSelectedItem" desc="()V" ref="1"/><method name="getTable" desc="()Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="selectItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)V" ref="5"/><method name="getSelectedItem" desc="()Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="3"/><method name="removeAll" desc="()V" ref="1"/><method name="selectItem" desc="(I)V" ref="2"/><method name="refresh" desc="()V" ref="4"/></class><class name="org.eclipse.wst.rdb.internal.outputview.DialogShowXMLField" ref="2" impl="0" subclass="0" instantiate="2"><method name="open" desc="()I" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableViewer$ResultLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputUtil$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableViewer" ref="15" impl="0" subclass="0" instantiate="1"><method name="getTableViewer" desc="()Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/><method name="clearResult" desc="()V" ref="1"/><method name="getXMLJdbcEnumType" desc="()I" ref="1"/><method name="parseXMLText" desc="(Ljava/lang/String;)Lorg/w3c/dom/Document;" ref="2"/><method name="refresh" desc="()V" ref="1"/><method name="setTableModel" desc="(Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;)V" ref="1"/><field name="tableModel" desc="Lorg/eclipse/wst/rdb/internal/outputview/ResultTableModel;" ref="1"/><field name="parent" desc="Lorg/eclipse/swt/widgets/Composite;" ref="1"/><field name="longColumns" desc="Ljava/util/ArrayList;" ref="1"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.ResultTableRow" ref="5" impl="0" subclass="0" instantiate="1"><method name="setColumn" desc="(Ljava/lang/Object;I)V" ref="1"/><method name="getColumnText" desc="(I)Ljava/lang/String;" ref="3"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewActionsTable$ActionsTableLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewAPI" ref="8" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/rdb/internal/outputview/OutputViewAPI;" ref="8"/><method name="showOutputContent" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/sql/ResultSet;)V" ref="1"/><method name="findOutputItem" desc="(Ljava/lang/String;I)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="1"/><method name="updateStatus" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;I)V" ref="1"/><method name="findOutputItem" desc="(Ljava/lang/String;IZ)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="3"/><method name="getRowCount" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;)I" ref="1"/><method name="showMessage" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Ljava/lang/String;Z)V" ref="3"/><method name="addOutputItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)V" ref="4"/><method name="resetOutputItem" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;Z)Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;" ref="4"/><method name="updateStatus" desc="(Lorg/eclipse/wst/rdb/internal/outputview/OutputItem;IZ)V" ref="6"/></class><class name="org.eclipse.wst.rdb.internal.outputview.DialogShowLongField" ref="2" impl="0" subclass="0" instantiate="2"><method name="open" desc="()I" ref="2"/></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$ButtonListener" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputView$ParmsTableContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.OutputViewPlugin" ref="16" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="4"/><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getPlugin" desc="()Lorg/eclipse/wst/rdb/internal/outputview/OutputViewPlugin;" ref="8"/><method name="writeLog" desc="(IILjava/lang/String;Ljava/lang/Throwable;)V" ref="6"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="2"/><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="13"/></class><class name="org.eclipse.wst.rdb.internal.outputview.actions.RemoveAllOutputTableRow" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.internal.outputview.ProcedureCallCache" ref="14" impl="0" subclass="0" instantiate="0"><method name="getNumRows" desc="()I" ref="1"/><method name="previousResult" desc="()V" ref="1"/><method name="getColumnCount" desc="()I" ref="1"/><method name="nextRow" desc="()V" ref="1"/><method name="getColumnValueToString" desc="(I)Ljava/lang/String;" ref="1"/><method name="getColumnSQLType" desc="(I)I" ref="1"/><method name="nextResult" desc="()V" ref="1"/><method name="getCurrentResult" desc="()I" ref="1"/><method name="getColumnLength" desc="(I)I" ref="1"/><method name="getColumnName" desc="(I)Ljava/lang/String;" ref="1"/><method name="isLastResult" desc="()Z" ref="1"/></class></plugin><plugin id="org.eclipse.wst.rdb.data.ui"><class name="org.eclipse.wst.rdb.data.internal.ui.editor.IExternalTableDataEditor" ref="5" impl="1" subclass="0" instantiate="0"><method name="externalEdit" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditor" ref="42" impl="0" subclass="0" instantiate="0"><method name="getSite" desc="()Lorg/eclipse/ui/IWorkbenchPartSite;" ref="1"/><method name="isDirty" desc="()Z" ref="1"/><method name="doRefresh" desc="()V" ref="1"/><method name="setDirty" desc="(Z)V" ref="2"/><method name="doRevert" desc="()V" ref="1"/><method name="doInsertRow" desc="()V" ref="1"/><method name="getRow" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/IRowData;" ref="1"/><method name="getOrCreateRow" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/IRowData;" ref="2"/><method name="getCursor" desc="()Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataTableCursor;" ref="6"/><method name="doDelete" desc="()V" ref="1"/><method name="removePropertyListener" desc="(Lorg/eclipse/ui/IPropertyListener;)V" ref="1"/><method name="getEditorSite" desc="()Lorg/eclipse/ui/IEditorSite;" ref="1"/><method name="getTableData" desc="()Lorg/eclipse/wst/rdb/data/internal/core/editor/ITableData;" ref="2"/><method name="doSetNull" desc="()V" ref="2"/><method name="isReadonly" desc="()Z" ref="3"/><method name="getSelectionProvider" desc="()Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditorSelectionProvider;" ref="1"/><method name="doSave" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/><method name="doUpdateValue" desc="()V" ref="1"/><method name="addPropertyListener" desc="(Lorg/eclipse/ui/IPropertyListener;)V" ref="1"/><method name="getSqlTable" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/tables/Table;" ref="5"/><field name="tableViewer" desc="Lorg/eclipse/jface/viewers/TableViewer;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursorExternalEditingSupport" ref="7" impl="0" subclass="0" instantiate="1"><method name="editWithEditor" desc="()V" ref="1"/><method name="setFocus" desc="()Z" ref="1"/><method name="getColumn" desc="()I" ref="1"/><field name="button" desc="Lorg/eclipse/swt/widgets/Button;" ref="1"/><field name="cellEditors" desc="[Lorg/eclipse/wst/rdb/data/internal/ui/editor/IExternalTableDataEditor;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.IExternalTableDataEditor[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.DefaultExternalTableDataWizard" ref="5" impl="0" subclass="0" instantiate="0"><field name="successfulPerformFinish" desc="Z" ref="1"/><field name="defaultPage" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/DefaultExternalTableDataWizardPage;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.CursorAction" ref="7" impl="0" subclass="3" instantiate="3"><method name="setAccelerator" desc="(I)V" ref="1"/><method name="setActionDefinitionId" desc="(Ljava/lang/String;)V" ref="1"/><method name="setActiveEditor" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$7" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.EditorAction" ref="10" impl="0" subclass="5" instantiate="5"><method name="setActionDefinitionId" desc="(Ljava/lang/String;)V" ref="1"/><method name="setActiveEditor" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;)V" ref="1"/><method name="setActiveEditor1" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorSelectionProvider$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.load.LoadDataWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.DataUIPlugin" ref="13" impl="0" subclass="0" instantiate="0"><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="writeLog" desc="(IILjava/lang/String;Ljava/lang/Throwable;)V" ref="8"/><method name="getDialogSettings" desc="()Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="2"/><method name="setTableDataEditorContributor" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditorActionBarContributor;)V" ref="1"/><method name="isGroupIDOK" desc="(Lorg/eclipse/emf/ecore/EObject;)Z" ref="3"/><method name="newExternalTableDataCellEditor" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;I)Lorg/eclipse/wst/rdb/data/internal/ui/editor/IExternalTableDataEditor;" ref="1"/><method name="getTableDataEditorContributor" desc="()Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditorActionBarContributor;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/data/internal/ui/DataUIPlugin;" ref="11"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursorExternalEditingSupport$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.extract.ExtractDataWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.OutputItemAdapter" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.rdb.data.internal.ui.extract.ExtractDataWizard" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursor$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursor$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataCellEditor" ref="4" impl="0" subclass="0" instantiate="1"><method name="handleTraverse" desc="(Lorg/eclipse/swt/events/TraverseEvent;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursor$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.Messages" ref="6" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="2"/><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="6"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.FileFormatWizardPage" ref="16" impl="0" subclass="2" instantiate="2"><method name="loadSettings" desc="()V" ref="1"/><method name="getFilePath" desc="()Ljava/lang/String;" ref="1"/><method name="getStringDelimiter" desc="()Ljava/lang/String;" ref="1"/><method name="handleBrowse" desc="()V" ref="1"/><method name="getColumnDelimiter" desc="()Ljava/lang/String;" ref="1"/><method name="saveSettings" desc="()V" ref="2"/><method name="validateInput" desc="()V" ref="3"/><method name="createControl1" desc="(Lorg/eclipse/swt/widgets/Composite;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.extract.ExtractDataWizardPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.DefaultExternalTableDataWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.FileFormatWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataCellEditor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.DefaultExternalTableDataWizardPage" ref="4" impl="0" subclass="0" instantiate="1"><method name="init" desc="(Lorg/eclipse/wst/rdb/data/internal/ui/editor/TableDataEditor;)V" ref="1"/><method name="updateRowData" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.load.Messages" ref="2" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.load.LoadDataWizardPage" ref="2" impl="0" subclass="0" instantiate="1"><method name="getFilePath" desc="()Ljava/lang/String;" ref="1"/><method name="getReplace" desc="()Z" ref="1"/><method name="getStringDelimiter" desc="()Ljava/lang/String;" ref="1"/><method name="getColumnDelimiter" desc="()Ljava/lang/String;" ref="1"/><method name="saveSettings" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.FileFormatWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.load.LoadDataWizard" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorSelectionProvider" ref="10" impl="0" subclass="0" instantiate="1"><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/ISelection;" ref="1"/><method name="addSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="1"/><method name="selectionChanged" desc="()V" ref="1"/><method name="removeSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataCell" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorActionBarContributor" ref="20" impl="0" subclass="0" instantiate="0"><field name="refreshAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/EditorAction;" ref="1"/><field name="setNullAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/CursorAction;" ref="1"/><field name="insertAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/EditorAction;" ref="1"/><field name="deleteAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/CursorAction;" ref="1"/><field name="updateAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/CursorAction;" ref="1"/><field name="saveAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/EditorAction;" ref="1"/><field name="revertAction" desc="Lorg/eclipse/wst/rdb/data/internal/ui/editor/EditorAction;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.FileFormatWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataCellModifier" ref="2" impl="0" subclass="0" instantiate="1"><method name="setCanModify" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursorExternalEditingSupport$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.extract.Messages" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorInput" ref="2" impl="0" subclass="0" instantiate="1"><method name="getTable" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/tables/Table;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataTableCursor" ref="22" impl="0" subclass="1" instantiate="1"><method name="getRow" desc="()Lorg/eclipse/swt/widgets/TableItem;" ref="4"/><method name="setSelection" desc="(II)V" ref="1"/><method name="edit" desc="()V" ref="5"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="addSelectionListener" desc="(Lorg/eclipse/swt/events/SelectionListener;)V" ref="1"/><method name="setFocus" desc="()Z" ref="1"/><method name="handleTraverse" desc="(Lorg/eclipse/swt/events/TraverseEvent;)V" ref="3"/><method name="getColumn" desc="()I" ref="6"/><method name="setMenu" desc="(Lorg/eclipse/swt/widgets/Menu;)V" ref="1"/><method name="redraw" desc="()V" ref="4"/><field name="tableViewer" desc="Lorg/eclipse/jface/viewers/TableViewer;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.ExternalTableDataEditorExtension" ref="1" impl="0" subclass="0" instantiate="1"><method name="createInstance" desc="()Lorg/eclipse/wst/rdb/data/internal/ui/editor/IExternalTableDataEditor;" ref="1"/><method name="matches" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZI)Z" ref="1"/><method name="getScore" desc="()I" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.FileFormatWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.Messages" ref="1" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.TableDataEditorSelectionProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.data.internal.ui.editor.DefaultExternalTableDataWizard$2" ref="1" impl="0" subclass="0" instantiate="1"></class></plugin><plugin id="org.eclipse.jst.jsp.ui"><class name="org.eclipse.jst.jsp.ui.internal.format.FormattingStrategyJSPJava" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.taginfo.HTMLPrinter" ref="2" impl="0" subclass="0" instantiate="0"><method name="addParagraph" desc="(Ljava/lang/StringBuffer;Ljava/io/Reader;)V" ref="1"/><method name="endBulletList" desc="(Ljava/lang/StringBuffer;)V" ref="1"/><method name="startBulletList" desc="(Ljava/lang/StringBuffer;)V" ref="1"/><method name="addSmallHeader" desc="(Ljava/lang/StringBuffer;Ljava/lang/String;)V" ref="1"/><method name="addPageEpilog" desc="(Ljava/lang/StringBuffer;)V" ref="1"/><method name="insertPageProlog" desc="(Ljava/lang/StringBuffer;I)V" ref="1"/><method name="addBullet" desc="(Ljava/lang/StringBuffer;Ljava/lang/String;)V" ref="1"/><field name="BG_COLOR_RGB" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.BasicRefactorSearchRequestor$RenameChange" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPMethodRenameChange" ref="1" impl="0" subclass="0" instantiate="0"><method name="createChangesFor" desc="(Lorg/eclipse/jdt/core/IMethod;Ljava/lang/String;)[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPWizard" ref="5" impl="0" subclass="0" instantiate="0"><method name="getValidExtensions" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$TemplateLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.projection.ProjectionModelNodeAdapterFactoryJSP" ref="3" impl="0" subclass="0" instantiate="1"><method name="setProjectionViewer" desc="(Lorg/eclipse/jface/text/source/projection/ProjectionViewer;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPProposalCollector" ref="5" impl="0" subclass="1" instantiate="2"><method name="createJavaCompletionProposal" desc="(Lorg/eclipse/jdt/core/CompletionProposal;)Lorg/eclipse/jdt/ui/text/java/IJavaCompletionProposal;" ref="1"/><method name="getTypeTriggers" desc="()[C" ref="1"/><method name="getJSPCompletionProposals" desc="()[Lorg/eclipse/jst/jsp/ui/internal/contentassist/JSPCompletionProposal;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.NoRegionContentAssistProcessorForJSP" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.text.JavaPairMatcher" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.style.java.JavaWordDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.taginfo.HTMLPrinter$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.ExternalFileHyperlink" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.BasicRefactorSearchRequestor" ref="12" impl="0" subclass="4" instantiate="4"><method name="getChanges" desc="()[Lorg/eclipse/ltk/core/refactoring/Change;" ref="2"/><method name="getElement" desc="()Lorg/eclipse/jdt/core/IJavaElement;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.AutoImportProposal" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.style.java.LineStyleProviderForJava" ref="4" impl="0" subclass="0" instantiate="1"><method name="handlePropertyChange" desc="(Lorg/eclipse/jface/util/PropertyChangeEvent;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.style.LineStyleProviderForJSP" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.ExternalFileEditorInput" ref="4" impl="0" subclass="0" instantiate="1"><method name="getName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.derived.SingleCharReader" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPPackageRenameRequestor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.preferences.JSPUIPreferenceNames" ref="3" impl="0" subclass="0" instantiate="0"><field name="AUTO_PROPOSE" desc="Ljava/lang/String;" ref="1"/><field name="TEMPLATES_KEY" desc="Ljava/lang/String;" ref="1"/><field name="AUTO_PROPOSE_CODE" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.TaglibHyperlinkDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPCompletionProposal" ref="7" impl="0" subclass="1" instantiate="3"><method name="apply" desc="(Lorg/eclipse/jface/text/ITextViewer;CII)V" ref="1"/><method name="setCursorPosition" desc="(I)V" ref="1"/><method name="setReplacementString" desc="(Ljava/lang/String;)V" ref="1"/><method name="setReplacementLength" desc="(I)V" ref="1"/><method name="getDisplayString" desc="()Ljava/lang/String;" ref="1"/><method name="getReplacementLength" desc="()I" ref="1"/><method name="getReplacementString" desc="()Ljava/lang/String;" ref="1"/><method name="getCursorPosition" desc="()I" ref="1"/><method name="setDisplayString" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeMoveChange" ref="1" impl="0" subclass="0" instantiate="0"><method name="createChangesFor" desc="(Lorg/eclipse/jdt/core/IType;Ljava/lang/String;)[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPTemplateCompletionProcessor" ref="3" impl="0" subclass="0" instantiate="1"><method name="computeCompletionProposals" desc="(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/><method name="setContextType" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.CustomTemplateProposal" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPContentAssistProcessor" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPUseBeanContentAssistProcessor" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JavaTypeFinder" ref="1" impl="0" subclass="0" instantiate="0"><method name="getTypeProposals" desc="(Lorg/eclipse/core/resources/IResource;II)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/><method name="getClassProposals" desc="(Lorg/eclipse/core/resources/IResource;II)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/><method name="getBeanProposals" desc="(Lorg/eclipse/core/resources/IResource;II)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.style.java.LineStyleProviderForJava$PropertyChangeListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPWizard$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JavaTypeCompletionProposal" ref="2" impl="0" subclass="0" instantiate="1"><method name="getDisplayString" desc="()Ljava/lang/String;" ref="1"/><method name="getShortName" desc="()Ljava/lang/String;" ref="1"/><method name="setTriggerCharacters" desc="([C)V" ref="1"/><method name="getQualifiedName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.style.jspel.LineStyleProviderForJSPEL$PropertyChangeListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.IBeanInfoProvider" ref="2" impl="1" subclass="0" instantiate="0"><method name="getRuntimeProperties" desc="(Lorg/eclipse/core/resources/IResource;Ljava/lang/String;)[Lorg/eclipse/jst/jsp/ui/internal/contentassist/IJavaPropertyDescriptor;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.TaglibJarHyperlink$ZipStorage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.JSPSingleFileSearchRequestor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.Logger" ref="27" impl="0" subclass="0" instantiate="0"><method name="log" desc="(ILjava/lang/String;Ljava/lang/Throwable;)V" ref="11"/><method name="logException" desc="(Ljava/lang/String;Ljava/lang/Throwable;)V" ref="3"/><method name="logException" desc="(Ljava/lang/Throwable;)V" ref="14"/></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.JSPSearchRequestor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.JSPUIPlugin" ref="13" impl="0" subclass="0" instantiate="0"><method name="getTemplateContextRegistry" desc="()Lorg/eclipse/jface/text/templates/ContextTypeRegistry;" ref="3"/><method name="getDefault" desc="()Lorg/eclipse/jst/jsp/ui/internal/JSPUIPlugin;" ref="13"/><method name="savePluginPreferences" desc="()V" ref="3"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="2"/><method name="getTemplateStore" desc="()Lorg/eclipse/jface/text/templates/persistence/TemplateStore;" ref="4"/><method name="getAdapterFactoryRegistry" desc="()Lorg/eclipse/wst/sse/ui/internal/provisional/registry/AdapterFactoryRegistry;" ref="1"/><method name="getPreferenceStore" desc="()Lorg/eclipse/jface/preference/IPreferenceStore;" ref="10"/></class><class name="org.eclipse.jst.jsp.ui.internal.style.jspel.JSPELWhitespaceDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.JSPSearchQuery" ref="5" impl="0" subclass="0" instantiate="1"><method name="addMatch" desc="(Lorg/eclipse/jface/text/IDocument;II)V" ref="1"/><method name="getMatches" desc="()[Lorg/eclipse/search/ui/text/Match;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPPropertyContentAssistProcessor" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPCompletionProcessor" ref="6" impl="0" subclass="1" instantiate="2"><method name="computeCompletionProposals" desc="(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="2"/><method name="getErrorMessage" desc="()Ljava/lang/String;" ref="2"/><method name="release" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.text.JavaCodeReader" ref="2" impl="0" subclass="0" instantiate="1"><method name="configureForwardReader" desc="(Lorg/eclipse/jface/text/IDocument;IIZZ)V" ref="1"/><method name="close" desc="()V" ref="1"/><method name="getOffset" desc="()I" ref="1"/><method name="configureBackwardReader" desc="(Lorg/eclipse/jface/text/IDocument;IZZ)V" ref="1"/><method name="read" desc="()I" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$TemplateContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.URLFileHyperlink$StorageEditorInput" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.style.jspel.LineStyleProviderForJSPEL" ref="4" impl="0" subclass="0" instantiate="1"><method name="handlePropertyChange" desc="(Lorg/eclipse/jface/util/PropertyChangeEvent;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPDummyContentAssistProcessor" ref="3" impl="0" subclass="2" instantiate="2"><method name="addAttributeValueProposals" desc="(Lorg/eclipse/wst/xml/ui/internal/contentassist/ContentAssistRequest;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPWizard$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.ExternalFileEditorInput$WorkbenchAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.taginfo.JSPTagInfoHoverProcessor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.style.jspel.JSPELCodeScanner" ref="2" impl="0" subclass="0" instantiate="1"><method name="getTokenLength" desc="()I" ref="1"/><method name="setTokenData" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="1"/><method name="getTokenOffset" desc="()I" ref="1"/><method name="setRange" desc="(Lorg/eclipse/jface/text/IDocument;II)V" ref="1"/><method name="nextToken" desc="()Lorg/eclipse/jface/text/rules/IToken;" ref="1"/><method name="initializeRules" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.JSPJavaHyperlinkDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.taginfo.JSPJavaJavadocHoverProcessor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeRenameRequestor" ref="1" impl="0" subclass="0" instantiate="1"><method name="getChanges" desc="()[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.projection.ProjectionModelNodeAdapterJSP" ref="2" impl="0" subclass="0" instantiate="1"><method name="updateAdapter" desc="(Lorg/w3c/dom/Node;)V" ref="2"/></class><class name="org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPStyledTextColorPicker" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.taginfo.JavaWordFinder" ref="1" impl="0" subclass="0" instantiate="0"><method name="findWord" desc="(Lorg/eclipse/jface/text/IDocument;I)Lorg/eclipse/jface/text/IRegion;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.BeanInfoProvider" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JavaTypeCompletionProposal[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.JSPOccurrencesSearchResult" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.breakpointproviders.JavascriptLineBreakpoint" ref="1" impl="0" subclass="0" instantiate="1"><method name="getLineNumber" desc="()I" ref="1"/><method name="getResource" desc="()Lorg/eclipse/core/resources/IResource;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.IJavaPropertyDescriptor" ref="3" impl="1" subclass="0" instantiate="0"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="getDeclaredType" desc="()Ljava/lang/String;" ref="1"/><method name="getReadable" desc="()Z" ref="1"/><method name="getWriteable" desc="()Z" ref="1"/><method name="getDisplayName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.autoedit.AutoEditStrategyForTabs" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.projection.ProjectionModelNodeAdapterFactoryHTML" ref="7" impl="0" subclass="1" instantiate="3"><method name="isNodeProjectable" desc="(Lorg/w3c/dom/Node;)Z" ref="1"/><method name="setProjectionViewer" desc="(Lorg/eclipse/jface/text/source/projection/ProjectionViewer;)V" ref="1"/><method name="getProjectionViewer" desc="()Lorg/eclipse/jface/text/source/projection/ProjectionViewer;" ref="2"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPELContentAssistProcessor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.breakpointproviders.AbstractBreakpointProvider" ref="2" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.editor.JSPEditorPluginImageHelper" ref="5" impl="0" subclass="0" instantiate="0"><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/jst/jsp/ui/internal/editor/JSPEditorPluginImageHelper;" ref="5"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="3"/><method name="getImage" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)Lorg/eclipse/swt/graphics/Image;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.BasicJSPSearchRequestor" ref="2" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.URLFileHyperlink$URLStorage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.XMLHyperlinkDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.BasicRefactorSearchRequestor$SaveJspFileOp" ref="2" impl="0" subclass="0" instantiate="1"><method name="run" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPPackageRenameChange" ref="1" impl="0" subclass="0" instantiate="0"><method name="createChangesFor" desc="(Lorg/eclipse/jdt/core/IPackageFragment;Ljava/lang/String;)[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.style.java.JavaCodeScanner" ref="2" impl="0" subclass="0" instantiate="1"><method name="getTokenLength" desc="()I" ref="1"/><method name="setTokenData" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="1"/><method name="getTokenOffset" desc="()I" ref="1"/><method name="setRange" desc="(Lorg/eclipse/jface/text/IDocument;II)V" ref="1"/><method name="nextToken" desc="()Lorg/eclipse/jface/text/rules/IToken;" ref="1"/><method name="initializeRules" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.BeanInfoProvider$JavaPropertyDescriptor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.TaglibJarUriHyperlink" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.URLFileHyperlink" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPJavaContentAssistProcessor" ref="4" impl="0" subclass="1" instantiate="4"><method name="computeCompletionProposals" desc="(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.WorkspaceFileHyperlink" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPELCompletionProcessor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage" ref="21" impl="0" subclass="0" instantiate="1"><method name="updateViewerInput" desc="()V" ref="1"/><method name="saveLastSavedPreferences" desc="()V" ref="1"/><method name="getTemplateString" desc="()Ljava/lang/String;" ref="1"/><method name="linkClicked" desc="()V" ref="1"/><method name="enableTemplates" desc="()V" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeRenameChange" ref="1" impl="0" subclass="0" instantiate="0"><method name="createChangesFor" desc="(Lorg/eclipse/jdt/core/IType;Ljava/lang/String;)[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JavaTypeNameRequestor" ref="1" impl="0" subclass="0" instantiate="1"><method name="setJSPOffset" desc="(I)V" ref="1"/><method name="setReplacementLength" desc="(I)V" ref="1"/><method name="setIgnoreAbstractClasses" desc="(Z)V" ref="1"/><method name="getProposals" desc="()[Lorg/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeCompletionProposal;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPMethodRenameRequestor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.style.jspel.JSPELWordDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.search.ui.JSPMatchPresentation" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.JSPJavaHyperlink" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.hyperlink.TaglibJarHyperlink" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.templates.EncodingTemplateVariableResolverJSP" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeMoveRequestor" ref="1" impl="0" subclass="0" instantiate="1"><method name="getChanges" desc="()[Lorg/eclipse/ltk/core/refactoring/Change;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPCompletionProposal[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.ui.internal.autoedit.StructuredAutoEditStrategyJSP" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.templates.TemplateContextTypeIdsJSP" ref="4" impl="0" subclass="0" instantiate="0"><field name="TAG" desc="Ljava/lang/String;" ref="2"/><field name="NEW" desc="Ljava/lang/String;" ref="4"/><field name="ATTRIBUTE_VALUE" desc="Ljava/lang/String;" ref="2"/><field name="ATTRIBUTE" desc="Ljava/lang/String;" ref="2"/><field name="ALL" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JavaParameterListValidator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.JSPELProposalCollector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.contentassist.IJavaPropertyDescriptor[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPJavaSelectionProvider" ref="2" impl="0" subclass="0" instantiate="0"><method name="getSelection" desc="(Lorg/eclipse/ui/texteditor/ITextEditor;)[Lorg/eclipse/jdt/core/IJavaElement;" ref="2"/></class><class name="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPTemplatesWizardPage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.jsp.ui.internal.JSPUIMessages" ref="30" impl="0" subclass="0" instantiate="0"><method name="getResourceBundle" desc="()Ljava/util/ResourceBundle;" ref="1"/><field name="Java_Content_Assist_is_not_UI_" desc="Ljava/lang/String;" ref="1"/><field name="OK" desc="Ljava/lang/String;" ref="3"/><field name="JSP_Delimiters_UI_" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_6" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_4" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_6" desc="Ljava/lang/String;" ref="1"/><field name="Sample_JSP_doc" desc="Ljava/lang/String;" ref="1"/><field name="JSPMoveElementAction_0" desc="Ljava/lang/String;" ref="1"/><field name="JSPSourcePreferencePage_1" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_3" desc="Ljava/lang/String;" ref="1"/><field name="JSPRenameElementAction_0" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_4" desc="Ljava/lang/String;" ref="1"/><field name="Content_Assist_not_availab_UI_" desc="Ljava/lang/String;" ref="1"/><field name="OccurrencesSearchQuery_2" desc="Ljava/lang/String;" ref="1"/><field name="_ERROR_FILENAME_MUST_END_JSP" desc="Ljava/lang/String;" ref="1"/><field name="JSPColorPage_jsp_content" desc="Ljava/lang/String;" ref="1"/><field name="Creating_files_encoding" desc="Ljava/lang/String;" ref="1"/><field name="OccurrencesSearchQuery_0" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_2" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_1" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_2" desc="Ljava/lang/String;" ref="1"/><field name="JSPFilesPreferencePage_0" desc="Ljava/lang/String;" ref="1"/><field name="JSPSourcePreferencePage_0" desc="Ljava/lang/String;" ref="1"/><field name="MoveElement_label" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_5" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_3" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_0" desc="Ljava/lang/String;" ref="1"/><field name="_UI_WIZARD_NEW_DESCRIPTION" desc="Ljava/lang/String;" ref="1"/><field name="BasicRefactorSearchRequestor_0" desc="Ljava/lang/String;" ref="1"/><field name="_UI_WIZARD_NEW_TITLE" desc="Ljava/lang/String;" ref="1"/><field name="ActionContributorJSP_0" desc="Ljava/lang/String;" ref="1"/><field name="JSPSourcePreferencePage_2" desc="Ljava/lang/String;" ref="1"/><field name="MoveElementWizard" desc="Ljava/lang/String;" ref="1"/><field name="RenameElement_label" desc="Ljava/lang/String;" ref="1"/><field name="NewJSPTemplatesWizardPage_5" desc="Ljava/lang/String;" ref="1"/><field name="JSPFilesPreferencePage_1" desc="Ljava/lang/String;" ref="1"/><field name="JSP_changes" desc="Ljava/lang/String;" ref="8"/><field name="NewJSPTemplatesWizardPage_1" desc="Ljava/lang/String;" ref="1"/><field name="_UI_WIZARD_NEW_HEADING" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.projection.ProjectionModelNodeAdapterHTML" ref="6" impl="0" subclass="1" instantiate="2"><method name="updateAdapter" desc="(Lorg/w3c/dom/Node;)V" ref="2"/><field name="fAdapterFactory" desc="Lorg/eclipse/jst/jsp/ui/internal/projection/ProjectionModelNodeAdapterFactoryHTML;" ref="1"/></class><class name="org.eclipse.jst.jsp.ui.internal.projection.ProjectionModelNodeAdapterHTML$TagProjectionAnnotation" ref="2" impl="0" subclass="0" instantiate="1"><method name="getNode" desc="()Lorg/w3c/dom/Node;" ref="1"/></class></plugin><plugin id="org.eclipse.wst.wsdl.validation"><class name="org.eclipse.wst.wsdl.validation.internal.ValidationMessageImpl" ref="4" impl="0" subclass="0" instantiate="3"><method name="addNestedMessage" desc="(Lorg/eclipse/wst/wsdl/validation/internal/IValidationMessage;)V" ref="1"/><method name="getErrorKey" desc="()Ljava/lang/String;" ref="2"/><method name="getMessageArguments" desc="()[Ljava/lang/Object;" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ValidatorRegistry" ref="3" impl="0" subclass="0" instantiate="0"><method name="queryValidatorRegistry" desc="(Ljava/lang/String;Ljava/lang/Integer;)[Lorg/eclipse/wst/wsdl/validation/internal/WSDLValidatorDelegate;" ref="1"/><method name="registerValidator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/WSDLValidatorDelegate;Ljava/lang/Integer;)V" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/ValidatorRegistry;" ref="2"/><field name="EXT_VALIDATOR" desc="Ljava/lang/Integer;" ref="2"/><field name="WSDL_VALIDATOR" desc="Ljava/lang/Integer;" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.ReaderError" ref="2" impl="0" subclass="0" instantiate="1"><method name="getError" desc="()Ljava/lang/String;" ref="1"/><method name="getObject" desc="()Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLConformanceFactory" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.ValidatorRegistry" ref="4" impl="0" subclass="0" instantiate="0"><method name="queryValidatorRegistry" desc="(Ljava/lang/String;)Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/IWSDL11Validator;" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/ValidatorRegistry;" ref="3"/><method name="registerValidator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDL11ValidatorDelegate;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.XMLCatalogResolver" ref="1" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/xml/XMLCatalogResolver;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.XMLCatalog" ref="9" impl="0" subclass="1" instantiate="1"><method name="addSchemaDir" desc="(Ljava/lang/String;)V" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/xml/IXMLCatalog;" ref="2"/><method name="setExtensionXMLCatalog" desc="(Ljava/lang/String;Ljava/lang/ClassLoader;)V" ref="1"/><method name="reset" desc="()V" ref="2"/><method name="getExtensionCatalogInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/xml/IXMLCatalog;" ref="1"/><method name="addEntity" desc="(Lorg/eclipse/wst/wsdl/validation/internal/xml/XMLCatalogEntityHolder;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.IValidationReport" ref="10" impl="2" subclass="0" instantiate="0"><method name="hasErrors" desc="()Z" ref="3"/><method name="isWSDLValid" desc="()Z" ref="1"/><method name="getNestedMessages" desc="()Ljava/util/HashMap;" ref="1"/><method name="getValidationMessages" desc="()[Lorg/eclipse/wst/wsdl/validation/internal/IValidationMessage;" ref="4"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.XMLCatalog$SchemaNamespaceHandler" ref="2" impl="0" subclass="0" instantiate="1"><method name="reset" desc="()V" ref="1"/><method name="getTargetNamespace" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl20.ValidatorRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl20/ValidatorRegistry;" ref="1"/><method name="queryValidatorRegistry" desc="(Ljava/lang/String;)Lorg/eclipse/wst/wsdl/validation/internal/wsdl20/IWSDL20Validator;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.ImportHolder" ref="2" impl="0" subclass="0" instantiate="2"><method name="createWSDLImport" desc="(Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument;)Ljavax/wsdl/Import;" ref="1"/><method name="getWSDLDocument" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument;" ref="1"/><method name="getDepth" desc="()I" ref="1"/><method name="getLocation" desc="()Ljava/lang/String;" ref="1"/><method name="isWSDLFileImport" desc="()Z" ref="1"/><method name="getSchemas" desc="()Ljava/util/List;" ref="1"/><method name="getImport" desc="()Ljavax/wsdl/Import;" ref="1"/><method name="getImportingDocument" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument;" ref="1"/><method name="initialize" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.XMLEntityResolverChain" ref="1" impl="0" subclass="0" instantiate="1"><method name="addEntityResolver" desc="(Lorg/apache/xerces/xni/parser/XMLEntityResolver;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.eclipse.ValidateWSDLPlugin" ref="1" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/eclipse/ValidateWSDLPlugin;" ref="1"/><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.XMLCatalogEntityHolder" ref="3" impl="0" subclass="0" instantiate="1"><method name="getPublicId" desc="()Ljava/lang/String;" ref="1"/><method name="getSystemId" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.IWSDL11Validator" ref="10" impl="5" subclass="0" instantiate="0"><method name="validate" desc="(Ljava/lang/Object;Ljava/util/List;Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/IWSDL11ValidationInfo;)V" ref="2"/><method name="setResourceBundle" desc="(Ljava/util/ResourceBundle;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.SchemaAttributeTable" ref="1" impl="0" subclass="0" instantiate="1"><method name="containsSymbol" desc="(Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.resolver.URIResolver" ref="16" impl="0" subclass="0" instantiate="1"><method name="addURIResolver" desc="(Lorg/eclipse/wst/wsdl/validation/internal/resolver/IExtensibleURIResolver;)V" ref="1"/><method name="resolve" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/wst/wsdl/validation/internal/resolver/IURIResolutionResult;" ref="3"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl20.WSDL20ValidatorDelegate" ref="2" impl="0" subclass="0" instantiate="0"><method name="getValidator" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl20/IWSDL20Validator;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLReaderImpl$1" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.InlineSchemaValidator" ref="1" impl="0" subclass="0" instantiate="1"><method name="validate" desc="(Ljava/lang/Object;Ljava/util/List;Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/IWSDL11ValidationInfo;)V" ref="1"/><method name="setMessageGenerator" desc="(Lorg/eclipse/wst/wsdl/validation/internal/util/MessageGenerator;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ValidationController$1" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLReaderImpl$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl20.IWSDL20Validator" ref="6" impl="1" subclass="0" instantiate="0"><method name="setResourceBundle" desc="(Ljava/util/ResourceBundle;)V" ref="1"/><method name="validate" desc="(Ljava/lang/Object;Ljava/util/List;Lorg/eclipse/wst/wsdl/validation/internal/IValidationInfo;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.FileEntityResolver" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.eclipse.WSDL11ValidatorPluginRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ControllerValidationInfo" ref="6" impl="1" subclass="0" instantiate="0"><method name="addError" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="1"/><method name="getFileURI" desc="()Ljava/lang/String;" ref="1"/><method name="isWSDLValid" desc="()Z" ref="1"/><method name="completeWSDLValidation" desc="()V" ref="1"/><method name="addWarning" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.XSDValidator" ref="3" impl="0" subclass="0" instantiate="3"><method name="getXSModel" desc="()Lorg/apache/xerces/xs/XSModel;" ref="3"/><method name="isValid" desc="()Z" ref="3"/><method name="validateInlineSchema" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/xerces/xni/parser/XMLEntityResolver;Lorg/apache/xerces/xni/parser/XMLEntityResolver;)V" ref="1"/><method name="getErrors" desc="()Ljava/util/List;" ref="2"/><method name="validate" desc="(Ljava/lang/String;Lorg/apache/xerces/xni/parser/XMLEntityResolver;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLReaderImpl$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.WSDLValidatorDelegate[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.validation.internal.util.ErrorMessage" ref="4" impl="0" subclass="0" instantiate="1"><method name="setErrorColumn" desc="(I)V" ref="1"/><method name="getErrorLine" desc="()I" ref="2"/><method name="getURI" desc="()Ljava/lang/String;" ref="2"/><method name="setURI" desc="(Ljava/lang/String;)V" ref="1"/><method name="getErrorColumn" desc="()I" ref="2"/><method name="setSeverity" desc="(I)V" ref="1"/><method name="setErrorLine" desc="(I)V" ref="1"/><method name="getErrorMessage" desc="()Ljava/lang/String;" ref="2"/><method name="setErrorMessage" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ui.ant.URIResolver" ref="2" impl="0" subclass="0" instantiate="1"><method name="getClassName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ValidationInfoImpl" ref="3" impl="0" subclass="0" instantiate="2"><method name="addError" desc="(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V" ref="2"/><method name="setAttributes" desc="(Ljava/util/Hashtable;)V" ref="1"/><method name="setURIResolver" desc="(Lorg/eclipse/wst/wsdl/validation/internal/resolver/URIResolver;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.XMLMessageInfoHelper" ref="1" impl="0" subclass="0" instantiate="1"><method name="createMessageInfo" desc="(Ljava/lang/String;[Ljava/lang/Object;)[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.LineNumberDOMParser" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.validation.internal.util.MessageGenerator" ref="40" impl="0" subclass="0" instantiate="12"><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="6"/><method name="getString" desc="(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;" ref="11"/><method name="getString" desc="(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;" ref="7"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.ElementLocation" ref="2" impl="0" subclass="0" instantiate="1"><method name="getLineNumber" desc="()I" ref="1"/><method name="getColumnNumber" desc="()I" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ui.ant.ExtensionValidator" ref="3" impl="0" subclass="0" instantiate="0"><method name="getClassName" desc="()Ljava/lang/String;" ref="1"/><method name="getResourceBundle" desc="()Ljava/lang/String;" ref="1"/><method name="getNamespace" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLValidator" ref="13" impl="0" subclass="0" instantiate="1"><method name="setInputStream" desc="(Ljava/io/InputStream;)V" ref="1"/><method name="addError" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="1"/><method name="setSchemaLocation" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><field name="ignoredNamespaceList" desc="Ljava/util/List;" ref="1"/><field name="currentErrorKey" desc="Ljava/lang/String;" ref="1"/><field name="currentMessageArguments" desc="[Ljava/lang/Object;" ref="1"/><field name="uriResolver" desc="Lorg/eclipse/wst/wsdl/validation/internal/resolver/URIResolver;" ref="1"/><field name="uri" desc="Ljava/lang/String;" ref="1"/><field name="inputStream" desc="Ljava/io/InputStream;" ref="1"/><field name="isChildOfDoc" desc="Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.ValidateErrorHandler" ref="1" impl="0" subclass="0" instantiate="1"><method name="getErrorMessages" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDL11ValidatorDelegate" ref="7" impl="0" subclass="0" instantiate="4"><method name="getValidator" desc="()Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/IWSDL11Validator;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.ui.ant.XMLCatalogImpl" ref="1" impl="0" subclass="0" instantiate="0"><method name="addXMLCatalog" desc="(Lorg/apache/tools/ant/types/XMLCatalog;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.IWSDL11ValidationInfo" ref="40" impl="1" subclass="0" instantiate="0"><method name="addError" desc="(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V" ref="1"/><method name="addSchema" desc="(Lorg/apache/xerces/xs/XSModel;)V" ref="2"/><method name="addError" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="2"/><method name="addError" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="5"/><method name="getFileURI" desc="()Ljava/lang/String;" ref="1"/><method name="getSchemas" desc="()[Lorg/apache/xerces/xs/XSModel;" ref="2"/><method name="getURIResolver" desc="()Lorg/eclipse/wst/wsdl/validation/internal/resolver/URIResolver;" ref="3"/><method name="clearSchemas" desc="()V" ref="2"/><method name="setElementLocations" desc="(Ljava/util/Hashtable;)V" ref="2"/><method name="addWarning" desc="(Ljava/lang/String;Ljava/lang/Object;)V" ref="3"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLReaderImpl" ref="3" impl="0" subclass="0" instantiate="2"><method name="readWSDL" desc="(Ljava/lang/String;)[Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument;" ref="1"/><method name="getDocument" desc="(Lorg/xml/sax/InputSource;Ljava/lang/String;)Lorg/w3c/dom/Document;" ref="1"/><method name="readWSDL" desc="(Ljava/lang/String;Lorg/w3c/dom/Document;)[Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument;" ref="2"/><method name="setMessageGenerator" desc="(Lorg/eclipse/wst/wsdl/validation/internal/util/MessageGenerator;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLValidator$SchemaStringHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.WSDLValidatorDelegate" ref="8" impl="0" subclass="0" instantiate="4"><method name="getValidatorClassName" desc="()Ljava/lang/String;" ref="1"/><method name="getValidator" desc="()Lorg/eclipse/wst/wsdl/validation/internal/IWSDLValidator;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.util.LazyURLInputStream" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLValidator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.ValidationController$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.ValidationController" ref="4" impl="0" subclass="0" instantiate="1"><method name="setAttributes" desc="(Ljava/util/Hashtable;)V" ref="1"/><method name="validate" desc="(Ljava/lang/String;Ljava/io/InputStream;)Lorg/eclipse/wst/wsdl/validation/internal/IValidationReport;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.IXMLCatalog" ref="8" impl="1" subclass="0" instantiate="0"><method name="resolveEntityLocation" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="3"/><method name="addEntryToCatalog" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.IValidationMessage[]" ref="9" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.validation.internal.resolver.URIResolutionResult" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.AbstractXMLConformanceFactory" ref="3" impl="0" subclass="1" instantiate="1"><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/xml/AbstractXMLConformanceFactory;" ref="2"/><method name="getXMLValidator" desc="()Lorg/eclipse/wst/wsdl/validation/internal/xml/IXMLValidator;" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDL11ValidationInfoImpl" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.validation.internal.IValidationInfo" ref="18" impl="1" subclass="0" instantiate="0"><method name="getAttribute" desc="(Ljava/lang/String;)Ljava/lang/Object;" ref="1"/><method name="addError" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="2"/><method name="getFileURI" desc="()Ljava/lang/String;" ref="4"/><method name="getURIResolver" desc="()Lorg/eclipse/wst/wsdl/validation/internal/resolver/URIResolver;" ref="2"/><method name="addWarning" desc="(Ljava/lang/String;IILjava/lang/String;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLDocument[]" ref="6" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLValidator$MyStandardParserConfiguration" ref="4" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/wsdl/validation/internal/xml/DefaultXMLValidator$MyStandardParserConfiguration;)Lorg/eclipse/wst/wsdl/validation/internal/xml/DefaultXMLValidator;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.WSDLValidator" ref="4" impl="0" subclass="1" instantiate="3"><method name="registerWSDLExtensionValidator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/WSDLValidatorDelegate;)V" ref="2"/><method name="addURIResolver" desc="(Lorg/eclipse/wst/wsdl/validation/internal/resolver/IExtensibleURIResolver;)V" ref="2"/><method name="validate" desc="(Ljava/lang/String;)Lorg/eclipse/wst/wsdl/validation/internal/IValidationReport;" ref="2"/><method name="registerWSDL11Validator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDL11ValidatorDelegate;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDLDocument" ref="10" impl="0" subclass="0" instantiate="2"><method name="parseBindings" desc="()V" ref="1"/><method name="getImports" desc="()Ljava/util/Set;" ref="1"/><method name="parsePorttypes" desc="()V" ref="1"/><method name="parseServices" desc="()V" ref="1"/><method name="getReaderWarnings" desc="()Ljava/util/List;" ref="1"/><method name="getDefinition" desc="()Ljavax/wsdl/Definition;" ref="4"/><method name="addSchemas" desc="(Ljava/util/List;)V" ref="2"/><method name="parseMessages" desc="()V" ref="1"/><method name="addReaderWarning" desc="(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)V" ref="1"/><method name="getSchemas" desc="()Ljava/util/List;" ref="2"/><method name="getReaderErrors" desc="()Ljava/util/List;" ref="1"/><method name="getElementLocations" desc="()Ljava/util/Hashtable;" ref="1"/><method name="parseExtensibilityElements" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.resolver.IExtensibleURIResolver" ref="8" impl="2" subclass="0" instantiate="0"><method name="resolve" desc="(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/resolver/IURIResolutionResult;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.resolver.IURIResolutionResult" ref="10" impl="1" subclass="0" instantiate="0"><method name="setLogicalLocation" desc="(Ljava/lang/String;)V" ref="2"/><method name="setPhysicalLocation" desc="(Ljava/lang/String;)V" ref="2"/><method name="getLogicalLocation" desc="()Ljava/lang/String;" ref="3"/><method name="getPhysicalLocation" desc="()Ljava/lang/String;" ref="4"/></class><class name="org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLValidatorPluginRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.IValidationMessage" ref="12" impl="1" subclass="0" instantiate="0"><method name="getURI" desc="()Ljava/lang/String;" ref="3"/><method name="getLine" desc="()I" ref="6"/><method name="getNestedMessages" desc="()Ljava/util/List;" ref="1"/><method name="getMessage" desc="()Ljava/lang/String;" ref="6"/><method name="getSeverity" desc="()I" ref="6"/><method name="getColumn" desc="()I" ref="6"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.IXMLValidator" ref="5" impl="1" subclass="0" instantiate="0"><method name="hasErrors" desc="()Z" ref="2"/><method name="setFile" desc="(Ljava/lang/String;)V" ref="2"/><method name="run" desc="()V" ref="2"/><method name="setURIResolver" desc="(Lorg/eclipse/wst/wsdl/validation/internal/resolver/URIResolver;)V" ref="1"/><method name="getErrors" desc="()Ljava/util/List;" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLValidator" ref="4" impl="0" subclass="0" instantiate="0"><method name="registerWSDLExtensionValidator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/WSDLValidatorDelegate;)V" ref="1"/><method name="registerWSDL11Validator" desc="(Ljava/lang/String;Lorg/eclipse/wst/wsdl/validation/internal/wsdl11/WSDL11ValidatorDelegate;)V" ref="1"/><method name="validate" desc="(Ljava/lang/String;)Lorg/eclipse/wst/wsdl/validation/internal/IValidationReport;" ref="1"/><method name="validate" desc="(Ljava/lang/String;Ljava/io/InputStream;)Lorg/eclipse/wst/wsdl/validation/internal/IValidationReport;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/validation/internal/eclipse/WSDLValidator;" ref="4"/></class><class name="org.eclipse.wst.wsdl.validation.internal.xml.DefaultXMLValidator$XMLConformanceDefaultHandler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.LocationHolder" ref="2" impl="0" subclass="0" instantiate="1"><method name="getURI" desc="()Ljava/lang/String;" ref="1"/><method name="getLine" desc="()I" ref="1"/><method name="getColumn" desc="()I" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.InlineXSDResolver" ref="3" impl="0" subclass="0" instantiate="1"><method name="add" desc="(Ljava/lang/String;Ljava/lang/String;)V" ref="1"/><method name="addReferringSchema" desc="(Lorg/apache/xerces/xni/parser/XMLInputSource;Ljava/lang/String;)V" ref="1"/><method name="isInlineSchema" desc="(Ljava/lang/String;)Z" ref="1"/><method name="getInlineSchemaNSs" desc="()Ljava/util/Set;" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.IWSDLValidator" ref="7" impl="3" subclass="0" instantiate="0"><method name="setResourceBundle" desc="(Ljava/util/ResourceBundle;)V" ref="1"/><method name="validate" desc="(Lorg/w3c/dom/Document;Lorg/eclipse/wst/wsdl/validation/internal/IValidationInfo;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.validation.internal.exception.ValidateWSDLException" ref="5" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.validation.internal.resolver.URIResolverDelegate" ref="3" impl="0" subclass="0" instantiate="3"><method name="getURIResolver" desc="()Lorg/eclipse/wst/wsdl/validation/internal/resolver/IExtensibleURIResolver;" ref="2"/></class><class name="org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd.InlineSchemaGenerator" ref="1" impl="0" subclass="0" instantiate="0"><method name="soapEncodingRequiredNotImported" desc="(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/util/Hashtable;)Z" ref="1"/><method name="createXSDString" desc="(Lorg/w3c/dom/Element;Ljava/util/List;Ljava/lang/String;Ljava/util/Hashtable;Ljava/util/Set;)Ljava/lang/String;" ref="1"/></class></plugin><plugin id="org.eclipse.wst.rdb.sqleditor"><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorResources" ref="9" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="getString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="7"/><method name="getResourceBundle" desc="()Ljava/util/ResourceBundle;" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionProcessor$Validator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLUpperCaseFormattingStrategy" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLDBProposalsService" ref="4" impl="0" subclass="0" instantiate="1"><method name="loadDBProposals" desc="(Ljava/util/List;)V" ref="1"/><method name="getTokenList" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.ISQLCompletionEngine" ref="3" impl="1" subclass="0" instantiate="0"><method name="computeProposals" desc="(Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/jface/text/ITypedRegion;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLEditorContentOutlinePage" ref="8" impl="0" subclass="0" instantiate="1"><method name="setInput" desc="(Ljava/lang/Object;)V" ref="1"/><method name="update" desc="()V" ref="1"/><method name="getInput" desc="()Ljava/lang/Object;" ref="1"/><method name="getDocumentProvider" desc="()Lorg/eclipse/ui/texteditor/IDocumentProvider;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLEditorOutlineContentProvider$SQLSegment" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLStatementSupport$StatementTerminatorTagInfo" ref="2" impl="0" subclass="0" instantiate="1"><field name="tagMatcher" desc="Ljava/util/regex/Matcher;" ref="1"/><field name="tagRegion" desc="Lorg/eclipse/jface/text/ITypedRegion;" ref="1"/><field name="doc" desc="Lorg/eclipse/jface/text/IDocument;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLDBUtils$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLTextHover" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorFileEditorInput" ref="4" impl="0" subclass="1" instantiate="3"><method name="setDefaultSchemaName" desc="(Ljava/lang/String;)V" ref="2"/><method name="getDefaultSchemaName" desc="()Ljava/lang/String;" ref="1"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="setDatabase" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLStatementSupport" ref="9" impl="0" subclass="0" instantiate="2"><method name="setDocument" desc="(Lorg/eclipse/jface/text/IDocument;)V" ref="1"/><method name="getSQLStatementList" desc="()Ljava/util/List;" ref="1"/><method name="setStatementTerminator" desc="(Ljava/lang/String;)V" ref="1"/><method name="getStatementTerminator" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionProcessor" ref="4" impl="0" subclass="0" instantiate="1"><method name="setDBProposalsService" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/sql/ISQLDBProposalsService;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.actions.SQLSetStatementTerminatorAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="removePropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="addPropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="setSQLEditor" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCodeScanner" ref="9" impl="0" subclass="0" instantiate="2"><method name="getSQLDatatypes" desc="()[Ljava/lang/String;" ref="1"/><method name="getSQLKeywords" desc="()[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorStorageEditorInput" ref="4" impl="0" subclass="0" instantiate="2"><method name="setDefaultSchemaName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getDefaultSchemaName" desc="()Ljava/lang/String;" ref="1"/><method name="getStorage" desc="()Lorg/eclipse/core/resources/IStorage;" ref="1"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLAutoIndentStrategy" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLSourceViewerConfiguration$SingleTokenScanner" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionProposal" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionProcessor$CompletionProposalComparator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLWordDetector" ref="2" impl="0" subclass="0" instantiate="2"><method name="isWordPart" desc="(C)Z" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLEditorOutlineContentProvider" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorDocumentSetupParticipant" ref="5" impl="0" subclass="0" instantiate="2"><method name="setup" desc="(Lorg/eclipse/jface/text/IDocument;)V" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLDBProposalsService$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.actions.SQLDisconnectAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="removePropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="addPropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="setSQLEditor" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorStorage" ref="3" impl="0" subclass="0" instantiate="3"><method name="getContentsString" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.actions.SQLRunAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="setSQLEditor" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLColorProvider" ref="7" impl="0" subclass="0" instantiate="1"><method name="getColor" desc="(Lorg/eclipse/swt/graphics/RGB;)Lorg/eclipse/swt/graphics/Color;" ref="2"/><field name="SQL_QUOTED_LITERAL_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="2"/><field name="SQL_HC_KEYWORD_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_COMMENT_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="2"/><field name="SQL_KEYWORD_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_HC_DEFAULT_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_HC_COMMENT_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_DELIMITED_IDENTIFIER_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="2"/><field name="SQL_HC_DELIMITED_IDENTIFIER_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_DEFAULT_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/><field name="SQL_HC_QUOTED_LITERAL_COLOR" desc="Lorg/eclipse/swt/graphics/RGB;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLSourceViewerConfiguration" ref="3" impl="0" subclass="0" instantiate="1"><method name="setDBProposalsService" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/sql/ISQLDBProposalsService;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.utils.SQLDBUtils" ref="2" impl="0" subclass="0" instantiate="0"><method name="reestablishConnection" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)Z" ref="2"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.actions.SQLSetStatementTerminatorDialog" ref="1" impl="0" subclass="0" instantiate="1"><method name="open" desc="()I" ref="1"/><method name="getValue" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCodeScanner$SQLWhiteSpaceDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.ISQLDBProposalsService" ref="17" impl="1" subclass="0" instantiate="0"><method name="populate" desc="(Ljava/util/List;)Z" ref="1"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="1"/><method name="getDBProposals" desc="()Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLDBProposal" ref="2" impl="0" subclass="0" instantiate="1"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="getImage" desc="()Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="toString" desc="()Ljava/lang/String;" ref="1"/><method name="getParentName" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorInputFactory" ref="2" impl="0" subclass="0" instantiate="0"><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditorFileEditorInput;)V" ref="1"/><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditorStorageEditorInput;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLSegment" ref="1" impl="0" subclass="0" instantiate="0"><method name="getPosition" desc="()Lorg/eclipse/jface/text/Position;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.ISQLEditorInput" ref="4" impl="2" subclass="0" instantiate="0"><method name="setDefaultSchemaName" desc="(Ljava/lang/String;)V" ref="1"/><method name="getDefaultSchemaName" desc="()Ljava/lang/String;" ref="2"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="2"/><method name="getDatabase" desc="()Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;" ref="2"/><method name="setDatabase" desc="(Lorg/eclipse/wst/rdb/internal/models/sql/schema/Database;)V" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditorPlugin" ref="4" impl="0" subclass="0" instantiate="0"><method name="getSQLColorProvider" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/utils/SQLColorProvider;" ref="2"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="1"/><method name="getDefault" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditorPlugin;" ref="4"/><method name="getBundle" desc="()Lorg/osgi/framework/Bundle;" ref="1"/><method name="getImageRegistry" desc="()Lorg/eclipse/jface/resource/ImageRegistry;" ref="1"/><method name="getSQLPartitionScanner" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/sql/SQLPartitionScanner;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLDoubleClickStrategy" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLAnnotationHover" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.SQLEditor" ref="29" impl="0" subclass="2" instantiate="2"><method name="setHighlightRange" desc="(IIZ)V" ref="1"/><method name="getSQLColorProvider" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/utils/SQLColorProvider;" ref="1"/><method name="getSQLCodeScanner" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/sql/SQLCodeScanner;" ref="1"/><method name="requestConnectionFromUser" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="2"/><method name="getSelectionProvider" desc="()Lorg/eclipse/jface/viewers/ISelectionProvider;" ref="1"/><method name="refreshConnectionStatus" desc="()V" ref="1"/><method name="initializeEditor" desc="()V" ref="1"/><method name="getConnectionInfo" desc="()Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;" ref="3"/><method name="doSave" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/><method name="setConnectionInfo" desc="(Lorg/eclipse/wst/rdb/internal/core/connection/ConnectionInfo;)V" ref="1"/><method name="doSetInput" desc="(Lorg/eclipse/ui/IEditorInput;)V" ref="1"/><method name="doSaveAs" desc="()V" ref="1"/><method name="getSQLStatementSupport" desc="()Lorg/eclipse/wst/rdb/sqleditor/internal/utils/SQLStatementSupport;" ref="3"/><method name="resetHighlightRange" desc="()V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionEngine" ref="1" impl="0" subclass="0" instantiate="1"><method name="setDBProposalsService" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/sql/ISQLDBProposalsService;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.actions.SQLConnectAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="removePropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="addPropertyChangeListener" desc="(Lorg/eclipse/jface/util/IPropertyChangeListener;)V" ref="1"/><method name="setSQLEditor" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/SQLEditor;)V" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.editor.SQLSourceViewer" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLCompletionProposalFactory" ref="2" impl="0" subclass="0" instantiate="1"><method name="setFactoryDBContext" desc="(Lorg/eclipse/wst/rdb/sqleditor/internal/sql/ISQLDBProposalsService;)V" ref="1"/><method name="getDBObjectProposals" desc="(Ljava/util/List;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.rdb.sqleditor.internal.sql.SQLPartitionScanner" ref="5" impl="0" subclass="0" instantiate="1"><method name="getDocumentRegions" desc="(Lorg/eclipse/jface/text/IDocument;)[Lorg/eclipse/jface/text/ITypedRegion;" ref="1"/><field name="SQL_PARTITION_TYPES" desc="[Ljava/lang/String;" ref="1"/></class></plugin><plugin id="org.eclipse.wst.common.navigator.views"><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorContentService" ref="77" impl="0" subclass="0" instantiate="4"><method name="createCommonLabelProvider" desc="()Lorg/eclipse/jface/viewers/ILabelProvider;" ref="2"/><method name="getDescriptorInstance" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;)Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorInstance;" ref="3"/><method name="addListener" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/INavigatorContentServiceListener;)V" ref="2"/><method name="getViewerDescriptor" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorViewerDescriptor;" ref="1"/><method name="getViewerId" desc="()Ljava/lang/String;" ref="9"/><method name="dispose" desc="()V" ref="3"/><method name="update" desc="()V" ref="1"/><method name="findRootContentProviders" desc="(Ljava/lang/Object;)[Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="1"/><method name="findRelevantLabelProviders" desc="(Ljava/lang/Object;)[Lorg/eclipse/jface/viewers/ILabelProvider;" ref="1"/><method name="addExclusion" desc="(Ljava/lang/String;)V" ref="1"/><method name="getDescriptorInstances" desc="()Ljava/util/Collection;" ref="1"/><method name="initialize" desc="(Lorg/eclipse/jface/viewers/IStructuredContentProvider;)Z" ref="1"/><method name="updateService" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/><method name="onExtensionActivation" desc="(Ljava/lang/String;Ljava/lang/String;Z)V" ref="1"/><method name="findRelevantContentProviders" desc="(Ljava/lang/Object;)[Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="2"/><method name="findRelevantContentDescriptorInstances" desc="(Ljava/lang/Object;)[Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorInstance;" ref="1"/><method name="findRelevantContentDescriptorInstances" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorInstance;" ref="3"/><method name="createCommonContentProvider" desc="()Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="2"/><method name="removeListener" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/INavigatorContentServiceListener;)V" ref="1"/><method name="findParentContentProviders" desc="(Ljava/lang/Object;)[Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonViewer" ref="58" impl="0" subclass="2" instantiate="3"><method name="internalRefresh" desc="(Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;ZZ)V" ref="1"/><method name="getRawChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/><method name="internalAdd" desc="(Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;[Ljava/lang/Object;)V" ref="1"/><method name="preservingSelection" desc="(Ljava/lang/Runnable;)V" ref="1"/><method name="setInput" desc="(Ljava/lang/Object;)V" ref="1"/><method name="addSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="2"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;" ref="1"/><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="2"/><method name="getTree" desc="()Lorg/eclipse/swt/widgets/Tree;" ref="2"/><method name="addOpenListener" desc="(Lorg/eclipse/jface/viewers/IOpenListener;)V" ref="1"/><method name="setSelectionToWidget" desc="(Lorg/eclipse/jface/viewers/ISelection;Z)V" ref="1"/><method name="removeWithoutRefresh" desc="([Ljava/lang/Object;)V" ref="1"/><method name="getNavigatorContentService" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;" ref="7"/><method name="setSorter" desc="(Lorg/eclipse/jface/viewers/ViewerSorter;)V" ref="1"/><method name="removeSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="2"/><method name="add" desc="(Ljava/lang/Object;[Ljava/lang/Object;)V" ref="1"/><method name="collapseAll" desc="()V" ref="1"/><method name="getInput" desc="()Ljava/lang/Object;" ref="1"/><method name="removeOpenListener" desc="(Lorg/eclipse/jface/viewers/IOpenListener;)V" ref="1"/><method name="getLabelProvider" desc="()Lorg/eclipse/jface/viewers/IBaseLabelProvider;" ref="4"/><method name="updateSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/><method name="addFilter" desc="(Lorg/eclipse/jface/viewers/ViewerFilter;)V" ref="1"/><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/ISelection;" ref="5"/><method name="mapElement" desc="(Ljava/lang/Object;Lorg/eclipse/swt/widgets/Widget;)V" ref="1"/><method name="internalRefresh" desc="(Ljava/lang/Object;)V" ref="1"/><method name="setSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;Z)V" ref="1"/><method name="internalUpdate" desc="(Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;[Ljava/lang/String;)V" ref="1"/><method name="internalRefresh" desc="(Ljava/lang/Object;Z)V" ref="1"/><method name="unmapAllElements" desc="()V" ref="1"/><method name="unmapElement" desc="(Ljava/lang/Object;Lorg/eclipse/swt/widgets/Widget;)V" ref="1"/><method name="handleInvalidSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterSelectionDialog$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.DelegateCommonLabelProvider" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ICommonLabelProvider" ref="20" impl="7" subclass="0" instantiate="0"><method name="getDescription" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="1"/><method name="dispose" desc="()V" ref="2"/><method name="initialize" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorRegistry$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.CommonActionProviderDescriptor" ref="5" impl="0" subclass="0" instantiate="1"><method name="createActionProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonActionProvider;" ref="1"/><method name="isEnabledFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterSelectionDialog" ref="10" impl="0" subclass="0" instantiate="1"><method name="access$1" desc="()[Ljava/lang/Object;" ref="1"/><method name="open" desc="()I" ref="1"/><method name="access$2" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorRegistry;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/filters/CommonFilterSelectionDialog;)Lorg/eclipse/swt/widgets/Text;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.IDescriptionProvider" ref="6" impl="2" subclass="0" instantiate="0"><method name="getDescription" desc="(Ljava/lang/Object;)Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.AssertionFailedException" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.Priority[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.CommonNavigatorDropAdapter" ref="21" impl="0" subclass="0" instantiate="1"><method name="getFeedbackEnabled" desc="()Z" ref="1"/><method name="getCurrentOperation" desc="()I" ref="2"/><method name="getCurrentTarget" desc="()Ljava/lang/Object;" ref="1"/><method name="getCurrentLocation" desc="()I" ref="1"/><method name="getCurrentTransfer" desc="()Lorg/eclipse/swt/dnd/TransferData;" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentProvider" ref="4" impl="0" subclass="0" instantiate="2"><method name="getDelegateContentProvider" desc="()Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptorRegistry" ref="25" impl="0" subclass="0" instantiate="0"><method name="getContentDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;" ref="3"/><method name="getAllContentDescriptors" desc="()[Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;" ref="3"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="1"/><method name="getEnabledContentDescriptors" desc="(Ljava/lang/Object;)Ljava/util/List;" ref="4"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorRegistry;" ref="12"/><method name="getEnabledContentDescriptors" desc="(Ljava/lang/Object;Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorViewerDescriptor;)Ljava/util/List;" ref="1"/><method name="getEnabledContentDescriptors" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.AdaptabilityUtility" ref="7" impl="0" subclass="0" instantiate="0"><method name="getAdapter" desc="(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;" ref="7"/></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.LinkEditorAction" ref="10" impl="0" subclass="0" instantiate="1"><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/actions/LinkEditorAction;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonNavigator;" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/navigator/internal/views/actions/LinkEditorAction;Lorg/eclipse/ui/IEditorPart;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.Timer" ref="9" impl="0" subclass="0" instantiate="0"><method name="post" desc="()V" ref="1"/><method name="getSource" desc="()Ljava/lang/Object;" ref="1"/><method name="fireActionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" ref="1"/><method name="isRepeats" desc="()Z" ref="1"/><method name="getDelay" desc="()I" ref="1"/><method name="cancelEvent" desc="()V" ref="1"/><field name="expirationTime" desc="J" ref="1"/><field name="running" desc="Z" ref="1"/><field name="eventQueued" desc="Z" ref="2"/><field name="nextTimer" desc="Lorg/eclipse/wst/common/navigator/internal/views/Timer;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonSorter" ref="5" impl="0" subclass="0" instantiate="2"><method name="compare" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)I" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorContentServiceLabelProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ILinkHelper[]" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterSelectionDialog$ExtensionContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.SkeletonNavigatorContentExtension" ref="1" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorContentExtension;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.ResourceTransferDragAdapter" ref="2" impl="0" subclass="0" instantiate="1"><method name="dragSetData" desc="(Lorg/eclipse/swt/dnd/DragSourceEvent;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonActivitiesUtilities" ref="1" impl="0" subclass="0" instantiate="0"><method name="filterByActivity" desc="([Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;)[Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.IExtensionActivationListener" ref="3" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.LinkHelperRegistry$Descriptor" ref="1" impl="0" subclass="0" instantiate="1"><method name="isEnabledFor" desc="(Ljava/lang/String;)Z" ref="1"/><method name="getLinkHelper" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ILinkHelper;" ref="1"/><method name="isEnabledFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="1"/><method name="isEnabledFor" desc="(Lorg/eclipse/ui/IEditorInput;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.ResourceToItemsMapper" ref="3" impl="0" subclass="0" instantiate="1"><method name="isEmpty" desc="()Z" ref="1"/><method name="removeFromMap" desc="(Ljava/lang/Object;Lorg/eclipse/swt/widgets/Item;)V" ref="2"/><method name="addToMap" desc="(Ljava/lang/Object;Lorg/eclipse/swt/widgets/Item;)V" ref="2"/><method name="resourceChanged" desc="(Lorg/eclipse/core/resources/IResource;)V" ref="1"/><method name="clearMap" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.SkeletonLabelProvider" ref="3" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/views/extensions/SkeletonLabelProvider;" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorViewerDescriptor" ref="12" impl="0" subclass="0" instantiate="2"><method name="filtersContentDescriptor" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;)Z" ref="1"/><method name="getPopupMenuId" desc="()Ljava/lang/String;" ref="1"/><method name="getRootExtensionId" desc="()Ljava/lang/String;" ref="1"/><method name="getViewerId" desc="()Ljava/lang/String;" ref="4"/><method name="getRootContentExtensionIds" desc="()[Ljava/lang/String;" ref="1"/><method name="consume" desc="(Lorg/eclipse/core/runtime/IConfigurationElement;)V" ref="1"/><field name="DEFAULT_VIEWER_ID" desc="[Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.INavigatorContentProvider" ref="19" impl="5" subclass="0" instantiate="0"><method name="getParent" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="2"/><method name="dispose" desc="()V" ref="2"/><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="2"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/><method name="getElements" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/><method name="hasChildren" desc="(Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.RegistryReader" ref="15" impl="0" subclass="13" instantiate="13"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterProvider" ref="7" impl="3" subclass="0" instantiate="0"><method name="getExtensionFilterDescriptors" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterRegistryManager" ref="3" impl="0" subclass="0" instantiate="0"><method name="getViewerRegistry" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterViewerRegistry;" ref="3"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterRegistryManager;" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorActionService" ref="5" impl="0" subclass="0" instantiate="1"><method name="fillActionBars" desc="(Lorg/eclipse/ui/IActionBars;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="fillContextMenu" desc="(Lorg/eclipse/jface/action/IMenuManager;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorActionService;Lorg/eclipse/wst/common/navigator/internal/views/actions/CommonActionProviderDescriptor;)V" ref="1"/><method name="restoreState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ICommonActionProvider" ref="23" impl="12" subclass="0" instantiate="0"><method name="setActionContext" desc="(Lorg/eclipse/ui/actions/ActionContext;)V" ref="1"/><method name="dispose" desc="()V" ref="2"/><method name="fillActionBars" desc="(Lorg/eclipse/ui/IActionBars;)Z" ref="1"/><method name="restoreState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/><method name="fillContextMenu" desc="(Lorg/eclipse/jface/action/IMenuManager;)Z" ref="1"/><method name="init" desc="(Lorg/eclipse/ui/IViewPart;Lorg/eclipse/jface/viewers/StructuredViewer;Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.LinkEditorAction$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.FileTransferDragAdapter$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterDescriptor[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyRoot" ref="5" impl="0" subclass="0" instantiate="1"><method name="getInputElement" desc="()Ljava/lang/Object;" ref="1"/><method name="setInputElement" desc="(Ljava/lang/Object;)V" ref="1"/><field name="name" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyPendingAdapter" ref="2" impl="0" subclass="0" instantiate="1"><method name="getIcon" desc="()Lorg/eclipse/swt/graphics/Image;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.LinkEditorAction$2" ref="1" impl="0" subclass="0" instantiate="1"><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyContentProvider" ref="7" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.NavigatorSelectionSerializer" ref="6" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.SerializerCollectionDescriptor$ExtensionPointElements" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ICommonDropActionDelegate" ref="8" impl="1" subclass="0" instantiate="0"><method name="run" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/CommonNavigatorDropAdapter;Ljava/lang/Object;Ljava/lang/Object;)Z" ref="1"/><method name="init" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;)V" ref="1"/><method name="run" desc="(Ljava/lang/Object;Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.IDeferredElementAdapter" ref="4" impl="1" subclass="0" instantiate="0"><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorViewerDescriptorRegistry" ref="2" impl="0" subclass="0" instantiate="0"><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorViewerDescriptorRegistry;" ref="1"/><method name="getNavigatorViewerDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorViewerDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.Timer$DoPostEvent" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.FileTransferDragAdapter" ref="8" impl="0" subclass="0" instantiate="1"><method name="dragSetData" desc="(Lorg/eclipse/swt/dnd/DragSourceEvent;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/FileTransferDragAdapter;)Lorg/eclipse/core/runtime/MultiStatus;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonViewerFilter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptorInstance[]" ref="10" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor" ref="15" impl="0" subclass="0" instantiate="0"><method name="access$2" desc="(Lorg/eclipse/wst/common/navigator/internal/views/NavigatorSiteEditor;)Ljava/lang/String;" ref="1"/><method name="saveChangesAndDispose" desc="(Ljava/lang/Runnable;)V" ref="2"/><method name="access$1" desc="(Lorg/eclipse/wst/common/navigator/internal/views/NavigatorSiteEditor;)Lorg/eclipse/swt/widgets/Composite;" ref="2"/><method name="access$3" desc="(Lorg/eclipse/wst/common/navigator/internal/views/NavigatorSiteEditor;Ljava/lang/String;)V" ref="1"/><method name="disposeTextWidget" desc="()V" ref="2"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/NavigatorSiteEditor;)Lorg/eclipse/swt/widgets/Text;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.TreeViewerElementCollector$ClearPlaceHolderJob" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterActivationManager" ref="4" impl="0" subclass="0" instantiate="1"><method name="persistFilterActivations" desc="()V" ref="1"/><method name="isFilterActive" desc="(Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterDescriptor;)Z" ref="2"/><method name="activateFilter" desc="(Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterDescriptor;Z)V" ref="1"/><method name="revertFilterActivations" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.CommonNavigatorDragAdapter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor$5" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ThirdPartyFilterProviderRegistry$ThirdPartyFilterProviderDescriptor" ref="3" impl="0" subclass="0" instantiate="1"><method name="createProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterProvider;" ref="1"/><field name="navigatorExtensionId" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.NavigatorSelectionSerializer$NavigatorSerializedSelection" ref="2" impl="0" subclass="0" instantiate="1"><field name="viewerId" desc="Ljava/lang/String;" ref="1"/><field name="selectionMap" desc="Ljava/util/Map;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorContentServiceLabelProvider" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.DelegateCommonOpenListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.DefaultNavigatorContentExtension" ref="2" impl="0" subclass="2" instantiate="2"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigatorManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.TreeViewerElementCollector" ref="6" impl="0" subclass="0" instantiate="0"><method name="getTreeViewer" desc="()Lorg/eclipse/jface/viewers/AbstractTreeViewer;" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/deferred/TreeViewerElementCollector;)Lorg/eclipse/jface/viewers/AbstractTreeViewer;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ILinkHelper" ref="8" impl="2" subclass="0" instantiate="0"><method name="findSelection" desc="(Lorg/eclipse/ui/IEditorInput;)Lorg/eclipse/jface/viewers/IStructuredSelection;" ref="1"/><method name="activateEditor" desc="(Lorg/eclipse/ui/IWorkbenchPage;Lorg/eclipse/jface/viewers/IStructuredSelection;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.INavigatorContentExtension" ref="24" impl="4" subclass="0" instantiate="0"><method name="getComparator" desc="()Ljava/util/Comparator;" ref="1"/><method name="getContentProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorContentProvider;" ref="3"/><method name="getAdapter" desc="(Ljava/lang/Class;)Ljava/lang/Object;" ref="1"/><method name="getLabelProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonLabelProvider;" ref="2"/><method name="dispose" desc="()V" ref="2"/><method name="init" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;)V" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigator" ref="31" impl="0" subclass="2" instantiate="2"><method name="getSite" desc="()Lorg/eclipse/ui/IWorkbenchPartSite;" ref="5"/><method name="handleDoubleClick" desc="(Lorg/eclipse/jface/viewers/DoubleClickEvent;)V" ref="1"/><method name="getNavigatorContentService" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;" ref="2"/><method name="getAdapter" desc="(Ljava/lang/Class;)Ljava/lang/Object;" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="selectReveal" desc="(Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/><method name="isLinkingEnabled" desc="()Z" ref="1"/><method name="setLinkingEnabled" desc="(Z)V" ref="1"/><method name="addPropertyListener" desc="(Lorg/eclipse/ui/IPropertyListener;)V" ref="1"/><method name="getCommonViewer" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;" ref="2"/><method name="getViewSite" desc="()Lorg/eclipse/ui/IViewSite;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorSiteEditor$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.ISerializer" ref="14" impl="2" subclass="0" instantiate="0"><method name="fromByteArray" desc="([B)Ljava/lang/Object;" ref="2"/><method name="toByteArray" desc="(Ljava/lang/Object;)[B" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.DeferredContentProvider$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.CommonActionProviderDescriptor[]" ref="2" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.IDropValidator" ref="11" impl="4" subclass="0" instantiate="0"><method name="validateDrop" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/CommonNavigatorDropAdapter;Ljava/lang/Object;ILorg/eclipse/swt/dnd/TransferData;)Z" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.ICommonOpenListener" ref="11" impl="4" subclass="0" instantiate="0"><method name="open" desc="(Lorg/eclipse/jface/viewers/OpenEvent;)V" ref="1"/><method name="initialize" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonNavigator;Lorg/eclipse/wst/common/navigator/internal/provisional/views/NavigatorContentService;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.NavigatorExtensionFilter" ref="6" impl="0" subclass="6" instantiate="6"></class><class name="org.eclipse.wst.common.navigator.internal.views.CommonNavigatorActionGroup" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.CommonActionProvider" ref="9" impl="0" subclass="9" instantiate="9"><method name="dispose" desc="()V" ref="1"/><method name="restoreState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.SerializerDescriptor[]" ref="3" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.IDeferredElementAdapter[]" ref="5" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyContentProvider$InputChangedCache" ref="2" impl="0" subclass="0" instantiate="1"><field name="newValue" desc="Ljava/lang/Object;" ref="1"/><field name="oldValue" desc="Ljava/lang/Object;" ref="1"/><field name="viewer" desc="Lorg/eclipse/jface/viewers/Viewer;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyContentProvider$ProxyUpdateJob" ref="1" impl="0" subclass="0" instantiate="1"><method name="schedule" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.CommonDropHandlerService" ref="3" impl="0" subclass="0" instantiate="0"><method name="getDropValidator" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;)Lorg/eclipse/wst/common/navigator/internal/views/dnd/IDropValidator;" ref="1"/><method name="getSerializersEnabledFor" desc="(Ljava/lang/Object;)[Lorg/eclipse/wst/common/navigator/internal/views/dnd/SerializerDescriptor;" ref="1"/><method name="getDropHandlersEnabledFor" desc="(Ljava/lang/Object;Ljava/lang/Object;)[Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;" ref="1"/><method name="getDropActionDelegate" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonDropActionDelegate;" ref="1"/><method name="getSerializerById" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/dnd/SerializerDescriptor;" ref="1"/><method name="getInstance" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/dnd/CommonDropHandlerService;" ref="3"/><method name="getDropHandlersBySerializerId" desc="(Ljava/lang/String;)[Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;" ref="1"/><method name="getActionForSerializerId" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonDropActionDelegate;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptorInstance" ref="14" impl="0" subclass="0" instantiate="1"><method name="getLabelProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonLabelProvider;" ref="2"/><method name="dispose" desc="()V" ref="1"/><method name="getSorter" desc="()Ljava/util/Comparator;" ref="1"/><method name="getOpenListener" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonOpenListener;" ref="1"/><method name="getActionProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonActionProvider;" ref="1"/><method name="getContentProvider" desc="()Lorg/eclipse/jface/viewers/ITreeContentProvider;" ref="4"/><method name="isLoaded" desc="()Z" ref="1"/><method name="hasLoadingFailed" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.INavigatorSiteEditor" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorContentServiceContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.ListenerList" ref="2" impl="0" subclass="0" instantiate="1"><method name="getListenerList" desc="()[Ljava/awt/event/ActionListener;" ref="1"/><method name="remove" desc="(Ljava/awt/event/ActionListener;)V" ref="1"/><method name="add" desc="(Ljava/awt/event/ActionListener;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.NavigatorViewerFilter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.SkeletonTreeContentProvider" ref="3" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/views/extensions/SkeletonTreeContentProvider;" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.SkeletonActionProvider" ref="4" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonActionProvider;" ref="4"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.Assert" ref="7" impl="0" subclass="0" instantiate="0"><method name="isLegal" desc="(ZLjava/lang/String;)Z" ref="1"/><method name="isNotNull" desc="(Ljava/lang/Object;Ljava/lang/String;)V" ref="3"/><method name="isLegal" desc="(Z)Z" ref="1"/><method name="isTrue" desc="(Z)Z" ref="1"/><method name="isNotNull" desc="(Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorPlugin" ref="29" impl="0" subclass="0" instantiate="0"><method name="getPluginPreferences" desc="()Lorg/eclipse/core/runtime/Preferences;" ref="2"/><method name="getDefault" desc="()Lorg/eclipse/wst/common/navigator/internal/views/NavigatorPlugin;" ref="10"/><method name="log" desc="(Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)V" ref="6"/><method name="savePluginPreferences" desc="()V" ref="2"/><method name="getNavigatorRegistry" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorRegistry;" ref="2"/><method name="getDialogSettings" desc="()Lorg/eclipse/jface/dialogs/IDialogSettings;" ref="3"/><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="3"/><method name="getImageRegistry" desc="()Lorg/eclipse/jface/resource/ImageRegistry;" ref="2"/><method name="log" desc="(Ljava/lang/String;)V" ref="9"/><field name="PLUGIN_ID" desc="Ljava/lang/String;" ref="12"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.SerializerCollectionDescriptor" ref="5" impl="0" subclass="0" instantiate="1"><method name="getSerializersEnabledFor" desc="(Ljava/lang/Object;)[Lorg/eclipse/wst/common/navigator/internal/views/dnd/SerializerDescriptor;" ref="1"/><method name="getSerializerById" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/views/dnd/SerializerDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorActionService$CommonActionRegistry" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.CommonOpenService" ref="2" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.DeferredAdapterProvider" ref="3" impl="0" subclass="0" instantiate="0"><method name="getParent" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="dispose" desc="()V" ref="1"/><method name="getChildren" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/><method name="getElements" desc="(Ljava/lang/Object;)[Ljava/lang/Object;" ref="1"/><method name="hasChildren" desc="(Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptor[]" ref="4" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.IdentityComparator" ref="2" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/views/extensions/IdentityComparator;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyLabelProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.LinkEditorAction$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.SelectFiltersAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.CommonFilterSelectionDialog$UpdateDescriptionListener" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.NavigatorDropSelectionDialog$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.LinkHelperRegistry" ref="5" impl="0" subclass="0" instantiate="0"><method name="getLinkHelpersFor" desc="(Lorg/eclipse/ui/IEditorInput;)[Lorg/eclipse/wst/common/navigator/internal/provisional/views/ILinkHelper;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/LinkHelperRegistry;" ref="2"/><method name="getLinkHelpersFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Lorg/eclipse/wst/common/navigator/internal/provisional/views/ILinkHelper;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.DropHandlerDescriptor[]" ref="6" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptor" ref="45" impl="0" subclass="0" instantiate="2"><method name="createExtension" desc="(Z)Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorContentExtension;" ref="1"/><method name="getIcon" desc="()Ljava/lang/String;" ref="1"/><method name="getId" desc="()Ljava/lang/String;" ref="11"/><method name="isEnabledFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;)Lorg/eclipse/core/runtime/IConfigurationElement;" ref="1"/><method name="getConfigurationElement" desc="()Lorg/eclipse/core/runtime/IConfigurationElement;" ref="1"/><method name="setRoot" desc="(Z)V" ref="1"/><method name="getName" desc="()Ljava/lang/String;" ref="5"/><method name="getContributionEnablement" desc="()Lorg/eclipse/ui/internal/ActionExpression;" ref="1"/><method name="isEnabledByDefault" desc="()Z" ref="1"/><method name="getPriority" desc="()I" ref="4"/><method name="isEnabledFor" desc="(Ljava/lang/Object;)Z" ref="2"/><method name="getDeclaringPluginId" desc="()Ljava/lang/String;" ref="1"/><method name="createExtension" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorContentExtension;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.ProxyContentExtension" ref="9" impl="0" subclass="0" instantiate="1"><method name="isContentProviderLoaded" desc="()Z" ref="1"/><method name="getDelegateContentProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorContentProvider;" ref="1"/><method name="getDelegateLabelProvider" desc="()Lorg/eclipse/jface/viewers/ILabelProvider;" ref="1"/><method name="isLabelProviderLoaded" desc="()Z" ref="1"/><method name="getDescriptor" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.IPendingElementCollector" ref="9" impl="1" subclass="0" instantiate="0"><method name="collectChildren" desc="(Ljava/lang/Object;[Ljava/lang/Object;)V" ref="1"/><method name="done" desc="(Lorg/eclipse/ui/internal/progress/PendingUpdateAdapter;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.DeferredContentProvider" ref="3" impl="0" subclass="0" instantiate="0"><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/deferred/DeferredContentProvider;)Lorg/eclipse/wst/common/navigator/internal/views/deferred/IPendingElementCollector;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.INavigatorExtensionFilter" ref="6" impl="2" subclass="0" instantiate="0"><method name="select" desc="(Lorg/eclipse/wst/common/navigator/internal/provisional/views/CommonViewer;Ljava/lang/Object;Ljava/lang/Object;)Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.RegistryReader$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.DropHandlerDescriptor" ref="13" impl="0" subclass="0" instantiate="1"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="getDropValidator" desc="()Lorg/eclipse/wst/common/navigator/internal/views/dnd/IDropValidator;" ref="2"/><method name="isDragEnabledFor" desc="(Ljava/lang/Object;)Z" ref="1"/><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="getDescription" desc="()Ljava/lang/String;" ref="2"/><method name="isDropEnabledFor" desc="(Ljava/lang/Object;)Z" ref="1"/><method name="getSerializersDescriptor" desc="()Lorg/eclipse/wst/common/navigator/internal/views/dnd/SerializerCollectionDescriptor;" ref="1"/><method name="createAction" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonDropActionDelegate;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.FileTransferDragAdapter$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.NavigatorDropActionDelegate" ref="4" impl="0" subclass="4" instantiate="4"><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.NavigatorContentServiceDescriptionProvider" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.StructuredViewerManager" ref="5" impl="0" subclass="0" instantiate="1"><method name="initialize" desc="(Lorg/eclipse/jface/viewers/IStructuredContentProvider;)Z" ref="1"/><method name="inputChanged" desc="(Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/StructuredViewerManager;)Lorg/eclipse/jface/viewers/Viewer;" ref="1"/><method name="inputChanged" desc="(Lorg/eclipse/jface/viewers/Viewer;Ljava/lang/Object;Ljava/lang/Object;)V" ref="1"/><method name="safeRefresh" desc="()V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorRegistry" ref="11" impl="0" subclass="0" instantiate="1"><method name="add" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorViewerDescriptor;)V" ref="1"/><method name="getBestContentDescriptor" desc="(Ljava/lang/Object;)Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;" ref="1"/><method name="add" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorActivationService" ref="8" impl="0" subclass="0" instantiate="0"><method name="activateNavigatorExtension" desc="(Ljava/lang/String;Ljava/lang/String;Z)V" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorActivationService;" ref="4"/><method name="persistExtensionActivations" desc="(Ljava/lang/String;)V" ref="1"/><method name="addExtensionActivationListener" desc="(Ljava/lang/String;Lorg/eclipse/wst/common/navigator/internal/views/extensions/IExtensionActivationListener;)V" ref="1"/><method name="removeExtensionActivationListener" desc="(Ljava/lang/String;Lorg/eclipse/wst/common/navigator/internal/views/extensions/IExtensionActivationListener;)V" ref="1"/><method name="isNavigatorExtensionActive" desc="(Ljava/lang/String;Ljava/lang/String;)Z" ref="4"/></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorImages" ref="1" impl="0" subclass="0" instantiate="0"><method name="createManaged" desc="(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.NavigatorMessages" ref="17" impl="0" subclass="0" instantiate="0"><method name="getString" desc="(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;" ref="5"/><field name="NavigatorDropSelectionDialog_0" desc="Ljava/lang/String;" ref="1"/><field name="LinkEditorActionDelegate_1" desc="Ljava/lang/String;" ref="1"/><field name="LinkHelperRegistry_5" desc="Ljava/lang/String;" ref="1"/><field name="CollapseAllActionDelegate_0" desc="Ljava/lang/String;" ref="1"/><field name="NavigatorDropSelectionDialog_1" desc="Ljava/lang/String;" ref="1"/><field name="ExtensionFilterDescriptor_10" desc="Ljava/lang/String;" ref="1"/><field name="Navigator_title" desc="Ljava/lang/String;" ref="1"/><field name="Navigator_statusLineMultiSelect" desc="Ljava/lang/String;" ref="1"/><field name="SelectFiltersActionDelegate_1" desc="Ljava/lang/String;" ref="1"/><field name="NavigatorSelectionSerializer_1" desc="Ljava/lang/String;" ref="1"/><field name="LinkHelperRegistry_6" desc="Ljava/lang/String;" ref="1"/><field name="CommonDropHandlerService_0" desc="Ljava/lang/String;" ref="1"/><field name="LinkEditorActionDelegate_0" desc="Ljava/lang/String;" ref="1"/><field name="CommonFilterSelectionDialog_3" desc="Ljava/lang/String;" ref="1"/><field name="SerializerDescriptor_3" desc="Ljava/lang/String;" ref="1"/><field name="LinkHelperRegistry_7" desc="Ljava/lang/String;" ref="1"/><field name="FetchElementsJob_0" desc="Ljava/lang/String;" ref="1"/><field name="Navigator_toolTip" desc="Ljava/lang/String;" ref="1"/><field name="SerializerDescriptor_1" desc="Ljava/lang/String;" ref="1"/><field name="ExtensionFilterRegistry_16" desc="Ljava/lang/String;" ref="1"/><field name="SerializerDescriptor_0" desc="Ljava/lang/String;" ref="1"/><field name="CommonFilterSelectionDialog_4" desc="Ljava/lang/String;" ref="1"/><field name="CommonFilterSelectionDialog_1" desc="Ljava/lang/String;" ref="1"/><field name="CommonFilterSelectionDialog_2" desc="Ljava/lang/String;" ref="1"/><field name="SelectFiltersActionDelegate_0" desc="Ljava/lang/String;" ref="1"/><field name="ExtensionFilterDescriptor_11" desc="Ljava/lang/String;" ref="1"/><field name="CommonElementAdapter_0" desc="Ljava/lang/String;" ref="1"/><field name="CommonFilterSelectionDialog_0" desc="Ljava/lang/String;" ref="1"/><field name="DropHandlerDescriptor_10" desc="Ljava/lang/String;" ref="1"/><field name="SerializerDescriptor_5" desc="Ljava/lang/String;" ref="1"/><field name="NavigatorDropSelectionDialog_3" desc="Ljava/lang/String;" ref="1"/><field name="CollapseAllActionDelegate_1" desc="Ljava/lang/String;" ref="1"/><field name="LinkHelperRegistry_4" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.Priority" ref="1" impl="0" subclass="0" instantiate="0"><method name="get" desc="(Ljava/lang/String;)Lorg/eclipse/wst/common/navigator/internal/provisional/views/Priority;" ref="1"/><method name="getValue" desc="()I" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.SkeletonOpenListener" ref="3" impl="0" subclass="0" instantiate="0"><field name="INSTANCE" desc="Lorg/eclipse/wst/common/navigator/internal/views/extensions/SkeletonOpenListener;" ref="3"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.FetchElementsJob" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigator$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ThirdPartyFilterProviderRegistry" ref="6" impl="0" subclass="0" instantiate="1"><method name="getThirdPartyFilterProviders" desc="(Ljava/lang/String;)Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.deferred.TreeViewerElementCollector$TreeViewerUIUpdateJob" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentExtension" ref="2" impl="0" subclass="0" instantiate="1"><method name="getComparator" desc="()Ljava/util/Comparator;" ref="1"/><method name="hasLabelProviderInitializationFailed" desc="()Z" ref="1"/><method name="getActionProvider" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonActionProvider;" ref="1"/><method name="getOpenListener" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/ICommonOpenListener;" ref="1"/><method name="hasContentProviderInitializationFailed" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.SerializerDescriptor" ref="5" impl="0" subclass="0" instantiate="1"><method name="getSerializer" desc="()Lorg/eclipse/wst/common/navigator/internal/views/dnd/ISerializer;" ref="1"/><field name="id" desc="Ljava/lang/String;" ref="2"/><field name="enablement" desc="Lorg/eclipse/ui/internal/ActionExpression;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.StructuredViewerManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.DropHandlerDescriptor$ExtensionPointElements" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.common.navigator.internal.views.dnd.NavigatorDropSelectionDialog" ref="5" impl="0" subclass="0" instantiate="2"><method name="access$4" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/NavigatorDropSelectionDialog;)Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;" ref="1"/><method name="open" desc="()I" ref="2"/><method name="access$3" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/NavigatorDropSelectionDialog;)Lorg/eclipse/swt/widgets/Text;" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/NavigatorDropSelectionDialog;Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/NavigatorDropSelectionDialog;)[Lorg/eclipse/swt/widgets/Button;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/common/navigator/internal/views/dnd/NavigatorDropSelectionDialog;)[Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;" ref="1"/><method name="getSelectedDescriptor" desc="()Lorg/eclipse/wst/common/navigator/internal/views/dnd/DropHandlerDescriptor;" ref="2"/><field name="SKIP_ON_SINGLE_SELECTION" desc="Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.INavigatorContentServiceListener" ref="5" impl="2" subclass="0" instantiate="0"><method name="onLoad" desc="(Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorContentDescriptorInstance;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.EMFExpression" ref="4" impl="0" subclass="0" instantiate="2"><method name="isEnabledFor" desc="(Lorg/eclipse/jface/viewers/IStructuredSelection;)Z" ref="2"/><method name="isEnabledFor" desc="(Ljava/lang/Object;)Z" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonSorter$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.actions.CollapseAllAction" ref="2" impl="0" subclass="0" instantiate="1"><method name="setHoverImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.TimerQueue" ref="2" impl="0" subclass="0" instantiate="0"><method name="addTimer" desc="(Lorg/eclipse/wst/common/navigator/internal/views/Timer;J)V" ref="1"/><method name="containsTimer" desc="(Lorg/eclipse/wst/common/navigator/internal/views/Timer;)Z" ref="1"/><method name="removeTimer" desc="(Lorg/eclipse/wst/common/navigator/internal/views/Timer;)V" ref="1"/><method name="singleton" desc="()Lorg/eclipse/wst/common/navigator/internal/views/TimerQueue;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigatorManager" ref="6" impl="0" subclass="0" instantiate="1"><method name="dispose" desc="()V" ref="1"/><method name="restoreState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/><method name="fillContextMenu" desc="(Lorg/eclipse/jface/action/IMenuManager;)V" ref="1"/><method name="saveState" desc="(Lorg/eclipse/ui/IMemento;)V" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorContentDescriptorRegistry$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterDescriptor" ref="12" impl="0" subclass="0" instantiate="4"><method name="getName" desc="()Ljava/lang/String;" ref="1"/><method name="isEnabledByDefault" desc="()Z" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/common/navigator/internal/provisional/views/INavigatorExtensionFilter;" ref="1"/><method name="getId" desc="()Ljava/lang/String;" ref="1"/><method name="getDescription" desc="()Ljava/lang/String;" ref="2"/><method name="getNavigatorExtensionId" desc="()Ljava/lang/String;" ref="2"/></class><class name="org.eclipse.wst.common.navigator.internal.provisional.views.CommonNavigator$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.common.navigator.internal.views.InstanceSchedulingRule" ref="3" impl="0" subclass="0" instantiate="3"></class><class name="org.eclipse.wst.common.navigator.internal.views.filters.ExtensionFilterViewerRegistry" ref="9" impl="0" subclass="0" instantiate="1"><method name="getNavigatorFilters" desc="()Ljava/util/Map;" ref="1"/><method name="getExtensionFilterDescriptors" desc="(Ljava/lang/String;)Ljava/util/List;" ref="1"/><method name="getAllDescriptors" desc="(Ljava/lang/String;)[Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterDescriptor;" ref="1"/><method name="getActiveDescriptors" desc="(Ljava/lang/String;)[Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterDescriptor;" ref="1"/><method name="getActivationManager" desc="()Lorg/eclipse/wst/common/navigator/internal/views/filters/ExtensionFilterActivationManager;" ref="1"/></class><class name="org.eclipse.wst.common.navigator.internal.views.extensions.NavigatorRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="(Lorg/eclipse/core/runtime/IExtensionRegistry;Lorg/eclipse/wst/common/navigator/internal/views/extensions/NavigatorRegistry;)V" ref="1"/></class></plugin><plugin id="org.eclipse.jst.ws.axis.consumption.core"><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.AxisDeployCommand$1$DeployTask" ref="1" impl="0" subclass="0" instantiate="1"><method name="setXmlFile" desc="(Ljava/io/File;)V" ref="1"/><method name="execute" desc="()V" ref="1"/><method name="setUrl" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.AxisDeployCommand" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter" ref="83" impl="0" subclass="0" instantiate="4"><method name="getMappings" desc="()Ljava/util/HashMap;" ref="3"/><method name="getProjectURL" desc="()Ljava/lang/String;" ref="2"/><method name="getServiceName" desc="()Ljava/lang/String;" ref="2"/><method name="setJavaFiles" desc="([Ljava/lang/String;)V" ref="1"/><method name="isSkeletonDeploy" desc="()Z" ref="1"/><method name="getStyle" desc="()Ljava/lang/String;" ref="2"/><method name="setServiceName" desc="(Ljava/lang/String;)V" ref="2"/><method name="setMethods" desc="(Ljava/util/Hashtable;)V" ref="2"/><method name="setDeploymentFiles" desc="([Ljava/lang/String;)V" ref="1"/><method name="getMethodString" desc="()Ljava/lang/String;" ref="1"/><method name="setProjectURL" desc="(Ljava/lang/String;)V" ref="2"/><method name="setUse" desc="(Ljava/lang/String;)V" ref="3"/><method name="getOutput" desc="()Ljava/lang/String;" ref="1"/><method name="getHTTPUsername" desc="()Ljava/lang/String;" ref="1"/><method name="setBeanName" desc="(Ljava/lang/String;)V" ref="2"/><method name="getOutputWsdlLocation" desc="()Ljava/lang/String;" ref="3"/><method name="getClasspath" desc="()Ljava/lang/String;" ref="1"/><method name="setNamespace" desc="(Ljava/lang/String;)V" ref="2"/><method name="setOutput" desc="(Ljava/lang/String;)V" ref="3"/><method name="setStyle" desc="(Ljava/lang/String;)V" ref="3"/><method name="setSkeletonDeploy" desc="(Z)V" ref="2"/><method name="setPortTypeName" desc="(Ljava/lang/String;)V" ref="2"/><method name="getDeploymentFiles" desc="()[Ljava/lang/String;" ref="3"/><method name="getMethods" desc="()Ljava/util/Hashtable;" ref="2"/><method name="getJavaOutput" desc="()Ljava/lang/String;" ref="3"/><method name="setHTTPPassword" desc="(Ljava/lang/String;)V" ref="2"/><method name="getHTTPPassword" desc="()Ljava/lang/String;" ref="1"/><method name="getServerSide" desc="()B" ref="1"/><method name="setMetaInfOnly" desc="(Z)V" ref="3"/><method name="getNamespace" desc="()Ljava/lang/String;" ref="1"/><method name="getUse" desc="()Ljava/lang/String;" ref="1"/><method name="getUrlLocation" desc="()Ljava/lang/String;" ref="2"/><method name="setUrlLocation" desc="(Ljava/lang/String;)V" ref="2"/><method name="getInputWsdlLocation" desc="()Ljava/lang/String;" ref="4"/><method name="setOutputWsdlLocation" desc="(Ljava/lang/String;)V" ref="3"/><method name="getPortTypeName" desc="()Ljava/lang/String;" ref="1"/><method name="setMappings" desc="(Ljava/util/HashMap;)V" ref="2"/><method name="setHTTPUsername" desc="(Ljava/lang/String;)V" ref="2"/><method name="isMetaInfOnly" desc="()Z" ref="1"/><method name="setInputWsdlLocation" desc="(Ljava/lang/String;)V" ref="5"/><method name="getBeanName" desc="()Ljava/lang/String;" ref="6"/><method name="setBeanPackage" desc="(Ljava/lang/String;)V" ref="1"/><method name="setClasspath" desc="(Ljava/lang/String;)V" ref="1"/><method name="setServerSide" desc="(B)V" ref="3"/><method name="setMethodString" desc="(Ljava/lang/String;)V" ref="1"/><method name="setJavaOutput" desc="(Ljava/lang/String;)V" ref="5"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.common.NameMappingUtils" ref="1" impl="0" subclass="0" instantiate="0"><method name="getPackageName" desc="(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;" ref="1"/><method name="xmlNameToJavaClass" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getPortName" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages" ref="11" impl="0" subclass="0" instantiate="0"><field name="MSG_ERROR_WSDL_JAVA_GENERATE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_PROJECT_URL_PARAM_NOT_SET" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_AXIS_DEPLOY" desc="Ljava/lang/String;" ref="2"/><field name="MSG_PARSING_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_MOVE_RESOURCE" desc="Ljava/lang/String;" ref="4"/><field name="MSG_ERROR_DEPLOY_FILE_PARAM_NOT_SET" desc="Ljava/lang/String;" ref="2"/><field name="MSG_AXIS_DEPLOY" desc="Ljava/lang/String;" ref="2"/><field name="MSG_ERROR_JAVA_WSDL_GENERATE" desc="Ljava/lang/String;" ref="1"/><field name="MSG_GENERATE_WSDL" desc="Ljava/lang/String;" ref="1"/><field name="MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET" desc="Ljava/lang/String;" ref="10"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.GeronimoAxisDeployCommand$1$DeployTask" ref="1" impl="0" subclass="0" instantiate="1"><method name="setXmlFile" desc="(Ljava/io/File;)V" ref="1"/><method name="execute" desc="()V" ref="1"/><method name="setUrl" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.GeronimoAxisDeployCommand" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.Java2WSDLCommand$1$Emitter" ref="1" impl="0" subclass="0" instantiate="1"><method name="setStyle" desc="(Ljava/lang/String;)V" ref="1"/><method name="setServiceElementName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setPortTypeName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setOutput" desc="(Ljava/io/File;)V" ref="1"/><method name="createClasspath" desc="()Lorg/apache/tools/ant/types/Path;" ref="1"/><method name="setMethods" desc="(Ljava/lang/String;)V" ref="1"/><method name="execute" desc="()V" ref="1"/><method name="setLocation" desc="(Ljava/lang/String;)V" ref="1"/><method name="setUse" desc="(Ljava/lang/String;)V" ref="1"/><method name="setImplClass" desc="(Ljava/lang/String;)V" ref="1"/><method name="addMapping" desc="(Lorg/apache/axis/tools/ant/wsdl/NamespaceMapping;)V" ref="1"/><method name="setClassName" desc="(Ljava/lang/String;)V" ref="1"/><method name="setNamespace" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.Java2WSDLCommand" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.jst.ws.internal.axis.consumption.core.plugin.WebServiceAxisConsumptionCorePlugin" ref="2" impl="0" subclass="0" instantiate="0"><method name="getStateLocation" desc="()Lorg/eclipse/core/runtime/IPath;" ref="2"/><method name="getInstance" desc="()Lorg/eclipse/jst/ws/internal/axis/consumption/core/plugin/WebServiceAxisConsumptionCorePlugin;" ref="2"/></class></plugin><plugin id="org.eclipse.wst.wsdl.ui"><class name="org.eclipse.wst.wsdl.ui.internal.viewers.widgets.AttributesTable$PropertyTableProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="getColumnText" desc="(Ljava/lang/Object;I)Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.FlatPageSection" ref="10" impl="0" subclass="1" instantiate="1"><method name="access$5" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Z" ref="1"/><method name="access$3" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Z" ref="1"/><method name="reflow" desc="()V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Z" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;" ref="2"/><method name="access$6" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Z" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Z" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/FlatPageSection;)Lorg/eclipse/swt/widgets/Control;" ref="2"/><method name="titleActivated" desc="()V" ref="1"/><field name="separator" desc="Lorg/eclipse/swt/widgets/Control;" ref="1"/><field name="header" desc="Lorg/eclipse/swt/widgets/Label;" ref="1"/><field name="descriptionLabel" desc="Lorg/eclipse/swt/widgets/Label;" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddBindingAction" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddPortCommand" ref="2" impl="0" subclass="0" instantiate="2"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="1"/><method name="run" desc="()V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.WSDLComponentViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.gef.util.figures.Interactor" ref="7" impl="0" subclass="0" instantiate="1"><method name="setBorder" desc="(Lorg/eclipse/draw2d/Border;)V" ref="1"/><method name="addMouseListener" desc="(Lorg/eclipse/draw2d/MouseListener;)V" ref="1"/><method name="setForegroundColor" desc="(Lorg/eclipse/swt/graphics/Color;)V" ref="1"/><method name="setVisible" desc="(Z)V" ref="1"/><method name="setExpanded" desc="(Z)V" ref="1"/><method name="isExpanded" desc="()Z" ref="2"/><method name="setBackgroundColor" desc="(Lorg/eclipse/swt/graphics/Color;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.EditNamespacesAction" ref="3" impl="0" subclass="0" instantiate="3"><method name="run" desc="()V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editpolicies.WSDLSelectionHandlesEditPolicyImpl" ref="6" impl="0" subclass="0" instantiate="2"><method name="setDragAndDropCommand" desc="(Lorg/eclipse/wst/wsdl/ui/internal/graph/editpolicies/WSDLDragAndDropCommand;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.PropertySectionDescriptorProviderRegistry" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.gef.util.editparts.MultiContentPaneEditPart" ref="1" impl="0" subclass="1" instantiate="1"><method name="deactivate" desc="()V" ref="1"/><method name="activate" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLEditor$OutlineTreeSelectionChangeListener" ref="2" impl="0" subclass="0" instantiate="1"><method name="connect" desc="(Lorg/eclipse/ui/views/contentoutline/IContentOutlinePage;)V" ref="1"/><method name="disconnect" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.InputOutputFaultViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddIOFAction" ref="3" impl="0" subclass="3" instantiate="3"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.ToggleControl$6" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddXSDSchemaCommand" ref="3" impl="0" subclass="0" instantiate="3"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="3"/><method name="run" desc="()V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddEEMenuActionContributor$AddNodeAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.NamespaceSection" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLHyperlinkDetector" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.widgets.ComponentNameComboHelper" ref="14" impl="0" subclass="6" instantiate="6"><method name="handleEventHelper" desc="(Lorg/w3c/dom/Element;Lorg/eclipse/swt/widgets/Event;)V" ref="4"/><method name="update" desc="(Ljava/lang/Object;)V" ref="4"/></class><class name="org.eclipse.wst.wsdl.ui.internal.gef.util.figures.RoundedLineBorder" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.xsd.XSDNodeReconciler" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ui.FlatViewUtility" ref="20" impl="0" subclass="0" instantiate="2"><method name="createComposite" desc="(Lorg/eclipse/swt/widgets/Composite;IZ)Lorg/eclipse/swt/widgets/Composite;" ref="5"/><method name="createTextField" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Text;" ref="3"/><method name="createComposite" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Composite;" ref="1"/><method name="createPushButton" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Button;" ref="3"/><method name="createLabel" desc="(Lorg/eclipse/swt/widgets/Composite;ILjava/lang/String;)Lorg/eclipse/swt/widgets/Label;" ref="7"/><method name="access$1" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/ui/FlatViewUtility;)I" ref="1"/><method name="createCComboBox" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/custom/CCombo;" ref="5"/><method name="updateFlatPageHeaderTitle" desc="(Ljava/lang/String;)V" ref="3"/><method name="createHorizontalFiller" desc="(Lorg/eclipse/swt/widgets/Composite;I)Lorg/eclipse/swt/widgets/Label;" ref="1"/><method name="getBackgroundColor" desc="()Lorg/eclipse/swt/graphics/Color;" ref="1"/><method name="createLabel" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Label;" ref="1"/><method name="createFlatPageHeader" desc="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Composite;" ref="4"/><method name="access$0" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/ui/FlatViewUtility;)Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.PartSectionDescriptor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddBindingInputAction" ref="3" impl="0" subclass="0" instantiate="3"><method name="run" desc="()V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddWSISchemaImportAction$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.NameUtil" ref="18" impl="0" subclass="0" instantiate="0"><method name="getUsedServiceNames" desc="(Lorg/eclipse/wst/wsdl/Definition;)Ljava/util/List;" ref="1"/><method name="buildUniqueFaultName" desc="(Lorg/eclipse/wst/wsdl/Operation;)Ljava/lang/String;" ref="2"/><method name="buildUniqueBindingName" desc="(Lorg/eclipse/wst/wsdl/Definition;Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getUsedPortTypeNames" desc="(Lorg/eclipse/wst/wsdl/Definition;)Ljava/util/List;" ref="2"/><method name="buildUniqueOperationName" desc="(Lorg/eclipse/wst/wsdl/PortType;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="buildUniquePrefix" desc="(Lorg/eclipse/wst/wsdl/Definition;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="buildUniquePortTypeName" desc="(Lorg/eclipse/wst/wsdl/Definition;Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="getUsedFaultNames" desc="(Lorg/eclipse/wst/wsdl/Operation;)Ljava/util/List;" ref="1"/><method name="buildUniqueInputName" desc="(Lorg/eclipse/wst/wsdl/PortType;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="3"/><method name="buildUniqueOperationName" desc="(Lorg/eclipse/wst/wsdl/PortType;)Ljava/lang/String;" ref="2"/><method name="buildUniqueMessageName" desc="(Lorg/eclipse/wst/wsdl/Definition;Ljava/lang/String;)Ljava/lang/String;" ref="4"/><method name="buildUniqueServiceName" desc="(Lorg/eclipse/wst/wsdl/Definition;)Ljava/lang/String;" ref="2"/><method name="buildUniquePortName" desc="(Lorg/eclipse/wst/wsdl/Service;Ljava/lang/String;)Ljava/lang/String;" ref="2"/><method name="buildUniqueFaultName" desc="(Lorg/eclipse/wst/wsdl/Operation;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getUsedPartNames" desc="(Lorg/eclipse/wst/wsdl/Message;)Ljava/util/List;" ref="1"/><method name="buildUniqueMessageName" desc="(Lorg/eclipse/wst/wsdl/Definition;Lorg/eclipse/wst/wsdl/MessageReference;)Ljava/lang/String;" ref="4"/><method name="getUsedOperationNames" desc="(Lorg/eclipse/wst/wsdl/PortType;)Ljava/util/List;" ref="1"/><method name="getUniqueNameHelper" desc="(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;" ref="1"/><method name="getUsedMessageNames" desc="(Lorg/eclipse/wst/wsdl/Definition;)Ljava/util/List;" ref="2"/><method name="getUsedBindingNames" desc="(Lorg/eclipse/wst/wsdl/Definition;)Ljava/util/List;" ref="1"/><method name="buildUniqueOutputName" desc="(Lorg/eclipse/wst/wsdl/PortType;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="3"/><method name="buildUniquePartName" desc="(Lorg/eclipse/wst/wsdl/Message;Ljava/lang/String;)Ljava/lang/String;" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$InputAdapter" ref="3" impl="0" subclass="1" instantiate="2"><method name="getProperty" desc="(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFilePage" ref="2" impl="0" subclass="0" instantiate="1"><method name="getFileName" desc="()Ljava/lang/String;" ref="1"/><method name="isPageComplete" desc="()Z" ref="1"/><method name="createNewFile" desc="()Lorg/eclipse/core/resources/IFile;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.FlatPageHeader$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.xsd.XSDPropertySourceProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.text.WSDLModelReconcileAdapter" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.BindingViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.dialogs.InvokeSetDialog" ref="4" impl="0" subclass="0" instantiate="4"><method name="run" desc="(Ljava/lang/Object;Lorg/eclipse/ui/IEditorPart;)V" ref="4"/><method name="setReferenceKind" desc="(Ljava/lang/String;)V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.model.WSDLGraphModelAdapterFactory$GraphFaultAdapter" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.ui.internal.extension.INodeReconciler" ref="3" impl="1" subclass="0" instantiate="0"><method name="notifyChanged" desc="(Ljava/lang/Object;Lorg/w3c/dom/Element;ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;I)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.GraphViewToolBar$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.ComponentViewerRootEditPart" ref="3" impl="0" subclass="0" instantiate="1"><method name="setInput" desc="(Ljava/lang/Object;)V" ref="1"/><method name="getModel" desc="()Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.WSDLDragReorderAction" ref="4" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.outline.WSDLContentOutlinePage" ref="9" impl="0" subclass="0" instantiate="0"><method name="getTreeViewer" desc="()Lorg/eclipse/jface/viewers/TreeViewer;" ref="2"/><field name="selectionManager" desc="Lorg/eclipse/wst/wsdl/ui/internal/WSDLSelectionManager;" ref="2"/><field name="wsdlEditor" desc="Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditor;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.CopyWSDLElementAction" ref="2" impl="0" subclass="0" instantiate="2"><method name="run" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.MessagesGroupConnectionManager" ref="4" impl="0" subclass="0" instantiate="1"><method name="getFirstPart" desc="(Lorg/eclipse/wst/wsdl/Message;)Lorg/eclipse/wst/wsdl/Part;" ref="1"/><field name="groupEditPart" desc="Lorg/eclipse/wst/wsdl/ui/internal/graph/editparts/GroupEditPart;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.extension.ITypeSystemProvider[]" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddServiceCommand" ref="1" impl="0" subclass="0" instantiate="1"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="1"/><method name="run" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.contentgenerator.ui.HttpBindingOptionsPage" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.ToggleControl$4" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.ViewMode" ref="8" impl="0" subclass="0" instantiate="1"><method name="addListener" desc="(Lorg/eclipse/wst/wsdl/ui/internal/graph/ViewMode$Listener;)V" ref="1"/><method name="isBindingVisible" desc="()Z" ref="2"/><method name="setBindingVisible" desc="(Z)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.refactor.actions.WSDLSelectionDispatchAction" ref="1" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLSelectionManager" ref="28" impl="0" subclass="0" instantiate="1"><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/ISelection;" ref="6"/><method name="addSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="6"/><method name="setSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;)V" ref="9"/><method name="removeSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="3"/><method name="setSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;Lorg/eclipse/jface/viewers/ISelectionProvider;)V" ref="3"/><field name="enableNotify" desc="Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.CreateDocActionDelegate$WSDLDocNewFolderMainPage" ref="3" impl="0" subclass="0" instantiate="1"><method name="createNewFolder" desc="()Lorg/eclipse/core/resources/IFolder;" ref="1"/><method name="isPageComplete" desc="()Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.ServiceViewer" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddTypesCommand" ref="3" impl="0" subclass="0" instantiate="3"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="3"/><method name="run" desc="()V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.WSDLComponentViewer$InternalContextMenuProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.SourcePageActionContributor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ReferenceManager$DefinitionAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.figures.MyConnectionRenderingHelper" ref="4" impl="0" subclass="0" instantiate="1"><method name="fillShapeHelper" desc="(Lorg/eclipse/draw2d/Graphics;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.visitor.PortTypeRenamer" ref="1" impl="0" subclass="0" instantiate="1"><method name="visitBindings" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.ElementContentFilterExtensionRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$PortAdapter" ref="3" impl="0" subclass="1" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.reconciler.SEDDocumentAdapter$DocumentAdapter" ref="2" impl="0" subclass="1" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.visitor.BaseRenamer" ref="3" impl="0" subclass="3" instantiate="3"><method name="visitBinding" desc="(Lorg/eclipse/wst/wsdl/Binding;)V" ref="1"/><method name="visitOutput" desc="(Lorg/eclipse/wst/wsdl/Output;)V" ref="1"/><method name="visitInput" desc="(Lorg/eclipse/wst/wsdl/Input;)V" ref="1"/><method name="visitFault" desc="(Lorg/eclipse/wst/wsdl/Fault;)V" ref="1"/><method name="visitPort" desc="(Lorg/eclipse/wst/wsdl/Port;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.GroupEditPart" ref="36" impl="0" subclass="0" instantiate="1"><method name="getConnectionManager" desc="()Lorg/eclipse/wst/wsdl/ui/internal/graph/editparts/IConnectionManager;" ref="2"/><method name="getPrevious" desc="()Lorg/eclipse/wst/wsdl/ui/internal/graph/editparts/GroupEditPart;" ref="3"/><method name="getDefinition" desc="()Lorg/eclipse/wst/wsdl/Definition;" ref="4"/><method name="getNext" desc="()Lorg/eclipse/wst/wsdl/ui/internal/graph/editparts/GroupEditPart;" ref="3"/><method name="getViewer" desc="()Lorg/eclipse/gef/EditPartViewer;" ref="1"/><method name="scrollToRevealInputConnection" desc="()V" ref="2"/><method name="setInputConnectionModelObject" desc="(Ljava/lang/Object;)V" ref="4"/><method name="getParent" desc="()Lorg/eclipse/gef/EditPart;" ref="1"/><method name="getInputConnectionModelObject" desc="()Ljava/lang/Object;" ref="2"/><method name="setEmphasizedModelObject" desc="(Ljava/lang/Object;)V" ref="5"/><method name="getEmphasizedModelObject" desc="()Ljava/lang/Object;" ref="3"/><method name="scrollToRevealEditPart" desc="(Lorg/eclipse/gef/EditPart;)V" ref="1"/><method name="getFigure" desc="()Lorg/eclipse/draw2d/IFigure;" ref="2"/><method name="getOutputConnectionModelObject" desc="()Ljava/lang/Object;" ref="5"/><method name="setOutputConnectionModelObject" desc="(Ljava/lang/Object;)V" ref="5"/><method name="scrollToEditPartHelper" desc="(Lorg/eclipse/gef/editparts/AbstractGraphicalEditPart;)V" ref="1"/><method name="scrollToRevealOutputConnection" desc="()V" ref="1"/><method name="getType" desc="()I" ref="2"/><field name="outerPane" desc="Lorg/eclipse/wst/xsd/ui/internal/gef/util/figures/ContainerFigure;" ref="1"/><field name="inputConnection" desc="Lorg/eclipse/gef/editparts/AbstractGraphicalEditPart;" ref="2"/><field name="outputConnection" desc="Lorg/eclipse/gef/editparts/AbstractGraphicalEditPart;" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.extension.INodeAssociationProvider" ref="4" impl="2" subclass="0" instantiate="0"><method name="getNode" desc="(Ljava/lang/Object;)Lorg/w3c/dom/Node;" ref="1"/><method name="getModelObject" desc="(Ljava/lang/Object;[Lorg/w3c/dom/Element;I[I)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$OperationAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.SetExistingComponentAction" ref="1" impl="0" subclass="0" instantiate="1"><method name="setReferenceKind" desc="(Ljava/lang/String;)V" ref="1"/><method name="setEnabled" desc="(Z)V" ref="1"/><method name="setEditor" desc="(Lorg/eclipse/ui/IEditorPart;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.PortTypeViewer" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.CreateDocActionDelegate$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.WSDLGraphViewer$InternalSelectionAdapter" ref="2" impl="0" subclass="0" instantiate="1"><method name="addSelectionChangedListener" desc="(Lorg/eclipse/jface/viewers/ISelectionChangedListener;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.widgets.ProtocolComponentControl" ref="6" impl="0" subclass="2" instantiate="2"><method name="initFields" desc="()V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.WSDLMenuActionContributor$OpenSchemaOnSelectionHelper" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ReferenceManager$BindingAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddOutputCommand" ref="4" impl="0" subclass="0" instantiate="5"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="2"/><method name="run" desc="()V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.ExtensibleEditPartFactory" ref="4" impl="0" subclass="0" instantiate="0"><method name="createEditPart" desc="(Lorg/eclipse/gef/EditPart;Ljava/lang/Object;)Lorg/eclipse/gef/EditPart;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/ui/internal/graph/editparts/ExtensibleEditPartFactory;" ref="4"/></class><class name="org.eclipse.wst.wsdl.ui.internal.xsd.XSDMenuActionContributor$XSDMenuExtensionListener" ref="1" impl="0" subclass="0" instantiate="1"><method name="contributeMenuActions" desc="(Lorg/eclipse/jface/action/IMenuManager;Lorg/w3c/dom/Node;Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.dialogs.types.WSDLComponentSelectionDialog" ref="4" impl="0" subclass="0" instantiate="1"><method name="create" desc="()V" ref="1"/><method name="open" desc="()I" ref="1"/><method name="setBlockOnOpen" desc="(Z)V" ref="1"/><method name="getSelection" desc="()Lorg/eclipse/wst/xsd/ui/internal/dialogs/types/xml/XMLComponentSpecification;" ref="1"/><method name="getSearchScope" desc="()Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.DocumentationSection" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.ExtensibilityItemTreeProviderRegistryReader" ref="1" impl="0" subclass="0" instantiate="1"><method name="readRegistry" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.WSDLEditorUtil" ref="45" impl="0" subclass="0" instantiate="0"><method name="setTypeSystemProvider" desc="(Lorg/eclipse/wst/wsdl/Definition;Lorg/eclipse/wst/wsdl/ui/internal/extension/ITypeSystemProvider;)V" ref="1"/><method name="getWSDLType" desc="(Lorg/w3c/dom/Element;)I" ref="3"/><method name="createQName" desc="(Lorg/eclipse/wst/wsdl/Definition;Ljava/lang/String;)Ljavax/xml/namespace/QName;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/ui/internal/util/WSDLEditorUtil;" ref="43"/><method name="getElementForObject" desc="(Ljava/lang/Object;)Lorg/w3c/dom/Element;" ref="24"/><method name="getTypeSystemProvider" desc="(Lorg/eclipse/wst/wsdl/Definition;)Lorg/eclipse/wst/wsdl/ui/internal/extension/ITypeSystemProvider;" ref="1"/><method name="getExtensibilityElementNodes" desc="(Lorg/eclipse/wst/wsdl/ExtensibleElement;)Ljava/util/List;" ref="5"/><method name="getNodeForObject" desc="(Ljava/lang/Object;)Lorg/w3c/dom/Node;" ref="6"/><method name="getModelGraphViewChildren" desc="(Ljava/lang/Object;)Ljava/util/List;" ref="2"/><method name="findModelObjectForElement" desc="(Lorg/eclipse/wst/wsdl/Definition;Lorg/w3c/dom/Element;)Ljava/lang/Object;" ref="12"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.GraphicsConstants" ref="2" impl="2" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.ui.internal.xsd.XSDModelAdapterContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.DeleteAction" ref="4" impl="0" subclass="0" instantiate="1"><method name="run" desc="()V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.WSDLTreeNodeEditPart" ref="22" impl="0" subclass="0" instantiate="1"><method name="setEmphasized" desc="(Z)V" ref="1"/><method name="getSelectionFigure" desc="()Lorg/eclipse/draw2d/IFigure;" ref="3"/><method name="isTopLevel" desc="()Z" ref="1"/><method name="getFigure" desc="()Lorg/eclipse/draw2d/IFigure;" ref="1"/><method name="getModel" desc="()Ljava/lang/Object;" ref="3"/><method name="setExpanded" desc="(Z)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.typesystem.ExtensibleTypeSystemProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.CreateWSDLElementHelper" ref="7" impl="0" subclass="0" instantiate="0"><method name="createFault" desc="(Lorg/eclipse/wst/wsdl/Operation;)Lorg/eclipse/wst/wsdl/Fault;" ref="1"/><method name="createInput" desc="(Lorg/eclipse/wst/wsdl/PortType;Lorg/eclipse/wst/wsdl/Operation;Ljava/lang/String;)Lorg/eclipse/wst/wsdl/Input;" ref="1"/><method name="createPart" desc="(Lorg/eclipse/wst/wsdl/Message;)Lorg/eclipse/wst/wsdl/Part;" ref="2"/><method name="createOperation" desc="(Lorg/eclipse/wst/wsdl/PortType;)Lorg/eclipse/wst/wsdl/Operation;" ref="1"/><method name="getPartInfo" desc="(Lorg/eclipse/wst/wsdl/WSDLElement;)Ljava/lang/String;" ref="5"/><method name="createService" desc="(Lorg/eclipse/wst/wsdl/Definition;)Lorg/eclipse/wst/wsdl/Service;" ref="1"/><method name="createOutput" desc="(Lorg/eclipse/wst/wsdl/PortType;Lorg/eclipse/wst/wsdl/Operation;)Lorg/eclipse/wst/wsdl/Output;" ref="1"/><field name="serviceName" desc="Ljava/lang/String;" ref="1"/><field name="PART_TYPE_OR_DEFINITION" desc="Ljava/lang/String;" ref="6"/><field name="faultName" desc="Ljava/lang/String;" ref="1"/><field name="portName" desc="Ljava/lang/String;" ref="1"/><field name="operationName" desc="Ljava/lang/String;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.ModelAdapterListener" ref="32" impl="13" subclass="0" instantiate="0"><method name="propertyChanged" desc="(Ljava/lang/Object;Ljava/lang/String;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.NotAvailableMessageEditPart" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.MessageViewer" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddEEMenuActionContributor$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.NamedComponentViewer" ref="11" impl="0" subclass="11" instantiate="11"><method name="handleEventHelper" desc="(Lorg/w3c/dom/Element;Lorg/eclipse/swt/widgets/Event;)V" ref="4"/><method name="populatePrimaryDetailsSection" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Composite;" ref="6"/><method name="update" desc="()V" ref="4"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.PartViewer" ref="4" impl="0" subclass="0" instantiate="1"><field name="referenceKindCombo" desc="Lorg/eclipse/swt/custom/CCombo;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddPartAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.text.WSDLModelAdapter" ref="6" impl="0" subclass="0" instantiate="5"><method name="getDefinition" desc="()Lorg/eclipse/wst/wsdl/Definition;" ref="5"/><method name="createDefinition" desc="(Lorg/w3c/dom/Element;)Lorg/eclipse/wst/wsdl/Definition;" ref="5"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.widgets.AttributesTable" ref="15" impl="0" subclass="0" instantiate="2"><method name="getControl" desc="()Lorg/eclipse/swt/widgets/Control;" ref="4"/><method name="setInput" desc="(Ljava/lang/Object;)V" ref="2"/><method name="refresh" desc="()V" ref="2"/><method name="resetCellEditors" desc="()V" ref="1"/><method name="updateCellEditors" desc="()V" ref="1"/><field name="propertySource" desc="Lorg/eclipse/ui/views/properties/IPropertySource;" ref="1"/><field name="editorPart" desc="Lorg/eclipse/ui/IEditorPart;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.ToggleControl$8" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.NameSectionDescriptor" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin" ref="130" impl="0" subclass="0" instantiate="0"><method name="setDefaultPage" desc="(Ljava/lang/String;)V" ref="1"/><method name="getImageDescriptor" desc="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" ref="2"/><method name="getShell" desc="()Lorg/eclipse/swt/widgets/Shell;" ref="11"/><method name="getImage" desc="(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Image;" ref="27"/><method name="getDependenciesChangedPolicy" desc="()I" ref="1"/><method name="getWorkbench" desc="()Lorg/eclipse/ui/IWorkbench;" ref="11"/><method name="getPropertyDescriptorProviderRegistry" desc="()Lorg/eclipse/wst/wsdl/ui/internal/extension/NSKeyedExtensionRegistry;" ref="1"/><method name="getDescriptor" desc="()Lorg/eclipse/core/runtime/IPluginDescriptor;" ref="1"/><method name="getDefaultPage" desc="()Ljava/lang/String;" ref="1"/><method name="getWSDLString" desc="(Ljava/lang/String;)Ljava/lang/String;" ref="92"/><method name="getWSDLEditorExtensionRegistry" desc="()Lorg/eclipse/wst/wsdl/ui/internal/extension/WSDLEditorExtensionRegistry;" ref="10"/><method name="getPluginPreferences" desc="()Lorg/eclipse/core/runtime/Preferences;" ref="2"/><method name="getWSDLString" desc="(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" ref="1"/><method name="getExtensiblityElementFilterRegistry" desc="()Lorg/eclipse/wst/wsdl/ui/internal/extension/NSKeyedExtensionRegistry;" ref="1"/><method name="getExtensibilityItemTreeProviderRegistry" desc="()Lorg/eclipse/wst/wsdl/ui/internal/extension/ExtensibilityItemTreeProviderRegistry;" ref="1"/><method name="getInstance" desc="()Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditorPlugin;" ref="55"/><method name="getPreferenceStore" desc="()Lorg/eclipse/jface/preference/IPreferenceStore;" ref="5"/><field name="DEPENDECIES_CHANGED_POLICY_RELOAD" desc="I" ref="1"/><field name="DEPENDECIES_CHANGED_POLICY_PROMPT" desc="I" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddOperationCommand" ref="4" impl="0" subclass="0" instantiate="4"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="2"/><method name="run" desc="()V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.ExtensibleDetailsViewerProvider" ref="2" impl="0" subclass="0" instantiate="1"><method name="getViewerKey" desc="(Ljava/lang/Object;)Ljava/lang/Object;" ref="1"/><method name="createViewer" desc="(Ljava/lang/Object;Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/ui/IEditorPart;)Lorg/eclipse/jface/viewers/Viewer;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.WSDLModelLocatorAdapterFactory$CustomWSDLModelLocator" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.editparts.IConnectionManager" ref="4" impl="1" subclass="0" instantiate="0"><method name="setSelectedModelObject" desc="(Ljava/lang/Object;)V" ref="1"/><method name="propagateBack" desc="(Ljava/lang/Object;)V" ref="1"/><method name="propagateForward" desc="(Ljava/lang/Object;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLGroupObject$MessageGroup" ref="2" impl="0" subclass="0" instantiate="1"><method name="addMessage" desc="(Lorg/eclipse/wst/wsdl/Message;)Z" ref="1"/><method name="getBaseName" desc="()Ljava/lang/String;" ref="1"/><method name="getMessages" desc="()Ljava/util/Vector;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$BindingInputAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.outline.WSDLContentOutlinePage$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddFaultAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.filter.ExtensiblityElementFilter" ref="5" impl="4" subclass="0" instantiate="0"><method name="isValidContext" desc="(Lorg/w3c/dom/Element;Ljava/lang/String;)Z" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.WSDLResourceUtil$InternalURIResolver" ref="1" impl="0" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ui.BorderPainter" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.model.WSDLGraphModelAdapterFactory$GraphPartAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.dialogs.types.WSDLComponentFinder" ref="2" impl="0" subclass="0" instantiate="1"><method name="setValidExtensions" desc="(Ljava/util/List;)V" ref="1"/><method name="getWorkbenchResourceComponents" desc="(I)Ljava/util/List;" ref="1"/><method name="setFile" desc="(Lorg/eclipse/core/resources/IFile;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.XSDSchemaLocationResolverImpl" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.validation.ValidateWSDLAction$ValidationOutcome" ref="5" impl="0" subclass="0" instantiate="1"><field name="isWSDLValid" desc="Z" ref="2"/><field name="isValid" desc="Z" ref="2"/><field name="hasMessages" desc="Z" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLGroupObject$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.xsd.XSDMenuActionContributor" ref="4" impl="0" subclass="0" instantiate="1"><field name="wsdlEditor" desc="Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditor;" ref="1"/><field name="currDocument" desc="Lorg/w3c/dom/Document;" ref="1"/><field name="currElement" desc="Lorg/w3c/dom/Element;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.gef.util.editpolicies.IDirectEditPolicyDelegate" ref="1" impl="1" subclass="0" instantiate="0"></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLHyperlink" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$ExtensibilityElementAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.ExtensibleMenuActionContributor" ref="4" impl="0" subclass="0" instantiate="2"><method name="contributeMenuActions" desc="(Lorg/eclipse/jface/action/IMenuManager;Lorg/w3c/dom/Node;Ljava/lang/Object;)V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.WSDLMenuActionContributor" ref="7" impl="0" subclass="0" instantiate="1"><method name="createSetPartMenu" desc="(Lorg/eclipse/wst/wsdl/Part;Lorg/w3c/dom/Element;Ljava/lang/String;Z)Lorg/eclipse/jface/action/MenuManager;" ref="1"/><method name="createSetMessageMenu" desc="(Lorg/eclipse/wst/wsdl/WSDLElement;Z)Lorg/eclipse/jface/action/MenuManager;" ref="1"/><method name="createSetPortTypeMenu" desc="(Lorg/eclipse/wst/wsdl/Binding;Z)Lorg/eclipse/jface/action/MenuManager;" ref="1"/><method name="createSetBindingMenu" desc="(Lorg/eclipse/wst/wsdl/Port;Lorg/w3c/dom/Element;Z)Lorg/eclipse/jface/action/MenuManager;" ref="1"/><field name="editorPart" desc="Lorg/eclipse/ui/IEditorPart;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.search.IWSDLSearchConstants" ref="1" impl="0" subclass="0" instantiate="0"><field name="MESSAGE_META_NAME" desc="Lorg/eclipse/wst/common/core/search/pattern/QualifiedName;" ref="1"/><field name="BINDING_META_NAME" desc="Lorg/eclipse/wst/common/core/search/pattern/QualifiedName;" ref="1"/><field name="PORT_TYPE_META_NAME" desc="Lorg/eclipse/wst/common/core/search/pattern/QualifiedName;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.AddPortTypeAction" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.ExtensibilityElementViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.SetNewComponentAction" ref="1" impl="0" subclass="0" instantiate="1"><method name="setReferenceKind" desc="(Ljava/lang/String;)V" ref="1"/><method name="setEnabled" desc="(Z)V" ref="1"/><method name="setEditor" desc="(Lorg/eclipse/ui/IEditorPart;)V" ref="1"/><method name="setImageDescriptor" desc="(Lorg/eclipse/jface/resource/ImageDescriptor;)V" ref="1"/><method name="setTypeKind" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLMultiPageEditorPart$2" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.PartSection" ref="2" impl="0" subclass="0" instantiate="1"><method name="setEditorPart" desc="(Lorg/eclipse/ui/IEditorPart;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.WSDLMenuListener" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ReferenceManager$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.WSDLGraphViewer" ref="18" impl="0" subclass="0" instantiate="1"><method name="setBackButtonEnabled" desc="(Z)V" ref="1"/><method name="setInput" desc="(Ljava/lang/Object;)V" ref="2"/><method name="getComponentViewer" desc="()Lorg/eclipse/wst/wsdl/ui/internal/graph/WSDLComponentViewer;" ref="6"/><method name="createControl" desc="(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;" ref="1"/><field name="editor" desc="Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditor;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFileOptionsPage$DelayedEvent" ref="2" impl="0" subclass="0" instantiate="1"><method name="getEvent" desc="()Lorg/eclipse/swt/events/ModifyEvent;" ref="1"/><method name="setEvent" desc="(Lorg/eclipse/swt/events/ModifyEvent;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.WSDLNodeAssociationProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$BindingFaultAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.model.WSDLGraphModelAdapterFactory$GraphTypesAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$DefinitionAdapter" ref="3" impl="0" subclass="1" instantiate="2"><method name="setTarget" desc="(Lorg/eclipse/emf/common/notify/Notifier;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.outline.ExtensibleOutlineProvider" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.CreateDocActionDelegate$GenHTMLOperation" ref="2" impl="0" subclass="0" instantiate="1"><method name="execute" desc="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" ref="1"/><method name="setOutputLocation" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.outline.ModelAdapterContentProvider" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.commands.AddMessageCommand" ref="6" impl="0" subclass="0" instantiate="7"><method name="getWSDLElement" desc="()Lorg/eclipse/wst/wsdl/WSDLElement;" ref="5"/><method name="run" desc="()V" ref="5"/><method name="setLocalName" desc="(Ljava/lang/String;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.ReferenceSection$3" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.ToggleControl" ref="31" impl="0" subclass="0" instantiate="1"><method name="access$8" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;)Ljava/lang/String;" ref="1"/><method name="setActiveCursor" desc="(Lorg/eclipse/swt/graphics/Cursor;)V" ref="1"/><method name="access$4" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;Z)V" ref="1"/><method name="access$0" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;I)V" ref="2"/><method name="access$7" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;)Ljava/lang/String;" ref="1"/><method name="addSelectionListener" desc="(Lorg/eclipse/swt/events/SelectionListener;)V" ref="1"/><method name="access$5" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;Z)V" ref="1"/><method name="access$3" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;)Z" ref="2"/><method name="setCursor" desc="(Lorg/eclipse/swt/graphics/Cursor;)V" ref="1"/><method name="setDecorationColor" desc="(Lorg/eclipse/swt/graphics/Color;)V" ref="1"/><method name="access$2" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;Z)V" ref="1"/><method name="toDisplay" desc="(Lorg/eclipse/swt/graphics/Point;)Lorg/eclipse/swt/graphics/Point;" ref="1"/><method name="access$1" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;)Z" ref="1"/><method name="setBackground" desc="(Lorg/eclipse/swt/graphics/Color;)V" ref="1"/><method name="setBounds" desc="(IIII)V" ref="1"/><method name="paint" desc="(Lorg/eclipse/swt/events/PaintEvent;)V" ref="1"/><method name="computeSize" desc="(IIZ)Lorg/eclipse/swt/graphics/Point;" ref="1"/><method name="getSelection" desc="()Z" ref="2"/><method name="setActiveDecorationColor" desc="(Lorg/eclipse/swt/graphics/Color;)V" ref="1"/><method name="getBounds" desc="()Lorg/eclipse/swt/graphics/Rectangle;" ref="1"/><method name="access$6" desc="(Lorg/eclipse/wst/wsdl/ui/internal/util/flatui/ToggleControl;)Lorg/eclipse/swt/graphics/Cursor;" ref="1"/><method name="redraw" desc="()V" ref="3"/></class><class name="org.eclipse.wst.wsdl.ui.internal.extension.NSKeyedExtensionRegistry$ExtensionInfo" ref="3" impl="0" subclass="2" instantiate="2"><method name="getObject" desc="(Ljava/lang/String;)Ljava/lang/Object;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.FlatPageHeader" ref="10" impl="0" subclass="0" instantiate="1"><method name="setLayout" desc="(Lorg/eclipse/swt/widgets/Layout;)V" ref="1"/><method name="setText" desc="(Ljava/lang/String;)V" ref="1"/><method name="setBackgroundImage" desc="(Lorg/eclipse/swt/graphics/Image;)V" ref="1"/><method name="widgetDisposed" desc="(Lorg/eclipse/swt/events/DisposeEvent;)V" ref="1"/><method name="handleMouseDown" desc="(Lorg/eclipse/swt/events/MouseEvent;)V" ref="1"/><method name="paintControl" desc="(Lorg/eclipse/swt/events/PaintEvent;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLEditorResourceChangeHandler$InternalPartListener" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.ReferenceManager$BindingOperationAdapter" ref="2" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.ReferenceSection$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.CopyGlobalAction" ref="2" impl="0" subclass="0" instantiate="2"></class><class name="org.eclipse.wst.wsdl.ui.internal.WSDLEditorResourceChangeHandler$InternalResourceChangeListener" ref="5" impl="0" subclass="0" instantiate="1"><method name="access$0" desc="(Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditorResourceChangeHandler$InternalResourceChangeListener;)Lorg/eclipse/wst/wsdl/ui/internal/WSDLEditorResourceChangeHandler;" ref="1"/><field name="isPending" desc="Z" ref="1"/><field name="list" desc="Ljava/util/List;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.WSDLElementUIAction" ref="1" impl="0" subclass="1" instantiate="1"><field name="modelAction" desc="Lorg/eclipse/wst/wsdl/ui/internal/commands/WSDLElementCommand;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.wizards.NamespaceTable$NamespaceNavigableTableViewer" ref="5" impl="0" subclass="0" instantiate="1"><method name="getSelection" desc="()Lorg/eclipse/jface/viewers/ISelection;" ref="1"/><method name="setCellEditors" desc="([Lorg/eclipse/jface/viewers/CellEditor;)V" ref="1"/><method name="setContentProvider" desc="(Lorg/eclipse/jface/viewers/IContentProvider;)V" ref="1"/><method name="setInput" desc="(Ljava/lang/Object;)V" ref="1"/><method name="getTable" desc="()Lorg/eclipse/swt/widgets/Table;" ref="1"/><method name="setLabelProvider" desc="(Lorg/eclipse/jface/viewers/IBaseLabelProvider;)V" ref="1"/><method name="setColumnProperties" desc="([Ljava/lang/String;)V" ref="1"/><method name="setSelection" desc="(Lorg/eclipse/jface/viewers/ISelection;)V" ref="1"/><method name="setCellModifier" desc="(Lorg/eclipse/jface/viewers/ICellModifier;)V" ref="1"/><method name="refresh" desc="()V" ref="2"/></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.WSDLGraphViewer$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.properties.section.ExtensiblityElementSection" ref="4" impl="0" subclass="0" instantiate="1"><field name="attributesTable" desc="Lorg/eclipse/wst/wsdl/ui/internal/viewers/widgets/AttributesTable;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.viewers.PortViewer" ref="3" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFileOptionsPage" ref="5" impl="0" subclass="0" instantiate="1"><method name="getCreateSkeletonBoolean" desc="()Z" ref="1"/><method name="isPageComplete" desc="()Z" ref="2"/><method name="getProtocol" desc="()Ljava/lang/String;" ref="1"/><method name="getPrefix" desc="()Ljava/lang/String;" ref="1"/><method name="getDefinitionName" desc="()Ljava/lang/String;" ref="1"/><method name="setPageComplete" desc="(Z)V" ref="1"/><method name="getTargetNamespace" desc="()Ljava/lang/String;" ref="1"/><method name="getProtocolOptions" desc="()[Ljava/lang/Object;" ref="1"/><method name="isSoapDocLiteralProtocol" desc="()Z" ref="1"/><method name="getNamespaceInfo" desc="()Ljava/util/Vector;" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.actions.GenerateBindingContentAction" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.validation.Validator" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.util.flatui.ToggleControl$1" ref="1" impl="0" subclass="0" instantiate="1"></class><class name="org.eclipse.wst.wsdl.ui.internal.graph.figures.ExpandableGraphNodeContentFigure" ref="1" impl="0" subclass="1" instantiate="1"><method name="createOutlinedArea" desc="(Lorg/eclipse/draw2d/IFigure;)V" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.parameters.AddBaseParameterCommand" ref="3" impl="0" subclass="3" instantiate="3"><field name="PART_ELEMENT" desc="I" ref="1"/></class><class name="org.eclipse.wst.wsdl.ui.internal.model.WSDLModelAdapterFactory$TypesAdapter" ref="3" impl="0" subclass="1&q