You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/16 01:53:28 UTC

[50/67] [abbrv] [partial] FLEX-33488 - Merge branch 'refs/heads/makeFlexUnitApacheReady' into develop

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4/.actionScriptProperties b/FlexUnit4/.actionScriptProperties
index 5a85667..78faebc 100644
--- a/FlexUnit4/.actionScriptProperties
+++ b/FlexUnit4/.actionScriptProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <actionScriptProperties analytics="false" mainApplicationPath="FlexUnit4.as" projectUUID="0b02d227-745f-4802-af78-1cf1b88d253c" version="6">
   <compiler additionalCompilerArguments="-keep-as3-metadata+=RunWith,BeforeClass,AfterClass,Before,After,Suite,Test,TestCase,Ignore,Theory,DataPoint,DataPoints,ArrayElementType,Rule,Parameters -define=CONFIG::useFlexClasses,true" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
     <compilerSourcePath/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/.flexLibProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4/.flexLibProperties b/FlexUnit4/.flexLibProperties
index 53caa7b..7af476b 100644
--- a/FlexUnit4/.flexLibProperties
+++ b/FlexUnit4/.flexLibProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <flexLibProperties includeAllClasses="false" version="1">
   <includeClasses>
     <classEntry path="flex.lang.reflect.Constructor"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/.gitignore
----------------------------------------------------------------------
diff --git a/FlexUnit4/.gitignore b/FlexUnit4/.gitignore
index 231419b..9d44188 100644
--- a/FlexUnit4/.gitignore
+++ b/FlexUnit4/.gitignore
@@ -1 +1,3 @@
 /.actionScriptProperties
+/in/
+/libs/

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/.project
----------------------------------------------------------------------
diff --git a/FlexUnit4/.project b/FlexUnit4/.project
index 2ea6968..679d27a 100644
--- a/FlexUnit4/.project
+++ b/FlexUnit4/.project
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <projectDescription>
 	<name>FlexUnit4</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml
index 713a6a4..de4b462 100644
--- a/FlexUnit4/build.xml
+++ b/FlexUnit4/build.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <project name="FlexUnit4Core" basedir="." default="package">
    <import file="${basedir}/../utils.xml" />
    <property environment="env" />
@@ -27,8 +43,13 @@
    <!-- Setup Flex Ant Resources -->
    <property name="FLEX_HOME" location="${env.FLEX_HOME}" />
    <property name="FLEX_COVER_HOME" location="${env.FLEX_COVER_HOME}" />
-   <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />
-
+	<taskdef resource="flexTasks.tasks" >
+		<classpath>
+			<pathelement location="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
+			<pathelement location="${FLEX_HOME}/lib/flexTasks.jar"/>
+		</classpath>
+	</taskdef>
+	
    <!-- Reusable macro for compile SWC variations -->
    <macrodef name="compile-swc">
       <attribute name="sdk" />
@@ -75,8 +96,12 @@
       <!-- Create properties file from .flexLibProperties -->
       <xslt in="${basedir}/.flexLibProperties" out="${bin.loc}/flexLib.properties" style="${basedir}/flexLibProperties.xsl" />
    </target>
+	
+    <target name="prebuild">
+		<ant antfile="${basedir}/downloads.xml" dir="${basedir}" />
+    </target>
 
-   <target name="compile" depends="init, compile-flex,compile-as3,as3-linker-check" />
+   <target name="compile" depends="init, prebuild, compile-flex,compile-as3,as3-linker-check" />
    
    <target name="compile-flex">
       <!-- Pull in class file list for compc -->

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/FlexUnit4.eap
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/FlexUnit4.eap b/FlexUnit4/docs/ea/FlexUnit4.eap
deleted file mode 100644
index d313f08..0000000
Binary files a/FlexUnit4/docs/ea/FlexUnit4.eap and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/FlexUnit4.ldb
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/FlexUnit4.ldb b/FlexUnit4/docs/ea/FlexUnit4.ldb
deleted file mode 100644
index c77b329..0000000
Binary files a/FlexUnit4/docs/ea/FlexUnit4.ldb and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1.htm
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1.htm b/FlexUnit4/docs/ea/html/EARoot/EA1.htm
deleted file mode 100644
index aea2239..0000000
--- a/FlexUnit4/docs/ea/html/EARoot/EA1.htm
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>FlexUnit4</title>
-<link href="../css/ea.css" rel="stylesheet" type="text/css" />
-<script>
-function initPage(src) {
-	if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
-		document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
-	else
-		parent.initPage(src);
-}
-</script>
-</head>
-<body onload="initPage(this);" class="Content">
-<div class="PageBody">
-	
-<img src="EA2.png" usemap="#EA2" border="0" />
-
-<MAP NAME="EA2">
-<area shape="rect" coords="276,48,406,128" href="./EA1/EA2/EA25.htm">
-<area shape="rect" coords="10,10,140,90" href="./EA1/EA1/EA8.htm">
-</MAP>
-
-	<div class="ObjectTitle">FlexUnit4 : logical diagram</div>
-	<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Created:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:27:10 PM</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Modified:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:53:32 PM</td>
-		</tr>
-		<tr style="padding-top: 10px;">
-			<td width="15%" class="ObjectDetailsTopic"><img src="../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="proj00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj01" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
-			<td width="85%" class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic"><img src="../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="adv00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">ID:</td>
-			<td width="85%" class="ObjectDetailsValue">{48DB00E3-5FA8-433f-A55D-F4A8D341E914}</td>
-		</tr>
-	</table>
-	
-</div>
- 
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA22.htm
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA22.htm b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA22.htm
deleted file mode 100644
index 915525a..0000000
--- a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA22.htm
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>utils</title>
-<link href="../../../../../../css/ea.css" rel="stylesheet" type="text/css" />
-<script>
-function initPage(src) {
-	if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
-		document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
-	else
-		parent.initPage(src);
-}
-</script>
-</head>
-<body onload="initPage(this);" class="Content">
-<div class="PageBody">
-	
-<img src="EA23.png" usemap="#EA23" border="0" />
-
-<MAP NAME="EA23">
-<area shape="rect" coords="10,10,357,258" href="EA24.htm">
-</MAP>
-
-	<div class="ObjectTitle">utils : logical diagram</div>
-	<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Created:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:27:11 PM</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Modified:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:27:11 PM</td>
-		</tr>
-		<tr style="padding-top: 10px;">
-			<td width="15%" class="ObjectDetailsTopic"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="proj00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj01" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
-			<td width="85%" class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="adv00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">ID:</td>
-			<td width="85%" class="ObjectDetailsValue">{10D3475F-527D-4d31-BF7E-9840E841362B}</td>
-		</tr>
-	</table>
-	
-</div>
- 
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA23.png
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA23.png b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA23.png
deleted file mode 100644
index 487fbca..0000000
Binary files a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA23.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA24.htm
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA24.htm b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA24.htm
deleted file mode 100644
index 48d82b9..0000000
--- a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA1/EA24.htm
+++ /dev/null
@@ -1,927 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>utils::MetadataTools</title>
-<link href="../../../../../../css/ea.css" rel="stylesheet" type="text/css" />
-<script>
-function initPage(src) {
-	if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
-		document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
-	else
-		parent.initPage(src);
-}
-</script>
-</head>
-<body onload="initPage(this);" class="Content">
-<div class="pageHeader"></div>
-<div class="PageBody">
-	<span class="ObjectTitle">MetadataTools  : public   class</span>
-	<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Created:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:27:11 PM</td>
-		</tr>
-		<tr>
-			<td class="ObjectDetailsTopic">Modified:</td>
-			<td class="ObjectDetailsValue">5/11/2009 4:27:11 PM</td>
-		</tr>
-		<tr style="height: 10px"><td colspan="2"></td></tr>
-		<tr>
-			<td class="ObjectDetailsTopic"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj00" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj01" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
-			<td class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr id="proj02" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Phase:</td>
-			<td class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr id="proj03" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Status:</td>
-			<td class="ObjectDetailsValue">Proposed</td>
-		</tr>
-		<tr id="proj04" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Complexity:</td>
-			<td class="ObjectDetailsValue">Easy</td>
-		</tr>
-		<tr>
-			<td class="ObjectDetailsTopic"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="adv00" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">UUID:</td>
-			<td class="ObjectDetailsValue">{61FA507F-6E14-4e8a-AD69-F9DFBD8DDE0D}</td>
-		</tr>
-		<tr id="adv01" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Appears In:</td>
-			<td class="ObjectDetailsValue"><a href="EA22.htm">utils</a></td>
-		</tr>
-	</table>
-	
-	<div class="TableGroup" id="TableGroup">
-		<ul class="ItemTitle">
-			<li onClick="parent.toggleItem('Operations');" id="OperationsTitle">Operations</li>
-		</ul>
-<div class="ItemBody" id="OperationsTable">
-	<table border="0" cellspacing="0" cellpadding="0" class="Table">
-		<tr>
-			<td width="40%" class="TableHeading">Operation</td>
-			<td width="60%" class="TableHeading">Details</td>
-		</tr>
-						<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>isClass</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{48D19591-20F2-43f7-AE67-6D9643246E0D}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{48D19591-20F2-43f7-AE67-6D9643246E0D}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{48D19591-20F2-43f7-AE67-6D9643246E0D}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{48D19591-20F2-43f7-AE67-6D9643246E0D}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{48D19591-20F2-43f7-AE67-6D9643246E0D}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{48D19591-20F2-43f7-AE67-6D9643246E0D}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>isInstance</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{C5D822D6-7CC6-48e2-8316-1B0AC99EC521}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>classExtends</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{86527D65-D427-41df-A3B6-7E0F579168FD}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{86527D65-D427-41df-A3B6-7E0F579168FD}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{86527D65-D427-41df-A3B6-7E0F579168FD}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{86527D65-D427-41df-A3B6-7E0F579168FD}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{86527D65-D427-41df-A3B6-7E0F579168FD}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{86527D65-D427-41df-A3B6-7E0F579168FD}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{ED1A545B-8C8E-459c-B469-B57E74166CBF}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{ED1A545B-8C8E-459c-B469-B57E74166CBF}" border="0" />className: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{ED1A545B-8C8E-459c-B469-B57E74166CBF}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{ED1A545B-8C8E-459c-B469-B57E74166CBF}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{ED1A545B-8C8E-459c-B469-B57E74166CBF}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{ED1A545B-8C8E-459c-B469-B57E74166CBF}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>classImplements</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{F2AE5E7D-5964-4610-8B9C-A3CC9F83549C}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}" border="0" />interfaceName: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{7B01BF12-4F82-439f-9EDB-6040E656C6D6}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getArgValueFromDescription</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{8AE16887-A4DD-4fca-9CE7-E5D07047812F}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}" border="0" />metadata: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{C392F9E5-D967-4b16-86C8-FCC08D91E9F0}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}" border="0" />key: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{D1CE95C4-19B7-4d7e-A699-0D9D8F9F1783}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):String
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getMethodsList</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{71979B3A-564B-4a84-B3D8-4FCF455B6953}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{71979B3A-564B-4a84-B3D8-4FCF455B6953}" border="0" />description: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{71979B3A-564B-4a84-B3D8-4FCF455B6953}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{71979B3A-564B-4a84-B3D8-4FCF455B6953}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{71979B3A-564B-4a84-B3D8-4FCF455B6953}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{71979B3A-564B-4a84-B3D8-4FCF455B6953}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):XMLList
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getMethodsDecoratedBy</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{EA865890-8760-4836-B0B2-60B803E9CAD9}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{EA865890-8760-4836-B0B2-60B803E9CAD9}" border="0" />methodList: XMLList</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{EA865890-8760-4836-B0B2-60B803E9CAD9}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EA865890-8760-4836-B0B2-60B803E9CAD9}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{EA865890-8760-4836-B0B2-60B803E9CAD9}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EA865890-8760-4836-B0B2-60B803E9CAD9}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{3C2AA927-3805-419a-ADE4-79407D025AF5}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{3C2AA927-3805-419a-ADE4-79407D025AF5}" border="0" />metadata: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{3C2AA927-3805-419a-ADE4-79407D025AF5}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{3C2AA927-3805-419a-ADE4-79407D025AF5}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{3C2AA927-3805-419a-ADE4-79407D025AF5}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{3C2AA927-3805-419a-ADE4-79407D025AF5}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):XMLList
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>classExtendsFromNode</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{D8422C27-73ED-4a39-A27F-4CBE5CC455D0}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{44EA8435-DF8E-42fb-83C9-287F3856D982}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{44EA8435-DF8E-42fb-83C9-287F3856D982}" border="0" />className: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{44EA8435-DF8E-42fb-83C9-287F3856D982}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{44EA8435-DF8E-42fb-83C9-287F3856D982}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{44EA8435-DF8E-42fb-83C9-287F3856D982}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{44EA8435-DF8E-42fb-83C9-287F3856D982}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>classImpementsNode</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{CC374C78-CA8D-4fb4-BC7E-97045A44C273}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}" border="0" />interfaceName: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EE7765A7-F283-41ea-B1EB-ABB9590BD1DF}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>nodeHasMetaData</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{3E074E23-F41A-4cdb-A00C-82985670EB83}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{3E074E23-F41A-4cdb-A00C-82985670EB83}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{3E074E23-F41A-4cdb-A00C-82985670EB83}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{3E074E23-F41A-4cdb-A00C-82985670EB83}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{3E074E23-F41A-4cdb-A00C-82985670EB83}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{3E074E23-F41A-4cdb-A00C-82985670EB83}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}" border="0" />metadata: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{21AE99EB-486A-43c3-ACEF-FB899B3E1006}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>doesMethodAcceptsParams</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{F109F541-86D6-4213-A51B-D86216F41D5F}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{F109F541-86D6-4213-A51B-D86216F41D5F}" border="0" />method: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{F109F541-86D6-4213-A51B-D86216F41D5F}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{F109F541-86D6-4213-A51B-D86216F41D5F}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{F109F541-86D6-4213-A51B-D86216F41D5F}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{F109F541-86D6-4213-A51B-D86216F41D5F}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getMethodReturnType</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}" border="0" />method: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{298A8A84-EC63-414f-83A5-B2D968B1CEA0}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):String
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>nodeMetaData</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{230E38FC-3B54-4b8e-81DE-5FD46C530CFE}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):XMLList
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getArgsFromFromNode</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{EBB12DE2-82F1-49f4-94D3-A3D3FA112BD9}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{9714F444-286C-4a42-A22F-B71BDA6D56C4}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{9714F444-286C-4a42-A22F-B71BDA6D56C4}" border="0" />metaDataName: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{9714F444-286C-4a42-A22F-B71BDA6D56C4}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{9714F444-286C-4a42-A22F-B71BDA6D56C4}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{9714F444-286C-4a42-A22F-B71BDA6D56C4}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{9714F444-286C-4a42-A22F-B71BDA6D56C4}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):XML
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>checkForValueInBlankMetaDataNode</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{400B8B45-288B-4d71-B62D-FE40F2705214}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{400B8B45-288B-4d71-B62D-FE40F2705214}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{400B8B45-288B-4d71-B62D-FE40F2705214}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{400B8B45-288B-4d71-B62D-FE40F2705214}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{400B8B45-288B-4d71-B62D-FE40F2705214}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{400B8B45-288B-4d71-B62D-FE40F2705214}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}" border="0" />metaDataName: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{9615415C-DAD9-4f6c-A186-0792E3CB9CDC}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{761C7421-4E77-4c3e-A276-B979040FF62E}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{761C7421-4E77-4c3e-A276-B979040FF62E}" border="0" />value: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{761C7421-4E77-4c3e-A276-B979040FF62E}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{761C7421-4E77-4c3e-A276-B979040FF62E}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{761C7421-4E77-4c3e-A276-B979040FF62E}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{761C7421-4E77-4c3e-A276-B979040FF62E}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):Boolean
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					<div class="ObjectDetailsNotes"><table>
-	<tr>
-		<td valign="top">
-			<i>Notes: </i><span style="margin-left: .4cm;"> </span>
-		</td>
-		<td>
-			upper/lower case issues
-		</td>
-	</tr>
-</table></div>
-
-				</td>
-			</tr>
-			<tr>
-				<td width="40%" class="TableRow">
-					<i>public static</i><br />
-					<strong>getArgValueFromMetaDataNode</strong>(<br />
-					<a href="#" onclick="parent.toggleData('param{FC79227D-3891-4433-B123-0E3FB87DAF79}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{FC79227D-3891-4433-B123-0E3FB87DAF79}" border="0" />node: XML</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{FC79227D-3891-4433-B123-0E3FB87DAF79}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{FC79227D-3891-4433-B123-0E3FB87DAF79}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{FC79227D-3891-4433-B123-0E3FB87DAF79}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{FC79227D-3891-4433-B123-0E3FB87DAF79}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{939ED049-A41B-42da-BC3F-72CF53CC8063}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{939ED049-A41B-42da-BC3F-72CF53CC8063}" border="0" />metaDataName: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{939ED049-A41B-42da-BC3F-72CF53CC8063}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{939ED049-A41B-42da-BC3F-72CF53CC8063}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{939ED049-A41B-42da-BC3F-72CF53CC8063}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{939ED049-A41B-42da-BC3F-72CF53CC8063}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-					<a href="#" onclick="parent.toggleData('param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}')" style="text-decoration: none; color: #000000;"><img src="../../../../../../images/plus03.gif" align="absmiddle" id="param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}" border="0" />key: String</a>, 
-					<table border="0" cellspacing="0" cellpadding="0" class="Table" style="padding: 4px 18px;">
-						<tr id="param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}00" style="display: none;">
-							<td width="50"><strong>Default:</strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}01" style="display: none;">
-							<td width="50"><strong>Kind:</strong></td>
-							<td>in</td>
-						</tr>
-						<tr id="param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}02" style="display: none;">
-							<td width="50"><strong>Stereotype: </strong></td>
-							<td></td>
-						</tr>
-						<tr id="param{674A00EA-EC4A-422f-8BCF-53BF430CA47A}03" style="display: none;">
-							<td width="50"></td>
-							<td></td>
-						</tr>
-					</table>
-):String
-				</td>
-				<td width="60%" class="TableRow">
-					<i>Sequential  </i>
-					<table>
-						<tr>
-							<td valign = "top"><i></i><span style="margin-left: .7cm;"> </span></td>
-							<td></td>
-						</tr>
-					</table>
-					<div class="ObjectDetailsNotes"><table>
-	<tr>
-		<td valign="top">
-			<i>Notes: </i><span style="margin-left: .4cm;"> </span>
-		</td>
-		<td>
-			Consider upper/lower case issues
-		</td>
-	</tr>
-</table></div>
-
-				</td>
-			</tr>
-
-		</table>
-</div>	</div>
-<div class="pageFooter"></div>
- 
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA14.htm
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA14.htm b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA14.htm
deleted file mode 100644
index f6c3bbb..0000000
--- a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA14.htm
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>reflect</title>
-<link href="../../../../../css/ea.css" rel="stylesheet" type="text/css" />
-<script>
-function initPage(src) {
-	if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
-		document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
-	else
-		parent.initPage(src);
-}
-</script>
-</head>
-<body onload="initPage(this);" class="Content">
-<div class="PageBody">
-	
-<img src="EA15.png" usemap="#EA15" border="0" />
-
-<MAP NAME="EA15">
-<area shape="rect" coords="791,115,1168,410" href="EA16.htm">
-<area shape="rect" coords="529,62,749,462" href="EA20.htm">
-<area shape="rect" coords="16,10,262,514" href="EA19.htm">
-<area shape="rect" coords="303,140,496,384" href="EA18.htm">
-<area shape="rect" coords="10,582,269,943" href="EA17.htm">
-</MAP>
-
-	<div class="ObjectTitle">reflect : logical diagram</div>
-	<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Created:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:27:11 PM</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Modified:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:53:30 PM</td>
-		</tr>
-		<tr style="padding-top: 10px;">
-			<td width="15%" class="ObjectDetailsTopic"><img src="../../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="proj00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj01" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
-			<td width="85%" class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic"><img src="../../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
-			<td width="85%" class="ObjectDetailsValue"></td>			
-		</tr>
-		<tr id="adv00" style="display: none;">
-			<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">ID:</td>
-			<td width="85%" class="ObjectDetailsValue">{E2DBAF9B-24D4-4aa7-A542-76799A710411}</td>
-		</tr>
-	</table>
-	
-</div>
- 
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA15.png
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA15.png b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA15.png
deleted file mode 100644
index c1f33b0..0000000
Binary files a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA15.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/6b1ac4aa/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA16.htm
----------------------------------------------------------------------
diff --git a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA16.htm b/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA16.htm
deleted file mode 100644
index 512709e..0000000
--- a/FlexUnit4/docs/ea/html/EARoot/EA1/EA1/EA1/EA1/EA16.htm
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title></title>
-<link href="../../../../../css/ea.css" rel="stylesheet" type="text/css" />
-<script>
-function initPage(src) {
-	if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
-		document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
-	else
-		parent.initPage(src);
-}
-</script>
-</head>
-<body onload="initPage(this);" class="Content">
-<div class="pageHeader"></div>
-<div class="PageBody">
-	<span class="ObjectTitle">  : public   umldiagram</span>
-	<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
-		<tr>
-			<td width="15%" class="ObjectDetailsTopic">Created:</td>
-			<td width="85%" class="ObjectDetailsValue">5/11/2009 4:32:03 PM</td>
-		</tr>
-		<tr>
-			<td class="ObjectDetailsTopic">Modified:</td>
-			<td class="ObjectDetailsValue">5/11/2009 4:32:05 PM</td>
-		</tr>
-		<tr style="height: 10px"><td colspan="2"></td></tr>
-		<tr>
-			<td class="ObjectDetailsTopic"><img src="../../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj00" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="proj01" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
-			<td class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr id="proj02" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Phase:</td>
-			<td class="ObjectDetailsValue">1.0</td>
-		</tr>
-		<tr id="proj03" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Status:</td>
-			<td class="ObjectDetailsValue">Proposed</td>
-		</tr>
-		<tr id="proj04" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Complexity:</td>
-			<td class="ObjectDetailsValue">Easy</td>
-		</tr>
-		<tr>
-			<td class="ObjectDetailsTopic"><img src="../../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
-			<td class="ObjectDetailsValue"></td>
-		</tr>
-		<tr id="adv00" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">UUID:</td>
-			<td class="ObjectDetailsValue">{7299746A-FD5E-4956-9930-917E8199947C}</td>
-		</tr>
-		<tr id="adv01" style="display: none;">
-			<td class="ObjectDetailsTopic" style="padding-left: 18px;">Appears In:</td>
-			<td class="ObjectDetailsValue"><a href="EA14.htm">reflect</a></td>
-		</tr>
-	</table>
-	
-<div class="pageFooter"></div>
- 
-</body>
-</html>
\ No newline at end of file