[Mapbender-commits] r5582 - in trunk/mapbender/test/tools/env-js: .
doc htmlparser jsl licenses rhino rhino/src
rhino/src/META-INF rhino/src/org rhino/src/org/mozilla
rhino/src/org/mozilla/javascript
rhino/src/org/mozilla/javascript/tools
rhino/src/org/mozilla/javascript/tools/envjs src src/common
src/console src/css src/css/jss-0-4 src/css/jss-0-4/js
src/css/jss-0-4/styles src/dom src/event src/html src/parser
src/platform src/platform/core src/platform/johnson
src/platform/rhino src/profile src/timer src/window src/xhr
src/xpath src/xslt src/xslt/ajaxslt-0.8.1
src/xslt/ajaxslt-0.8.1/test
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 20 10:39:07 EST 2010
Author: kmq
Date: 2010-02-20 10:39:06 -0500 (Sat, 20 Feb 2010)
New Revision: 5582
Added:
trunk/mapbender/test/tools/env-js/.gitignore
trunk/mapbender/test/tools/env-js/.project
trunk/mapbender/test/tools/env-js/Makefile
trunk/mapbender/test/tools/env-js/README
trunk/mapbender/test/tools/env-js/README.Refactor.txt
trunk/mapbender/test/tools/env-js/Rakefile
trunk/mapbender/test/tools/env-js/build.properties
trunk/mapbender/test/tools/env-js/build.xml
trunk/mapbender/test/tools/env-js/doc/
trunk/mapbender/test/tools/env-js/doc/jquery-compatibility.txt
trunk/mapbender/test/tools/env-js/htmlparser/
trunk/mapbender/test/tools/env-js/htmlparser/BrowserTreeBuilder.java
trunk/mapbender/test/tools/env-js/htmlparser/HtmlParser.java
trunk/mapbender/test/tools/env-js/htmlparser/HtmlParserModule.java
trunk/mapbender/test/tools/env-js/htmlparser/README
trunk/mapbender/test/tools/env-js/htmlparser/build.sh
trunk/mapbender/test/tools/env-js/jsl/
trunk/mapbender/test/tools/env-js/jsl/jsl
trunk/mapbender/test/tools/env-js/jsl/jsl.default.conf
trunk/mapbender/test/tools/env-js/jsl/jsl.exe
trunk/mapbender/test/tools/env-js/licenses/
trunk/mapbender/test/tools/env-js/licenses/GPL-LICENSE.txt
trunk/mapbender/test/tools/env-js/licenses/MIT-LICENSE.txt
trunk/mapbender/test/tools/env-js/rhino/
trunk/mapbender/test/tools/env-js/rhino/ant-launcher.jar
trunk/mapbender/test/tools/env-js/rhino/ant.jar
trunk/mapbender/test/tools/env-js/rhino/build.xml
trunk/mapbender/test/tools/env-js/rhino/jline-0.9.94.jar
trunk/mapbender/test/tools/env-js/rhino/js-1.7R2.jar
trunk/mapbender/test/tools/env-js/rhino/js.jar
trunk/mapbender/test/tools/env-js/rhino/src/
trunk/mapbender/test/tools/env-js/rhino/src/META-INF/
trunk/mapbender/test/tools/env-js/rhino/src/META-INF/MANIFEST.MF
trunk/mapbender/test/tools/env-js/rhino/src/org/
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Global.java
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Main.java
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Proxy.java
trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Window.java
trunk/mapbender/test/tools/env-js/src/
trunk/mapbender/test/tools/env-js/src/common/
trunk/mapbender/test/tools/env-js/src/common/__extend__.js
trunk/mapbender/test/tools/env-js/src/common/__setArray__.js
trunk/mapbender/test/tools/env-js/src/common/__trim__.js
trunk/mapbender/test/tools/env-js/src/common/intro.js
trunk/mapbender/test/tools/env-js/src/common/outro.js
trunk/mapbender/test/tools/env-js/src/console/
trunk/mapbender/test/tools/env-js/src/console/__global__.js
trunk/mapbender/test/tools/env-js/src/console/console.js
trunk/mapbender/test/tools/env-js/src/css/
trunk/mapbender/test/tools/env-js/src/css/__global__.js
trunk/mapbender/test/tools/env-js/src/css/htmlelement.js
trunk/mapbender/test/tools/env-js/src/css/jss-0-4.zip
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/changelog.txt
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/index.html
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jquery.js
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jss.js
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/test.js
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/readme.txt
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test.css
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test2.css
trunk/mapbender/test/tools/env-js/src/css/jss-0-4/test.html
trunk/mapbender/test/tools/env-js/src/css/properties.js
trunk/mapbender/test/tools/env-js/src/css/rule.js
trunk/mapbender/test/tools/env-js/src/css/sizzle.js
trunk/mapbender/test/tools/env-js/src/css/styledeclaration.js
trunk/mapbender/test/tools/env-js/src/css/stylesheet.js
trunk/mapbender/test/tools/env-js/src/dom/
trunk/mapbender/test/tools/env-js/src/dom/__global__.js
trunk/mapbender/test/tools/env-js/src/dom/attr.js
trunk/mapbender/test/tools/env-js/src/dom/cdatasection.js
trunk/mapbender/test/tools/env-js/src/dom/characterdata.js
trunk/mapbender/test/tools/env-js/src/dom/comment.js
trunk/mapbender/test/tools/env-js/src/dom/document.js
trunk/mapbender/test/tools/env-js/src/dom/documentfragment.js
trunk/mapbender/test/tools/env-js/src/dom/documenttype.js
trunk/mapbender/test/tools/env-js/src/dom/domexception.js
trunk/mapbender/test/tools/env-js/src/dom/domimplementation.js
trunk/mapbender/test/tools/env-js/src/dom/element.js
trunk/mapbender/test/tools/env-js/src/dom/entity.js
trunk/mapbender/test/tools/env-js/src/dom/entityreference.js
trunk/mapbender/test/tools/env-js/src/dom/namednodemap.js
trunk/mapbender/test/tools/env-js/src/dom/namespace.js
trunk/mapbender/test/tools/env-js/src/dom/node.js
trunk/mapbender/test/tools/env-js/src/dom/nodelist.js
trunk/mapbender/test/tools/env-js/src/dom/notation.js
trunk/mapbender/test/tools/env-js/src/dom/processinginstruction.js
trunk/mapbender/test/tools/env-js/src/dom/range.js
trunk/mapbender/test/tools/env-js/src/dom/text.js
trunk/mapbender/test/tools/env-js/src/dom/xmlserializer.js
trunk/mapbender/test/tools/env-js/src/event/
trunk/mapbender/test/tools/env-js/src/event/__global__.js
trunk/mapbender/test/tools/env-js/src/event/aspect.js
trunk/mapbender/test/tools/env-js/src/event/documentevent.js
trunk/mapbender/test/tools/env-js/src/event/event.js
trunk/mapbender/test/tools/env-js/src/event/eventexception.js
trunk/mapbender/test/tools/env-js/src/event/eventtarget.js
trunk/mapbender/test/tools/env-js/src/event/keyboardevent.js
trunk/mapbender/test/tools/env-js/src/event/mouseevent.js
trunk/mapbender/test/tools/env-js/src/event/mutationevent.js
trunk/mapbender/test/tools/env-js/src/event/uievent.js
trunk/mapbender/test/tools/env-js/src/html/
trunk/mapbender/test/tools/env-js/src/html/__global__.js
trunk/mapbender/test/tools/env-js/src/html/a.js
trunk/mapbender/test/tools/env-js/src/html/area.js
trunk/mapbender/test/tools/env-js/src/html/base.js
trunk/mapbender/test/tools/env-js/src/html/blockquote-q.js
trunk/mapbender/test/tools/env-js/src/html/body.js
trunk/mapbender/test/tools/env-js/src/html/button.js
trunk/mapbender/test/tools/env-js/src/html/canvas.js
trunk/mapbender/test/tools/env-js/src/html/col-colgroup.js
trunk/mapbender/test/tools/env-js/src/html/collection.js
trunk/mapbender/test/tools/env-js/src/html/cookie.js
trunk/mapbender/test/tools/env-js/src/html/del-ins.js
trunk/mapbender/test/tools/env-js/src/html/div.js
trunk/mapbender/test/tools/env-js/src/html/document.js
trunk/mapbender/test/tools/env-js/src/html/element.js
trunk/mapbender/test/tools/env-js/src/html/fieldset.js
trunk/mapbender/test/tools/env-js/src/html/form.js
trunk/mapbender/test/tools/env-js/src/html/frame.js
trunk/mapbender/test/tools/env-js/src/html/frameset.js
trunk/mapbender/test/tools/env-js/src/html/head.js
trunk/mapbender/test/tools/env-js/src/html/htmlevents.js
trunk/mapbender/test/tools/env-js/src/html/iframe.js
trunk/mapbender/test/tools/env-js/src/html/img.js
trunk/mapbender/test/tools/env-js/src/html/input-elements.js
trunk/mapbender/test/tools/env-js/src/html/input.js
trunk/mapbender/test/tools/env-js/src/html/keyboardevents.js
trunk/mapbender/test/tools/env-js/src/html/label.js
trunk/mapbender/test/tools/env-js/src/html/legend.js
trunk/mapbender/test/tools/env-js/src/html/link.js
trunk/mapbender/test/tools/env-js/src/html/map.js
trunk/mapbender/test/tools/env-js/src/html/meta.js
trunk/mapbender/test/tools/env-js/src/html/mouseevents.js
trunk/mapbender/test/tools/env-js/src/html/object.js
trunk/mapbender/test/tools/env-js/src/html/optgroup.js
trunk/mapbender/test/tools/env-js/src/html/option.js
trunk/mapbender/test/tools/env-js/src/html/p.js
trunk/mapbender/test/tools/env-js/src/html/param.js
trunk/mapbender/test/tools/env-js/src/html/script.js
trunk/mapbender/test/tools/env-js/src/html/select.js
trunk/mapbender/test/tools/env-js/src/html/style.js
trunk/mapbender/test/tools/env-js/src/html/table.js
trunk/mapbender/test/tools/env-js/src/html/tbody-thead-tfoot.js
trunk/mapbender/test/tools/env-js/src/html/td-th.js
trunk/mapbender/test/tools/env-js/src/html/textarea.js
trunk/mapbender/test/tools/env-js/src/html/title.js
trunk/mapbender/test/tools/env-js/src/html/tr.js
trunk/mapbender/test/tools/env-js/src/html/unknown.js
trunk/mapbender/test/tools/env-js/src/parser/
trunk/mapbender/test/tools/env-js/src/parser/__global__.js
trunk/mapbender/test/tools/env-js/src/parser/document.js
trunk/mapbender/test/tools/env-js/src/parser/domparser.js
trunk/mapbender/test/tools/env-js/src/parser/factory.js
trunk/mapbender/test/tools/env-js/src/parser/function_declarations.js
trunk/mapbender/test/tools/env-js/src/parser/functions_0.js
trunk/mapbender/test/tools/env-js/src/parser/functions_1.js
trunk/mapbender/test/tools/env-js/src/parser/functions_2.js
trunk/mapbender/test/tools/env-js/src/parser/functions_3.js
trunk/mapbender/test/tools/env-js/src/parser/functions_4.js
trunk/mapbender/test/tools/env-js/src/parser/functions_5.js
trunk/mapbender/test/tools/env-js/src/parser/functions_6.js
trunk/mapbender/test/tools/env-js/src/parser/htmldocument.js
trunk/mapbender/test/tools/env-js/src/parser/htmlelement.js
trunk/mapbender/test/tools/env-js/src/parser/htmlparser.backup.js
trunk/mapbender/test/tools/env-js/src/parser/htmlparser.js
trunk/mapbender/test/tools/env-js/src/parser/htmlparser.pretty.js
trunk/mapbender/test/tools/env-js/src/parser/prototypes.js
trunk/mapbender/test/tools/env-js/src/parser/string_declarations.js
trunk/mapbender/test/tools/env-js/src/parser/strings_0.js
trunk/mapbender/test/tools/env-js/src/parser/strings_1.js
trunk/mapbender/test/tools/env-js/src/parser/strings_2.js
trunk/mapbender/test/tools/env-js/src/parser/variable_declarations.js
trunk/mapbender/test/tools/env-js/src/parser/variables_0.js
trunk/mapbender/test/tools/env-js/src/platform/
trunk/mapbender/test/tools/env-js/src/platform/core/
trunk/mapbender/test/tools/env-js/src/platform/core/__global__.js
trunk/mapbender/test/tools/env-js/src/platform/core/console.js
trunk/mapbender/test/tools/env-js/src/platform/core/dom.js
trunk/mapbender/test/tools/env-js/src/platform/core/event.js
trunk/mapbender/test/tools/env-js/src/platform/core/html.js
trunk/mapbender/test/tools/env-js/src/platform/core/parser.js
trunk/mapbender/test/tools/env-js/src/platform/core/profile.js
trunk/mapbender/test/tools/env-js/src/platform/core/timer.js
trunk/mapbender/test/tools/env-js/src/platform/core/window.js
trunk/mapbender/test/tools/env-js/src/platform/core/xhr.js
trunk/mapbender/test/tools/env-js/src/platform/johnson/
trunk/mapbender/test/tools/env-js/src/platform/johnson/placeholder.txt
trunk/mapbender/test/tools/env-js/src/platform/rhino/
trunk/mapbender/test/tools/env-js/src/platform/rhino/__global__.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/console.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/dom.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/event.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/html.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/parser.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/profile.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/timer.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/window.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/xhr.js
trunk/mapbender/test/tools/env-js/src/platform/rhino/xslt.js
trunk/mapbender/test/tools/env-js/src/profile/
trunk/mapbender/test/tools/env-js/src/profile/profile.js
trunk/mapbender/test/tools/env-js/src/timer/
trunk/mapbender/test/tools/env-js/src/timer/__global__.js
trunk/mapbender/test/tools/env-js/src/timer/timer.js
trunk/mapbender/test/tools/env-js/src/window/
trunk/mapbender/test/tools/env-js/src/window/__global__.js
trunk/mapbender/test/tools/env-js/src/window/frame.js
trunk/mapbender/test/tools/env-js/src/window/history.js
trunk/mapbender/test/tools/env-js/src/window/navigator.js
trunk/mapbender/test/tools/env-js/src/window/screen.js
trunk/mapbender/test/tools/env-js/src/window/window.js
trunk/mapbender/test/tools/env-js/src/xhr/
trunk/mapbender/test/tools/env-js/src/xhr/__global__.js
trunk/mapbender/test/tools/env-js/src/xhr/document.js
trunk/mapbender/test/tools/env-js/src/xhr/form.js
trunk/mapbender/test/tools/env-js/src/xhr/location.js
trunk/mapbender/test/tools/env-js/src/xhr/xmlhttprequest.js
trunk/mapbender/test/tools/env-js/src/xpath/
trunk/mapbender/test/tools/env-js/src/xpath/__global__.js
trunk/mapbender/test/tools/env-js/src/xpath/expression.js
trunk/mapbender/test/tools/env-js/src/xpath/implementation.js
trunk/mapbender/test/tools/env-js/src/xpath/result.js
trunk/mapbender/test/tools/env-js/src/xslt/
trunk/mapbender/test/tools/env-js/src/xslt/COPYING
trunk/mapbender/test/tools/env-js/src/xslt/__global__.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/AUTHORS
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/ChangeLog
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/Makefile
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/README
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/TODO
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/simplelog.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath_script.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt_script.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/unittestsuite.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpathdebug.js
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.html
trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.js
trunk/mapbender/test/tools/env-js/src/xslt/implementation.js
trunk/mapbender/test/tools/env-js/src/xslt/processor.js
trunk/mapbender/test/tools/env-js/src/xslt/util.js
Log:
missing files for javascript testing
Added: trunk/mapbender/test/tools/env-js/.gitignore
===================================================================
--- trunk/mapbender/test/tools/env-js/.gitignore (rev 0)
+++ trunk/mapbender/test/tools/env-js/.gitignore 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,11 @@
+dist/env.*.*.*.js
+dist/env.rhino.*.*.*.js
+dist/env-js.*.jar
+*~
+rhino/build
+jshost
+htmlparser/gwt*
+htmlparser/html5
+htmlparser/build
+local_settings.js
+java_pid*
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/.project
===================================================================
--- trunk/mapbender/test/tools/env-js/.project (rev 0)
+++ trunk/mapbender/test/tools/env-js/.project 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>env-js</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.rubypeople.rdt.core.rubybuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.rubypeople.rdt.core.rubynature</nature>
+ </natures>
+</projectDescription>
Added: trunk/mapbender/test/tools/env-js/Makefile
===================================================================
--- trunk/mapbender/test/tools/env-js/Makefile (rev 0)
+++ trunk/mapbender/test/tools/env-js/Makefile 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,7 @@
+JAR = java -jar dist/env-js.jar
+
+test-rhino:
+ ant -emacs test
+
+run-rhino:
+ echo "load('dist/env.rhino.js');window.location='test/index.html';" | ${JAR}
Added: trunk/mapbender/test/tools/env-js/README
===================================================================
--- trunk/mapbender/test/tools/env-js/README (rev 0)
+++ trunk/mapbender/test/tools/env-js/README 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,113 @@
+env.js : A pure JavaScript browser environment.
+Developed by John Resig (http://ejohn.org)
+
+Major Contributers:
+Chris Thatcher (http://github.com/thatcher)
+
+GitHub repositories:
+http://github.com/jeresig/env-js/
+http://github.com/thatcher/env-js/
+
+Mailing List:
+http://groups.google.com/group/envjs
+
+Lighthouse (Bug Tracking):
+http://envjs.lighthouseapp.com/projects/21590-envjs/
+
+Build Status:
+http://runcoderun.com/thatcher/env-js
+
+Original blog post:
+http://ejohn.org/projects/bringing-the-browser-to-the-server/
+
+Rhino (Java-based JavaScript engine)
+http://www.mozilla.org/rhino/
+
+Getting the code:
+
+* Check the code out from git: git clone git://github.com/thatcher/env-js.git
+
+Building:
+* run "ant concat"
+* Creates a platform-agnostic "dist/env.js" file and a Rhino-specific "dist/env.rhino.js" file.
+
+Testing:
+* Checkout qunit: "git submodule update --init"
+* run "ant test"
+
+Java command line:
+
+env.rhino.js can be run either with a "generic" version of the Rhino
+library (js.jar), or with the repackaged/extended version of Rhino
+supplied with env.js (env-js.jar). If your application uses multiple
+windows, frames, or iframes, or if it depends on precise adherence to
+JavaScript object scoping in event handlers, you will have to use
+env-js.jar. Simple applications may be able to run with the generic
+version of Rhino.
+
+The command line used for testing env.js can be found in build.xml,
+although the general form is:
+ java -jar [jar file] [javascript file]
+Where "jar file" is either "dist/env-js.jar", "rhino/js.jar", or your
+local path to a different version of the Rhino js.jar file. The
+"javascript file" is the path to the JavaScript you wish to execute.
+
+Installing:
+1) Include the proper env.js file for your platform.
+ load('env.rhino.js'); //if in a Rhino script
+
+2) Tell env.js to load an HTML file from your file system that it should model:
+ Envjs("some/file.html");
+ or
+ var someWindow = window.open("some/file.html");
+ or
+ window.location = "some/file.html";
+
+ Optionally you can turn on/off settings by passing an options object:
+ Envjs("some/file.html", {log: function(msg){ console.debug(msg) }});
+
+3) Optionally trigger "document ready" events in one of these ways:
+
+4) Start processing of window(s)' event queue:
+ Envjs.wait();
+
+All together, the steps could be:
+
+ a) simplest method:
+ load('env.rhino.js');
+ Envjs("some/file.html");
+ Envjs.wait();
+
+ b) jQuery ready method:
+ load('env.rhino.js');
+ load('jquery-1.3.2.js');
+ Envjs("some/file.html");
+ load('some-code-that-sets-up-jquery-onready-behaviors.js')
+ jQuery.ready();
+ Envjs.wait();
+
+ c) Other JavaScript frameworks have their own methods of setup, but the general pattern is:
+ // step 1: load env.js
+ // optionally: load your framework(s)
+ // step 2: tell env.js the base DOM to model
+ // optionally: run any setup code for your framework(s0
+ // step 3: tell the framework that the document is loaded
+ // step 4: Envjs.wait();
+
+Note that env.js is currently limited to loading a single HTML page
+from the original window. If you are going to load multiple pages in
+succession into the same window, load the first into a new window
+object using window.open().
+
+Testing jQuery Compatibility:
+* run ./bin/test-jquery.sh 1.3.2
+* run ./bin/test-jquery.sh 1.3.1
+* run ./bin/test-jquery.sh 1.2.6
+* Checks out the given jQuery tag from Subversion into test/vendor/jQuery/[version],
+ moves dist/env.rhino.js into the correct location in their tree, and runs the test suites.
+
+Changes with new timer code:
+
+Previously with envjs, you could call Java's thread sleep() method to delay execution. This was mostly used in test suites. This may no
+longer work the same since it will inhibit all events from firing. You can now use the Envjs.wait(milliseconds) call to achieve an
+effect similar to calling sleep().
Added: trunk/mapbender/test/tools/env-js/README.Refactor.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/README.Refactor.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/README.Refactor.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,76 @@
+
+= envjs : pilot fish =
+
+ The goal for refactoring 1.1.rcX to 1.2.X was primarily to isolate and
+ organize the code into more independent areas, provide behavior driven testing
+ with tests that run on firefox for each module and it's dependencies.
+
+== src folder ==
+
+ The source files for this project are organized by the conventions described
+ below. All final sources are included here, including the massaged parser.
+ Platform developers are welcome to use the src/env/ folder to consider a new
+ platform.
+
+== specs folder ==
+
+ The 'specifications' are our best attempt at isolating some DOM Spec into
+ something we can measure via an existing implementation, namely Firefox, and
+ which also allow us to pass the same tests in a Platform.
+
+== a couple code conventions ==
+
+ * Page width <= 80
+ * 'Modules' are isolated as
+ var A,B,C;
+ (function(){
+ A = ...;
+ B = ...;
+ C = ...;
+ })();
+ * Modules depend on each other in some order. Many modules provide mix-ins to
+ enhance interfaces exposed in other modules. events.js for example, provide
+ dom 2 events for the dom.js module, adding addEventListener etc to the dom.
+ Here is the general hierarchy as proposed:
+
+ dom.js |->event.js |->html.js |->timer.js |->parser.js |->xhr.js |->window.js
+
+ all together we also include what we believe is a platform specific module
+ that describes the interfaces that must be implemented in a platform specific
+ api, and this lives in src/env/(core|rhino).
+ * Variable naming should be short but complete words.
+ * Module level internal functions should be prefixed and appended with __.
+ For example __example__.
+ * Build targets
+ > ant //(does all the following in order)
+ > ant env-platforms
+ > ant console-specs
+ > ant dom-specs
+ > ant event-specs
+ > ant html-specs
+ > ant timer-specs
+ > ant parser-specs
+ > ant xhr-specs
+ > ant window-specs
+
+== contributing tests with patches ==
+
+ Each module has a spec in env-js/test/spec. Most tests will run whether you
+ load them in the file:, http:, or https:, though once you get to xhr.js
+ the tests will fail for the 'file:' protocol in firefox because of
+ permissions. To run xhr.js and window.js specs, copy settings.js to
+ local_settings.js and run a local server to satisfy those urls included in
+ the spec.js;
+
+
+== platforms ==
+
+ Out of the box we have support for native platforms with rhino. A spidermonkey
+ port is also being widely used, and we hope to integrate into the main branch
+ or as a github plugin.
+
+
+
+
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/Rakefile
===================================================================
--- trunk/mapbender/test/tools/env-js/Rakefile (rev 0)
+++ trunk/mapbender/test/tools/env-js/Rakefile 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,11 @@
+# Ruby Rake file to allow automatic build testing on RunCodeRun.com
+
+task :default => [:test]
+
+task :test do
+ classpath = [
+ File.join(".", "rhino", "ant.jar"),
+ File.join(".", "rhino", "ant-launcher.jar")
+ ].join(File::PATH_SEPARATOR)
+ exec "java -cp #{classpath} org.apache.tools.ant.Main -emacs all"
+end
Added: trunk/mapbender/test/tools/env-js/build.properties
===================================================================
--- trunk/mapbender/test/tools/env-js/build.properties (rev 0)
+++ trunk/mapbender/test/tools/env-js/build.properties 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,10 @@
+
+PROJECT: env-js
+BUILD_MAJOR: 1
+BUILD_MINOR: 2
+BUILD_ID: 0.0
+BUILD_VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
+BUILD: ${PROJECT}.${BUILD_VERSION}
+VERSION: ${BUILD} ${DSTAMP}
+
+
Added: trunk/mapbender/test/tools/env-js/build.xml
===================================================================
--- trunk/mapbender/test/tools/env-js/build.xml (rev 0)
+++ trunk/mapbender/test/tools/env-js/build.xml 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,738 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Env" default="all" basedir=".">
+
+ <description>Builds, tests, and runs the project Env.</description>
+ <tstamp/>
+ <property file="build.properties"/>
+
+ <echo message="{"/>
+ <echo message=" 'BUILD_PROPERTIES': {"/>
+ <echo message=" 'PROJECT': '${PROJECT}',"/>
+ <echo message=" 'BUILD_MAJOR': '${BUILD_MAJOR}',"/>
+ <echo message=" 'BUILD_MINOR': '${BUILD_MINOR}',"/>
+ <echo message=" 'BUILD_ID': '${BUILD_ID}',"/>
+ <echo message=" 'BUILD_VERSION': '${BUILD_VERSION}',"/>
+ <echo message=" 'BUILD': '${BUILD}',"/>
+ <echo message=" 'VERSION': '${VERSION}'"/>
+ <echo message=" },"/>
+
+
+ <property name= "BASEDIR"
+ location="."
+ description="Base"/>
+ <property name= "SRC_DIR"
+ location="src"
+ description="Source Folder"/>
+ <property name="TOOLS_DIR"
+ location="tools"
+ description="Files for parsing etc." />
+ <property name="RHINO_JAR"
+ location="rhino/js.jar"
+ description="Rhino JS Engine"/>
+ <property name="PREFIX"
+ location="${basedir}/dist/"
+ description="Target parent folder for built files" />
+ <property name="DOCS_DIR"
+ location="${PREFIX}/docs"
+ description="Folder for docs target" />
+ <property name="TEST_DIR"
+ location="${PREFIX}/test"
+ description="Folder for test target" />
+ <property name="DIST_DIR"
+ location="${PREFIX}/"
+ description="Folder for concatenated, min, lite and packed target" />
+
+ <available property='HAS_LOCAL'
+ file='${BASEDIR}/local_settings.js' />
+
+ <echo message=" 'ENVIRONMENT':{"/>
+ <echo message=" 'BASEDIR': '${BASEDIR}',"/>
+ <echo message=" 'SRC_DIR': '${SRC_DIR}',"/>
+ <echo message=" 'TOOLS_DIR': '${TOOLS_DIR}',"/>
+ <echo message=" 'RHINO_JAR': '${RHINO_JAR}',"/>
+ <echo message=" 'PREFIX': '${PREFIX}',"/>
+ <echo message=" 'DOCS_DIR': '${DOCS_DIR}',"/>
+ <echo message=" 'TEST_DIR': '${TEST_DIR}',"/>
+ <echo message=" 'DIST_DIR': '${DIST_DIR}',"/>
+ <echo message=" 'HAS_LOCAL': '${HAS_LOCAL}'"/>
+ <echo message=" },"/>
+
+
+ <property name="CORE_DIST" location="${DIST_DIR}/platform/core.js" />
+ <property name="RHINO_DIST" location="${DIST_DIR}/platform/rhino.js" />
+ <property name="CONSOLE_DIST" location="${DIST_DIR}/console.js" />
+ <property name="DOM_DIST" location="${DIST_DIR}/dom.js" />
+ <property name="EVENT_DIST" location="${DIST_DIR}/event.js" />
+ <property name="TIMER_DIST" location="${DIST_DIR}/timer.js" />
+ <property name="HTML_DIST" location="${DIST_DIR}/html.js" />
+ <property name="PARSER_DIST" location="${DIST_DIR}/parser.js" />
+ <property name="XHR_DIST" location="${DIST_DIR}/xhr.js" />
+ <property name="CSS_DIST" location="${DIST_DIR}/css.js" />
+ <property name="WINDOW_DIST" location="${DIST_DIR}/window.js" />
+ <property name="ENV_DIST" location="${DIST_DIR}/env.js" />
+ <property name="ENV_RHINO" location="${DIST_DIR}/env.rhino.js"/>
+
+ <echo message=" 'DISTRIBUTABLES': {"/>
+ <echo message=" 'CORE_DIST': '${CORE_DIST}',"/>
+ <echo message=" 'RHINO_DIST': '${RHINO_DIST}',"/>
+ <echo message=" 'CONSOLE_DIST': '${CONSOLE_DIST}'"/>
+ <echo message=" 'DOM_DIST': '${DOM_DIST}'"/>
+ <echo message=" 'EVENT_DIST': '${EVENT_DIST}',"/>
+ <echo message=" 'TIMER_DIST': '${TIMER_DIST}',"/>
+ <echo message=" 'HTML_DIST': '${HTML_DIST}',"/>
+ <echo message=" 'PARSER_DIST': '${PARSER_DIST}',"/>
+ <echo message=" 'XHR_DIST': '${XHR_DIST}',"/>
+ <echo message=" 'CSS_DIST': '${CSS_DIST}',"/>
+ <echo message=" 'WINDOW_DIST': '${WINDOW_DIST}',"/>
+ <echo message=" 'ENV_DIST': '${ENV_DIST}',"/>
+ <echo message=" 'ENV_RHINO': '${ENV_RHINO}',"/>
+ <echo message=" }"/>
+ <echo message=" }"/>
+
+
+ <!-- BUILD TARGETS -->
+ <target name="all" depends="concat"/>
+
+ <target name="rhino">
+ <ant antfile="rhino/build.xml" target="all" inheritAll="false"/>
+ </target>
+
+
+ <target name='local-settings' unless='${HAS_LOCAL}'>
+ <copy file="${BASEDIR}/settings.js"
+ tofile="${BASEDIR}/local_settings.js"
+ overwrite='false'/>
+ </target>
+
+ <!-- BUILD ENV PLATFORM BINDINGS -->
+ <target name="env-platforms" depends='core-env, rhino-env-spec'/>
+
+ <!-- BUILD CORE ENV BINDINGS -->
+ <target name="core-env" >
+ <mkdir dir="${DIST_DIR}/platform" />
+ <echo message=""/>
+ <echo message="Building ${CORE_DIST}" />
+ <concat destfile="${CORE_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="core-env.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="platform/core/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/console.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/dom.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/event.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/html.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/timer.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/xhr.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/core/window.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${CORE_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD RHINO ENV BINDINGS -->
+ <target name="rhino-env">
+ <mkdir dir="${DIST_DIR}/platform" />
+ <echo message=""/>
+ <echo message="Building ${RHINO_DIST}" />
+ <concat destfile="${RHINO_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="rhino-env.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/console.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/dom.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/event.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/html.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/parser.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/timer.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/xhr.js" />
+ <fileset dir="${SRC_DIR}" includes="platform/rhino/window.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${RHINO_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST RHINO ENV BINDINGS -->
+ <target name='rhino-env-spec'
+ depends='rhino-env'
+ description='Test Rhino Env Specs'>
+ <echo message=""/>
+ <echo message="Executing Rhino Env Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/platform/rhino.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD CONSOLE IMPLEMENTATIOM -->
+ <target name="console" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${CONSOLE_DIST}" />
+ <concat destfile="${CONSOLE_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="console.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="console/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="console/console.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${CONSOLE_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST CONSOLE SPECIFICATION -->
+ <target name='console-spec'
+ depends='console'
+ description='Test Console Specs'>
+ <echo message=""/>
+ <echo message="Executing Console Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/console/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+
+ <!-- BUILD DOM IMPLEMENTATIOM -->
+ <target name="dom" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${DOM_DIST}" />
+ <concat destfile="${DOM_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="dom.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="dom/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/nodelist.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/namednodemap.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/node.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/namespace.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/characterdata.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/text.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/cdatasection.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/comment.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/documenttype.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/attr.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/element.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/domexception.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/documentfragment.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/processinginstruction.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/entity.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/entityreference.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/domimplementation.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/notation.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/range.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/document.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/domparser.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/xmlserializer.js" />
+ <fileset dir="${SRC_DIR}" includes="dom/location.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${DOM_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST DOM SPECIFICATION -->
+ <target name='dom-spec'
+ depends='dom'
+ description='Test DOM Specs'>
+ <echo message=""/>
+ <echo message="Executing DOM Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/dom/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD EVENT IMPLEMENTATIOM -->
+ <target name="event" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${EVENT_DIST}" />
+ <concat destfile="${EVENT_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="event.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="event/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="event/aspect.js" />
+ <fileset dir="${SRC_DIR}" includes="event/documentevent.js" />
+ <fileset dir="${SRC_DIR}" includes="event/eventtarget.js" />
+ <fileset dir="${SRC_DIR}" includes="event/event.js" />
+ <fileset dir="${SRC_DIR}" includes="event/uievent.js" />
+ <fileset dir="${SRC_DIR}" includes="event/mouseevent.js" />
+ <fileset dir="${SRC_DIR}" includes="event/keyboardevent.js" />
+ <fileset dir="${SRC_DIR}" includes="event/mutationevent.js" />
+ <fileset dir="${SRC_DIR}" includes="event/eventexception.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${EVENT_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST EVENT SPECIFICATION -->
+ <target name='event-spec'
+ depends='event'
+ description='Test Event Specs'>
+ <echo message=""/>
+ <echo message="Executing Event Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/event/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD TIMER IMPLEMENTATIOM -->
+ <target name="timer" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${TIMER_DIST}" />
+ <concat destfile="${TIMER_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="timer.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="timer/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="timer/timer.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${TIMER_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST TIMER SPECIFICATION -->
+ <target name='timer-spec'
+ depends='timer'
+ description='Test Timer Specs'>
+ <echo message=""/>
+ <echo message="Executing Timer Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/timer/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD HTML IMPLEMENTATIOM -->
+ <target name="html" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${HTML_DIST}" />
+ <concat destfile="${HTML_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="html.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="html/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__trim__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="html/document.js" />
+ <fileset dir="${SRC_DIR}" includes="html/htmlevents.js" />
+ <fileset dir="${SRC_DIR}" includes="html/keyboardevents.js" />
+ <fileset dir="${SRC_DIR}" includes="html/mouseevents.js" />
+ <fileset dir="${SRC_DIR}" includes="html/element.js" />
+ <fileset dir="${SRC_DIR}" includes="html/collection.js" />
+ <fileset dir="${SRC_DIR}" includes="html/input-elements.js" />
+ <!-- in alpha order, EXCEPT for dependencies -->
+ <fileset dir="${SRC_DIR}" includes="html/a.js" />
+ <fileset dir="${SRC_DIR}" includes="html/anchor.js" />
+ <fileset dir="${SRC_DIR}" includes="html/area.js" />
+ <fileset dir="${SRC_DIR}" includes="html/base.js" />
+ <fileset dir="${SRC_DIR}" includes="html/blockquote-q.js" />
+ <fileset dir="${SRC_DIR}" includes="html/body.js" />
+ <fileset dir="${SRC_DIR}" includes="html/button.js" />
+ <fileset dir="${SRC_DIR}" includes="html/canvas.js" />
+ <fileset dir="${SRC_DIR}" includes="html/col-colgroup.js" />
+ <fileset dir="${SRC_DIR}" includes="html/del-ins.js" />
+ <fileset dir="${SRC_DIR}" includes="html/div.js" />
+ <fileset dir="${SRC_DIR}" includes="html/legend.js" />
+ <fileset dir="${SRC_DIR}" includes="html/fieldset.js" />
+ <fileset dir="${SRC_DIR}" includes="html/form.js" />
+ <fileset dir="${SRC_DIR}" includes="html/frame.js" />
+ <fileset dir="${SRC_DIR}" includes="html/frameset.js" />
+ <fileset dir="${SRC_DIR}" includes="html/head.js" />
+ <fileset dir="${SRC_DIR}" includes="html/iframe.js" />
+ <fileset dir="${SRC_DIR}" includes="html/image.js" />
+ <fileset dir="${SRC_DIR}" includes="html/img.js" />
+ <fileset dir="${SRC_DIR}" includes="html/input.js" />
+ <fileset dir="${SRC_DIR}" includes="html/label.js" />
+ <fileset dir="${SRC_DIR}" includes="html/link.js" />
+ <fileset dir="${SRC_DIR}" includes="html/map.js" />
+ <fileset dir="${SRC_DIR}" includes="html/meta.js" />
+ <fileset dir="${SRC_DIR}" includes="html/object.js" />
+ <fileset dir="${SRC_DIR}" includes="html/optgroup.js" />
+ <fileset dir="${SRC_DIR}" includes="html/option.js" />
+ <fileset dir="${SRC_DIR}" includes="html/p.js" />
+ <fileset dir="${SRC_DIR}" includes="html/param.js" />
+ <fileset dir="${SRC_DIR}" includes="html/script.js" />
+ <fileset dir="${SRC_DIR}" includes="html/select.js" />
+ <fileset dir="${SRC_DIR}" includes="html/style.js" />
+ <fileset dir="${SRC_DIR}" includes="html/table.js" />
+ <fileset dir="${SRC_DIR}" includes="html/tbody-thead-tfoot.js" />
+ <fileset dir="${SRC_DIR}" includes="html/td-th.js" />
+ <fileset dir="${SRC_DIR}" includes="html/textarea.js" />
+ <fileset dir="${SRC_DIR}" includes="html/title.js" />
+ <fileset dir="${SRC_DIR}" includes="html/tr.js" />
+ <fileset dir="${SRC_DIR}" includes="html/unknown.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${HTML_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST HTML SPECIFICATION -->
+ <target name='html-spec'
+ depends='html'
+ description='Test HTML Specs'>
+ <echo message=""/>
+ <echo message="Executing HTML Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/html/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+
+ <!-- BUILD PARSER IMPLEMENTATIOM -->
+ <target name="parser" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${PARSER_DIST}" />
+ <concat destfile="${PARSER_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="parser.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="parser/__global__.js" />
+ <!--fileset dir="${SRC_DIR}" includes="parser/strings_0.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/strings_1.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/strings_2.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_0.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_1.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_2.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_3.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_4.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_5.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/functions_6.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/variables_0.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/prototypes.js" /-->
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <!--fileset dir="${SRC_DIR}" includes="parser/string_declarations.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/function_declarations.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/variable_declarations.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/factory.js" /-->
+ <fileset dir="${SRC_DIR}" includes="parser/htmlparser.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/domparser.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/document.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/htmldocument.js" />
+ <fileset dir="${SRC_DIR}" includes="parser/htmlelement.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${PARSER_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST PARSER SPECIFICATION -->
+ <target name='parser-spec'
+ depends='parser'
+ description='Test Parser Specs'>
+ <echo message=""/>
+ <echo message="Executing Parser Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/specs/parser/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD XMLHTTPREQUEST IMPLEMENTATIOM -->
+ <target name="xhr" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${XHR_DIST}" />
+ <concat destfile="${XHR_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="xhr.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="xhr/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__trim__.js" />
+ <fileset dir="${SRC_DIR}" includes="xhr/document.js" />
+ <fileset dir="${SRC_DIR}" includes="xhr/form.js" />
+ <fileset dir="${SRC_DIR}" includes="xhr/location.js" />
+ <fileset dir="${SRC_DIR}" includes="xhr/xmlhttprequest.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${XHR_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST XHR SPECIFICATION -->
+ <target name='xhr-spec'
+ depends='xhr, local-settings'
+ description='Test XMLHttpRequest Specs'>
+ <echo message=""/>
+ <echo message="Executing XMLHttpRequest Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/xhr/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <!-- BUILD CSS IMPLEMENTATIOM -->
+ <target name="css" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${CSS_DIST}" />
+ <concat destfile="${CSS_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="css.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="css/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__setArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="css/properties.js" />
+ <fileset dir="${SRC_DIR}" includes="css/rule.js" />
+ <fileset dir="${SRC_DIR}" includes="css/stylesheet.js" />
+ <fileset dir="${SRC_DIR}" includes="css/htmlelement.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${CSS_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST CSS SPECIFICATION -->
+ <target name='css-spec'
+ depends='css'
+ description='Test CSS Specs'>
+ <echo message=""/>
+ <echo message="Executing CSS Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/css/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+
+ <!-- BUILD WINDOW IMPLEMENTATIOM -->
+ <target name="window" depends="env-platforms">
+ <mkdir dir="${DIST_DIR}" />
+ <echo message=""/>
+ <echo message="Building ${WINDOW_DIST}" />
+ <concat destfile="${WINDOW_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="window.${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${SRC_DIR}" includes="window/__global__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/intro.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__extend__.js" />
+ <fileset dir="${SRC_DIR}" includes="common/__toArray__.js" />
+ <fileset dir="${SRC_DIR}" includes="window/frame.js" />
+ <fileset dir="${SRC_DIR}" includes="window/history.js" />
+ <fileset dir="${SRC_DIR}" includes="window/navigator.js" />
+ <fileset dir="${SRC_DIR}" includes="window/screen.js" />
+ <fileset dir="${SRC_DIR}" includes="window/window.js" />
+ <fileset dir="${SRC_DIR}" includes="common/outro.js" />
+ </concat>
+ <echo message="Finished Building ${WINDOW_DIST}"/>
+ <echo message=""/>
+ </target>
+
+ <!-- TEST WINDOW SPECIFICATION -->
+ <target name='window-spec'
+ depends='window, local-settings'
+ description='Test Window Specs'>
+ <echo message=""/>
+ <echo message="Executing Window Spec"/>
+ <java fork="true"
+ jar="${RHINO_JAR}"
+ failonerror="true">
+ <arg value="test/specs/window/boot.js"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <echo message=""/>
+ </target>
+
+ <target description="Main ENV build"
+ name="concat"
+ depends="dom-spec, event-spec, timer-spec,
+ html-spec, parser-spec, xhr-spec,
+ css-spec, window-spec">
+ <!-- CORE -->
+ <echo message="Building ${ENV_DIST}" />
+ <concat destfile="${ENV_DIST}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${DIST_DIR}" includes="platform/core.js" />
+ <fileset dir="${DIST_DIR}" includes="console.js" />
+ <fileset dir="${DIST_DIR}" includes="dom.js" />
+ <fileset dir="${DIST_DIR}" includes="event.js" />
+ <fileset dir="${DIST_DIR}" includes="timer.js" />
+ <fileset dir="${DIST_DIR}" includes="html.js" />
+ <fileset dir="${DIST_DIR}" includes="css.js" />
+ <fileset dir="${DIST_DIR}" includes="parser.js" />
+ <fileset dir="${DIST_DIR}" includes="xhr.js" />
+ <fileset dir="${DIST_DIR}" includes="window.js" />
+ </concat>
+ <echo message="${ENV_DIST} built." />
+
+ <!-- RHINO -->
+ <echo message="Building ${ENV_RHINO}" />
+ <concat destfile="${ENV_RHINO}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="env-${BUILD_VERSION}"/>
+ </replacetokens>
+ </filterchain>
+ <fileset dir="${DIST_DIR}" includes="platform/core.js" />
+ <fileset dir="${DIST_DIR}" includes="platform/rhino.js" />
+ <fileset dir="${DIST_DIR}" includes="console.js" />
+ <fileset dir="${DIST_DIR}" includes="dom.js" />
+ <fileset dir="${DIST_DIR}" includes="event.js" />
+ <fileset dir="${DIST_DIR}" includes="timer.js" />
+ <fileset dir="${DIST_DIR}" includes="html.js" />
+ <fileset dir="${DIST_DIR}" includes="css.js" />
+ <fileset dir="${DIST_DIR}" includes="parser.js" />
+ <fileset dir="${DIST_DIR}" includes="xhr.js" />
+ <fileset dir="${DIST_DIR}" includes="window.js" />
+ </concat>
+ <echo message="${ENV_RHINO} built." />
+ </target>
+
+ <target name="test" description="Run the tests">
+ <java fork="true" jar="${DIST_DIR}/env-js.jar" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="envjs"/>
+ <arg value="primary-tests"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <java fork="true" jar="${DIST_DIR}/env-js.jar" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="envjs"/>
+ <arg value="call-load-test"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <java fork="true" jar="${DIST_DIR}/env-js.jar" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="envjs"/>
+ <arg value="prototype-test"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <java fork="true" jar="${RHINO_JAR}" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="rhino"/>
+ <arg value="primary-tests"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <java fork="true" jar="${RHINO_JAR}" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="rhino"/>
+ <arg value="call-load-test"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ <java fork="true" jar="${RHINO_JAR}" failonerror="true">
+ <arg value="-opt"/>
+ <arg value="-1"/>
+ <arg value="test/test.js"/>
+ <arg value="rhino"/>
+ <arg value="prototype-test"/>
+ <jvmarg value="-Dfile.encoding=utf-8"/>
+ <jvmarg value="-Xmx256m"/>
+ </java>
+ </target>
+
+</project>
Added: trunk/mapbender/test/tools/env-js/doc/jquery-compatibility.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/doc/jquery-compatibility.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/doc/jquery-compatibility.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,105 @@
+== Testing Methodology ==
+1) Either grab Thatcher's branch for the given date, or make sure your branch
+ is up to date with all his patches for that date. (github.com/thatcher/env-js)
+
+2) Run ./bin/test-jquery.sh $VERSION for each version: 1.3.2, 1.3.1, and 1.2.6.
+
+3) Record the number of tests passed/failed/errors reported via the command line.
+
+4) If running a given version of jQuery for the first time, then:
+ a) cd ./test/vendor/jQuery/$VERSION/test
+ b) open index.html in Firefox
+ c) let the tests run to completion
+ d) note the total number of tests at the bottom of the page
+ e) subtract the number of tests passed & failed from this total
+ f) the result is the number of tests that were not ran because
+ of exceptions halting the execution of a test file
+
+5) Note the date and your email here.
+
+
+== 2009-08-18: thatcher.christopher at gmail.com ==
+(ran against github.com/thatcher/env-js)
+
+jQuery 1.3.2:
+* 1346 tests of 1471 passed, 125 failed.
+
+== 2009-08-18: thatcher.christopher at gmail.com ==
+(ran against github.com/thatcher/env-js)
+
+jQuery 1.3.2:
+* 1308 tests of 1472 passed, 164 failed.
+
+== 2009-05-08: larry.karnowski at gmail.com ==
+(ran against github.com/thatcher/env-js)
+
+jQuery 1.3.2:
+* 996 Passed, 91 Failed, 47 Errors [an improvement of 153 passes and 4 less errors!]
+* 1135 total assertions when ran from command line
+* 1358 total assertions when ran in Firefox
+* so 223 assertions didn't run due to exceptions [an improvement of 10]
+
+jQuery 1.3.1:
+* 912 Passed, 114 Failed, 48 Errors [an improvement of 158!]
+* 1077 total assertions when ran from command line [an improvement of 51]
+* 1302 total assertions when ran in Firefox
+* so 225 assertions didn't run due to exceptions
+
+jQuery 1.2.6:
+* 784 Passed, 119 Failed, 0 Errors [an improvement of 21]
+* 911 total tests from command line [total above is only 903; where did the other 8 go?]
+* 1124 total tests when ran in Firefox
+* so 213 tests didn't run due to exceptions [same as before]
+
+== 2009-04-10: larry.karnowski at gmail.com ==
+(ran against github.com/karnowski/env-js)
+(after changing testrunner not to blow up on JavaScript exceptions)
+
+jQuery 1.3.2:
+* 843 Passed, 223 Failed, 51 Errors
+* 1117 total assertions when ran from command line
+* 1358 total assertions when ran in Firefox
+* so 241 assertions didn't run due to exceptions [an improvement of 708!]
+
+jQuery 1.3.1:
+* 754 Passed, 221 Failed, 51 Errors
+* 1026 total assertions when ran from command line
+* 1302 total assertions when ran in Firefox
+* so 276 assertions didn't run due to exceptions [an improvement of 620!]
+
+jQuery 1.2.6:
+* 763 Passed, 142 Failed, 0 Errors
+* 911 total tests from command line
+* 1124 total tests when ran in Firefox
+* so 213 tests didn't run due to exceptions [same as before]
+
+
+== 2009-04-02: larry.karnowski at gmail.com ==
+
+jQuery 1.3.2:
+* 352 Passed, 57 Failed
+* 1358 total tests
+* so 949 tests didn't run due to exceptions
+
+jQuery 1.3.1:
+* 350 Passed, 56 Failed [1 worse than before]
+* 1302 total tests
+* so 896 tests didn't run due to exceptions
+
+jQuery 1.2.6:
+* 763 Passed, 142 Failed [1 worse than before]
+* 1124 total tests
+* so 219 tests didn't run due to exceptions [6 worse than before]
+
+
+== 2009-02-17: larry.karnowski at gmail.com ==
+
+jQuery 1.3.1:
+* 351 Passed, 55 Failed
+* 1302 total tests
+* so 896 tests didn't run due to exceptions
+
+jQuery 1.2.6:
+* 764 Passed, 147 Failed
+* 1124 total tests
+* so 213 tests didn't run due to exceptions
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/htmlparser/BrowserTreeBuilder.java
===================================================================
--- trunk/mapbender/test/tools/env-js/htmlparser/BrowserTreeBuilder.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/htmlparser/BrowserTreeBuilder.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,456 @@
+/*
+ * Copyright (c) 2007 Henri Sivonen
+ * Copyright (c) 2008-2009 Mozilla Foundation
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+package nu.validator.htmlparser.gwt;
+
+import java.util.LinkedList;
+
+import nu.validator.htmlparser.common.DocumentMode;
+import nu.validator.htmlparser.impl.CoalescingTreeBuilder;
+import nu.validator.htmlparser.impl.HtmlAttributes;
+
+import org.xml.sax.SAXException;
+
+import com.google.gwt.core.client.JavaScriptException;
+import com.google.gwt.core.client.JavaScriptObject;
+
+class BrowserTreeBuilder extends CoalescingTreeBuilder<JavaScriptObject> {
+
+ private JavaScriptObject document;
+
+ private JavaScriptObject script;
+
+ private JavaScriptObject placeholder;
+
+ private boolean readyToRun;
+
+ private final LinkedList<ScriptHolder> scriptStack = new LinkedList<ScriptHolder>();
+
+ private class ScriptHolder {
+ private final JavaScriptObject script;
+
+ private final JavaScriptObject placeholder;
+
+ /**
+ * @param script
+ * @param placeholder
+ */
+ public ScriptHolder(JavaScriptObject script,
+ JavaScriptObject placeholder) {
+ this.script = script;
+ this.placeholder = placeholder;
+ }
+
+ /**
+ * Returns the script.
+ *
+ * @return the script
+ */
+ public JavaScriptObject getScript() {
+ return script;
+ }
+
+ /**
+ * Returns the placeholder.
+ *
+ * @return the placeholder
+ */
+ public JavaScriptObject getPlaceholder() {
+ return placeholder;
+ }
+ }
+
+ protected BrowserTreeBuilder(JavaScriptObject document) {
+ super();
+ this.document = document;
+ installExplorerCreateElementNS(document);
+ }
+
+ private static native boolean installExplorerCreateElementNS(
+ JavaScriptObject doc) /*-{
+ if (!doc.createElementNS) {
+ doc.createElementNS = function (uri, local) {
+ if ("http://www.w3.org/1999/xhtml" == uri) {
+ return doc.createElement(local);
+ } else if ("http://www.w3.org/1998/Math/MathML" == uri) {
+ if (!doc.mathplayerinitialized) {
+ var obj = document.createElement("object");
+ obj.setAttribute("id", "mathplayer");
+ obj.setAttribute("classid", "clsid:32F66A20-7614-11D4-BD11-00104BD3F987");
+ document.getElementsByTagName("head")[0].appendChild(obj);
+ document.namespaces.add("m", "http://www.w3.org/1998/Math/MathML", "#mathplayer");
+ doc.mathplayerinitialized = true;
+ }
+ return doc.createElement("m:" + local);
+ } else if ("http://www.w3.org/2000/svg" == uri) {
+ if (!doc.renesisinitialized) {
+ var obj = document.createElement("object");
+ obj.setAttribute("id", "renesis");
+ obj.setAttribute("classid", "clsid:AC159093-1683-4BA2-9DCF-0C350141D7F2");
+ document.getElementsByTagName("head")[0].appendChild(obj);
+ document.namespaces.add("s", "http://www.w3.org/2000/svg", "#renesis");
+ doc.renesisinitialized = true;
+ }
+ return doc.createElement("s:" + local);
+ } else {
+ // throw
+ }
+ }
+ }
+ }-*/;
+
+ private static native boolean hasAttributeNS(JavaScriptObject element,
+ String uri, String localName) /*-{
+ return element.hasAttributeNS(uri, localName);
+ }-*/;
+
+ private static native void setAttributeNS(JavaScriptObject element,
+ String uri, String localName, String value) /*-{
+ element.setAttributeNS(uri, localName, value);
+ }-*/;
+
+ @Override protected void addAttributesToElement(JavaScriptObject element,
+ HtmlAttributes attributes) throws SAXException {
+ try {
+ for (int i = 0; i < attributes.getLength(); i++) {
+ String localName = attributes.getLocalName(i);
+ String uri = attributes.getURI(i);
+ if (!hasAttributeNS(element, uri, localName)) {
+ setAttributeNS(element, uri, localName,
+ attributes.getValue(i));
+ }
+ }
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ private static native void appendChild(JavaScriptObject parent,
+ JavaScriptObject child) /*-{
+ parent.appendChild(child);
+ }-*/;
+
+ private static native JavaScriptObject createTextNode(JavaScriptObject doc,
+ String text) /*-{
+ return doc.createTextNode(text);
+ }-*/;
+
+ @Override protected void appendCharacters(JavaScriptObject parent,
+ String text) throws SAXException {
+ try {
+ if (parent == placeholder) {
+ appendChild(script, createTextNode(document, text));
+
+ }
+ appendChild(parent, createTextNode(document, text));
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ private static native boolean hasChildNodes(JavaScriptObject element) /*-{
+ return element.hasChildNodes();
+ }-*/;
+
+ private static native JavaScriptObject getFirstChild(
+ JavaScriptObject element) /*-{
+ return element.firstChild;
+ }-*/;
+
+ @Override protected void appendChildrenToNewParent(
+ JavaScriptObject oldParent, JavaScriptObject newParent)
+ throws SAXException {
+ try {
+ while (hasChildNodes(oldParent)) {
+ appendChild(newParent, getFirstChild(oldParent));
+ }
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ private static native JavaScriptObject createComment(JavaScriptObject doc,
+ String text) /*-{
+ return doc.createComment(text);
+ }-*/;
+
+ @Override protected void appendComment(JavaScriptObject parent,
+ String comment) throws SAXException {
+ try {
+ if (parent == placeholder) {
+ appendChild(script, createComment(document, comment));
+ }
+ appendChild(parent, createComment(document, comment));
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ @Override protected void appendCommentToDocument(String comment)
+ throws SAXException {
+ try {
+ appendChild(document, createComment(document, comment));
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ private static native JavaScriptObject createElementNS(
+ JavaScriptObject doc, String ns, String local) /*-{
+ return doc.createElementNS(ns, local);
+ }-*/;
+
+ @Override protected JavaScriptObject createElement(String ns, String name,
+ HtmlAttributes attributes) throws SAXException {
+ try {
+ JavaScriptObject rv = createElementNS(document, ns, name);
+ for (int i = 0; i < attributes.getLength(); i++) {
+ setAttributeNS(rv, attributes.getURI(i),
+ attributes.getLocalName(i), attributes.getValue(i));
+ }
+
+ if ("script" == name) {
+ if (placeholder != null) {
+ scriptStack.addLast(new ScriptHolder(script, placeholder));
+ }
+ script = rv;
+ placeholder = createElementNS(document,
+ "http://n.validator.nu/placeholder/", "script");
+ rv = placeholder;
+ for (int i = 0; i < attributes.getLength(); i++) {
+ setAttributeNS(rv, attributes.getURI(i),
+ attributes.getLocalName(i), attributes.getValue(i));
+ }
+ }
+
+ return rv;
+ } catch (JavaScriptException e) {
+ fatal(e);
+ throw new RuntimeException("Unreachable");
+ }
+ }
+
+ @Override protected JavaScriptObject createHtmlElementSetAsRoot(
+ HtmlAttributes attributes) throws SAXException {
+ try {
+ JavaScriptObject rv = createElementNS(document,
+ "http://www.w3.org/1999/xhtml", "html");
+ for (int i = 0; i < attributes.getLength(); i++) {
+ setAttributeNS(rv, attributes.getURI(i),
+ attributes.getLocalName(i), attributes.getValue(i));
+ }
+ appendChild(document, rv);
+ return rv;
+ } catch (JavaScriptException e) {
+ fatal(e);
+ throw new RuntimeException("Unreachable");
+ }
+ }
+
+ private static native JavaScriptObject getParentNode(
+ JavaScriptObject element) /*-{
+ return element.parentNode;
+ }-*/;
+
+ @Override protected void appendElement(JavaScriptObject child,
+ JavaScriptObject newParent) throws SAXException {
+ try {
+ if (newParent == placeholder) {
+ appendChild(script, cloneNodeDeep(child));
+ }
+ appendChild(newParent, child);
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ @Override protected boolean hasChildren(JavaScriptObject element)
+ throws SAXException {
+ try {
+ return hasChildNodes(element);
+ } catch (JavaScriptException e) {
+ fatal(e);
+ throw new RuntimeException("Unreachable");
+ }
+ }
+
+ private static native void insertBeforeNative(JavaScriptObject parent,
+ JavaScriptObject child, JavaScriptObject sibling) /*-{
+ parent.insertBefore(child, sibling);
+ }-*/;
+
+ private static native int getNodeType(JavaScriptObject node) /*-{
+ return node.nodeType;
+ }-*/;
+
+ private static native JavaScriptObject cloneNodeDeep(JavaScriptObject node) /*-{
+ return node.cloneNode(true);
+ }-*/;
+
+ /**
+ * Returns the document.
+ *
+ * @return the document
+ */
+ JavaScriptObject getDocument() {
+ JavaScriptObject rv = document;
+ document = null;
+ return rv;
+ }
+
+ private static native JavaScriptObject createDocumentFragment(
+ JavaScriptObject doc) /*-{
+ return doc.createDocumentFragment();
+ }-*/;
+
+ JavaScriptObject getDocumentFragment() {
+ JavaScriptObject rv = createDocumentFragment(document);
+ JavaScriptObject rootElt = getFirstChild(document);
+ while (hasChildNodes(rootElt)) {
+ appendChild(rv, getFirstChild(rootElt));
+ }
+ document = null;
+ return rv;
+ }
+
+ /**
+ * @see nu.validator.htmlparser.impl.TreeBuilder#createJavaScriptObject(String,
+ * java.lang.String, org.xml.sax.Attributes, java.lang.Object)
+ */
+ @Override protected JavaScriptObject createElement(String ns, String name,
+ HtmlAttributes attributes, JavaScriptObject form)
+ throws SAXException {
+ try {
+ JavaScriptObject rv = createElement(ns, name, attributes);
+ // rv.setUserData("nu.validator.form-pointer", form, null);
+ return rv;
+ } catch (JavaScriptException e) {
+ fatal(e);
+ return null;
+ }
+ }
+
+ /**
+ * @see nu.validator.htmlparser.impl.TreeBuilder#start()
+ */
+ @Override protected void start(boolean fragment) throws SAXException {
+ script = null;
+ placeholder = null;
+ readyToRun = false;
+ }
+
+ protected void documentMode(DocumentMode mode, String publicIdentifier,
+ String systemIdentifier, boolean html4SpecificAdditionalErrorChecks)
+ throws SAXException {
+ // document.setUserData("nu.validator.document-mode", mode, null);
+ }
+
+ /**
+ * @see nu.validator.htmlparser.impl.TreeBuilder#elementPopped(java.lang.String,
+ * java.lang.String, java.lang.Object)
+ */
+ @Override protected void elementPopped(String ns, String name,
+ JavaScriptObject node) throws SAXException {
+ if (node == placeholder) {
+ readyToRun = true;
+ requestSuspension();
+ }
+ //This is called to allow us to hook into
+ //the 'sax end element event'
+ elementPoppedNative(ns, name, node);
+ }
+
+ private static native void elementPoppedNative(String ns, String name,
+ JavaScriptObject node) /*-{
+ __elementPopped__(ns, name, node);
+ }-*/;
+
+ private static native void replace(JavaScriptObject oldNode,
+ JavaScriptObject newNode) /*-{
+ oldNode.parentNode.replaceChild(newNode, oldNode);
+ __elementPopped__('', newNode.nodeName, newNode);
+ }-*/;
+
+ void maybeRunScript() {
+ if (readyToRun) {
+ readyToRun = false;
+ replace(placeholder, script);
+ if (scriptStack.isEmpty()) {
+ script = null;
+ placeholder = null;
+ } else {
+ ScriptHolder scriptHolder = scriptStack.removeLast();
+ script = scriptHolder.getScript();
+ placeholder = scriptHolder.getPlaceholder();
+ }
+ }
+ }
+
+ @Override protected void insertFosterParentedCharacters(String text,
+ JavaScriptObject table, JavaScriptObject stackParent)
+ throws SAXException {
+ try {
+ JavaScriptObject child = createTextNode(document, text);
+ JavaScriptObject parent = getParentNode(table);
+ if (parent != null && getNodeType(parent) == 1) {
+ insertBeforeNative(parent, child, table);
+ } else {
+ appendChild(stackParent, child);
+ }
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ @Override protected void insertFosterParentedChild(JavaScriptObject child,
+ JavaScriptObject table, JavaScriptObject stackParent)
+ throws SAXException {
+ JavaScriptObject parent = getParentNode(table);
+ try {
+ if (parent != null && getNodeType(parent) == 1) {
+ insertBeforeNative(parent, child, table);
+ } else {
+ appendChild(stackParent, child);
+ }
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+
+ private static native void removeChild(JavaScriptObject parent,
+ JavaScriptObject child) /*-{
+ parent.removeChild(child);
+ }-*/;
+
+ @Override protected void detachFromParent(JavaScriptObject element)
+ throws SAXException {
+ try {
+ JavaScriptObject parent = getParentNode(element);
+ if (parent != null) {
+ removeChild(parent, element);
+ }
+ } catch (JavaScriptException e) {
+ fatal(e);
+ }
+ }
+}
Added: trunk/mapbender/test/tools/env-js/htmlparser/HtmlParser.java
===================================================================
--- trunk/mapbender/test/tools/env-js/htmlparser/HtmlParser.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/htmlparser/HtmlParser.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,284 @@
+/*
+ * Copyright (c) 2007 Henri Sivonen
+ * Copyright (c) 2007-2008 Mozilla Foundation
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+package nu.validator.htmlparser.gwt;
+
+import java.util.LinkedList;
+
+import nu.validator.htmlparser.common.XmlViolationPolicy;
+import nu.validator.htmlparser.impl.ErrorReportingTokenizer;
+import nu.validator.htmlparser.impl.Tokenizer;
+import nu.validator.htmlparser.impl.UTF16Buffer;
+
+import org.xml.sax.ErrorHandler;
+import org.xml.sax.SAXException;
+import org.xml.sax.SAXParseException;
+
+import com.google.gwt.core.client.JavaScriptObject;
+import com.google.gwt.user.client.Timer;
+
+/**
+ * This class implements an HTML5 parser that exposes data through the DOM
+ * interface.
+ *
+ * <p>By default, when using the constructor without arguments, the
+ * this parser treats XML 1.0-incompatible infosets as fatal errors.
+ * This corresponds to
+ * <code>FATAL</code> as the general XML violation policy. To make the parser
+ * support non-conforming HTML fully per the HTML 5 spec while on the other
+ * hand potentially violating the DOM API contract, set the general XML
+ * violation policy to <code>ALLOW</code>. This does not work with a standard
+ * DOM implementation. Handling all input without fatal errors and without
+ * violating the DOM API contract is possible by setting
+ * the general XML violation policy to <code>ALTER_INFOSET</code>. <em>This
+ * makes the parser non-conforming</em> but is probably the most useful
+ * setting for most applications.
+ *
+ * <p>The doctype is not represented in the tree.
+ *
+ * <p>The document mode is represented as user data <code>DocumentMode</code>
+ * object with the key <code>nu.validator.document-mode</code> on the document
+ * node.
+ *
+ * <p>The form pointer is also stored as user data with the key
+ * <code>nu.validator.form-pointer</code>.
+ *
+ * @version $Id: HtmlDocumentBuilder.java 255 2008-05-29 08:57:38Z hsivonen $
+ * @author hsivonen
+ */
+public class HtmlParser {
+
+ private static final int CHUNK_SIZE = 512;
+
+ private final Tokenizer tokenizer;
+
+ private final BrowserTreeBuilder domTreeBuilder;
+
+ private final StringBuilder documentWriteBuffer = new StringBuilder();
+
+ private ErrorHandler errorHandler;
+
+ private UTF16Buffer stream;
+
+ private int streamLength;
+
+ private boolean lastWasCR;
+
+ private boolean ending;
+
+ private ParseEndListener parseEndListener;
+
+ private final LinkedList<UTF16Buffer> bufferStack = new LinkedList<UTF16Buffer>();
+
+ /**
+ * Instantiates the parser
+ *
+ * @param implementation
+ * the DOM implementation
+ * @param xmlPolicy the policy
+ */
+ public HtmlParser(JavaScriptObject document) {
+ this.domTreeBuilder = new BrowserTreeBuilder(document);
+ this.tokenizer = new ErrorReportingTokenizer(domTreeBuilder);
+ this.domTreeBuilder.setNamePolicy(XmlViolationPolicy.ALTER_INFOSET);
+ this.tokenizer.setCommentPolicy(XmlViolationPolicy.ALTER_INFOSET);
+ this.tokenizer.setContentNonXmlCharPolicy(XmlViolationPolicy.ALTER_INFOSET);
+ this.tokenizer.setContentSpacePolicy(XmlViolationPolicy.ALTER_INFOSET);
+ this.tokenizer.setNamePolicy(XmlViolationPolicy.ALTER_INFOSET);
+ this.tokenizer.setXmlnsPolicy(XmlViolationPolicy.ALTER_INFOSET);
+ }
+
+ /**
+ * Parses a document from a SAX <code>InputSource</code>.
+ * @param is the source
+ * @return the doc
+ * @see javax.xml.parsers.DocumentBuilder#parse(org.xml.sax.InputSource)
+ */
+ public void parse(String source, boolean useSetTimeouts, ParseEndListener callback) throws SAXException {
+ parseEndListener = callback;
+ domTreeBuilder.setFragmentContext(null);
+ tokenize(source, useSetTimeouts, null);
+ }
+ /**
+ * @param is
+ * @throws SAXException
+ * @throws IOException
+ * @throws MalformedURLException
+ */
+ private void tokenize(String source, final boolean useSetTimeouts, String context) throws SAXException {
+
+ lastWasCR = false;
+ ending = false;
+ documentWriteBuffer.setLength(0);
+ streamLength = source.length();
+ stream = new UTF16Buffer(source.toCharArray(), 0,
+ (streamLength < CHUNK_SIZE ? streamLength : CHUNK_SIZE));
+ bufferStack.clear();
+ push(stream);
+ domTreeBuilder.setFragmentContext(context == null ? null : context.intern());
+
+ tokenizer.start();
+ pump(useSetTimeouts);
+ }
+
+ private void pump(boolean useSetTimeouts) throws SAXException {
+
+
+ if (ending) {
+ tokenizer.end();
+ domTreeBuilder.getDocument(); // drops the internal reference
+ parseEndListener.parseComplete();
+ // Don't schedule timeout
+ return;
+ }
+
+ int docWriteLen = documentWriteBuffer.length();
+ if (docWriteLen > 0) {
+ char[] newBuf = new char[docWriteLen];
+ documentWriteBuffer.getChars(0, docWriteLen, newBuf, 0);
+ push(new UTF16Buffer(newBuf, 0, docWriteLen));
+ documentWriteBuffer.setLength(0);
+ }
+
+ for (;;) {
+ UTF16Buffer buffer = peek();
+ if (!buffer.hasMore()) {
+ if (buffer == stream) {
+ if (buffer.getEnd() == streamLength) {
+ // Stop parsing
+ tokenizer.eof();
+ ending = true;
+ break;
+ } else {
+ int newEnd = buffer.getStart() + CHUNK_SIZE;
+ buffer.setEnd(newEnd < streamLength ? newEnd
+ : streamLength);
+ continue;
+ }
+ } else {
+ pop();
+ continue;
+ }
+ }
+ // now we have a non-empty buffer
+ buffer.adjust(lastWasCR);
+ lastWasCR = false;
+ if (buffer.hasMore()) {
+ lastWasCR = tokenizer.tokenizeBuffer(buffer);
+ domTreeBuilder.maybeRunScript();
+ break;
+ } else {
+ continue;
+ }
+ }
+
+ if(useSetTimeouts){
+ // schedule
+ Timer timer = new Timer() {
+
+ @Override public void run() {
+ try {
+ pump(true);
+ } catch (SAXException e) {
+ ending = true;
+ if (errorHandler != null) {
+ try {
+ errorHandler.fatalError(new SAXParseException(
+ e.getMessage(), null, null, -1, -1, e));
+ } catch (SAXException e1) {
+ }
+ }
+ }
+ }
+
+ };
+ timer.schedule(1);
+ }else{
+ try {
+ pump(false);
+ } catch (SAXException e) {
+ ending = true;
+ if (errorHandler != null) {
+ try {
+ errorHandler.fatalError(new SAXParseException(
+ e.getMessage(), null, null, -1, -1, e));
+ } catch (SAXException e1) {
+ }
+ }
+ }
+ }
+ }
+
+ private void push(UTF16Buffer buffer) {
+ bufferStack.addLast(buffer);
+ }
+
+ private UTF16Buffer peek() {
+ return bufferStack.getLast();
+ }
+
+ private void pop() {
+ bufferStack.removeLast();
+ }
+
+ public void documentWrite(final String text) throws SAXException {
+
+ UTF16Buffer buffer = new UTF16Buffer(text.toCharArray(), 0, text.length());
+ while (buffer.hasMore()) {
+ buffer.adjust(lastWasCR);
+ lastWasCR = false;
+ if (buffer.hasMore()) {
+ lastWasCR = tokenizer.tokenizeBuffer(buffer);
+ domTreeBuilder.maybeRunScript();
+ }
+ }
+ }
+
+ /**
+ * @see javax.xml.parsers.DocumentBuilder#setErrorHandler(org.xml.sax.ErrorHandler)
+ */
+ public void setErrorHandler(ErrorHandler errorHandler) {
+ this.errorHandler = errorHandler;
+ domTreeBuilder.setErrorHandler(errorHandler);
+ tokenizer.setErrorHandler(errorHandler);
+ }
+
+ /**
+ * Sets whether comment nodes appear in the tree.
+ * @param ignoreComments <code>true</code> to ignore comments
+ * @see nu.validator.htmlparser.impl.TreeBuilder#setIgnoringComments(boolean)
+ */
+ public void setIgnoringComments(boolean ignoreComments) {
+ domTreeBuilder.setIgnoringComments(ignoreComments);
+ }
+
+ /**
+ * Sets whether the parser considers scripting to be enabled for noscript treatment.
+ * @param scriptingEnabled <code>true</code> to enable
+ * @see nu.validator.htmlparser.impl.TreeBuilder#setScriptingEnabled(boolean)
+ */
+ public void setScriptingEnabled(boolean scriptingEnabled) {
+ domTreeBuilder.setScriptingEnabled(scriptingEnabled);
+ }
+
+}
Added: trunk/mapbender/test/tools/env-js/htmlparser/HtmlParserModule.java
===================================================================
--- trunk/mapbender/test/tools/env-js/htmlparser/HtmlParserModule.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/htmlparser/HtmlParserModule.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,88 @@
+/*
+ * Copyright (c) 2008 Mozilla Foundation
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+package nu.validator.htmlparser.gwt;
+
+import org.xml.sax.SAXException;
+
+import com.google.gwt.core.client.EntryPoint;
+import com.google.gwt.core.client.JavaScriptObject;
+import com.google.gwt.core.client.GWT;
+import com.google.gwt.core.client.RunAsyncCallback;
+
+public class HtmlParserModule implements EntryPoint {
+
+ private static native void zapChildren(JavaScriptObject node) /*-{
+ while (node.hasChildNodes()) {
+ node.removeChild(node.lastChild);
+ }
+ }-*/;
+
+ private static native void installDocWrite(JavaScriptObject doc, HtmlParser parser) /*-{
+ doc.write = function() {
+ if (arguments.length == 0) {
+ return;
+ }
+ var text = arguments[0];
+ for (var i = 1; i < arguments.length; i++) {
+ text += arguments[i];
+ }
+ parser. at nu.validator.htmlparser.gwt.HtmlParser::documentWrite(Ljava/lang/String;)(text);
+ }
+ doc.writeln = function() {
+ if (arguments.length == 0) {
+ parser. at nu.validator.htmlparser.gwt.HtmlParser::documentWrite(Ljava/lang/String;)("\n");
+ return;
+ }
+ var text = arguments[0];
+ for (var i = 1; i < arguments.length; i++) {
+ text += arguments[i];
+ }
+ text += "\n";
+ parser. at nu.validator.htmlparser.gwt.HtmlParser::documentWrite(Ljava/lang/String;)(text);
+ }
+ }-*/;
+
+ @SuppressWarnings("unused")
+ private static void parseHtmlDocument(String source, JavaScriptObject document, boolean useSetTimeouts,JavaScriptObject readyCallback, JavaScriptObject errorHandler) throws SAXException {
+ if (readyCallback == null) {
+ readyCallback = JavaScriptObject.createFunction();
+ }
+ zapChildren(document);
+ HtmlParser parser = new HtmlParser(document);
+ // XXX error handler
+
+ installDocWrite(document, parser);
+
+ parser.parse(source, useSetTimeouts, new ParseEndListener(readyCallback));
+ }
+
+ private static native void exportEntryPoints() /*-{
+ Envjs.parseHtmlDocument = @nu.validator.htmlparser.gwt.HtmlParserModule::parseHtmlDocument(Ljava/lang/String;Lcom/google/gwt/core/client/JavaScriptObject;ZLcom/google/gwt/core/client/JavaScriptObject;Lcom/google/gwt/core/client/JavaScriptObject;);
+ }-*/;
+
+
+ public void onModuleLoad() {
+ exportEntryPoints();
+ }
+
+}
Added: trunk/mapbender/test/tools/env-js/htmlparser/README
===================================================================
--- trunk/mapbender/test/tools/env-js/htmlparser/README (rev 0)
+++ trunk/mapbender/test/tools/env-js/htmlparser/README 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,34 @@
+Envjs make use the awesome project 'http://about.validator.nu/htmlparser/'
+which generates an HTML5 compliant parsing engine, written in Java, into
+javascript via GWT.
+
+The generated files are available in
+ env-js/
+ src/
+ parser/
+ html5.js
+ html5.min.js
+ html5.detailed.js
+
+The various versions are simply generated with varying verbosity of source.
+html.js is the most readable at 60KB, html.detailed.js is almost too verbose at
+over 120KB, and finally html5.min.js is totally unreadable but weighs in at only
+30KB. By default the html5.min.js is included in Envjs releases because most
+folks aren't too worried about the gory details of the parser.
+
+The scripts in this folder can be used to checkout and download the various
+components you will need to generate these yourself.
+
+Once generated, there are a couple very small and specific changes that must be
+made by hand to allow the parser to be initialized with the usual GWT hooks.
+
+You will need to download the appropiate gwt for your platform
+
+http://google-web-toolkit.googlecode.com/files/gwt-mac-1.5.1.tar.gz
+http://google-web-toolkit.googlecode.com/files/gwt-windows-1.5.1.zip
+http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.1.tar.bz2
+
+Our scripts expect that it will be available at
+ env-js/
+ htmlparser/
+ gwt-1.5.1/
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/htmlparser/build.sh
===================================================================
--- trunk/mapbender/test/tools/env-js/htmlparser/build.sh (rev 0)
+++ trunk/mapbender/test/tools/env-js/htmlparser/build.sh 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,92 @@
+#!/bin/sh
+
+#svn co https://whattf.svn.cvsdude.com/htmlparser/trunk/ html5
+
+cp BrowserTreeBuilder.java html5/gwt-src/nu/validator/htmlparser/gwt/BrowserTreeBuilder.java
+cp HtmlParserModule.java html5/gwt-src/nu/validator/htmlparser/gwt/HtmlParserModule.java
+cp HtmlParser.java html5/gwt-src/nu/validator/htmlparser/gwt/HtmlParser.java
+
+#cp gwt-1.5.1/gwt-dev-*.jar gwt-1.5.1/gwt-dev.jar
+
+APPDIR=`dirname $0`/html5/;
+
+echo $APPDIR
+
+###
+# We need to make some fragile changes to the generated source to remove+avoid
+# the gwt loading process.
+#
+# The gwt loading process is primarily centered around an initial anonymous
+# closure which we entirely remove using the non global match on
+# (function(){.*})();
+#
+# We also need to remove all references to 'window' and 'document' which are
+# fortunately set to $wnd and $doc inside the secondary anonymous closure.
+# In order to cleanly remove them we first ensure any standard Window
+# interfaces referenced via '$wnd.' are replaced with the global scope
+# reference. This practically only affects references to $wnd.setTimeout
+# and $wnd.clearInterval. After replacing the more specific $wnd references
+# we replace /var $wnd = window;/ with /var $wnd = {};/ to allow clean
+# assignments that are functionally meaningless. Similarly,
+# /var $doc = $wnd.document;/ is simply removed since there appears to be no
+# other reference to $doc throughout.
+#
+# Finally we need to make the 'function gwtOnLoad' declaration referencable
+# outside its closure so we change it to '__defineParser__ = function gwtOnload'
+# while adding a module level declaration of var __defineParser__ above the
+# parser closure and an execution of __defineParser__(errorfn, moduleName, moduleBase)
+# below. The 'errorfn' will be defined above the closure as well as moduleName
+# which is the value 'nu.validator.htmlparser.HtmlParser', and moduleBase which
+# is the value ''
+###
+
+###
+# Min
+###
+#echo "Generating Minified HTMLParser"
+#java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:./gwt-2.0.2/gwt-user.jar:./gwt-2.0.2/gwt-dev.jar" com.google.gwt.dev.GWTCompiler -compileReport -out "build/min" "$@" nu.validator.htmlparser.HtmlParser;
+#cp ./build/min/nu.*.HtmlParser/nu.*.HtmlParser.nocache.js ./build/htmlparser.js
+
+
+## replaces local named function definitions with variable named assignments;
+#perl -p -e "s/function (\w{2}i)/\$1 = function/g" ../src/parser/htmlparser.js
+
+## creates variable declarations for varaibale named assignments
+#perl -p -e "s/.*function (\w{2}i).*/\var \$1;/g" ../src/parser/htmlparser.js
+#perl -p -e "s/([\w\\$]{2}[gh]).*,$/\$1,/g" ../src/parser/strings.js > ../src/parser/string_declarations.js
+
+## see notes at top of file
+#perl -pi~ -e "s/if\(j\.addEventListener\)(.*)50\)/\/\*envjsedit\*\//" ./build/htmlparser.js
+#perl -pi~ -e "s/if\(j\.removeEventListener\)/if\(false\/\*envjsedit\*\/\)/" ./build/htmlparser.js
+#perl -pi~ -e "s/function kb\(\)/\/\*envjsedit\*\/var kb = Html5Parser = function\(\)/" ./build/htmlparser.js
+
+###
+# Pretty HTMLParser
+#
+#echo "Generating Pretty HTMLParser"
+java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:./gwt-2.0.2/gwt-user.jar:./gwt-2.0.2/gwt-dev.jar" com.google.gwt.dev.GWTCompiler -compileReport -style PRETTY -out "build/pretty" "$@" nu.validator.htmlparser.HtmlParser;
+#cp ./build/pretty/nu.*.HtmlParser/nu.*.HtmlParser.nocache.js ./build/htmlparser.pretty.js
+
+#perl -pi~ -e "s/\(function\s\{(.*)\}//" ./build/htmlparser.pretty.js
+#perl -pi~ -e "s/,\s50\);/envjsedit\*\//s" ./build/htmlparser.pretty.js
+#perl -pi~ -e "s/if(.*)\((.*)doc_0\.removeEventListener\)/if\(false\/\*envjsedit\*\/\)/" ./build/htmlparser.pretty.js
+#perl -pi~ -e "s/function onBodyDone\(\)/\/\*envjsedit\*\/var onBodyDone = Html5Parser = function\(\)/" ./build/htmlparser.pretty.js
+####
+
+####
+#
+# Detailed HTMLParser should only be generated for 'extreme' debugging. It's
+# huge and generally less readable than Pretty
+#
+#echo "Generating Detailed HTMLParser"
+#java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:./gwt-1.5.1/gwt-user.jar:./gwt-1.5.1/gwt-dev.jar" com.google.gwt.dev.GWTCompiler -style DETAILED -out "build/detailed" "$@" nu.validator.htmlparser.HtmlParser;
+#cp ./build/detailed/nu.*.HtmlParser/nu.*.HtmlParser.nocache.js ./build/html5.detailed.js
+#perl -pi~ -e "s/if(.*)\((.*)doc\.addEventListener\)/\/\*envjsedit/s" ./build/html5.detailed.js
+#perl -pi~ -e "s/,\s50\);/envjsedit\*\//s" ./build/html5.detailed.js
+#perl -pi~ -e "s/if(.*)\((.*)doc\.removeEventListener\)/if\(false\/\*envjsedit\*\/\)/" ./build/html5.detailed.js
+#perl -pi~ -e "s/function onBodyDone\(\)/\/\*envjsedit\*\/var onBodyDone = Html5Parser = function\(\)/" ./build/html5.detailed.js
+####
+
+#rm ./build/*.js~
+
+#cp ./build/htmlparser*.js ../src/parser/
Property changes on: trunk/mapbender/test/tools/env-js/htmlparser/build.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/jsl/jsl
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/jsl/jsl
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/jsl/jsl.default.conf
===================================================================
--- trunk/mapbender/test/tools/env-js/jsl/jsl.default.conf (rev 0)
+++ trunk/mapbender/test/tools/env-js/jsl/jsl.default.conf 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,129 @@
+#
+# Configuration File for JavaScript Lint 0.3.0
+# Developed by Matthias Miller (http://www.JavaScriptLint.com)
+#
+# This configuration file can be used to lint a collection of scripts, or to enable
+# or disable warnings for scripts that are linted via the command line.
+#
+
+### Warnings
+# Enable or disable warnings based on requirements.
+# Use "+WarningName" to display or "-WarningName" to suppress.
+#
++no_return_value # function {0} does not always return a value
++duplicate_formal # duplicate formal argument {0}
++equal_as_assign # test for equality (==) mistyped as assignment (=)?{0}
++var_hides_arg # variable {0} hides argument
++redeclared_var # redeclaration of {0} {1}
++anon_no_return_value # anonymous function does not always return a value
++missing_semicolon # missing semicolon
++meaningless_block # meaningless block; curly braces have no impact
++comma_separated_stmts # multiple statements separated by commas (use semicolons?)
++unreachable_code # unreachable code
++missing_break # missing break statement
++missing_break_for_last_case # missing break statement for last case in switch
++comparison_type_conv # comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
++inc_dec_within_stmt # increment (++) and decrement (--) operators used as part of greater statement
++useless_void # use of the void type may be unnecessary (void is always undefined)
++multiple_plus_minus # unknown order of operations for successive plus (e.g. x+++y) or minus (e.g. x---y) signs
++use_of_label # use of label
+-block_without_braces # block statement without curly braces
++leading_decimal_point # leading decimal point may indicate a number or an object member
++trailing_decimal_point # trailing decimal point may indicate a number or an object member
++octal_number # leading zeros make an octal number
++nested_comment # nested comment
++misplaced_regex # regular expressions should be preceded by a left parenthesis, assignment, colon, or comma
++ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
+-empty_statement # empty statement or extra semicolon
+-missing_option_explicit # the "option explicit" control comment is missing
++partial_option_explicit # the "option explicit" control comment, if used, must be in the first script tag
++dup_option_explicit # duplicate "option explicit" control comment
++useless_assign # useless assignment
++ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity
++ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent)
++missing_default_case # missing default case in switch statement
++duplicate_case_in_switch # duplicate case in switch statements
++default_not_at_end # the default case is not at the end of the switch statement
++legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax
++jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax
++useless_comparison # useless comparison; comparing identical expressions
++with_statement # with statement hides undeclared variables; use temporary variable instead
++trailing_comma_in_array # extra comma is not recommended in array initializers
++assign_to_function_call # assignment to a function call
++parseint_missing_radix # parseInt missing radix parameter
+
+
+### Output format
+# Customize the format of the error message.
+# __FILE__ indicates current file path
+# __FILENAME__ indicates current file name
+# __LINE__ indicates current line
+# __ERROR__ indicates error message
+#
+# Visual Studio syntax (default):
++output-format __FILE__(__LINE__): __ERROR__
+# Alternative syntax:
+#+output-format __FILE__:__LINE__: __ERROR__
+
+
+### Context
+# Show the in-line position of the error.
+# Use "+context" to display or "-context" to suppress.
+#
++context
+
+
+### Semicolons
+# By default, assignments of an anonymous function to a variable or
+# property (such as a function prototype) must be followed by a semicolon.
+#
++lambda_assign_requires_semicolon
+
+
+### Control Comments
+# Both JavaScript Lint and the JScript interpreter confuse each other with the syntax for
+# the /*@keyword@*/ control comments and JScript conditional comments. (The latter is
+# enabled in JScript with @cc_on@). The /*jsl:keyword*/ syntax is preferred for this reason,
+# although legacy control comments are enabled by default for backward compatibility.
+#
++legacy_control_comments
+
+
+### JScript Function Extensions
+# JScript allows member functions to be defined like this:
+# function MyObj() { /*constructor*/ }
+# function MyObj.prototype.go() { /*member function*/ }
+#
+# It also allows events to be attached like this:
+# function window::onload() { /*init page*/ }
+#
+# This is a Microsoft-only JavaScript extension. Enable this setting to allow them.
+#
+-jscript_function_extensions
+
+
+### Defining identifiers
+# By default, "option explicit" is enabled on a per-file basis.
+# To enable this for all files, use "+always_use_option_explicit"
+-always_use_option_explicit
+
+# Define certain identifiers of which the lint is not aware.
+# (Use this in conjunction with the "undeclared identifier" warning.)
+#
+# Common uses for webpages might be:
+#+define window
+#+define document
+
+
+### Interactive
+# Prompt for a keystroke before exiting.
+#+pauseatend
+
+
+### Files
+# Specify which files to lint
+# Use "+recurse" to enable recursion (disabled by default).
+# To add a set of files, use "+process FileName", "+process Folder\Path\*.js",
+# or "+process Folder\Path\*.htm".
+#
++process jsl-test.js
Added: trunk/mapbender/test/tools/env-js/jsl/jsl.exe
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/jsl/jsl.exe
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/licenses/GPL-LICENSE.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/licenses/GPL-LICENSE.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/licenses/GPL-LICENSE.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,278 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
Added: trunk/mapbender/test/tools/env-js/licenses/MIT-LICENSE.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/licenses/MIT-LICENSE.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/licenses/MIT-LICENSE.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,20 @@
+Copyright (c) 2009 John Resig, http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Added: trunk/mapbender/test/tools/env-js/rhino/ant-launcher.jar
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/rhino/ant-launcher.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/rhino/ant.jar
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/rhino/ant.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/rhino/build.xml
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/build.xml (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/build.xml 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,102 @@
+
+<!--
+ * This file is a component of env.js,
+ * http://github.com/gleneivey/env-js/commits/master/README
+ * a Pure JavaScript Browser Environment
+ * Copyright 2009 John Resig, licensed under the MIT License
+ * http://www.opensource.org/licenses/mit-license.php
+ -->
+<project name="Env4Rhino" default="all" basedir=".">
+ <description>
+ Compiles rhino-specific extensions to support window-like
+ scope chains for iframes in env-js. It also adds htmlcleaner
+ to support the parsing of malformed html.
+
+ The repackaged js.jar is named env-js.jar to facilitate
+ ease of use as a unified java environment for hosting
+ env.js browser environment emulation.
+
+ Special thanks to Glen E. Ivey for the rhino extensions,
+ iframe implementations, among many other contributions.
+ </description>
+ <tstamp/>
+
+ <property name="SRC_DIR"
+ location="src"
+ description="Source Folder"/>
+ <property name="BUILD_DIR"
+ location="build"
+ description="Build Folder"/>
+ <property name="CLASS_DIR"
+ location="${BUILD_DIR}/classes"
+ description="Compiled Classes Folder"/>
+ <property name="DIST_DIR"
+ location="../dist"
+ description="Distribution Folder"/>
+
+ <property name="RHINO_JAR"
+ location="js.jar"
+ description="Rhino JS Engine"/>
+ <property name="JLINE_JAR"
+ location="jline-0.9.94.jar"
+ description="jLine Command Line"/>
+ <property name='JAVA_DEBUG'
+ value='on'/>
+ <property name='JAVA_TARGET'
+ value='1.5'/>
+ <property name='JAVA_SRC'
+ value='1.5'/>
+ <property name='JAR_COMPRESSION'
+ value='on'/>
+
+ <property file="../build.properties"/>
+
+ <property name="ENV_JAR_DIST"
+ location="${DIST_DIR}/${BUILD}.jar" />
+ <property name="ENV_JAR_LATEST"
+ location="${DIST_DIR}/${PROJECT}.jar" />
+ <!--
+ jar.jar: mainForEnvjs.jar
+ dist.name: mainforenvjs${version}
+ dist.dir: ${build.dir}/${dist.name}
+
+ combined.jar: env.js.jar
+ rhino.jar: js.jar
+ combined.name: mainforenvjs${version}
+ combined.dir: ${build.dir}/${dist.name}
+
+ -->
+ <target name='all' depends='jar'/>
+
+ <target name="init">
+ <mkdir dir="${BUILD_DIR}"/>
+ <mkdir dir="${CLASS_DIR}"/>
+ <mkdir dir="${DIST_DIR}"/>
+ </target>
+
+ <target name="compile" depends="init">
+ <javac srcdir="${SRC_DIR}"
+ destdir="${CLASS_DIR}"
+ includes="**/*.java"
+ deprecation="on"
+ classpath="${RHINO_JAR}"
+ debug="${JAVA_DEBUG}"
+ target="${JAVA_TARGET}"
+ source="${JAVA_SRC}">
+ <compilerarg value="-Xlint:unchecked"/>
+ </javac>
+ </target>
+
+ <target name="jar" depends="compile">
+ <copy file="${RHINO_JAR}" tofile="${ENV_JAR_DIST}"/>
+ <jar jarfile="${ENV_JAR_DIST}"
+ update="true"
+ basedir="${CLASS_DIR}"
+ manifest="${SRC_DIR}/META-INF/MANIFEST.MF"
+ compress="${JAR_COMPRESSION}">
+ <fileset dir="${CLASS_DIR}" includes="**/*.class"/>
+ <zipfileset src="${JLINE_JAR}" includes="**/*"/>
+ </jar>
+ <copy file="${ENV_JAR_DIST}" tofile="${ENV_JAR_LATEST}"/>
+ </target>
+</project>
Added: trunk/mapbender/test/tools/env-js/rhino/jline-0.9.94.jar
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/rhino/jline-0.9.94.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/rhino/js-1.7R2.jar
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/rhino/js-1.7R2.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/rhino/js.jar
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/rhino/js.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/rhino/src/META-INF/MANIFEST.MF
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/src/META-INF/MANIFEST.MF (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/src/META-INF/MANIFEST.MF 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+Main-Class: org.mozilla.javascript.tools.envjs.Main
Added: trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Global.java
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Global.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Global.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,64 @@
+/*
+ * This file is a component of env.js,
+ * http://github.com/gleneivey/env-js/commits/master/README
+ * a Pure JavaScript Browser Environment
+ * Copyright 2009 John Resig, licensed under the MIT License
+ * http://www.opensource.org/licenses/mit-license.php
+ *
+ * Contributed by Glen E. Ivey
+ */
+
+
+package org.mozilla.javascript.tools.envjs;
+
+import java.lang.reflect.Field;
+import java.lang.reflect.Method;
+import org.mozilla.javascript.Context;
+import org.mozilla.javascript.NativeArray;
+
+
+public class Global extends org.mozilla.javascript.tools.shell.Global
+{
+
+ public Global(org.mozilla.javascript.tools.shell.Global parentSharedScope)
+ {
+ this.setPrototype(parentSharedScope);
+ this.setParentScope(null);
+ }
+
+ public void init(Context cx)
+ {
+ // we don't init, but make sure our parent is
+ org.mozilla.javascript.tools.shell.Global uberGlobal =
+ (org.mozilla.javascript.tools.shell.Global) this.getPrototype();
+ if (!uberGlobal.isInitialized())
+ uberGlobal.init(cx);
+
+ // shell.Global uses some package-scope instance variables, so...
+ Class klass = org.mozilla.javascript.tools.shell.Global.class;
+
+ try {
+
+ // we don't want to run super.init(), but accesses to shell.Global's
+ // history member don't go through JS' prototype chain, so we
+ // initialize it "by hand"
+ Field hist = klass.getDeclaredField("history");
+ hist.setAccessible(true);
+ if (hist.get(this) == null)
+ hist.set(this, (NativeArray) cx.newArray(this, 0));
+
+ // some users of Global access .initialized directly (bad
+ // class, bad!) so we set it in the base class rather
+ // than over-riding isInitialized
+ Field inited = klass.getDeclaredField("initialized");
+ inited.setAccessible(true);
+ inited.setBoolean(this, true);
+ }
+ catch (Exception ex){ // probably NoSuchField or IllegaAccess
+ throw Context.reportRuntimeError(
+ "Got a fatal exception when attempting to initialize " +
+ "the shell.Global object. Original error message is: " +
+ ex.getMessage());
+ }
+ }
+}
Added: trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Main.java
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Main.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Main.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,45 @@
+/*
+ * This file is a component of env.js,
+ * http://github.com/gleneivey/env-js/commits/master/README
+ * a Pure JavaScript Browser Environment
+ * Copyright 2009 John Resig, licensed under the MIT License
+ * http://www.opensource.org/licenses/mit-license.php
+ *
+ * Contributed by Glen E. Ivey
+ */
+
+
+package org.mozilla.javascript.tools.envjs;
+
+
+public class Main extends org.mozilla.javascript.tools.shell.Main
+{
+
+ private static class Quitter implements
+ org.mozilla.javascript.tools.shell.QuitAction
+ {
+ public void quit(org.mozilla.javascript.Context cx, int exitCode)
+ {
+ System.exit(exitCode);
+ }
+ }
+
+ static
+ {
+ // replace the generic Global object, instantiated in
+ // Main.java's static initializer, with our extended version
+
+ Window window = new Window();
+ // not calling global.initQuitAction() Doesn't matter because env.js
+ // doesn't call the "quit" JS method provided by the Rhino shell app
+
+
+ // now, create a new empty object to serve as the execution
+ // context's "global", and change the preceding "global"
+ // object into a cross-environment, uber-global object see
+ // "Sharing Scopes" in
+ // https://developer.mozilla.org/En/Rhino_documentation/Scopes_and_Contexts
+ global = new Global(window);
+ global.initQuitAction(new Quitter());
+ }
+}
Added: trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Proxy.java
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Proxy.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Proxy.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,111 @@
+/*
+ * This file is a component of env.js,
+ * http://github.com/gleneivey/env-js/commits/master/README
+ * a Pure JavaScript Browser Environment
+ * Copyright 2009 John Resig, licensed under the MIT License
+ * http://www.opensource.org/licenses/mit-license.php
+ *
+ * Contributed by Glen E. Ivey
+ */
+
+
+package org.mozilla.javascript.tools.envjs;
+
+import org.mozilla.javascript.Scriptable;
+
+/**
+ * This class implements a "proxy" object for use in the JavaScript
+ * execution environment provided by the Rhino interpreter.
+ *
+ * Why? This object is used to provide a stable reference when, in
+ * reality, we want to be able to destroy and replace the object that
+ * the reference appears to provide. For example, there is a
+ * JavaScript class "A", and you have a factory method that provides
+ * instances of "A". However, there are behaviors in the system that
+ * wish to restore an instance of "A" to its original, pristine state,
+ * after it has already been created. This proxy object is intended
+ * to solve situations of that type.
+ *
+ * To implement this example using Proxy: The factory, while still
+ * creating an instance of "A" (which we'll call "A1"), also creates
+ * and instance of Proxy ("P1") and sets P1's "prototype" to point to
+ * A1. This ensures that all attempts to execute a method of A1, or
+ * to look up a variable it contains, will "pass through" the Proxy P1
+ * via normal JS inheritance. However, creation of new members of A1
+ * has to be handled specially by the Proxy. Each attempt to put a
+ * new member to P1 will be explicitly passed to A1. Subsequent
+ * attempts to reference (or to change the value of) these new members
+ * will then (again) access them through the prototype pointer and
+ * inheritance.
+ *
+ * Finally, when it comes time to reinitialize A1, the function that
+ * accomplishes it that has to be aware of the proxying arrangement.
+ * It simply discards A1 altogether, creates a new instance ("A2"),
+ * and reset's P1's "prototype" to refer to the new A2. All other
+ * code in the system which has a reference to P1 will still have a
+ * valid references, but attempts to use A-class members will now be
+ * directed to the new/fresh A2 instance.
+ *
+ */
+
+public class Proxy extends org.mozilla.javascript.ScriptableObject
+{
+
+ public Proxy(){}
+ public Proxy(Scriptable scope, Scriptable prototype){
+ super(scope, prototype);
+ }
+
+
+ /* methods from the Scriptable interface that we let
+ * ScriptableObject handle for us:
+ *
+ * get (both signatures)
+ * getPrototype
+ * setPrototype
+ * hasInstance
+ */
+
+
+ /* The following methods are from the Scriptable interface. We
+ * implement by explicitly passing the calls on to the object
+ * we're proxying. */
+
+ public String getClassName(){
+ return getPrototype().getClassName();
+ }
+ public boolean has(String name, Scriptable start){
+ Scriptable proxysTarget = getPrototype();
+ return proxysTarget.has(name, proxysTarget);
+ }
+ public boolean has(int index, Scriptable start){
+ Scriptable proxysTarget = getPrototype();
+ return proxysTarget.has(index, proxysTarget);
+ }
+ public void put(String name, Scriptable start, Object value){
+ Scriptable proxysTarget = getPrototype();
+ proxysTarget.put(name, proxysTarget, value);
+ }
+ public void put(int index, Scriptable start, Object value){
+ Scriptable proxysTarget = getPrototype();
+ proxysTarget.put(index, proxysTarget, value);
+ }
+ public void delete(String name){
+ getPrototype().delete(name);
+ }
+ public void delete(int index){
+ getPrototype().delete(index);
+ }
+ public Scriptable getParentScope(){
+ return getPrototype().getParentScope();
+ }
+ public void setParentScope(Scriptable parent){
+ getPrototype().setParentScope(parent);
+ }
+ public Object[] getIds(){
+ return getPrototype().getIds();
+ }
+ public Object getDefaultValue(Class<?> typeHint){
+ return getPrototype().getDefaultValue(typeHint);
+ }
+}
Added: trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Window.java
===================================================================
--- trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Window.java (rev 0)
+++ trunk/mapbender/test/tools/env-js/rhino/src/org/mozilla/javascript/tools/envjs/Window.java 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,266 @@
+/*
+ * This file is a component of env.js,
+ * http://github.com/gleneivey/env-js/commits/master/README
+ * a Pure JavaScript Browser Environment
+ * Copyright 2009 John Resig, licensed under the MIT License
+ * http://www.opensource.org/licenses/mit-license.php
+
+ * Contributed by Glen E. Ivey
+ */
+
+
+package org.mozilla.javascript.tools.envjs;
+
+import java.util.List;
+import java.util.ArrayList;
+import org.mozilla.javascript.Context;
+import org.mozilla.javascript.Function;
+import org.mozilla.javascript.NativeArray;
+import org.mozilla.javascript.Scriptable;
+import org.mozilla.javascript.ScriptableObject;
+
+public class Window extends org.mozilla.javascript.tools.shell.Global
+{
+ public void init(Context cx)
+ {
+ // let the Rhino shell base class do its init
+ super.init(cx);
+
+ // now, we add the JavaScript methods we want to provide for env.js
+ String[] names = {
+ "getFreshScopeObj",
+ "getProxyFor",
+ "getScope",
+ "setScope",
+ "configureScope",
+ "restoreScope",
+ "loadIntoFnsScope",
+ "javaHashCode"
+ // debug helper functions
+ //"whereAmI"
+ };
+ defineFunctionProperties(names, Window.class,
+ ScriptableObject.DONTENUM);
+
+
+ // defineFunctionProperties assigns the scope of new function objects
+ // to its caller ("this"), which isn't what we want. So, find all
+ // of them and reassign their parent scope object.
+ Object[] propIds = this.getAllIds();
+ for (Object anId: propIds) {
+ try {
+ Scriptable aProp = (Scriptable) (this.get((String) anId, this));
+ if (aProp.getClassName() == "Function")
+ aProp.setParentScope(Main.global);
+ }
+ catch (ClassCastException ccExcept) {
+ ; // ignore properties that don't cast to Scriptable
+ }
+ }
+ }
+
+
+
+
+ /* class methods intended to be called as JavaScript global functions */
+
+
+ public static void loadIntoFnsScope(Context cx, Scriptable thisObj,
+ Object[] args, Function funObj)
+ {
+ org.mozilla.javascript.tools.shell.Global.load(
+ cx, funObj.getParentScope(), args, funObj
+ );
+ }
+
+
+ public static Scriptable getFreshScopeObj( Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ org.mozilla.javascript.tools.shell.Global gObj =
+ (org.mozilla.javascript.tools.shell.Global)
+ (ScriptableObject.getTopLevelScope(funObj));
+ Class c = Window.class;
+ while (gObj != null && gObj.getClass() != c)
+ gObj = (org.mozilla.javascript.tools.shell.Global)
+ gObj.getPrototype();
+ if (gObj == null)
+ throw new IllegalStateException(
+ "Window.getFreshScopeObj: couldn't find " +
+ "our Global scope obj.");
+ return new Global(gObj);
+ }
+
+
+ public static Scriptable getProxyFor(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ if (args.length != 1)
+ throw new IllegalArgumentException(
+ "Window.getProxyFor: wrong argument count.");
+
+ Scriptable proxysTarget = (Scriptable) args[0];
+ if (proxysTarget == null)
+ throw new IllegalArgumentException(
+ "Window.getProxyFor: can't proxy 'null'.");
+
+ Scriptable proxysScope = proxysTarget.getParentScope() == null ?
+ proxysTarget : proxysTarget.getParentScope();
+ return new Proxy(proxysScope, proxysTarget);
+ }
+
+
+ public static Scriptable getScope(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ if (args.length != 1)
+ throw new IllegalArgumentException(
+ "Window.getScope: wrong argument count.");
+ return ScriptableObject.getTopLevelScope((Function) args[0]);
+ }
+
+ public static void setScope(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ if (args.length != 2)
+ throw new IllegalArgumentException(
+ "Window.setScope: wrong argument count.");
+ // rely on Java to throw an exception if we can't do the casts we want
+ // instead of explicitly checking our argument types
+
+ Function targetFn = (Function) args[0];
+ Scriptable previousObj = targetFn;
+ Scriptable currentObj = targetFn.getParentScope();
+ Scriptable nextObj;
+ while ((nextObj = currentObj.getParentScope()) != null) {
+ previousObj = currentObj;
+ currentObj = nextObj;
+ }
+
+ previousObj.setParentScope((Scriptable) args[1]);
+ }
+
+
+ public static NativeArray configureScope(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ Object[] objectPair;
+ List<Scriptable> pairs = new ArrayList<Scriptable>();
+
+ // save original scope for our target function object
+ Scriptable targetFn = (Scriptable) args[0];
+ objectPair = new Object[] { targetFn, targetFn.getParentScope() };
+ pairs.add(cx.newArray(funObj, objectPair));
+
+ NativeArray argArray = (NativeArray) args[1];
+ // change fn obj's scope to point to first element in array
+ targetFn.setParentScope((Scriptable) argArray.get(0, thisObj));
+
+
+ int c;
+ long len = argArray.getLength();
+ for (c=0; c < len-1; c++){
+ // save original scopes from objects we're putting into new chain
+ Scriptable elem = (Scriptable) argArray.get(c, thisObj);
+ objectPair = new Object[] { elem, elem.getParentScope() };
+ pairs.add(cx.newArray(funObj, objectPair));
+
+ // set current obj's scope to point to next object
+ Scriptable scope = (Scriptable) argArray.get(c+1, thisObj);
+ elem.setParentScope(scope);
+ }
+
+ // return original scope information for later restore
+ return (NativeArray) cx.newArray(funObj, pairs.toArray());
+ }
+
+
+ public static void restoreScope(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ NativeArray jsPairs = (NativeArray) args[0];
+
+ int c;
+ long len = jsPairs.getLength();
+ for (c=0; c < len; c++){
+ NativeArray objAndItsScope = (NativeArray) jsPairs.get(c, thisObj);
+ Scriptable anObj = (Scriptable) objAndItsScope.get(0, thisObj);
+ Scriptable oldScope = (Scriptable) objAndItsScope.get(1, thisObj);
+ anObj.setParentScope(oldScope);
+ }
+ }
+
+
+ public static Integer javaHashCode(Context cx, Scriptable thisObj,
+ Object[] args, Function funObj)
+ {
+ if (args.length != 1)
+ throw new IllegalArgumentException(
+ "Window.javaHashCode: wrong argument count, should be 1.");
+ if (args[0] == null)
+ throw new IllegalArgumentException(
+ "Window.javaHashCode: argument can't be null.");
+
+ return new Integer(args[0].hashCode());
+ }
+
+
+/*
+ public static void whereAmI(Context cx,
+ Scriptable thisObj,
+ Object[] args,
+ Function funObj)
+ {
+ System.out.println("whereAmI : " + Context.toString(args[0]));
+ ////////////
+// System.out.println(" this: " + thisObj.getClass().getName() +
+// " (" + thisObj.hashCode() + ")");
+// if (args[1] != null)
+// System.out.println(" fn: " + args[1].getClass().getName() +
+// " (" + args[1].hashCode() + ")");
+ ////////////
+ System.out.println(" scope:");
+ Scriptable temp = thisObj;
+ while (temp != null){
+ System.out.println(" this " + temp.getClass().getName() +
+ " (" + temp.hashCode() + ")");
+ temp = temp.getParentScope();
+ }
+ if (args[1] != null){
+ temp = (Function) args[1];
+ while (temp != null){
+ System.out.println(" fun " + temp.getClass().getName() +
+ " (" + temp.hashCode() + ")");
+ temp = temp.getParentScope();
+ }
+ }
+ System.out.println(" prototypes:");
+ temp = thisObj;
+ while (temp != null){
+ System.out.println(" this " + temp.getClass().getName() +
+ " (" + temp.hashCode() + ")");
+ temp = temp.getPrototype();
+ }
+ if (args[1] != null){
+ temp = (Function) args[1];
+ while (temp != null){
+ System.out.println(" fun " + temp.getClass().getName() +
+ " (" + temp.hashCode() + ")");
+ temp = temp.getPrototype();
+ }
+ }
+ }
+*/
+}
Added: trunk/mapbender/test/tools/env-js/src/common/__extend__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/common/__extend__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/common/__extend__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,15 @@
+
+/**
+ * @author john resig
+ */
+// Helper method for extending one object with another.
+function __extend__(a,b) {
+ for ( var i in b ) {
+ var g = b.__lookupGetter__(i), s = b.__lookupSetter__(i);
+ if ( g || s ) {
+ if ( g ) a.__defineGetter__(i, g);
+ if ( s ) a.__defineSetter__(i, s);
+ } else
+ a[i] = b[i];
+ } return a;
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/common/__setArray__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/common/__setArray__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/common/__setArray__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,11 @@
+
+/**
+ * @author john resig
+ */
+//from jQuery
+function __setArray__( target, array ) {
+ // Resetting the length to 0, then using the native Array push
+ // is a super-fast way to populate an object with array-like properties
+ target.length = 0;
+ Array.prototype.push.apply( target, array );
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/common/__trim__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/common/__trim__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/common/__trim__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,10 @@
+
+/**
+ * @author ariel flesler
+ * http://flesler.blogspot.com/2008/11/fast-trim-function-for-javascript.html
+ * @param {Object} str
+ */
+function __trim__( str ){
+ return (str || "").replace( /^\s+|\s+$/g, "" );
+
+};
Added: trunk/mapbender/test/tools/env-js/src/common/intro.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/common/intro.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/common/intro.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,13 @@
+
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ */
+
+(function(){
+
+
+
+
Added: trunk/mapbender/test/tools/env-js/src/common/outro.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/common/outro.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/common/outro.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,9 @@
+
+/**
+ * @author john resig & the envjs team
+ * @uri http://www.envjs.com/
+ * @copyright 2008-2010
+ * @license MIT
+ */
+
+})();
Added: trunk/mapbender/test/tools/env-js/src/console/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/console/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/console/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,6 @@
+
+/**
+ * @author envjs team
+ */
+var Console,
+ console;
Added: trunk/mapbender/test/tools/env-js/src/console/console.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/console/console.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/console/console.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,238 @@
+
+/**
+ * @author envjs team
+ * borrowed 99%-ish with love from firebug-lite
+ */
+Console = function(module){
+ var $level,
+ $logger,
+ $null = function(){};
+
+
+ if(Envjs[module] && Envjs[module].loglevel){
+ $level = Envjs.module.loglevel;
+ $logger = {
+ log: function(level){
+ logFormatted(arguments, (module)+" ");
+ },
+ debug: $level>1 ? $null: function() {
+ logFormatted(arguments, (module)+" debug");
+ },
+ info: $level>2 ? $null:function(){
+ logFormatted(arguments, (module)+" info");
+ },
+ warn: $level>3 ? $null:function(){
+ logFormatted(arguments, (module)+" warning");
+ },
+ error: $level>4 ? $null:function(){
+ logFormatted(arguments, (module)+" error");
+ }
+ };
+ }else{
+ $logger = {
+ log: function(level){
+ logFormatted(arguments, "");
+ },
+ debug: $null,
+ info: $null,
+ warn: $null,
+ error: $null
+ };
+ }
+
+ return $logger;
+};
+
+console = new Console("console",1);
+
+function logFormatted(objects, className)
+{
+ var html = [];
+
+ var format = objects[0];
+ var objIndex = 0;
+
+ if (typeof(format) != "string")
+ {
+ format = "";
+ objIndex = -1;
+ }
+
+ var parts = parseFormat(format);
+ for (var i = 0; i < parts.length; ++i)
+ {
+ var part = parts[i];
+ if (part && typeof(part) == "object")
+ {
+ var object = objects[++objIndex];
+ part.appender(object, html);
+ }
+ else
+ appendText(part, html);
+ }
+
+ for (var i = objIndex+1; i < objects.length; ++i)
+ {
+ appendText(" ", html);
+
+ var object = objects[i];
+ if (typeof(object) == "string")
+ appendText(object, html);
+ else
+ appendObject(object, html);
+ }
+
+ Envjs.log(html.join(' '));
+}
+
+function parseFormat(format)
+{
+ var parts = [];
+
+ var reg = /((^%|[^\\]%)(\d+)?(\.)([a-zA-Z]))|((^%|[^\\]%)([a-zA-Z]))/;
+ var appenderMap = {s: appendText, d: appendInteger, i: appendInteger, f: appendFloat};
+
+ for (var m = reg.exec(format); m; m = reg.exec(format))
+ {
+ var type = m[8] ? m[8] : m[5];
+ var appender = type in appenderMap ? appenderMap[type] : appendObject;
+ var precision = m[3] ? parseInt(m[3]) : (m[4] == "." ? -1 : 0);
+
+ parts.push(format.substr(0, m[0][0] == "%" ? m.index : m.index+1));
+ parts.push({appender: appender, precision: precision});
+
+ format = format.substr(m.index+m[0].length);
+ }
+
+ parts.push(format);
+
+ return parts;
+}
+
+function escapeHTML(value)
+{
+ return value;
+}
+
+function objectToString(object)
+{
+ try
+ {
+ return object+"";
+ }
+ catch (exc)
+ {
+ return null;
+ }
+}
+
+// ********************************************************************************************
+
+function appendText(object, html)
+{
+ html.push(escapeHTML(objectToString(object)));
+}
+
+function appendNull(object, html)
+{
+ html.push(escapeHTML(objectToString(object)));
+}
+
+function appendString(object, html)
+{
+ html.push(escapeHTML(objectToString(object)));
+}
+
+function appendInteger(object, html)
+{
+ html.push(escapeHTML(objectToString(object)));
+}
+
+function appendFloat(object, html)
+{
+ html.push(escapeHTML(objectToString(object)));
+}
+
+function appendFunction(object, html)
+{
+ var reName = /function ?(.*?)\(/;
+ var m = reName.exec(objectToString(object));
+ var name = m ? m[1] : "function";
+ html.push(escapeHTML(name));
+}
+
+function appendObject(object, html)
+{
+ try
+ {
+ if (object == undefined)
+ appendNull("undefined", html);
+ else if (object == null)
+ appendNull("null", html);
+ else if (typeof object == "string")
+ appendString(object, html);
+ else if (typeof object == "number")
+ appendInteger(object, html);
+ else if (typeof object == "function")
+ appendFunction(object, html);
+ else if (object.nodeType == 1)
+ appendSelector(object, html);
+ else if (typeof object == "object")
+ appendObjectFormatted(object, html);
+ else
+ appendText(object, html);
+ }
+ catch (exc)
+ {
+ }
+}
+
+function appendObjectFormatted(object, html)
+{
+ var text = objectToString(object);
+ var reObject = /\[object (.*?)\]/;
+
+ var m = reObject.exec(text);
+ html.push( m ? m[1] : text)
+}
+
+function appendSelector(object, html)
+{
+
+ html.push(escapeHTML(object.nodeName.toLowerCase()));
+ if (object.id)
+ html.push(escapeHTML(object.id));
+ if (object.className)
+ html.push(escapeHTML(object.className));
+
+}
+
+function appendNode(node, html)
+{
+ if (node.nodeType == 1)
+ {
+ html.push( node.nodeName.toLowerCase());
+
+ for (var i = 0; i < node.attributes.length; ++i)
+ {
+ var attr = node.attributes[i];
+ if (!attr.specified)
+ continue;
+
+ html.push( attr.nodeName.toLowerCase(),escapeHTML(attr.nodeValue))
+ }
+
+ if (node.firstChild)
+ {
+ for (var child = node.firstChild; child; child = child.nextSibling)
+ appendNode(child, html);
+
+ html.push( node.nodeName.toLowerCase());
+ }
+ }
+ else if (node.nodeType == 3)
+ {
+ html.push(escapeHTML(node.nodeValue));
+ }
+};
+
Added: trunk/mapbender/test/tools/env-js/src/css/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,8 @@
+
+/**
+ * DOM Style Level 2
+ */
+var CSS2Properties,
+ CSSRule,
+ CSSStyleSheet;
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/htmlelement.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/htmlelement.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/htmlelement.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,30 @@
+
+/**
+ * @author envjs team
+ */
+$css2properties = [{}];
+
+__extend__(HTMLElement.prototype, {
+ get style(){
+ if ( !this.css2uuid ) {
+ this.css2uuid = $css2properties.length;
+ $css2properties[this.css2uuid] = new CSS2Properties(this);
+ }
+ return $css2properties[this.css2uuid];
+ },
+ setAttribute: function (name, value) {
+ Element.prototype.setAttribute.apply(this,[name, value]);
+ if (name === "style") {
+ __updateCss2Props__(this, value);
+ }
+ }
+});
+
+var __updateCss2Props__ = function(elem, values){
+ //console.log('__updateCss2Props__ %s %s', elem, values);
+ if ( !elem.css2uuid ) {
+ elem.css2uuid = $css2properties.length;
+ $css2properties[elem.css2uuid] = new CSS2Properties(elem);
+ }
+ __cssTextToStyles__($css2properties[elem.css2uuid], values);
+};
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/changelog.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/changelog.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/changelog.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,31 @@
+JSS Change Log
+
+0.4
+
+* Parse order of external stylesheets could be incorrect due to the nature of AJAX calls, there is now a load queue so stylesheets get parsed in source order rather than load order. [Thanks to Daniel Wachsstock <d.wachss at prodigy.net> for reporting this]
+* We now skip applying a selector if the browser already understands it. This avoids cluttering the DOM with style information when it isn't needed. [Thanks to Daniel Wachsstock <d.wachss at prodigy.net> for all his help with this]
+* Added support for media types so stylesheets with a media type set are only applied if the media type is in effect. [Thanks again to Daniel Wachsstock <d.wachss at prodigy.net> for a bunch of the logic]
+* Added the $.jss.checkMediaTypes flag to enable/disable the media types support. Please disable it if you get issues, particularly in Safari 3.
+* Added better external stylesheet debugging.
+
+
+0.3
+
+* fixed IE support for parsing internal <style> tags.
+* wrapped plugin in a closure to avoid conflicts.
+* Now using jQuery.trim() so we can remove String.prototype which is ugly.
+* A minor speed improvement.
+
+
+0.2
+
+* Added support for $.jss.only to filter only a subset of selectors.
+* Major improvements to selector caching.
+* Added some better default exclusions to exclude :hover and simple selectors.
+* Fixed support for IE6 and Opera (except when in debug mode).
+* Package now includes a basic speed test.
+
+
+0.1
+
+* Initial release.
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/index.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/index.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/index.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,87 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+ <title>JSS</title>
+
+ <style type="text/css" media="screen">
+
+ body {
+ font: 14px/1.4 normal Tahoma, Arial, Sans-Serif;
+ }
+
+ h1 {
+ margin: 0;
+ padding: 1em 0 0 0;
+ font-size: 3em;
+ text-align: center;
+ }
+
+ h2 {
+ margin: 2em 0 0 0;
+ padding: 0;
+ font-size: 1.4em;
+ line-height: 1.1;
+ }
+
+ #page {
+ position: relative;
+ width: 420px;
+ margin: 0 auto;
+ text-align: justify;
+ }
+
+ </style>
+
+</head>
+
+<body>
+
+ <div id="page">
+
+ <h1>JSS</h1>
+
+ <h2>What's this all about?</h2>
+ <p>JSS stands for Javascript Style Sheets, it is a jQuery plugin that allows you to take advantage of the full range of jQuery selectors accross all browsers from within your standard CSS files.</p>
+
+ <h2>How does it work?</h2>
+ <p>You simply include jQuery and JSS in your page and then call the <code>$.jss.apply()</code> function. All your styles that are between <code><style></code> tags or in externally loaded CSS files are parsed and analysed. Each selector is the piped through to jQuery and the styles are applied via it's <code>.css()</code> function.</p>
+ <p>The selectors and properties are limited to those understood by jQuery. JSS has been tested on IE 6+7, Firefox 2, Safari 3, Camino 1.5 & Opera.</p>
+
+ <h2>Where can I see a demo?</h2>
+ <p>There is a <a href="test.html">speed test</a> which demonstrates some of the functionality available.</p>
+
+ <h2>How do I use Test Visuals</h2>
+ <p>A full explaination of the current API is available in the jss.js file.</p>
+ <p>This should get you started…</p>
+<pre><code>
+$(document).ready(function(){
+ $.jss.apply();
+});
+</code></pre>
+
+ <h2>Where can I get hold of it?</h2>
+ <p>You can <a href="packages/jss-0-4.zip">download the current version (0.4) here</a>.</p>
+ <p>This version has several fixes and some cool new features, it is a recommended upgrade for all users.<br />
+ Remember this still isn't production ready code so please keep sending me your feedback and issues.<br />
+ Check-out the <a href="changelog.txt">changelog</a> for more details on what's new.</p>
+
+ <h2>What's next?</h2>
+ <p>Speed, speed, speed, if you have any better ideas or fancy helping out then please <a href="mailto:andrew.d.kent at gmail.com">get in touch</a>, I'd love to hear from you.</p>
+ <ul>
+ <li>@import support</li>
+ <li>Speed improvements</li>
+ <li>Full documentation</li>
+ <li>Support for <code>:hover</code></li>
+ <li>Support for <code>rel="jss-stylesheet"</code> in link tags</li>
+ <li>Selective loading of stylesheets</li>
+ </ul>
+
+ </div>
+
+
+</body>
+</html>
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jquery.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jquery.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jquery.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,2992 @@
+(function(){
+/*
+ * jQuery 1.2.1 - New Wave Javascript
+ *
+ * Copyright (c) 2007 John Resig (jquery.com)
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * $Date: 2007-09-16 23:42:06 -0400 (Sun, 16 Sep 2007) $
+ * $Rev: 3353 $
+ */
+
+// Map over jQuery in case of overwrite
+if ( typeof jQuery != "undefined" )
+ var _jQuery = jQuery;
+
+var jQuery = window.jQuery = function(selector, context) {
+ // If the context is a namespace object, return a new object
+ return this instanceof jQuery ?
+ this.init(selector, context) :
+ new jQuery(selector, context);
+};
+
+// Map over the $ in case of overwrite
+if ( typeof $ != "undefined" )
+ var _$ = $;
+
+// Map the jQuery namespace to the '$' one
+window.$ = jQuery;
+
+var quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;
+
+jQuery.fn = jQuery.prototype = {
+ init: function(selector, context) {
+ // Make sure that a selection was provided
+ selector = selector || document;
+
+ // Handle HTML strings
+ if ( typeof selector == "string" ) {
+ var m = quickExpr.exec(selector);
+ if ( m && (m[1] || !context) ) {
+ // HANDLE: $(html) -> $(array)
+ if ( m[1] )
+ selector = jQuery.clean( [ m[1] ], context );
+
+ // HANDLE: $("#id")
+ else {
+ var tmp = document.getElementById( m[3] );
+ if ( tmp )
+ // Handle the case where IE and Opera return items
+ // by name instead of ID
+ if ( tmp.id != m[3] )
+ return jQuery().find( selector );
+ else {
+ this[0] = tmp;
+ this.length = 1;
+ return this;
+ }
+ else
+ selector = [];
+ }
+
+ // HANDLE: $(expr)
+ } else
+ return new jQuery( context ).find( selector );
+
+ // HANDLE: $(function)
+ // Shortcut for document ready
+ } else if ( jQuery.isFunction(selector) )
+ return new jQuery(document)[ jQuery.fn.ready ? "ready" : "load" ]( selector );
+
+ return this.setArray(
+ // HANDLE: $(array)
+ selector.constructor == Array && selector ||
+
+ // HANDLE: $(arraylike)
+ // Watch for when an array-like object is passed as the selector
+ (selector.jquery || selector.length && selector != window && !selector.nodeType && selector[0] != undefined && selector[0].nodeType) && jQuery.makeArray( selector ) ||
+
+ // HANDLE: $(*)
+ [ selector ] );
+ },
+
+ jquery: "1.2.1",
+
+ size: function() {
+ return this.length;
+ },
+
+ length: 0,
+
+ get: function( num ) {
+ return num == undefined ?
+
+ // Return a 'clean' array
+ jQuery.makeArray( this ) :
+
+ // Return just the object
+ this[num];
+ },
+
+ pushStack: function( a ) {
+ var ret = jQuery(a);
+ ret.prevObject = this;
+ return ret;
+ },
+
+ setArray: function( a ) {
+ this.length = 0;
+ Array.prototype.push.apply( this, a );
+ return this;
+ },
+
+ each: function( fn, args ) {
+ return jQuery.each( this, fn, args );
+ },
+
+ index: function( obj ) {
+ var pos = -1;
+ this.each(function(i){
+ if ( this == obj ) pos = i;
+ });
+ return pos;
+ },
+
+ attr: function( key, value, type ) {
+ var obj = key;
+
+ // Look for the case where we're accessing a style value
+ if ( key.constructor == String )
+ if ( value == undefined )
+ return this.length && jQuery[ type || "attr" ]( this[0], key ) || undefined;
+ else {
+ obj = {};
+ obj[ key ] = value;
+ }
+
+ // Check to see if we're setting style values
+ return this.each(function(index){
+ // Set all the styles
+ for ( var prop in obj )
+ jQuery.attr(
+ type ? this.style : this,
+ prop, jQuery.prop(this, obj[prop], type, index, prop)
+ );
+ });
+ },
+
+ css: function( key, value ) {
+ return this.attr( key, value, "curCSS" );
+ },
+
+ text: function(e) {
+ if ( typeof e != "object" && e != null )
+ return this.empty().append( document.createTextNode( e ) );
+
+ var t = "";
+ jQuery.each( e || this, function(){
+ jQuery.each( this.childNodes, function(){
+ if ( this.nodeType != 8 )
+ t += this.nodeType != 1 ?
+ this.nodeValue : jQuery.fn.text([ this ]);
+ });
+ });
+ return t;
+ },
+
+ wrapAll: function(html) {
+ if ( this[0] )
+ // The elements to wrap the target around
+ jQuery(html, this[0].ownerDocument)
+ .clone()
+ .insertBefore(this[0])
+ .map(function(){
+ var elem = this;
+ while ( elem.firstChild )
+ elem = elem.firstChild;
+ return elem;
+ })
+ .append(this);
+
+ return this;
+ },
+
+ wrapInner: function(html) {
+ return this.each(function(){
+ jQuery(this).contents().wrapAll(html);
+ });
+ },
+
+ wrap: function(html) {
+ return this.each(function(){
+ jQuery(this).wrapAll(html);
+ });
+ },
+
+ append: function() {
+ return this.domManip(arguments, true, 1, function(a){
+ this.appendChild( a );
+ });
+ },
+
+ prepend: function() {
+ return this.domManip(arguments, true, -1, function(a){
+ this.insertBefore( a, this.firstChild );
+ });
+ },
+
+ before: function() {
+ return this.domManip(arguments, false, 1, function(a){
+ this.parentNode.insertBefore( a, this );
+ });
+ },
+
+ after: function() {
+ return this.domManip(arguments, false, -1, function(a){
+ this.parentNode.insertBefore( a, this.nextSibling );
+ });
+ },
+
+ end: function() {
+ return this.prevObject || jQuery([]);
+ },
+
+ find: function(t) {
+ var data = jQuery.map(this, function(a){ return jQuery.find(t,a); });
+ return this.pushStack( /[^+>] [^+>]/.test( t ) || t.indexOf("..") > -1 ?
+ jQuery.unique( data ) : data );
+ },
+
+ clone: function(events) {
+ // Do the clone
+ var ret = this.map(function(){
+ return this.outerHTML ? jQuery(this.outerHTML)[0] : this.cloneNode(true);
+ });
+
+ // Need to set the expando to null on the cloned set if it exists
+ // removeData doesn't work here, IE removes it from the original as well
+ // this is primarily for IE but the data expando shouldn't be copied over in any browser
+ var clone = ret.find("*").andSelf().each(function(){
+ if ( this[ expando ] != undefined )
+ this[ expando ] = null;
+ });
+
+ // Copy the events from the original to the clone
+ if (events === true)
+ this.find("*").andSelf().each(function(i) {
+ var events = jQuery.data(this, "events");
+ for ( var type in events )
+ for ( var handler in events[type] )
+ jQuery.event.add(clone[i], type, events[type][handler], events[type][handler].data);
+ });
+
+ // Return the cloned set
+ return ret;
+ },
+
+ filter: function(t) {
+ return this.pushStack(
+ jQuery.isFunction( t ) &&
+ jQuery.grep(this, function(el, index){
+ return t.apply(el, [index]);
+ }) ||
+
+ jQuery.multiFilter(t,this) );
+ },
+
+ not: function(t) {
+ return this.pushStack(
+ t.constructor == String &&
+ jQuery.multiFilter(t, this, true) ||
+
+ jQuery.grep(this, function(a) {
+ return ( t.constructor == Array || t.jquery )
+ ? jQuery.inArray( a, t ) < 0
+ : a != t;
+ })
+ );
+ },
+
+ add: function(t) {
+ return this.pushStack( jQuery.merge(
+ this.get(),
+ t.constructor == String ?
+ jQuery(t).get() :
+ t.length != undefined && (!t.nodeName || jQuery.nodeName(t, "form")) ?
+ t : [t] )
+ );
+ },
+
+ is: function(expr) {
+ return expr ? jQuery.multiFilter(expr,this).length > 0 : false;
+ },
+
+ hasClass: function(expr) {
+ return this.is("." + expr);
+ },
+
+ val: function( val ) {
+ if ( val == undefined ) {
+ if ( this.length ) {
+ var elem = this[0];
+
+ // We need to handle select boxes special
+ if ( jQuery.nodeName(elem, "select") ) {
+ var index = elem.selectedIndex,
+ a = [],
+ options = elem.options,
+ one = elem.type == "select-one";
+
+ // Nothing was selected
+ if ( index < 0 )
+ return null;
+
+ // Loop through all the selected options
+ for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) {
+ var option = options[i];
+ if ( option.selected ) {
+ // Get the specifc value for the option
+ var val = jQuery.browser.msie && !option.attributes["value"].specified ? option.text : option.value;
+
+ // We don't need an array for one selects
+ if ( one )
+ return val;
+
+ // Multi-Selects return an array
+ a.push(val);
+ }
+ }
+
+ return a;
+
+ // Everything else, we just grab the value
+ } else
+ return this[0].value.replace(/\r/g, "");
+ }
+ } else
+ return this.each(function(){
+ if ( val.constructor == Array && /radio|checkbox/.test(this.type) )
+ this.checked = (jQuery.inArray(this.value, val) >= 0 ||
+ jQuery.inArray(this.name, val) >= 0);
+ else if ( jQuery.nodeName(this, "select") ) {
+ var tmp = val.constructor == Array ? val : [val];
+
+ jQuery("option", this).each(function(){
+ this.selected = (jQuery.inArray(this.value, tmp) >= 0 ||
+ jQuery.inArray(this.text, tmp) >= 0);
+ });
+
+ if ( !tmp.length )
+ this.selectedIndex = -1;
+ } else
+ this.value = val;
+ });
+ },
+
+ html: function( val ) {
+ return val == undefined ?
+ ( this.length ? this[0].innerHTML : null ) :
+ this.empty().append( val );
+ },
+
+ replaceWith: function( val ) {
+ return this.after( val ).remove();
+ },
+
+ eq: function(i){
+ return this.slice(i, i+1);
+ },
+
+ slice: function() {
+ return this.pushStack( Array.prototype.slice.apply( this, arguments ) );
+ },
+
+ map: function(fn) {
+ return this.pushStack(jQuery.map( this, function(elem,i){
+ return fn.call( elem, i, elem );
+ }));
+ },
+
+ andSelf: function() {
+ return this.add( this.prevObject );
+ },
+
+ domManip: function(args, table, dir, fn) {
+ var clone = this.length > 1, a;
+
+ return this.each(function(){
+ if ( !a ) {
+ a = jQuery.clean(args, this.ownerDocument);
+ if ( dir < 0 )
+ a.reverse();
+ }
+
+ var obj = this;
+
+ if ( table && jQuery.nodeName(this, "table") && jQuery.nodeName(a[0], "tr") )
+ obj = this.getElementsByTagName("tbody")[0] || this.appendChild(document.createElement("tbody"));
+
+ jQuery.each( a, function(){
+ var elem = clone ? this.cloneNode(true) : this;
+ if ( !evalScript(0, elem) )
+ fn.call( obj, elem );
+ });
+ });
+ }
+};
+
+function evalScript(i, elem){
+ var script = jQuery.nodeName(elem, "script");
+
+ if ( script ) {
+ if ( elem.src )
+ jQuery.ajax({ url: elem.src, async: false, dataType: "script" });
+ else
+ jQuery.globalEval( elem.text || elem.textContent || elem.innerHTML || "" );
+
+ if ( elem.parentNode )
+ elem.parentNode.removeChild(elem);
+
+ } else if ( elem.nodeType == 1 )
+ jQuery("script", elem).each(evalScript);
+
+ return script;
+}
+
+jQuery.extend = jQuery.fn.extend = function() {
+ // copy reference to target object
+ var target = arguments[0] || {}, a = 1, al = arguments.length, deep = false;
+
+ // Handle a deep copy situation
+ if ( target.constructor == Boolean ) {
+ deep = target;
+ target = arguments[1] || {};
+ }
+
+ // extend jQuery itself if only one argument is passed
+ if ( al == 1 ) {
+ target = this;
+ a = 0;
+ }
+
+ var prop;
+
+ for ( ; a < al; a++ )
+ // Only deal with non-null/undefined values
+ if ( (prop = arguments[a]) != null )
+ // Extend the base object
+ for ( var i in prop ) {
+ // Prevent never-ending loop
+ if ( target == prop[i] )
+ continue;
+
+ // Recurse if we're merging object values
+ if ( deep && typeof prop[i] == 'object' && target[i] )
+ jQuery.extend( target[i], prop[i] );
+
+ // Don't bring in undefined values
+ else if ( prop[i] != undefined )
+ target[i] = prop[i];
+ }
+
+ // Return the modified object
+ return target;
+};
+
+var expando = "jQuery" + (new Date()).getTime(), uuid = 0, win = {};
+
+jQuery.extend({
+ noConflict: function(deep) {
+ window.$ = _$;
+ if ( deep )
+ window.jQuery = _jQuery;
+ return jQuery;
+ },
+
+ // This may seem like some crazy code, but trust me when I say that this
+ // is the only cross-browser way to do this. --John
+ isFunction: function( fn ) {
+ return !!fn && typeof fn != "string" && !fn.nodeName &&
+ fn.constructor != Array && /function/i.test( fn + "" );
+ },
+
+ // check if an element is in a XML document
+ isXMLDoc: function(elem) {
+ return elem.documentElement && !elem.body ||
+ elem.tagName && elem.ownerDocument && !elem.ownerDocument.body;
+ },
+
+ // Evalulates a script in a global context
+ // Evaluates Async. in Safari 2 :-(
+ globalEval: function( data ) {
+ data = jQuery.trim( data );
+ if ( data ) {
+ if ( window.execScript )
+ window.execScript( data );
+ else if ( jQuery.browser.safari )
+ // safari doesn't provide a synchronous global eval
+ window.setTimeout( data, 0 );
+ else
+ eval.call( window, data );
+ }
+ },
+
+ nodeName: function( elem, name ) {
+ return elem.nodeName && elem.nodeName.toUpperCase() == name.toUpperCase();
+ },
+
+ cache: {},
+
+ data: function( elem, name, data ) {
+ elem = elem == window ? win : elem;
+
+ var id = elem[ expando ];
+
+ // Compute a unique ID for the element
+ if ( !id )
+ id = elem[ expando ] = ++uuid;
+
+ // Only generate the data cache if we're
+ // trying to access or manipulate it
+ if ( name && !jQuery.cache[ id ] )
+ jQuery.cache[ id ] = {};
+
+ // Prevent overriding the named cache with undefined values
+ if ( data != undefined )
+ jQuery.cache[ id ][ name ] = data;
+
+ // Return the named cache data, or the ID for the element
+ return name ? jQuery.cache[ id ][ name ] : id;
+ },
+
+ removeData: function( elem, name ) {
+ elem = elem == window ? win : elem;
+
+ var id = elem[ expando ];
+
+ // If we want to remove a specific section of the element's data
+ if ( name ) {
+ if ( jQuery.cache[ id ] ) {
+ // Remove the section of cache data
+ delete jQuery.cache[ id ][ name ];
+
+ // If we've removed all the data, remove the element's cache
+ name = "";
+ for ( name in jQuery.cache[ id ] ) break;
+ if ( !name )
+ jQuery.removeData( elem );
+ }
+
+ // Otherwise, we want to remove all of the element's data
+ } else {
+ // Clean up the element expando
+ try {
+ delete elem[ expando ];
+ } catch(e){
+ // IE has trouble directly removing the expando
+ // but it's ok with using removeAttribute
+ if ( elem.removeAttribute )
+ elem.removeAttribute( expando );
+ }
+
+ // Completely remove the data cache
+ delete jQuery.cache[ id ];
+ }
+ },
+
+ // args is for internal usage only
+ each: function( obj, fn, args ) {
+ if ( args ) {
+ if ( obj.length == undefined )
+ for ( var i in obj )
+ fn.apply( obj[i], args );
+ else
+ for ( var i = 0, ol = obj.length; i < ol; i++ )
+ if ( fn.apply( obj[i], args ) === false ) break;
+
+ // A special, fast, case for the most common use of each
+ } else {
+ if ( obj.length == undefined )
+ for ( var i in obj )
+ fn.call( obj[i], i, obj[i] );
+ else
+ for ( var i = 0, ol = obj.length, val = obj[0];
+ i < ol && fn.call(val,i,val) !== false; val = obj[++i] ){}
+ }
+
+ return obj;
+ },
+
+ prop: function(elem, value, type, index, prop){
+ // Handle executable functions
+ if ( jQuery.isFunction( value ) )
+ value = value.call( elem, [index] );
+
+ // exclude the following css properties to add px
+ var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i;
+
+ // Handle passing in a number to a CSS property
+ return value && value.constructor == Number && type == "curCSS" && !exclude.test(prop) ?
+ value + "px" :
+ value;
+ },
+
+ className: {
+ // internal only, use addClass("class")
+ add: function( elem, c ){
+ jQuery.each( (c || "").split(/\s+/), function(i, cur){
+ if ( !jQuery.className.has( elem.className, cur ) )
+ elem.className += ( elem.className ? " " : "" ) + cur;
+ });
+ },
+
+ // internal only, use removeClass("class")
+ remove: function( elem, c ){
+ elem.className = c != undefined ?
+ jQuery.grep( elem.className.split(/\s+/), function(cur){
+ return !jQuery.className.has( c, cur );
+ }).join(" ") : "";
+ },
+
+ // internal only, use is(".class")
+ has: function( t, c ) {
+ return jQuery.inArray( c, (t.className || t).toString().split(/\s+/) ) > -1;
+ }
+ },
+
+ swap: function(e,o,f) {
+ for ( var i in o ) {
+ e.style["old"+i] = e.style[i];
+ e.style[i] = o[i];
+ }
+ f.apply( e, [] );
+ for ( var i in o )
+ e.style[i] = e.style["old"+i];
+ },
+
+ css: function(e,p) {
+ if ( p == "height" || p == "width" ) {
+ var old = {}, oHeight, oWidth, d = ["Top","Bottom","Right","Left"];
+
+ jQuery.each( d, function(){
+ old["padding" + this] = 0;
+ old["border" + this + "Width"] = 0;
+ });
+
+ jQuery.swap( e, old, function() {
+ if ( jQuery(e).is(':visible') ) {
+ oHeight = e.offsetHeight;
+ oWidth = e.offsetWidth;
+ } else {
+ e = jQuery(e.cloneNode(true))
+ .find(":radio").removeAttr("checked").end()
+ .css({
+ visibility: "hidden", position: "absolute", display: "block", right: "0", left: "0"
+ }).appendTo(e.parentNode)[0];
+
+ var parPos = jQuery.css(e.parentNode,"position") || "static";
+ if ( parPos == "static" )
+ e.parentNode.style.position = "relative";
+
+ oHeight = e.clientHeight;
+ oWidth = e.clientWidth;
+
+ if ( parPos == "static" )
+ e.parentNode.style.position = "static";
+
+ e.parentNode.removeChild(e);
+ }
+ });
+
+ return p == "height" ? oHeight : oWidth;
+ }
+
+ return jQuery.curCSS( e, p );
+ },
+
+ curCSS: function(elem, prop, force) {
+ var ret, stack = [], swap = [];
+
+ // A helper method for determining if an element's values are broken
+ function color(a){
+ if ( !jQuery.browser.safari )
+ return false;
+
+ var ret = document.defaultView.getComputedStyle(a,null);
+ return !ret || ret.getPropertyValue("color") == "";
+ }
+
+ if (prop == "opacity" && jQuery.browser.msie) {
+ ret = jQuery.attr(elem.style, "opacity");
+ return ret == "" ? "1" : ret;
+ }
+
+ if (prop.match(/float/i))
+ prop = styleFloat;
+
+ if (!force && elem.style[prop])
+ ret = elem.style[prop];
+
+ else if (document.defaultView && document.defaultView.getComputedStyle) {
+
+ if (prop.match(/float/i))
+ prop = "float";
+
+ prop = prop.replace(/([A-Z])/g,"-$1").toLowerCase();
+ var cur = document.defaultView.getComputedStyle(elem, null);
+
+ if ( cur && !color(elem) )
+ ret = cur.getPropertyValue(prop);
+
+ // If the element isn't reporting its values properly in Safari
+ // then some display: none elements are involved
+ else {
+ // Locate all of the parent display: none elements
+ for ( var a = elem; a && color(a); a = a.parentNode )
+ stack.unshift(a);
+
+ // Go through and make them visible, but in reverse
+ // (It would be better if we knew the exact display type that they had)
+ for ( a = 0; a < stack.length; a++ )
+ if ( color(stack[a]) ) {
+ swap[a] = stack[a].style.display;
+ stack[a].style.display = "block";
+ }
+
+ // Since we flip the display style, we have to handle that
+ // one special, otherwise get the value
+ ret = prop == "display" && swap[stack.length-1] != null ?
+ "none" :
+ document.defaultView.getComputedStyle(elem,null).getPropertyValue(prop) || "";
+
+ // Finally, revert the display styles back
+ for ( a = 0; a < swap.length; a++ )
+ if ( swap[a] != null )
+ stack[a].style.display = swap[a];
+ }
+
+ if ( prop == "opacity" && ret == "" )
+ ret = "1";
+
+ } else if (elem.currentStyle) {
+ var newProp = prop.replace(/\-(\w)/g,function(m,c){return c.toUpperCase();});
+ ret = elem.currentStyle[prop] || elem.currentStyle[newProp];
+
+ // From the awesome hack by Dean Edwards
+ // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
+
+ // If we're not dealing with a regular pixel number
+ // but a number that has a weird ending, we need to convert it to pixels
+ if ( !/^\d+(px)?$/i.test(ret) && /^\d/.test(ret) ) {
+ var style = elem.style.left;
+ var runtimeStyle = elem.runtimeStyle.left;
+ elem.runtimeStyle.left = elem.currentStyle.left;
+ elem.style.left = ret || 0;
+ ret = elem.style.pixelLeft + "px";
+ elem.style.left = style;
+ elem.runtimeStyle.left = runtimeStyle;
+ }
+ }
+
+ return ret;
+ },
+
+ clean: function(a, doc) {
+ var r = [];
+ doc = doc || document;
+
+ jQuery.each( a, function(i,arg){
+ if ( !arg ) return;
+
+ if ( arg.constructor == Number )
+ arg = arg.toString();
+
+ // Convert html string into DOM nodes
+ if ( typeof arg == "string" ) {
+ // Fix "XHTML"-style tags in all browsers
+ arg = arg.replace(/(<(\w+)[^>]*?)\/>/g, function(m, all, tag){
+ return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area)$/i)? m : all+"></"+tag+">";
+ });
+
+ // Trim whitespace, otherwise indexOf won't work as expected
+ var s = jQuery.trim(arg).toLowerCase(), div = doc.createElement("div"), tb = [];
+
+ var wrap =
+ // option or optgroup
+ !s.indexOf("<opt") &&
+ [1, "<select>", "</select>"] ||
+
+ !s.indexOf("<leg") &&
+ [1, "<fieldset>", "</fieldset>"] ||
+
+ s.match(/^<(thead|tbody|tfoot|colg|cap)/) &&
+ [1, "<table>", "</table>"] ||
+
+ !s.indexOf("<tr") &&
+ [2, "<table><tbody>", "</tbody></table>"] ||
+
+ // <thead> matched above
+ (!s.indexOf("<td") || !s.indexOf("<th")) &&
+ [3, "<table><tbody><tr>", "</tr></tbody></table>"] ||
+
+ !s.indexOf("<col") &&
+ [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"] ||
+
+ // IE can't serialize <link> and <script> tags normally
+ jQuery.browser.msie &&
+ [1, "div<div>", "</div>"] ||
+
+ [0,"",""];
+
+ // Go to html and back, then peel off extra wrappers
+ div.innerHTML = wrap[1] + arg + wrap[2];
+
+ // Move to the right depth
+ while ( wrap[0]-- )
+ div = div.lastChild;
+
+ // Remove IE's autoinserted <tbody> from table fragments
+ if ( jQuery.browser.msie ) {
+
+ // String was a <table>, *may* have spurious <tbody>
+ if ( !s.indexOf("<table") && s.indexOf("<tbody") < 0 )
+ tb = div.firstChild && div.firstChild.childNodes;
+
+ // String was a bare <thead> or <tfoot>
+ else if ( wrap[1] == "<table>" && s.indexOf("<tbody") < 0 )
+ tb = div.childNodes;
+
+ for ( var n = tb.length-1; n >= 0 ; --n )
+ if ( jQuery.nodeName(tb[n], "tbody") && !tb[n].childNodes.length )
+ tb[n].parentNode.removeChild(tb[n]);
+
+ // IE completely kills leading whitespace when innerHTML is used
+ if ( /^\s/.test(arg) )
+ div.insertBefore( doc.createTextNode( arg.match(/^\s*/)[0] ), div.firstChild );
+
+ }
+
+ arg = jQuery.makeArray( div.childNodes );
+ }
+
+ if ( 0 === arg.length && (!jQuery.nodeName(arg, "form") && !jQuery.nodeName(arg, "select")) )
+ return;
+
+ if ( arg[0] == undefined || jQuery.nodeName(arg, "form") || arg.options )
+ r.push( arg );
+ else
+ r = jQuery.merge( r, arg );
+
+ });
+
+ return r;
+ },
+
+ attr: function(elem, name, value){
+ var fix = jQuery.isXMLDoc(elem) ? {} : jQuery.props;
+
+ // Safari mis-reports the default selected property of a hidden option
+ // Accessing the parent's selectedIndex property fixes it
+ if ( name == "selected" && jQuery.browser.safari )
+ elem.parentNode.selectedIndex;
+
+ // Certain attributes only work when accessed via the old DOM 0 way
+ if ( fix[name] ) {
+ if ( value != undefined ) elem[fix[name]] = value;
+ return elem[fix[name]];
+ } else if ( jQuery.browser.msie && name == "style" )
+ return jQuery.attr( elem.style, "cssText", value );
+
+ else if ( value == undefined && jQuery.browser.msie && jQuery.nodeName(elem, "form") && (name == "action" || name == "method") )
+ return elem.getAttributeNode(name).nodeValue;
+
+ // IE elem.getAttribute passes even for style
+ else if ( elem.tagName ) {
+
+ if ( value != undefined ) {
+ if ( name == "type" && jQuery.nodeName(elem,"input") && elem.parentNode )
+ throw "type property can't be changed";
+ elem.setAttribute( name, value );
+ }
+
+ if ( jQuery.browser.msie && /href|src/.test(name) && !jQuery.isXMLDoc(elem) )
+ return elem.getAttribute( name, 2 );
+
+ return elem.getAttribute( name );
+
+ // elem is actually elem.style ... set the style
+ } else {
+ // IE actually uses filters for opacity
+ if ( name == "opacity" && jQuery.browser.msie ) {
+ if ( value != undefined ) {
+ // IE has trouble with opacity if it does not have layout
+ // Force it by setting the zoom level
+ elem.zoom = 1;
+
+ // Set the alpha filter to set the opacity
+ elem.filter = (elem.filter || "").replace(/alpha\([^)]*\)/,"") +
+ (parseFloat(value).toString() == "NaN" ? "" : "alpha(opacity=" + value * 100 + ")");
+ }
+
+ return elem.filter ?
+ (parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : "";
+ }
+ name = name.replace(/-([a-z])/ig,function(z,b){return b.toUpperCase();});
+ if ( value != undefined ) elem[name] = value;
+ return elem[name];
+ }
+ },
+
+ trim: function(t){
+ return (t||"").replace(/^\s+|\s+$/g, "");
+ },
+
+ makeArray: function( a ) {
+ var r = [];
+
+ // Need to use typeof to fight Safari childNodes crashes
+ if ( typeof a != "array" )
+ for ( var i = 0, al = a.length; i < al; i++ )
+ r.push( a[i] );
+ else
+ r = a.slice( 0 );
+
+ return r;
+ },
+
+ inArray: function( b, a ) {
+ for ( var i = 0, al = a.length; i < al; i++ )
+ if ( a[i] == b )
+ return i;
+ return -1;
+ },
+
+ merge: function(first, second) {
+ // We have to loop this way because IE & Opera overwrite the length
+ // expando of getElementsByTagName
+
+ // Also, we need to make sure that the correct elements are being returned
+ // (IE returns comment nodes in a '*' query)
+ if ( jQuery.browser.msie ) {
+ for ( var i = 0; second[i]; i++ )
+ if ( second[i].nodeType != 8 )
+ first.push(second[i]);
+ } else
+ for ( var i = 0; second[i]; i++ )
+ first.push(second[i]);
+
+ return first;
+ },
+
+ unique: function(first) {
+ var r = [], done = {};
+
+ try {
+ for ( var i = 0, fl = first.length; i < fl; i++ ) {
+ var id = jQuery.data(first[i]);
+ if ( !done[id] ) {
+ done[id] = true;
+ r.push(first[i]);
+ }
+ }
+ } catch(e) {
+ r = first;
+ }
+
+ return r;
+ },
+
+ grep: function(elems, fn, inv) {
+ // If a string is passed in for the function, make a function
+ // for it (a handy shortcut)
+ if ( typeof fn == "string" )
+ fn = eval("false||function(a,i){return " + fn + "}");
+
+ var result = [];
+
+ // Go through the array, only saving the items
+ // that pass the validator function
+ for ( var i = 0, el = elems.length; i < el; i++ )
+ if ( !inv && fn(elems[i],i) || inv && !fn(elems[i],i) )
+ result.push( elems[i] );
+
+ return result;
+ },
+
+ map: function(elems, fn) {
+ // If a string is passed in for the function, make a function
+ // for it (a handy shortcut)
+ if ( typeof fn == "string" )
+ fn = eval("false||function(a){return " + fn + "}");
+
+ var result = [];
+
+ // Go through the array, translating each of the items to their
+ // new value (or values).
+ for ( var i = 0, el = elems.length; i < el; i++ ) {
+ var val = fn(elems[i],i);
+
+ if ( val !== null && val != undefined ) {
+ if ( val.constructor != Array ) val = [val];
+ result = result.concat( val );
+ }
+ }
+
+ return result;
+ }
+});
+
+var userAgent = navigator.userAgent.toLowerCase();
+
+// Figure out what browser is being used
+jQuery.browser = {
+ version: (userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],
+ safari: /webkit/.test(userAgent),
+ opera: /opera/.test(userAgent),
+ msie: /msie/.test(userAgent) && !/opera/.test(userAgent),
+ mozilla: /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent)
+};
+
+var styleFloat = jQuery.browser.msie ? "styleFloat" : "cssFloat";
+
+jQuery.extend({
+ // Check to see if the W3C box model is being used
+ boxModel: !jQuery.browser.msie || document.compatMode == "CSS1Compat",
+
+ styleFloat: jQuery.browser.msie ? "styleFloat" : "cssFloat",
+
+ props: {
+ "for": "htmlFor",
+ "class": "className",
+ "float": styleFloat,
+ cssFloat: styleFloat,
+ styleFloat: styleFloat,
+ innerHTML: "innerHTML",
+ className: "className",
+ value: "value",
+ disabled: "disabled",
+ checked: "checked",
+ readonly: "readOnly",
+ selected: "selected",
+ maxlength: "maxLength"
+ }
+});
+
+jQuery.each({
+ parent: "a.parentNode",
+ parents: "jQuery.dir(a,'parentNode')",
+ next: "jQuery.nth(a,2,'nextSibling')",
+ prev: "jQuery.nth(a,2,'previousSibling')",
+ nextAll: "jQuery.dir(a,'nextSibling')",
+ prevAll: "jQuery.dir(a,'previousSibling')",
+ siblings: "jQuery.sibling(a.parentNode.firstChild,a)",
+ children: "jQuery.sibling(a.firstChild)",
+ contents: "jQuery.nodeName(a,'iframe')?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)"
+}, function(i,n){
+ jQuery.fn[ i ] = function(a) {
+ var ret = jQuery.map(this,n);
+ if ( a && typeof a == "string" )
+ ret = jQuery.multiFilter(a,ret);
+ return this.pushStack( jQuery.unique(ret) );
+ };
+});
+
+jQuery.each({
+ appendTo: "append",
+ prependTo: "prepend",
+ insertBefore: "before",
+ insertAfter: "after",
+ replaceAll: "replaceWith"
+}, function(i,n){
+ jQuery.fn[ i ] = function(){
+ var a = arguments;
+ return this.each(function(){
+ for ( var j = 0, al = a.length; j < al; j++ )
+ jQuery(a[j])[n]( this );
+ });
+ };
+});
+
+jQuery.each( {
+ removeAttr: function( key ) {
+ jQuery.attr( this, key, "" );
+ this.removeAttribute( key );
+ },
+ addClass: function(c){
+ jQuery.className.add(this,c);
+ },
+ removeClass: function(c){
+ jQuery.className.remove(this,c);
+ },
+ toggleClass: function( c ){
+ jQuery.className[ jQuery.className.has(this,c) ? "remove" : "add" ](this, c);
+ },
+ remove: function(a){
+ if ( !a || jQuery.filter( a, [this] ).r.length ) {
+ jQuery.removeData( this );
+ this.parentNode.removeChild( this );
+ }
+ },
+ empty: function() {
+ // Clean up the cache
+ jQuery("*", this).each(function(){ jQuery.removeData(this); });
+
+ while ( this.firstChild )
+ this.removeChild( this.firstChild );
+ }
+}, function(i,n){
+ jQuery.fn[ i ] = function() {
+ return this.each( n, arguments );
+ };
+});
+
+jQuery.each( [ "Height", "Width" ], function(i,name){
+ var n = name.toLowerCase();
+
+ jQuery.fn[ n ] = function(h) {
+ return this[0] == window ?
+ jQuery.browser.safari && self["inner" + name] ||
+ jQuery.boxModel && Math.max(document.documentElement["client" + name], document.body["client" + name]) ||
+ document.body["client" + name] :
+
+ this[0] == document ?
+ Math.max( document.body["scroll" + name], document.body["offset" + name] ) :
+
+ h == undefined ?
+ ( this.length ? jQuery.css( this[0], n ) : null ) :
+ this.css( n, h.constructor == String ? h : h + "px" );
+ };
+});
+
+var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
+ "(?:[\\w*_-]|\\\\.)" :
+ "(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
+ quickChild = new RegExp("^>\\s*(" + chars + "+)"),
+ quickID = new RegExp("^(" + chars + "+)(#)(" + chars + "+)"),
+ quickClass = new RegExp("^([#.]?)(" + chars + "*)");
+
+jQuery.extend({
+ expr: {
+ "": "m[2]=='*'||jQuery.nodeName(a,m[2])",
+ "#": "a.getAttribute('id')==m[2]",
+ ":": {
+ // Position Checks
+ lt: "i<m[3]-0",
+ gt: "i>m[3]-0",
+ nth: "m[3]-0==i",
+ eq: "m[3]-0==i",
+ first: "i==0",
+ last: "i==r.length-1",
+ even: "i%2==0",
+ odd: "i%2",
+
+ // Child Checks
+ "first-child": "a.parentNode.getElementsByTagName('*')[0]==a",
+ "last-child": "jQuery.nth(a.parentNode.lastChild,1,'previousSibling')==a",
+ "only-child": "!jQuery.nth(a.parentNode.lastChild,2,'previousSibling')",
+
+ // Parent Checks
+ parent: "a.firstChild",
+ empty: "!a.firstChild",
+
+ // Text Check
+ contains: "(a.textContent||a.innerText||jQuery(a).text()||'').indexOf(m[3])>=0",
+
+ // Visibility
+ visible: '"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden"',
+ hidden: '"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden"',
+
+ // Form attributes
+ enabled: "!a.disabled",
+ disabled: "a.disabled",
+ checked: "a.checked",
+ selected: "a.selected||jQuery.attr(a,'selected')",
+
+ // Form elements
+ text: "'text'==a.type",
+ radio: "'radio'==a.type",
+ checkbox: "'checkbox'==a.type",
+ file: "'file'==a.type",
+ password: "'password'==a.type",
+ submit: "'submit'==a.type",
+ image: "'image'==a.type",
+ reset: "'reset'==a.type",
+ button: '"button"==a.type||jQuery.nodeName(a,"button")',
+ input: "/input|select|textarea|button/i.test(a.nodeName)",
+
+ // :has()
+ has: "jQuery.find(m[3],a).length",
+
+ // :header
+ header: "/h\\d/i.test(a.nodeName)",
+
+ // :animated
+ animated: "jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length"
+ }
+ },
+
+ // The regular expressions that power the parsing engine
+ parse: [
+ // Match: [@value='test'], [@foo]
+ /^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,
+
+ // Match: :contains('foo')
+ /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,
+
+ // Match: :even, :last-chlid, #id, .class
+ new RegExp("^([:.#]*)(" + chars + "+)")
+ ],
+
+ multiFilter: function( expr, elems, not ) {
+ var old, cur = [];
+
+ while ( expr && expr != old ) {
+ old = expr;
+ var f = jQuery.filter( expr, elems, not );
+ expr = f.t.replace(/^\s*,\s*/, "" );
+ cur = not ? elems = f.r : jQuery.merge( cur, f.r );
+ }
+
+ return cur;
+ },
+
+ find: function( t, context ) {
+ // Quickly handle non-string expressions
+ if ( typeof t != "string" )
+ return [ t ];
+
+ // Make sure that the context is a DOM Element
+ if ( context && !context.nodeType )
+ context = null;
+
+ // Set the correct context (if none is provided)
+ context = context || document;
+
+ // Initialize the search
+ var ret = [context], done = [], last;
+
+ // Continue while a selector expression exists, and while
+ // we're no longer looping upon ourselves
+ while ( t && last != t ) {
+ var r = [];
+ last = t;
+
+ t = jQuery.trim(t);
+
+ var foundToken = false;
+
+ // An attempt at speeding up child selectors that
+ // point to a specific element tag
+ var re = quickChild;
+ var m = re.exec(t);
+
+ if ( m ) {
+ var nodeName = m[1].toUpperCase();
+
+ // Perform our own iteration and filter
+ for ( var i = 0; ret[i]; i++ )
+ for ( var c = ret[i].firstChild; c; c = c.nextSibling )
+ if ( c.nodeType == 1 && (nodeName == "*" || c.nodeName.toUpperCase() == nodeName.toUpperCase()) )
+ r.push( c );
+
+ ret = r;
+ t = t.replace( re, "" );
+ if ( t.indexOf(" ") == 0 ) continue;
+ foundToken = true;
+ } else {
+ re = /^([>+~])\s*(\w*)/i;
+
+ if ( (m = re.exec(t)) != null ) {
+ r = [];
+
+ var nodeName = m[2], merge = {};
+ m = m[1];
+
+ for ( var j = 0, rl = ret.length; j < rl; j++ ) {
+ var n = m == "~" || m == "+" ? ret[j].nextSibling : ret[j].firstChild;
+ for ( ; n; n = n.nextSibling )
+ if ( n.nodeType == 1 ) {
+ var id = jQuery.data(n);
+
+ if ( m == "~" && merge[id] ) break;
+
+ if (!nodeName || n.nodeName.toUpperCase() == nodeName.toUpperCase() ) {
+ if ( m == "~" ) merge[id] = true;
+ r.push( n );
+ }
+
+ if ( m == "+" ) break;
+ }
+ }
+
+ ret = r;
+
+ // And remove the token
+ t = jQuery.trim( t.replace( re, "" ) );
+ foundToken = true;
+ }
+ }
+
+ // See if there's still an expression, and that we haven't already
+ // matched a token
+ if ( t && !foundToken ) {
+ // Handle multiple expressions
+ if ( !t.indexOf(",") ) {
+ // Clean the result set
+ if ( context == ret[0] ) ret.shift();
+
+ // Merge the result sets
+ done = jQuery.merge( done, ret );
+
+ // Reset the context
+ r = ret = [context];
+
+ // Touch up the selector string
+ t = " " + t.substr(1,t.length);
+
+ } else {
+ // Optimize for the case nodeName#idName
+ var re2 = quickID;
+ var m = re2.exec(t);
+
+ // Re-organize the results, so that they're consistent
+ if ( m ) {
+ m = [ 0, m[2], m[3], m[1] ];
+
+ } else {
+ // Otherwise, do a traditional filter check for
+ // ID, class, and element selectors
+ re2 = quickClass;
+ m = re2.exec(t);
+ }
+
+ m[2] = m[2].replace(/\\/g, "");
+
+ var elem = ret[ret.length-1];
+
+ // Try to do a global search by ID, where we can
+ if ( m[1] == "#" && elem && elem.getElementById && !jQuery.isXMLDoc(elem) ) {
+ // Optimization for HTML document case
+ var oid = elem.getElementById(m[2]);
+
+ // Do a quick check for the existence of the actual ID attribute
+ // to avoid selecting by the name attribute in IE
+ // also check to insure id is a string to avoid selecting an element with the name of 'id' inside a form
+ if ( (jQuery.browser.msie||jQuery.browser.opera) && oid && typeof oid.id == "string" && oid.id != m[2] )
+ oid = jQuery('[@id="'+m[2]+'"]', elem)[0];
+
+ // Do a quick check for node name (where applicable) so
+ // that div#foo searches will be really fast
+ ret = r = oid && (!m[3] || jQuery.nodeName(oid, m[3])) ? [oid] : [];
+ } else {
+ // We need to find all descendant elements
+ for ( var i = 0; ret[i]; i++ ) {
+ // Grab the tag name being searched for
+ var tag = m[1] == "#" && m[3] ? m[3] : m[1] != "" || m[0] == "" ? "*" : m[2];
+
+ // Handle IE7 being really dumb about <object>s
+ if ( tag == "*" && ret[i].nodeName.toLowerCase() == "object" )
+ tag = "param";
+
+ r = jQuery.merge( r, ret[i].getElementsByTagName( tag ));
+ }
+
+ // It's faster to filter by class and be done with it
+ if ( m[1] == "." )
+ r = jQuery.classFilter( r, m[2] );
+
+ // Same with ID filtering
+ if ( m[1] == "#" ) {
+ var tmp = [];
+
+ // Try to find the element with the ID
+ for ( var i = 0; r[i]; i++ )
+ if ( r[i].getAttribute("id") == m[2] ) {
+ tmp = [ r[i] ];
+ break;
+ }
+
+ r = tmp;
+ }
+
+ ret = r;
+ }
+
+ t = t.replace( re2, "" );
+ }
+
+ }
+
+ // If a selector string still exists
+ if ( t ) {
+ // Attempt to filter it
+ var val = jQuery.filter(t,r);
+ ret = r = val.r;
+ t = jQuery.trim(val.t);
+ }
+ }
+
+ // An error occurred with the selector;
+ // just return an empty set instead
+ if ( t )
+ ret = [];
+
+ // Remove the root context
+ if ( ret && context == ret[0] )
+ ret.shift();
+
+ // And combine the results
+ done = jQuery.merge( done, ret );
+
+ return done;
+ },
+
+ classFilter: function(r,m,not){
+ m = " " + m + " ";
+ var tmp = [];
+ for ( var i = 0; r[i]; i++ ) {
+ var pass = (" " + r[i].className + " ").indexOf( m ) >= 0;
+ if ( !not && pass || not && !pass )
+ tmp.push( r[i] );
+ }
+ return tmp;
+ },
+
+ filter: function(t,r,not) {
+ var last;
+
+ // Look for common filter expressions
+ while ( t && t != last ) {
+ last = t;
+
+ var p = jQuery.parse, m;
+
+ for ( var i = 0; p[i]; i++ ) {
+ m = p[i].exec( t );
+
+ if ( m ) {
+ // Remove what we just matched
+ t = t.substring( m[0].length );
+
+ m[2] = m[2].replace(/\\/g, "");
+ break;
+ }
+ }
+
+ if ( !m )
+ break;
+
+ // :not() is a special case that can be optimized by
+ // keeping it out of the expression list
+ if ( m[1] == ":" && m[2] == "not" )
+ r = jQuery.filter(m[3], r, true).r;
+
+ // We can get a big speed boost by filtering by class here
+ else if ( m[1] == "." )
+ r = jQuery.classFilter(r, m[2], not);
+
+ else if ( m[1] == "[" ) {
+ var tmp = [], type = m[3];
+
+ for ( var i = 0, rl = r.length; i < rl; i++ ) {
+ var a = r[i], z = a[ jQuery.props[m[2]] || m[2] ];
+
+ if ( z == null || /href|src|selected/.test(m[2]) )
+ z = jQuery.attr(a,m[2]) || '';
+
+ if ( (type == "" && !!z ||
+ type == "=" && z == m[5] ||
+ type == "!=" && z != m[5] ||
+ type == "^=" && z && !z.indexOf(m[5]) ||
+ type == "$=" && z.substr(z.length - m[5].length) == m[5] ||
+ (type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ not )
+ tmp.push( a );
+ }
+
+ r = tmp;
+
+ // We can get a speed boost by handling nth-child here
+ } else if ( m[1] == ":" && m[2] == "nth-child" ) {
+ var merge = {}, tmp = [],
+ test = /(\d*)n\+?(\d*)/.exec(
+ m[3] == "even" && "2n" || m[3] == "odd" && "2n+1" ||
+ !/\D/.test(m[3]) && "n+" + m[3] || m[3]),
+ first = (test[1] || 1) - 0, last = test[2] - 0;
+
+ for ( var i = 0, rl = r.length; i < rl; i++ ) {
+ var node = r[i], parentNode = node.parentNode, id = jQuery.data(parentNode);
+
+ if ( !merge[id] ) {
+ var c = 1;
+
+ for ( var n = parentNode.firstChild; n; n = n.nextSibling )
+ if ( n.nodeType == 1 )
+ n.nodeIndex = c++;
+
+ merge[id] = true;
+ }
+
+ var add = false;
+
+ if ( first == 1 ) {
+ if ( last == 0 || node.nodeIndex == last )
+ add = true;
+ } else if ( (node.nodeIndex + last) % first == 0 )
+ add = true;
+
+ if ( add ^ not )
+ tmp.push( node );
+ }
+
+ r = tmp;
+
+ // Otherwise, find the expression to execute
+ } else {
+ var f = jQuery.expr[m[1]];
+ if ( typeof f != "string" )
+ f = jQuery.expr[m[1]][m[2]];
+
+ // Build a custom macro to enclose it
+ f = eval("false||function(a,i){return " + f + "}");
+
+ // Execute it against the current filter
+ r = jQuery.grep( r, f, not );
+ }
+ }
+
+ // Return an array of filtered elements (r)
+ // and the modified expression string (t)
+ return { r: r, t: t };
+ },
+
+ dir: function( elem, dir ){
+ var matched = [];
+ var cur = elem[dir];
+ while ( cur && cur != document ) {
+ if ( cur.nodeType == 1 )
+ matched.push( cur );
+ cur = cur[dir];
+ }
+ return matched;
+ },
+
+ nth: function(cur,result,dir,elem){
+ result = result || 1;
+ var num = 0;
+
+ for ( ; cur; cur = cur[dir] )
+ if ( cur.nodeType == 1 && ++num == result )
+ break;
+
+ return cur;
+ },
+
+ sibling: function( n, elem ) {
+ var r = [];
+
+ for ( ; n; n = n.nextSibling ) {
+ if ( n.nodeType == 1 && (!elem || n != elem) )
+ r.push( n );
+ }
+
+ return r;
+ }
+});
+/*
+ * A number of helper functions used for managing events.
+ * Many of the ideas behind this code orignated from
+ * Dean Edwards' addEvent library.
+ */
+jQuery.event = {
+
+ // Bind an event to an element
+ // Original by Dean Edwards
+ add: function(element, type, handler, data) {
+ // For whatever reason, IE has trouble passing the window object
+ // around, causing it to be cloned in the process
+ if ( jQuery.browser.msie && element.setInterval != undefined )
+ element = window;
+
+ // Make sure that the function being executed has a unique ID
+ if ( !handler.guid )
+ handler.guid = this.guid++;
+
+ // if data is passed, bind to handler
+ if( data != undefined ) {
+ // Create temporary function pointer to original handler
+ var fn = handler;
+
+ // Create unique handler function, wrapped around original handler
+ handler = function() {
+ // Pass arguments and context to original handler
+ return fn.apply(this, arguments);
+ };
+
+ // Store data in unique handler
+ handler.data = data;
+
+ // Set the guid of unique handler to the same of original handler, so it can be removed
+ handler.guid = fn.guid;
+ }
+
+ // Namespaced event handlers
+ var parts = type.split(".");
+ type = parts[0];
+ handler.type = parts[1];
+
+ // Init the element's event structure
+ var events = jQuery.data(element, "events") || jQuery.data(element, "events", {});
+
+ var handle = jQuery.data(element, "handle", function(){
+ // returned undefined or false
+ var val;
+
+ // Handle the second event of a trigger and when
+ // an event is called after a page has unloaded
+ if ( typeof jQuery == "undefined" || jQuery.event.triggered )
+ return val;
+
+ val = jQuery.event.handle.apply(element, arguments);
+
+ return val;
+ });
+
+ // Get the current list of functions bound to this event
+ var handlers = events[type];
+
+ // Init the event handler queue
+ if (!handlers) {
+ handlers = events[type] = {};
+
+ // And bind the global event handler to the element
+ if (element.addEventListener)
+ element.addEventListener(type, handle, false);
+ else
+ element.attachEvent("on" + type, handle);
+ }
+
+ // Add the function to the element's handler list
+ handlers[handler.guid] = handler;
+
+ // Keep track of which events have been used, for global triggering
+ this.global[type] = true;
+ },
+
+ guid: 1,
+ global: {},
+
+ // Detach an event or set of events from an element
+ remove: function(element, type, handler) {
+ var events = jQuery.data(element, "events"), ret, index;
+
+ // Namespaced event handlers
+ if ( typeof type == "string" ) {
+ var parts = type.split(".");
+ type = parts[0];
+ }
+
+ if ( events ) {
+ // type is actually an event object here
+ if ( type && type.type ) {
+ handler = type.handler;
+ type = type.type;
+ }
+
+ if ( !type ) {
+ for ( type in events )
+ this.remove( element, type );
+
+ } else if ( events[type] ) {
+ // remove the given handler for the given type
+ if ( handler )
+ delete events[type][handler.guid];
+
+ // remove all handlers for the given type
+ else
+ for ( handler in events[type] )
+ // Handle the removal of namespaced events
+ if ( !parts[1] || events[type][handler].type == parts[1] )
+ delete events[type][handler];
+
+ // remove generic event handler if no more handlers exist
+ for ( ret in events[type] ) break;
+ if ( !ret ) {
+ if (element.removeEventListener)
+ element.removeEventListener(type, jQuery.data(element, "handle"), false);
+ else
+ element.detachEvent("on" + type, jQuery.data(element, "handle"));
+ ret = null;
+ delete events[type];
+ }
+ }
+
+ // Remove the expando if it's no longer used
+ for ( ret in events ) break;
+ if ( !ret ) {
+ jQuery.removeData( element, "events" );
+ jQuery.removeData( element, "handle" );
+ }
+ }
+ },
+
+ trigger: function(type, data, element, donative, extra) {
+ // Clone the incoming data, if any
+ data = jQuery.makeArray(data || []);
+
+ // Handle a global trigger
+ if ( !element ) {
+ // Only trigger if we've ever bound an event for it
+ if ( this.global[type] )
+ jQuery("*").add([window, document]).trigger(type, data);
+
+ // Handle triggering a single element
+ } else {
+ var val, ret, fn = jQuery.isFunction( element[ type ] || null ),
+ // Check to see if we need to provide a fake event, or not
+ evt = !data[0] || !data[0].preventDefault;
+
+ // Pass along a fake event
+ if ( evt )
+ data.unshift( this.fix({ type: type, target: element }) );
+
+ // Enforce the right trigger type
+ data[0].type = type;
+
+ // Trigger the event
+ if ( jQuery.isFunction( jQuery.data(element, "handle") ) )
+ val = jQuery.data(element, "handle").apply( element, data );
+
+ // Handle triggering native .onfoo handlers
+ if ( !fn && element["on"+type] && element["on"+type].apply( element, data ) === false )
+ val = false;
+
+ // Extra functions don't get the custom event object
+ if ( evt )
+ data.shift();
+
+ // Handle triggering of extra function
+ if ( extra && extra.apply( element, data ) === false )
+ val = false;
+
+ // Trigger the native events (except for clicks on links)
+ if ( fn && donative !== false && val !== false && !(jQuery.nodeName(element, 'a') && type == "click") ) {
+ this.triggered = true;
+ element[ type ]();
+ }
+
+ this.triggered = false;
+ }
+
+ return val;
+ },
+
+ handle: function(event) {
+ // returned undefined or false
+ var val;
+
+ // Empty object is for triggered events with no data
+ event = jQuery.event.fix( event || window.event || {} );
+
+ // Namespaced event handlers
+ var parts = event.type.split(".");
+ event.type = parts[0];
+
+ var c = jQuery.data(this, "events") && jQuery.data(this, "events")[event.type], args = Array.prototype.slice.call( arguments, 1 );
+ args.unshift( event );
+
+ for ( var j in c ) {
+ // Pass in a reference to the handler function itself
+ // So that we can later remove it
+ args[0].handler = c[j];
+ args[0].data = c[j].data;
+
+ // Filter the functions by class
+ if ( !parts[1] || c[j].type == parts[1] ) {
+ var tmp = c[j].apply( this, args );
+
+ if ( val !== false )
+ val = tmp;
+
+ if ( tmp === false ) {
+ event.preventDefault();
+ event.stopPropagation();
+ }
+ }
+ }
+
+ // Clean up added properties in IE to prevent memory leak
+ if (jQuery.browser.msie)
+ event.target = event.preventDefault = event.stopPropagation =
+ event.handler = event.data = null;
+
+ return val;
+ },
+
+ fix: function(event) {
+ // store a copy of the original event object
+ // and clone to set read-only properties
+ var originalEvent = event;
+ event = jQuery.extend({}, originalEvent);
+
+ // add preventDefault and stopPropagation since
+ // they will not work on the clone
+ event.preventDefault = function() {
+ // if preventDefault exists run it on the original event
+ if (originalEvent.preventDefault)
+ originalEvent.preventDefault();
+ // otherwise set the returnValue property of the original event to false (IE)
+ originalEvent.returnValue = false;
+ };
+ event.stopPropagation = function() {
+ // if stopPropagation exists run it on the original event
+ if (originalEvent.stopPropagation)
+ originalEvent.stopPropagation();
+ // otherwise set the cancelBubble property of the original event to true (IE)
+ originalEvent.cancelBubble = true;
+ };
+
+ // Fix target property, if necessary
+ if ( !event.target && event.srcElement )
+ event.target = event.srcElement;
+
+ // check if target is a textnode (safari)
+ if (jQuery.browser.safari && event.target.nodeType == 3)
+ event.target = originalEvent.target.parentNode;
+
+ // Add relatedTarget, if necessary
+ if ( !event.relatedTarget && event.fromElement )
+ event.relatedTarget = event.fromElement == event.target ? event.toElement : event.fromElement;
+
+ // Calculate pageX/Y if missing and clientX/Y available
+ if ( event.pageX == null && event.clientX != null ) {
+ var e = document.documentElement, b = document.body;
+ event.pageX = event.clientX + (e && e.scrollLeft || b.scrollLeft || 0);
+ event.pageY = event.clientY + (e && e.scrollTop || b.scrollTop || 0);
+ }
+
+ // Add which for key events
+ if ( !event.which && (event.charCode || event.keyCode) )
+ event.which = event.charCode || event.keyCode;
+
+ // Add metaKey to non-Mac browsers (use ctrl for PC's and Meta for Macs)
+ if ( !event.metaKey && event.ctrlKey )
+ event.metaKey = event.ctrlKey;
+
+ // Add which for click: 1 == left; 2 == middle; 3 == right
+ // Note: button is not normalized, so don't use it
+ if ( !event.which && event.button )
+ event.which = (event.button & 1 ? 1 : ( event.button & 2 ? 3 : ( event.button & 4 ? 2 : 0 ) ));
+
+ return event;
+ }
+};
+
+jQuery.fn.extend({
+ bind: function( type, data, fn ) {
+ return type == "unload" ? this.one(type, data, fn) : this.each(function(){
+ jQuery.event.add( this, type, fn || data, fn && data );
+ });
+ },
+
+ one: function( type, data, fn ) {
+ return this.each(function(){
+ jQuery.event.add( this, type, function(event) {
+ jQuery(this).unbind(event);
+ return (fn || data).apply( this, arguments);
+ }, fn && data);
+ });
+ },
+
+ unbind: function( type, fn ) {
+ return this.each(function(){
+ jQuery.event.remove( this, type, fn );
+ });
+ },
+
+ trigger: function( type, data, fn ) {
+ return this.each(function(){
+ jQuery.event.trigger( type, data, this, true, fn );
+ });
+ },
+
+ triggerHandler: function( type, data, fn ) {
+ if ( this[0] )
+ return jQuery.event.trigger( type, data, this[0], false, fn );
+ },
+
+ toggle: function() {
+ // Save reference to arguments for access in closure
+ var a = arguments;
+
+ return this.click(function(e) {
+ // Figure out which function to execute
+ this.lastToggle = 0 == this.lastToggle ? 1 : 0;
+
+ // Make sure that clicks stop
+ e.preventDefault();
+
+ // and execute the function
+ return a[this.lastToggle].apply( this, [e] ) || false;
+ });
+ },
+
+ hover: function(f,g) {
+
+ // A private function for handling mouse 'hovering'
+ function handleHover(e) {
+ // Check if mouse(over|out) are still within the same parent element
+ var p = e.relatedTarget;
+
+ // Traverse up the tree
+ while ( p && p != this ) try { p = p.parentNode; } catch(e) { p = this; };
+
+ // If we actually just moused on to a sub-element, ignore it
+ if ( p == this ) return false;
+
+ // Execute the right function
+ return (e.type == "mouseover" ? f : g).apply(this, [e]);
+ }
+
+ // Bind the function to the two event listeners
+ return this.mouseover(handleHover).mouseout(handleHover);
+ },
+
+ ready: function(f) {
+ // Attach the listeners
+ bindReady();
+
+ // If the DOM is already ready
+ if ( jQuery.isReady )
+ // Execute the function immediately
+ f.apply( document, [jQuery] );
+
+ // Otherwise, remember the function for later
+ else
+ // Add the function to the wait list
+ jQuery.readyList.push( function() { return f.apply(this, [jQuery]); } );
+
+ return this;
+ }
+});
+
+jQuery.extend({
+ /*
+ * All the code that makes DOM Ready work nicely.
+ */
+ isReady: false,
+ readyList: [],
+
+ // Handle when the DOM is ready
+ ready: function() {
+ // Make sure that the DOM is not already loaded
+ if ( !jQuery.isReady ) {
+ // Remember that the DOM is ready
+ jQuery.isReady = true;
+
+ // If there are functions bound, to execute
+ if ( jQuery.readyList ) {
+ // Execute all of them
+ jQuery.each( jQuery.readyList, function(){
+ this.apply( document );
+ });
+
+ // Reset the list of functions
+ jQuery.readyList = null;
+ }
+ // Remove event listener to avoid memory leak
+ if ( jQuery.browser.mozilla || jQuery.browser.opera )
+ document.removeEventListener( "DOMContentLoaded", jQuery.ready, false );
+
+ // Remove script element used by IE hack
+ if( !window.frames.length ) // don't remove if frames are present (#1187)
+ jQuery(window).load(function(){ jQuery("#__ie_init").remove(); });
+ }
+ }
+});
+
+jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
+ "mousedown,mouseup,mousemove,mouseover,mouseout,change,select," +
+ "submit,keydown,keypress,keyup,error").split(","), function(i,o){
+
+ // Handle event binding
+ jQuery.fn[o] = function(f){
+ return f ? this.bind(o, f) : this.trigger(o);
+ };
+});
+
+var readyBound = false;
+
+function bindReady(){
+ if ( readyBound ) return;
+ readyBound = true;
+
+ // If Mozilla is used
+ if ( jQuery.browser.mozilla || jQuery.browser.opera )
+ // Use the handy event callback
+ document.addEventListener( "DOMContentLoaded", jQuery.ready, false );
+
+ // If IE is used, use the excellent hack by Matthias Miller
+ // http://www.outofhanwell.com/blog/index.php?title=the_window_onload_problem_revisited
+ else if ( jQuery.browser.msie ) {
+
+ // Only works if you document.write() it
+ document.write("<scr" + "ipt id=__ie_init defer=true " +
+ "src=//:><\/script>");
+
+ // Use the defer script hack
+ var script = document.getElementById("__ie_init");
+
+ // script does not exist if jQuery is loaded dynamically
+ if ( script )
+ script.onreadystatechange = function() {
+ if ( this.readyState != "complete" ) return;
+ jQuery.ready();
+ };
+
+ // Clear from memory
+ script = null;
+
+ // If Safari is used
+ } else if ( jQuery.browser.safari )
+ // Continually check to see if the document.readyState is valid
+ jQuery.safariTimer = setInterval(function(){
+ // loaded and complete are both valid states
+ if ( document.readyState == "loaded" ||
+ document.readyState == "complete" ) {
+
+ // If either one are found, remove the timer
+ clearInterval( jQuery.safariTimer );
+ jQuery.safariTimer = null;
+
+ // and execute any waiting functions
+ jQuery.ready();
+ }
+ }, 10);
+
+ // A fallback to window.onload, that will always work
+ jQuery.event.add( window, "load", jQuery.ready );
+}
+jQuery.fn.extend({
+ load: function( url, params, callback ) {
+ if ( jQuery.isFunction( url ) )
+ return this.bind("load", url);
+
+ var off = url.indexOf(" ");
+ if ( off >= 0 ) {
+ var selector = url.slice(off, url.length);
+ url = url.slice(0, off);
+ }
+
+ callback = callback || function(){};
+
+ // Default to a GET request
+ var type = "GET";
+
+ // If the second parameter was provided
+ if ( params )
+ // If it's a function
+ if ( jQuery.isFunction( params ) ) {
+ // We assume that it's the callback
+ callback = params;
+ params = null;
+
+ // Otherwise, build a param string
+ } else {
+ params = jQuery.param( params );
+ type = "POST";
+ }
+
+ var self = this;
+
+ // Request the remote document
+ jQuery.ajax({
+ url: url,
+ type: type,
+ data: params,
+ complete: function(res, status){
+ // If successful, inject the HTML into all the matched elements
+ if ( status == "success" || status == "notmodified" )
+ // See if a selector was specified
+ self.html( selector ?
+ // Create a dummy div to hold the results
+ jQuery("<div/>")
+ // inject the contents of the document in, removing the scripts
+ // to avoid any 'Permission Denied' errors in IE
+ .append(res.responseText.replace(/<script(.|\s)*?\/script>/g, ""))
+
+ // Locate the specified elements
+ .find(selector) :
+
+ // If not, just inject the full result
+ res.responseText );
+
+ // Add delay to account for Safari's delay in globalEval
+ setTimeout(function(){
+ self.each( callback, [res.responseText, status, res] );
+ }, 13);
+ }
+ });
+ return this;
+ },
+
+ serialize: function() {
+ return jQuery.param(this.serializeArray());
+ },
+ serializeArray: function() {
+ return this.map(function(){
+ return jQuery.nodeName(this, "form") ?
+ jQuery.makeArray(this.elements) : this;
+ })
+ .filter(function(){
+ return this.name && !this.disabled &&
+ (this.checked || /select|textarea/i.test(this.nodeName) ||
+ /text|hidden|password/i.test(this.type));
+ })
+ .map(function(i, elem){
+ var val = jQuery(this).val();
+ return val == null ? null :
+ val.constructor == Array ?
+ jQuery.map( val, function(val, i){
+ return {name: elem.name, value: val};
+ }) :
+ {name: elem.name, value: val};
+ }).get();
+ }
+});
+
+// Attach a bunch of functions for handling common AJAX events
+jQuery.each( "ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i,o){
+ jQuery.fn[o] = function(f){
+ return this.bind(o, f);
+ };
+});
+
+var jsc = (new Date).getTime();
+
+jQuery.extend({
+ get: function( url, data, callback, type ) {
+ // shift arguments if data argument was ommited
+ if ( jQuery.isFunction( data ) ) {
+ callback = data;
+ data = null;
+ }
+
+ return jQuery.ajax({
+ type: "GET",
+ url: url,
+ data: data,
+ success: callback,
+ dataType: type
+ });
+ },
+
+ getScript: function( url, callback ) {
+ return jQuery.get(url, null, callback, "script");
+ },
+
+ getJSON: function( url, data, callback ) {
+ return jQuery.get(url, data, callback, "json");
+ },
+
+ post: function( url, data, callback, type ) {
+ if ( jQuery.isFunction( data ) ) {
+ callback = data;
+ data = {};
+ }
+
+ return jQuery.ajax({
+ type: "POST",
+ url: url,
+ data: data,
+ success: callback,
+ dataType: type
+ });
+ },
+
+ ajaxSetup: function( settings ) {
+ jQuery.extend( jQuery.ajaxSettings, settings );
+ },
+
+ ajaxSettings: {
+ global: true,
+ type: "GET",
+ timeout: 0,
+ contentType: "application/x-www-form-urlencoded",
+ processData: true,
+ async: true,
+ data: null
+ },
+
+ // Last-Modified header cache for next request
+ lastModified: {},
+
+ ajax: function( s ) {
+ var jsonp, jsre = /=(\?|%3F)/g, status, data;
+
+ // Extend the settings, but re-extend 's' so that it can be
+ // checked again later (in the test suite, specifically)
+ s = jQuery.extend(true, s, jQuery.extend(true, {}, jQuery.ajaxSettings, s));
+
+ // convert data if not already a string
+ if ( s.data && s.processData && typeof s.data != "string" )
+ s.data = jQuery.param(s.data);
+
+ // Handle JSONP Parameter Callbacks
+ if ( s.dataType == "jsonp" ) {
+ if ( s.type.toLowerCase() == "get" ) {
+ if ( !s.url.match(jsre) )
+ s.url += (s.url.match(/\?/) ? "&" : "?") + (s.jsonp || "callback") + "=?";
+ } else if ( !s.data || !s.data.match(jsre) )
+ s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
+ s.dataType = "json";
+ }
+
+ // Build temporary JSONP function
+ if ( s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre)) ) {
+ jsonp = "jsonp" + jsc++;
+
+ // Replace the =? sequence both in the query string and the data
+ if ( s.data )
+ s.data = s.data.replace(jsre, "=" + jsonp);
+ s.url = s.url.replace(jsre, "=" + jsonp);
+
+ // We need to make sure
+ // that a JSONP style response is executed properly
+ s.dataType = "script";
+
+ // Handle JSONP-style loading
+ window[ jsonp ] = function(tmp){
+ data = tmp;
+ success();
+ complete();
+ // Garbage collect
+ window[ jsonp ] = undefined;
+ try{ delete window[ jsonp ]; } catch(e){}
+ };
+ }
+
+ if ( s.dataType == "script" && s.cache == null )
+ s.cache = false;
+
+ if ( s.cache === false && s.type.toLowerCase() == "get" )
+ s.url += (s.url.match(/\?/) ? "&" : "?") + "_=" + (new Date()).getTime();
+
+ // If data is available, append data to url for get requests
+ if ( s.data && s.type.toLowerCase() == "get" ) {
+ s.url += (s.url.match(/\?/) ? "&" : "?") + s.data;
+
+ // IE likes to send both get and post data, prevent this
+ s.data = null;
+ }
+
+ // Watch for a new set of requests
+ if ( s.global && ! jQuery.active++ )
+ jQuery.event.trigger( "ajaxStart" );
+
+ // If we're requesting a remote document
+ // and trying to load JSON or Script
+ if ( !s.url.indexOf("http") && s.dataType == "script" ) {
+ var head = document.getElementsByTagName("head")[0];
+ var script = document.createElement("script");
+ script.src = s.url;
+
+ // Handle Script loading
+ if ( !jsonp && (s.success || s.complete) ) {
+ var done = false;
+
+ // Attach handlers for all browsers
+ script.onload = script.onreadystatechange = function(){
+ if ( !done && (!this.readyState ||
+ this.readyState == "loaded" || this.readyState == "complete") ) {
+ done = true;
+ success();
+ complete();
+ head.removeChild( script );
+ }
+ };
+ }
+
+ head.appendChild(script);
+
+ // We handle everything using the script element injection
+ return;
+ }
+
+ var requestDone = false;
+
+ // Create the request object; Microsoft failed to properly
+ // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
+ var xml = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
+
+ // Open the socket
+ xml.open(s.type, s.url, s.async);
+
+ // Set the correct header, if data is being sent
+ if ( s.data )
+ xml.setRequestHeader("Content-Type", s.contentType);
+
+ // Set the If-Modified-Since header, if ifModified mode.
+ if ( s.ifModified )
+ xml.setRequestHeader("If-Modified-Since",
+ jQuery.lastModified[s.url] || "Thu, 01 Jan 1970 00:00:00 GMT" );
+
+ // Set header so the called script knows that it's an XMLHttpRequest
+ xml.setRequestHeader("X-Requested-With", "XMLHttpRequest");
+
+ // Allow custom headers/mimetypes
+ if ( s.beforeSend )
+ s.beforeSend(xml);
+
+ if ( s.global )
+ jQuery.event.trigger("ajaxSend", [xml, s]);
+
+ // Wait for a response to come back
+ var onreadystatechange = function(isTimeout){
+ // The transfer is complete and the data is available, or the request timed out
+ if ( !requestDone && xml && (xml.readyState == 4 || isTimeout == "timeout") ) {
+ requestDone = true;
+
+ // clear poll interval
+ if (ival) {
+ clearInterval(ival);
+ ival = null;
+ }
+
+ status = isTimeout == "timeout" && "timeout" ||
+ !jQuery.httpSuccess( xml ) && "error" ||
+ s.ifModified && jQuery.httpNotModified( xml, s.url ) && "notmodified" ||
+ "success";
+
+ if ( status == "success" ) {
+ // Watch for, and catch, XML document parse errors
+ try {
+ // process the data (runs the xml through httpData regardless of callback)
+ data = jQuery.httpData( xml, s.dataType );
+ } catch(e) {
+ status = "parsererror";
+ }
+ }
+
+ // Make sure that the request was successful or notmodified
+ if ( status == "success" ) {
+ // Cache Last-Modified header, if ifModified mode.
+ var modRes;
+ try {
+ modRes = xml.getResponseHeader("Last-Modified");
+ } catch(e) {} // swallow exception thrown by FF if header is not available
+
+ if ( s.ifModified && modRes )
+ jQuery.lastModified[s.url] = modRes;
+
+ // JSONP handles its own success callback
+ if ( !jsonp )
+ success();
+ } else
+ jQuery.handleError(s, xml, status);
+
+ // Fire the complete handlers
+ complete();
+
+ // Stop memory leaks
+ if ( s.async )
+ xml = null;
+ }
+ };
+
+ if ( s.async ) {
+ // don't attach the handler to the request, just poll it instead
+ var ival = setInterval(onreadystatechange, 13);
+
+ // Timeout checker
+ if ( s.timeout > 0 )
+ setTimeout(function(){
+ // Check to see if the request is still happening
+ if ( xml ) {
+ // Cancel the request
+ xml.abort();
+
+ if( !requestDone )
+ onreadystatechange( "timeout" );
+ }
+ }, s.timeout);
+ }
+
+ // Send the data
+ try {
+ xml.send(s.data);
+ } catch(e) {
+ jQuery.handleError(s, xml, null, e);
+ }
+
+ // firefox 1.5 doesn't fire statechange for sync requests
+ if ( !s.async )
+ onreadystatechange();
+
+ // return XMLHttpRequest to allow aborting the request etc.
+ return xml;
+
+ function success(){
+ // If a local callback was specified, fire it and pass it the data
+ if ( s.success )
+ s.success( data, status );
+
+ // Fire the global callback
+ if ( s.global )
+ jQuery.event.trigger( "ajaxSuccess", [xml, s] );
+ }
+
+ function complete(){
+ // Process result
+ if ( s.complete )
+ s.complete(xml, status);
+
+ // The request was completed
+ if ( s.global )
+ jQuery.event.trigger( "ajaxComplete", [xml, s] );
+
+ // Handle the global AJAX counter
+ if ( s.global && ! --jQuery.active )
+ jQuery.event.trigger( "ajaxStop" );
+ }
+ },
+
+ handleError: function( s, xml, status, e ) {
+ // If a local callback was specified, fire it
+ if ( s.error ) s.error( xml, status, e );
+
+ // Fire the global callback
+ if ( s.global )
+ jQuery.event.trigger( "ajaxError", [xml, s, e] );
+ },
+
+ // Counter for holding the number of active queries
+ active: 0,
+
+ // Determines if an XMLHttpRequest was successful or not
+ httpSuccess: function( r ) {
+ try {
+ return !r.status && location.protocol == "file:" ||
+ ( r.status >= 200 && r.status < 300 ) || r.status == 304 ||
+ jQuery.browser.safari && r.status == undefined;
+ } catch(e){}
+ return false;
+ },
+
+ // Determines if an XMLHttpRequest returns NotModified
+ httpNotModified: function( xml, url ) {
+ try {
+ var xmlRes = xml.getResponseHeader("Last-Modified");
+
+ // Firefox always returns 200. check Last-Modified date
+ return xml.status == 304 || xmlRes == jQuery.lastModified[url] ||
+ jQuery.browser.safari && xml.status == undefined;
+ } catch(e){}
+ return false;
+ },
+
+ httpData: function( r, type ) {
+ var ct = r.getResponseHeader("content-type");
+ var xml = type == "xml" || !type && ct && ct.indexOf("xml") >= 0;
+ var data = xml ? r.responseXML : r.responseText;
+
+ if ( xml && data.documentElement.tagName == "parsererror" )
+ throw "parsererror";
+
+ // If the type is "script", eval it in global context
+ if ( type == "script" )
+ jQuery.globalEval( data );
+
+ // Get the JavaScript object, if JSON is used.
+ if ( type == "json" )
+ data = eval("(" + data + ")");
+
+ return data;
+ },
+
+ // Serialize an array of form elements or a set of
+ // key/values into a query string
+ param: function( a ) {
+ var s = [];
+
+ // If an array was passed in, assume that it is an array
+ // of form elements
+ if ( a.constructor == Array || a.jquery )
+ // Serialize the form elements
+ jQuery.each( a, function(){
+ s.push( encodeURIComponent(this.name) + "=" + encodeURIComponent( this.value ) );
+ });
+
+ // Otherwise, assume that it's an object of key/value pairs
+ else
+ // Serialize the key/values
+ for ( var j in a )
+ // If the value is an array then the key names need to be repeated
+ if ( a[j] && a[j].constructor == Array )
+ jQuery.each( a[j], function(){
+ s.push( encodeURIComponent(j) + "=" + encodeURIComponent( this ) );
+ });
+ else
+ s.push( encodeURIComponent(j) + "=" + encodeURIComponent( a[j] ) );
+
+ // Return the resulting serialization
+ return s.join("&").replace(/%20/g, "+");
+ }
+
+});
+jQuery.fn.extend({
+ show: function(speed,callback){
+ return speed ?
+ this.animate({
+ height: "show", width: "show", opacity: "show"
+ }, speed, callback) :
+
+ this.filter(":hidden").each(function(){
+ this.style.display = this.oldblock ? this.oldblock : "";
+ if ( jQuery.css(this,"display") == "none" )
+ this.style.display = "block";
+ }).end();
+ },
+
+ hide: function(speed,callback){
+ return speed ?
+ this.animate({
+ height: "hide", width: "hide", opacity: "hide"
+ }, speed, callback) :
+
+ this.filter(":visible").each(function(){
+ this.oldblock = this.oldblock || jQuery.css(this,"display");
+ if ( this.oldblock == "none" )
+ this.oldblock = "block";
+ this.style.display = "none";
+ }).end();
+ },
+
+ // Save the old toggle function
+ _toggle: jQuery.fn.toggle,
+
+ toggle: function( fn, fn2 ){
+ return jQuery.isFunction(fn) && jQuery.isFunction(fn2) ?
+ this._toggle( fn, fn2 ) :
+ fn ?
+ this.animate({
+ height: "toggle", width: "toggle", opacity: "toggle"
+ }, fn, fn2) :
+ this.each(function(){
+ jQuery(this)[ jQuery(this).is(":hidden") ? "show" : "hide" ]();
+ });
+ },
+
+ slideDown: function(speed,callback){
+ return this.animate({height: "show"}, speed, callback);
+ },
+
+ slideUp: function(speed,callback){
+ return this.animate({height: "hide"}, speed, callback);
+ },
+
+ slideToggle: function(speed, callback){
+ return this.animate({height: "toggle"}, speed, callback);
+ },
+
+ fadeIn: function(speed, callback){
+ return this.animate({opacity: "show"}, speed, callback);
+ },
+
+ fadeOut: function(speed, callback){
+ return this.animate({opacity: "hide"}, speed, callback);
+ },
+
+ fadeTo: function(speed,to,callback){
+ return this.animate({opacity: to}, speed, callback);
+ },
+
+ animate: function( prop, speed, easing, callback ) {
+ var opt = jQuery.speed(speed, easing, callback);
+
+ return this[ opt.queue === false ? "each" : "queue" ](function(){
+ opt = jQuery.extend({}, opt);
+ var hidden = jQuery(this).is(":hidden"), self = this;
+
+ for ( var p in prop ) {
+ if ( prop[p] == "hide" && hidden || prop[p] == "show" && !hidden )
+ return jQuery.isFunction(opt.complete) && opt.complete.apply(this);
+
+ if ( p == "height" || p == "width" ) {
+ // Store display property
+ opt.display = jQuery.css(this, "display");
+
+ // Make sure that nothing sneaks out
+ opt.overflow = this.style.overflow;
+ }
+ }
+
+ if ( opt.overflow != null )
+ this.style.overflow = "hidden";
+
+ opt.curAnim = jQuery.extend({}, prop);
+
+ jQuery.each( prop, function(name, val){
+ var e = new jQuery.fx( self, opt, name );
+
+ if ( /toggle|show|hide/.test(val) )
+ e[ val == "toggle" ? hidden ? "show" : "hide" : val ]( prop );
+ else {
+ var parts = val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),
+ start = e.cur(true) || 0;
+
+ if ( parts ) {
+ var end = parseFloat(parts[2]),
+ unit = parts[3] || "px";
+
+ // We need to compute starting value
+ if ( unit != "px" ) {
+ self.style[ name ] = (end || 1) + unit;
+ start = ((end || 1) / e.cur(true)) * start;
+ self.style[ name ] = start + unit;
+ }
+
+ // If a +=/-= token was provided, we're doing a relative animation
+ if ( parts[1] )
+ end = ((parts[1] == "-=" ? -1 : 1) * end) + start;
+
+ e.custom( start, end, unit );
+ } else
+ e.custom( start, val, "" );
+ }
+ });
+
+ // For JS strict compliance
+ return true;
+ });
+ },
+
+ queue: function(type, fn){
+ if ( jQuery.isFunction(type) ) {
+ fn = type;
+ type = "fx";
+ }
+
+ if ( !type || (typeof type == "string" && !fn) )
+ return queue( this[0], type );
+
+ return this.each(function(){
+ if ( fn.constructor == Array )
+ queue(this, type, fn);
+ else {
+ queue(this, type).push( fn );
+
+ if ( queue(this, type).length == 1 )
+ fn.apply(this);
+ }
+ });
+ },
+
+ stop: function(){
+ var timers = jQuery.timers;
+
+ return this.each(function(){
+ for ( var i = 0; i < timers.length; i++ )
+ if ( timers[i].elem == this )
+ timers.splice(i--, 1);
+ }).dequeue();
+ }
+
+});
+
+var queue = function( elem, type, array ) {
+ if ( !elem )
+ return;
+
+ var q = jQuery.data( elem, type + "queue" );
+
+ if ( !q || array )
+ q = jQuery.data( elem, type + "queue",
+ array ? jQuery.makeArray(array) : [] );
+
+ return q;
+};
+
+jQuery.fn.dequeue = function(type){
+ type = type || "fx";
+
+ return this.each(function(){
+ var q = queue(this, type);
+
+ q.shift();
+
+ if ( q.length )
+ q[0].apply( this );
+ });
+};
+
+jQuery.extend({
+
+ speed: function(speed, easing, fn) {
+ var opt = speed && speed.constructor == Object ? speed : {
+ complete: fn || !fn && easing ||
+ jQuery.isFunction( speed ) && speed,
+ duration: speed,
+ easing: fn && easing || easing && easing.constructor != Function && easing
+ };
+
+ opt.duration = (opt.duration && opt.duration.constructor == Number ?
+ opt.duration :
+ { slow: 600, fast: 200 }[opt.duration]) || 400;
+
+ // Queueing
+ opt.old = opt.complete;
+ opt.complete = function(){
+ jQuery(this).dequeue();
+ if ( jQuery.isFunction( opt.old ) )
+ opt.old.apply( this );
+ };
+
+ return opt;
+ },
+
+ easing: {
+ linear: function( p, n, firstNum, diff ) {
+ return firstNum + diff * p;
+ },
+ swing: function( p, n, firstNum, diff ) {
+ return ((-Math.cos(p*Math.PI)/2) + 0.5) * diff + firstNum;
+ }
+ },
+
+ timers: [],
+
+ fx: function( elem, options, prop ){
+ this.options = options;
+ this.elem = elem;
+ this.prop = prop;
+
+ if ( !options.orig )
+ options.orig = {};
+ }
+
+});
+
+jQuery.fx.prototype = {
+
+ // Simple function for setting a style value
+ update: function(){
+ if ( this.options.step )
+ this.options.step.apply( this.elem, [ this.now, this ] );
+
+ (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
+
+ // Set display property to block for height/width animations
+ if ( this.prop == "height" || this.prop == "width" )
+ this.elem.style.display = "block";
+ },
+
+ // Get the current size
+ cur: function(force){
+ if ( this.elem[this.prop] != null && this.elem.style[this.prop] == null )
+ return this.elem[ this.prop ];
+
+ var r = parseFloat(jQuery.curCSS(this.elem, this.prop, force));
+ return r && r > -10000 ? r : parseFloat(jQuery.css(this.elem, this.prop)) || 0;
+ },
+
+ // Start an animation from one number to another
+ custom: function(from, to, unit){
+ this.startTime = (new Date()).getTime();
+ this.start = from;
+ this.end = to;
+ this.unit = unit || this.unit || "px";
+ this.now = this.start;
+ this.pos = this.state = 0;
+ this.update();
+
+ var self = this;
+ function t(){
+ return self.step();
+ }
+
+ t.elem = this.elem;
+
+ jQuery.timers.push(t);
+
+ if ( jQuery.timers.length == 1 ) {
+ var timer = setInterval(function(){
+ var timers = jQuery.timers;
+
+ for ( var i = 0; i < timers.length; i++ )
+ if ( !timers[i]() )
+ timers.splice(i--, 1);
+
+ if ( !timers.length )
+ clearInterval( timer );
+ }, 13);
+ }
+ },
+
+ // Simple 'show' function
+ show: function(){
+ // Remember where we started, so that we can go back to it later
+ this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
+ this.options.show = true;
+
+ // Begin the animation
+ this.custom(0, this.cur());
+
+ // Make sure that we start at a small width/height to avoid any
+ // flash of content
+ if ( this.prop == "width" || this.prop == "height" )
+ this.elem.style[this.prop] = "1px";
+
+ // Start by showing the element
+ jQuery(this.elem).show();
+ },
+
+ // Simple 'hide' function
+ hide: function(){
+ // Remember where we started, so that we can go back to it later
+ this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
+ this.options.hide = true;
+
+ // Begin the animation
+ this.custom(this.cur(), 0);
+ },
+
+ // Each step of an animation
+ step: function(){
+ var t = (new Date()).getTime();
+
+ if ( t > this.options.duration + this.startTime ) {
+ this.now = this.end;
+ this.pos = this.state = 1;
+ this.update();
+
+ this.options.curAnim[ this.prop ] = true;
+
+ var done = true;
+ for ( var i in this.options.curAnim )
+ if ( this.options.curAnim[i] !== true )
+ done = false;
+
+ if ( done ) {
+ if ( this.options.display != null ) {
+ // Reset the overflow
+ this.elem.style.overflow = this.options.overflow;
+
+ // Reset the display
+ this.elem.style.display = this.options.display;
+ if ( jQuery.css(this.elem, "display") == "none" )
+ this.elem.style.display = "block";
+ }
+
+ // Hide the element if the "hide" operation was done
+ if ( this.options.hide )
+ this.elem.style.display = "none";
+
+ // Reset the properties, if the item has been hidden or shown
+ if ( this.options.hide || this.options.show )
+ for ( var p in this.options.curAnim )
+ jQuery.attr(this.elem.style, p, this.options.orig[p]);
+ }
+
+ // If a callback was provided, execute it
+ if ( done && jQuery.isFunction( this.options.complete ) )
+ // Execute the complete function
+ this.options.complete.apply( this.elem );
+
+ return false;
+ } else {
+ var n = t - this.startTime;
+ this.state = n / this.options.duration;
+
+ // Perform the easing function, defaults to swing
+ this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
+ this.now = this.start + ((this.end - this.start) * this.pos);
+
+ // Perform the next step of the animation
+ this.update();
+ }
+
+ return true;
+ }
+
+};
+
+jQuery.fx.step = {
+ scrollLeft: function(fx){
+ fx.elem.scrollLeft = fx.now;
+ },
+
+ scrollTop: function(fx){
+ fx.elem.scrollTop = fx.now;
+ },
+
+ opacity: function(fx){
+ jQuery.attr(fx.elem.style, "opacity", fx.now);
+ },
+
+ _default: function(fx){
+ fx.elem.style[ fx.prop ] = fx.now + fx.unit;
+ }
+};
+// The Offset Method
+// Originally By Brandon Aaron, part of the Dimension Plugin
+// http://jquery.com/plugins/project/dimensions
+jQuery.fn.offset = function() {
+ var left = 0, top = 0, elem = this[0], results;
+
+ if ( elem ) with ( jQuery.browser ) {
+ var absolute = jQuery.css(elem, "position") == "absolute",
+ parent = elem.parentNode,
+ offsetParent = elem.offsetParent,
+ doc = elem.ownerDocument,
+ safari2 = safari && parseInt(version) < 522;
+
+ // Use getBoundingClientRect if available
+ if ( elem.getBoundingClientRect ) {
+ box = elem.getBoundingClientRect();
+
+ // Add the document scroll offsets
+ add(
+ box.left + Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft),
+ box.top + Math.max(doc.documentElement.scrollTop, doc.body.scrollTop)
+ );
+
+ // IE adds the HTML element's border, by default it is medium which is 2px
+ // IE 6 and IE 7 quirks mode the border width is overwritable by the following css html { border: 0; }
+ // IE 7 standards mode, the border is always 2px
+ if ( msie ) {
+ var border = jQuery("html").css("borderWidth");
+ border = (border == "medium" || jQuery.boxModel && parseInt(version) >= 7) && 2 || border;
+ add( -border, -border );
+ }
+
+ // Otherwise loop through the offsetParents and parentNodes
+ } else {
+
+ // Initial element offsets
+ add( elem.offsetLeft, elem.offsetTop );
+
+ // Get parent offsets
+ while ( offsetParent ) {
+ // Add offsetParent offsets
+ add( offsetParent.offsetLeft, offsetParent.offsetTop );
+
+ // Mozilla and Safari > 2 does not include the border on offset parents
+ // However Mozilla adds the border for table cells
+ if ( mozilla && /^t[d|h]$/i.test(parent.tagName) || !safari2 )
+ border( offsetParent );
+
+ // Safari <= 2 doubles body offsets with an absolutely positioned element or parent
+ if ( safari2 && !absolute && jQuery.css(offsetParent, "position") == "absolute" )
+ absolute = true;
+
+ // Get next offsetParent
+ offsetParent = offsetParent.offsetParent;
+ }
+
+ // Get parent scroll offsets
+ while ( parent.tagName && !/^body|html$/i.test(parent.tagName) ) {
+ // Work around opera inline/table scrollLeft/Top bug
+ if ( !/^inline|table-row.*$/i.test(jQuery.css(parent, "display")) )
+ // Subtract parent scroll offsets
+ add( -parent.scrollLeft, -parent.scrollTop );
+
+ // Mozilla does not add the border for a parent that has overflow != visible
+ if ( mozilla && jQuery.css(parent, "overflow") != "visible" )
+ border( parent );
+
+ // Get next parent
+ parent = parent.parentNode;
+ }
+
+ // Safari doubles body offsets with an absolutely positioned element or parent
+ if ( safari2 && absolute )
+ add( -doc.body.offsetLeft, -doc.body.offsetTop );
+ }
+
+ // Return an object with top and left properties
+ results = { top: top, left: left };
+ }
+
+ return results;
+
+ function border(elem) {
+ add( jQuery.css(elem, "borderLeftWidth"), jQuery.css(elem, "borderTopWidth") );
+ }
+
+ function add(l, t) {
+ left += parseInt(l) || 0;
+ top += parseInt(t) || 0;
+ }
+};
+})();
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jss.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jss.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/jss.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,268 @@
+// JSS - 0.4 by Andy Kent
+// ------------------------------------------------------------
+
+// TODO test 0.4 IE support
+// TODO @import support
+// FIXME Safari 3 bug with media types not being loaded correctly.
+// TODO allow loading of only some stylesheets
+// TODO support for rel="jss-stylesheet"
+// TODO add basic :hover support
+
+(function($) {
+
+$.jss = {
+
+ loadExternalStyles: true, // set to false to only analyse in document styles and avoid ajax requests.
+ exclude: [ // can be used to set selector patterns that should be ignored.
+ /^[^:>\[\]\+\~]+$/, // only bother with complex selectors that include ':', '[', ']' or '>'.
+ /\:hover$/i // ignore hover events for now as the functionality is incomplete
+ ],
+ only: [], // only include selectors that match one these patterns
+ debugMode: false, // turn on/off debugging alerts
+
+ disableCaching: false, // turn this on to disable caching
+
+ checkMediaTypes: true, // set this to false if you want to always apply all media types regardless of context.
+
+ cache: {}, // used to cache selectors
+
+ loadQueue: [], // tracks the load order of external sheets to make sure that styles are applied in the correct order
+ completeQueue: [], // tacks which css files have been loaded
+
+ media: {}, // a cache of media types and if they are supported in the current state
+
+ testDiv: null, // used to test selector functionality. lazy loaded when needed. see mediumApplies()
+
+ apply: function(content) {
+ var selectors = [];
+ var jss = this;
+ $('style,link[type=text/css]').each(function() {
+ if (jss.checkMediaTypes) { // media type support enabled
+ if(!jss.mediumApplies(this.media)) return; // medium doesn't apply in this context so ignore it entirely.
+ }
+ if(this.href) {
+ if(jss.loadExternalStyles) {
+ jss.loadQueue.push(this.href);
+ jss.loadStylesFrom(this.href);
+ };
+ } else {
+ selectors = selectors.concat(jss.parse(this.innerHTML));
+ };
+ });
+ if(content) selectors.concat(this.parse(content)); // parse any passed in styles
+ selectors = this.filterSelectors(selectors);
+ this.applySelectors(selectors);
+ },
+
+ loadStylesFrom: function(href) {
+ var jss = this;
+ $.ajax({
+ url: href,
+ success: function(data) {
+ jss.debug('LOADED EXTERNAL STYLES',href );
+ jss.refreshLoadQueue(href,data);
+ }
+ });
+ },
+
+ refreshLoadQueue: function(href,txt) {
+ if(this.loadQueue.length==0) return; // everything in the queue is loaded
+ if(href){ // a new sheet has been recieved
+ if(href==this.loadQueue[0]) { // this sheet is next in the queue
+ this.loadQueue.shift(); // move the queue on
+ this.runStylesFromText(txt); // process this sheet
+ this.refreshLoadQueue(); // recurse to see if any sheets are ready for loading.
+ }
+ else {
+ this.completeQueue.push({href:href,txt:txt}); // not next so put aside for later
+ this.refreshLoadQueue(); // recurse to see if any sheets are ready for loading.
+ };
+ } else { // no new sheet, lets see if the next load queue sheet matches anything in the completed queue
+ if(this.completeQueue.length>0) {
+ for(i in this.completeQueue) {
+ var doc=this.completeQueue[i];
+ if(doc.href==this.loadQueue[0]) { // we have a match
+ this.loadQueue.shift(); // move the queue on
+ this.completeQueue.splice(i,1); // clean up the completed queue
+ this.runStylesFromText(doc.txt); // process this sheet
+ this.refreshLoadQueue();
+ };
+ };
+ };
+ };
+ },
+
+ runStylesFromText: function(data){
+ this.debug('PARSING EXTERNAL STYLES',data );
+ var selectors = this.filterSelectors(this.parse(data));
+ this.applySelectors(selectors);
+ this.debug('COMPLETED PARSING EXTERNAL STYLES',data );
+ },
+
+ applySelectors: function(selectors) {
+ var jss= this;
+ var result = null;
+ $.each(selectors, function(){ // load each of the matched selectors
+ if(jss.isUnderstoodSelector(this.selector)) return; // skip applying the selector if the browser already understands it.
+ if(jss.disableCaching) return $(this.selector).css(this.attributes); // cache is turned off so just apply styles
+ if(jss.cache[this.selector]){ // check the cache
+ jss.debug('HIT',this.selector)
+ jss.cache[this.selector].css(this.attributes); // direct cache hit
+ } else if( result=jss.scanCache(this.selector) ) {
+ jss.debug('PARTIAL',result,result[0].find(result[1]))
+ result[0].find(result[1]).css(this.attributes); // partial cache hit
+ } else {
+ jss.debug('MISS',this.selector)
+ jss.cache[this.selector] = $(this.selector).css(this.attributes); // cache miss
+ };
+ });
+ },
+
+ scanCache: function(selector) {
+ for(var s in this.cache) {
+ if(selector.search(new RegExp('^'+s+'[ >]'))>-1)
+ return [ this.cache[s], selector.replace(new RegExp('^'+s+'[ >]'),'') ];
+ };
+ },
+
+ filterSelectors: function(selectors){
+ if(!selectors.length) return [];
+ var s = selectors;
+ this.debug('Before Filtering:',s.length,s);
+ if(this.only && this.only.length) { // filter selectors to remove those that don't match the only include rules
+ var inclusions = this.only;
+ var t=[]; // temp store for matches
+ for(var i=0;i<inclusions.length;i++){
+ for(var pos=0;pos<s.length;pos++){
+ if( typeof inclusions[i]=='string' ? s[pos].selector==inclusions[i] : s[pos].selector.match(inclusions[i]) ) {
+ this.debug('Added:',s[pos]);
+ t.push(s[pos]);
+ };
+ };
+ };
+ s=t;
+ };
+ if(this.exclude && this.exclude.length){ // filter selectors to remove those that match the exclusion rules
+ var exclusions = this.exclude;
+ for(var i=0;i<exclusions.length;i++){
+ for(var pos=0;pos<s.length;pos++){
+ if( typeof exclusions[i]=='string' ? s[pos].selector==exclusions[i] : s[pos].selector.match(exclusions[i]) ) {
+ this.debug('Removed:',s[pos]);
+ s.splice(pos,1);
+ pos--;
+ };
+ };
+ };
+ };
+ this.debug('After Filtering:',s.length,s);
+ return s;
+ },
+
+
+ // ---
+ // Some magic for checking if a selector is understood by the browser - Thanks go to Daniel Wachsstock <d.wachss at prodigy.net>
+ // --
+
+ isUnderstoodSelector: function(str){
+ var ret;
+ str += '{}'; // make a rule out of it
+ // Things like this make us crazy:
+ // Safari only creates the stylesheet if there is some text in the style element,
+ // while Opera crashes if the original statement has any text [as $('<style> </style>') ].
+ // IE crashes if we try to append a text node to a style element.
+ // The following satisfies all of them
+ var style = $('<style type="text/css"/>').appendTo('head')[0];
+ try {
+ style.appendChild(document.createTextNode(''));
+ }catch(e){ /* nothing */ }
+ if (style.styleSheet){
+ // IE freezes up if addRule gets a selector it doesn't understand, but parses cssText fine and turns it to UNKNOWN
+ style.styleSheet.cssText = str;
+ ret = !/UNKNOWN/i.test(style.styleSheet.cssText);
+ }else if (style.sheet){
+ // standards
+ try {
+ style.sheet.insertRule(str, 0);
+ ret = style.sheet.cssRules.length > 0; // the browser accepted it; now see if it stuck (Opera gets here)
+ }catch(e) {
+ ret = false; // browser couldn't handle it
+ }
+ }
+ $(style).remove();
+ return ret;
+ },
+
+
+ // ---
+ // A test to see if a particular media type should be applied
+ // ---
+
+ mediumApplies: function(str){
+ if (!str) return true; // if no descriptor, everything applies
+ if (str in this.media) return this.media[str]; // cache
+ if (!this.testDiv){
+ this.testDiv = $('<div id="mediaTestDiv" style="position:relative">').append('<div>').appendTo('body'); // lazy create
+ };
+ var style = $('<style type="text/css" media="'+str+'" />').appendTo('head')[0];
+ try {
+ style.appendChild(document.createTextNode(''));
+ }catch(e){ /* nothing */ }
+ if (style.styleSheet){
+ // IE
+ style.styleSheet.addRule('#mediaTestDiv', 'left: 1px');
+ }else if (style.sheet){
+ // standards
+ style.sheet.insertRule('#mediaTestDiv {left: 1px}', 0);
+ }
+ this.media[str] = this.testDiv.css('left') == '1px';
+ $(style).remove();
+ return this.media[str];
+ },
+
+
+ // ---
+ // ultra lightweight CSS parser, only works with 100% valid css files, no support for hacks etc.
+ // ---
+
+ sanitize: function(content) {
+ if(!content) return '';
+ var c = content.replace(/[\n\r]/gi,''); // remove newlines
+ c = c.replace(/\/\*.+?\*\//gi,''); // remove comments
+ return c;
+ },
+
+ parse: function(content){
+ var c = this.sanitize(content);
+ var tree = []; // this is the css tree that is built up
+ c = c.match(/.+?\{.+?\}/gi); // seperate out selectors
+ if(!c) return [];
+ for(var i=0;i<c.length;i++) // loop through the selectors & parse the attributes
+ if(c[i])
+ tree.push( { selector: this.parseSelectorName(c[i]), attributes: this.parseAttributes(c[i]) } );
+ return tree;
+ },
+
+ parseSelectorName: function(content){
+ return $.trim(content.match(/^.+?\{/)[0].replace('{','')); // extract the selector
+ },
+
+ parseAttributes: function(content){
+ var attributes = {};
+ c = content.match(/\{.+?\}/)[0].replace(/[\{\}]/g,'').split(';').slice(0,-1);
+ for(var i=0;i<c.length; i++){
+ if(c[i]){
+ c[i] = c[i].split(':');
+ attributes[$.trim(c[i][0])] = $.trim(c[i][1]);
+ };
+ };
+ return attributes;
+ },
+
+ debug: function() {
+ if(this.debugMode)
+ console==undefined ? alert(arguments[0]) : console.log(arguments);
+ }
+
+};
+
+})(jQuery);
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/test.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/test.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/js/test.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,4 @@
+var a =function() {
+ var styles = $('style');
+ //$('body').prepend(styles.get(0).innerHTML);
+}
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/readme.txt
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/readme.txt (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/readme.txt 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,57 @@
+JSS by Andy Kent
+------------------------------------------------------------
+JSS is a plugin to the jQuery JavaScript library.
+It is designed to make all jQuery selectors available within
+your standard CSS files.
+This effectively means that you get full CSS3 selector
+support in all jQuery supported browsers.
+
+
+BASIC USAGE
+------------------------------------------------------------
+$(document).ready(function() {
+ $.jss.apply();
+});
+
+
+SETTINGS
+------------------------------------------------------------
+
+$.jss.loadExternalStyles - Boolean - true
+Use this to turn off the loading of styles in external files,
+by default these are loaded which causes additional ajax
+requests back to the server.
+
+$.jss.disableCaching - Boolean - false
+Turning this on will disable selector caching, selector
+caching can be good and bad, it can drastically improve
+performance if you have lots of styles with identical or
+patially identical selectors but it can be wasteful of
+memory where you have lots of completely different selectors.
+
+$.jss.checkMediaTypes - Boolean - true
+When this is activated JSS will obey media attributes on
+link and style tags and only apply the styles if the
+media context is active. THIS IS EXPERIMENTAL.
+
+$.jss.exclude - Array - [2]
+An array of srings (exact match) or regular expressions.
+these are compared against each selector and matches are
+not applied. A useful example might be classes with a
+hover state... $.jss.exclude.push(/\:hover$/);
+Exclude has some sensible defaults set to ignore simple
+selectors which are already fully supported.
+
+$.jss.only - Array - [0]
+An array of strings (exact match) or regular expressions.
+only selectors that match one of these rules will be
+processed by JSS. This can greatly improve performance
+if you only have one or two selectors that need applying.
+
+
+CONTRIBUTERS
+------------------------------------------------------------
+Andy Kent <andrew.d.kent at gmail.com>
+Daniel Wachsstock <d.wachss at prodigy.net>
+Rafael Santos <shanex.fael at gmail.com>
+
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test.css
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test.css (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test.css 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,510 @@
+/*
+ This is a test file
+ used for testing styles loaded from external CSS files
+ This file is long so that it takes longer to load to check for external file ordering.
+
+*/
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
+
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: white;
+}
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test2.css
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test2.css (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/styles/test2.css 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,6 @@
+body>div#page:first { /* full cache hit */
+ padding: 10px;
+ border-left: 5px solid #999;
+ border-right: 5px solid #999;
+ background: pink;
+}
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4/test.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/jss-0-4/test.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/jss-0-4/test.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,260 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+ <title>Speed Test</title>
+
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
+ <script src="js/jss.js" type="text/javascript" charset="utf-8"></script>
+ <script src="js/test.js" type="text/javascript" charset="utf-8"></script>
+
+ <link rel="stylesheet" href="styles/test.css" type="text/css" charset="utf-8" />
+ <link rel="stylesheet" href="styles/test2.css" type="text/css" media="screen" charset="utf-8" />
+
+ <script type="text/javascript" charset="utf-8">
+ $.ajaxSetup({cache:false}); // disable the browser cache for these tests
+ $(document).ready(function() {
+ $.jss.disableCaching=0;
+ $.jss.debugMode=0;
+ start = (new Date()).getTime();
+ $.jss.apply();
+ end = (new Date()).getTime();
+ setTimeout("alert('In page styles processed in '+(end-start)+'ms')",500);
+ a()
+ });
+ </script>
+
+ <style type="text/css">
+
+ /* This is a test of internal styles */
+
+ /* supported basic styles - ignored by jss */
+
+ html>body { background-color: #f0f0f0; }
+
+ #page { width:10px; }
+
+ p.internal {
+ color: red;
+ }
+
+ p:hover { background:pink; } /* hover style, ignored by jss as it is on the exclude list */
+
+ /* mostly unsupported styles applied by jss */
+
+ body>div#page:first {
+ width: 2%;
+ margin: 0 auto;
+ }
+
+ body>div#page:first { /* full cache hit */
+ width: 30%;
+ }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+ body>div#page:first { /* lets hammer the cache */ width: 30%; }
+
+
+ body>div#page:first #block-1 { /* partial cache hit */
+ background: green;
+ }
+ body>div#page:first #block-2 { /* partial cache hit */
+ background: pink;
+ }
+ body>div#page:first #block-3 { /* partial cache hit */
+ background: blue;
+ }
+ body>div#page:first #block-3 { /* full cache hit */
+ background: yellow;
+ }
+
+ p:has('strong') { color: #fff; background:#000; }
+
+ p:has('strong'):even { color: yellow; } /* partial cache hit */
+
+ p:has('strong'):odd { color: silver; } /* partial cache hit */
+
+ div#block-2~ol { font-size: .8em; }
+
+ p:eq(1) { text-decoration: underline; }
+ p:eq(1) { text-decoration: line-through; } /* cache hit */
+
+ p:eq(1) { text-decoration: line-through; }
+
+ :header { color: orange; }
+
+
+ </style>
+
+</head>
+
+<body>
+
+<div id="page">
+
+ <h1 id="heading_1">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-1">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_2">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-2">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_3">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-3">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_4">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-4">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_5">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-5">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_6">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-6">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_7">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-7">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+ <h1 id="heading_8">This is a heading Level 1</h1>
+
+ <p>A paragraph, <strong>strong</strong>, <em>em</em>.</p>
+
+ <p>Another paragraph, with a list below</p>
+
+ <ol>
+ <li>First list item</li>
+ <li>Second list item</li>
+ <li>Third list item</li>
+ </ol>
+
+ <div id="block-8">
+ <p class="internal">this paragraph is inside a div called block-1</p>
+ <p class="internal">so it this paragraph as well</p>
+ </div>
+
+</div>
+
+</body>
+</html>
Added: trunk/mapbender/test/tools/env-js/src/css/jss-0-4.zip
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/test/tools/env-js/src/css/jss-0-4.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/test/tools/env-js/src/css/properties.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/properties.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/properties.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,293 @@
+
+/*
+* CSS2Properties - DOM Level 2 CSS
+*/
+CSS2Properties = function(element){
+ //this.onSetCallback = options.onSet?options.onSet:(function(){});
+ this.styleIndex = __supportedStyles__();//non-standard
+ this.type = element.tagName;//non-standard
+ __setArray__(this,[]);
+ __cssTextToStyles__(this, element.getAttribute('style')||'');
+};
+__extend__(CSS2Properties.prototype, {
+ get cssText(){
+ var css = '',
+ i;
+ for(i=0;i<this.length;i++){
+ css+=this[i]+": "+this.getPropertyValue(this[i])+';';
+ if(i+1<this.length)
+ css+=" ";
+ }
+ return css;
+ },
+ set cssText(cssText){
+ __cssTextToStyles__(this, cssText);
+ },
+ getPropertyCSSValue : function(name){
+ //?
+ },
+ getPropertyPriority : function(){
+
+ },
+ getPropertyValue : function(name){
+ var index;
+ if(name in this.styleIndex){
+ //$info(name +' in style index');
+ return this[name];
+ }else{
+ index = Array.prototype.indexOf.apply(this, name)
+ if(index > -1)
+ return this[index];
+ }
+ //$info(name +' not found');
+ return null;
+ },
+ item : function(index){
+ return this[index];
+ },
+ removeProperty: function(name){
+ this.styleIndex[name] = null;
+ name = __toDashed__(name);
+ var index = Array.prototype.indexOf.apply(this, [name]);
+ if(index > -1){
+ Array.prototype.splice.apply(this, [1,index]);
+ }
+ },
+ setProperty: function(name, value, priority){
+ //$info('setting css property '+name+' : '+value);
+ name = __toCamelCase__(name);
+ if(name in this.styleIndex && value !== undefined){
+ //$info('setting camel case css property ');
+ this.styleIndex[name] = value;
+ //$info('setting dashed name css property ');
+ name = __toDashed__(name);
+ if( Array.prototype.indexOf.apply(this, [name]) === -1 ){
+ Array.prototype.push.apply(this,[name]);
+ }
+ }
+ //$info('finished setting css property '+name+' : '+value);
+ },
+ toString:function(){
+ return '[object CSS2Properties]';
+ }
+});
+
+
+
+var __cssTextToStyles__ = function(css2props, cssText){
+
+ //console.log('__cssTextToStyles__ %s %s', css2props, cssText);
+ //var styleArray=[];
+ var style, styles = cssText.split(';');
+ for ( var i = 0; i < styles.length; i++ ) {
+ //$log("Adding style property " + styles[i]);
+ style = styles[i].split(':');
+ //$log(" style " + style[0]);
+ if ( style.length == 2 ){
+ //$log(" value " + style[1]);
+ css2props.setProperty( style[0].replace(" ",'','g'), style[1].replace(" ",'','g'));
+ }
+ }
+};
+
+var __toCamelCase__ = function(name) {
+ //$info('__toCamelCase__'+name);
+ if(name){
+ return name.replace(/\-(\w)/g, function(all, letter){
+ return letter.toUpperCase();
+ });
+ }
+ return name;
+};
+
+var __toDashed__ = function(camelCaseName) {
+ //$info("__toDashed__"+camelCaseName);
+ if(camelCaseName){
+ return camelCaseName.replace(/[A-Z]/g, function(all) {
+ return "-" + all.toLowerCase();
+ });
+ }
+ return camelCaseName;
+};
+
+//Obviously these arent all supported but by commenting out various sections
+//this provides a single location to configure what is exposed as supported.
+var __supportedStyles__ = function(){
+ return {
+ azimuth: null,
+ background: null,
+ backgroundAttachment: null,
+ backgroundColor: null,
+ backgroundImage: null,
+ backgroundPosition: null,
+ backgroundRepeat: null,
+ border: null,
+ borderBottom: null,
+ borderBottomColor: null,
+ borderBottomStyle: null,
+ borderBottomWidth: null,
+ borderCollapse: null,
+ borderColor: null,
+ borderLeft: null,
+ borderLeftColor: null,
+ borderLeftStyle: null,
+ borderLeftWidth: null,
+ borderRight: null,
+ borderRightColor: null,
+ borderRightStyle: null,
+ borderRightWidth: null,
+ borderSpacing: null,
+ borderStyle: null,
+ borderTop: null,
+ borderTopColor: null,
+ borderTopStyle: null,
+ borderTopWidth: null,
+ borderWidth: null,
+ bottom: null,
+ captionSide: null,
+ clear: null,
+ clip: null,
+ color: null,
+ content: null,
+ counterIncrement: null,
+ counterReset: null,
+ cssFloat: null,
+ cue: null,
+ cueAfter: null,
+ cueBefore: null,
+ cursor: null,
+ direction: 'ltr',
+ display: null,
+ elevation: null,
+ emptyCells: null,
+ font: null,
+ fontFamily: null,
+ fontSize: "1em",
+ fontSizeAdjust: null,
+ fontStretch: null,
+ fontStyle: null,
+ fontVariant: null,
+ fontWeight: null,
+ height: '',
+ left: null,
+ letterSpacing: null,
+ lineHeight: null,
+ listStyle: null,
+ listStyleImage: null,
+ listStylePosition: null,
+ listStyleType: null,
+ margin: null,
+ marginBottom: "0px",
+ marginLeft: "0px",
+ marginRight: "0px",
+ marginTop: "0px",
+ markerOffset: null,
+ marks: null,
+ maxHeight: null,
+ maxWidth: null,
+ minHeight: null,
+ minWidth: null,
+ opacity: 1,
+ orphans: null,
+ outline: null,
+ outlineColor: null,
+ outlineOffset: null,
+ outlineStyle: null,
+ outlineWidth: null,
+ overflow: null,
+ overflowX: null,
+ overflowY: null,
+ padding: null,
+ paddingBottom: "0px",
+ paddingLeft: "0px",
+ paddingRight: "0px",
+ paddingTop: "0px",
+ page: null,
+ pageBreakAfter: null,
+ pageBreakBefore: null,
+ pageBreakInside: null,
+ pause: null,
+ pauseAfter: null,
+ pauseBefore: null,
+ pitch: null,
+ pitchRange: null,
+ position: null,
+ quotes: null,
+ richness: null,
+ right: null,
+ size: null,
+ speak: null,
+ speakHeader: null,
+ speakNumeral: null,
+ speakPunctuation: null,
+ speechRate: null,
+ stress: null,
+ tableLayout: null,
+ textAlign: null,
+ textDecoration: null,
+ textIndent: null,
+ textShadow: null,
+ textTransform: null,
+ top: null,
+ unicodeBidi: null,
+ verticalAlign: null,
+ visibility: null,
+ voiceFamily: null,
+ volume: null,
+ whiteSpace: null,
+ widows: null,
+ width: '1px',
+ wordSpacing: null,
+ zIndex: 1
+ };
+};
+
+var __displayMap__ = {
+ "DIV" : "block",
+ "P" : "block",
+ "A" : "inline",
+ "CODE" : "inline",
+ "PRE" : "block",
+ "SPAN" : "inline",
+ "TABLE" : "table",
+ "THEAD" : "table-header-group",
+ "TBODY" : "table-row-group",
+ "TR" : "table-row",
+ "TH" : "table-cell",
+ "TD" : "table-cell",
+ "UL" : "block",
+ "LI" : "list-item"
+};
+var __styleMap__ = __supportedStyles__();
+
+for(var style in __supportedStyles__()){
+ (function(name){
+ if(name === 'width' || name === 'height'){
+ CSS2Properties.prototype.__defineGetter__(name, function(){
+ if(this.display==='none'){
+ return '0px';
+ }
+ //$info(name+' = '+this.getPropertyValue(name));
+ return this.styleIndex[name];
+ });
+ }else if(name === 'display'){
+ //display will be set to a tagName specific value if ""
+ CSS2Properties.prototype.__defineGetter__(name, function(){
+ var val = this.styleIndex[name];
+ val = val?val:__displayMap__[this.type];
+ //$log(" css2properties.get " + name + "="+val+" for("+this.__element__.tagName+")");
+ return val;
+ });
+ }else{
+ CSS2Properties.prototype.__defineGetter__(name, function(){
+ //$log(" css2properties.get " + name + "="+this.styleIndex[name]);
+ return this.styleIndex[name];
+ });
+ }
+ CSS2Properties.prototype.__defineSetter__(name, function(value){
+ //$log(" css2properties.set " + name +"="+value);
+ this.setProperty(name, value);
+ });
+ })(style);
+};
+
Added: trunk/mapbender/test/tools/env-js/src/css/rule.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/rule.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/rule.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,26 @@
+
+/*
+* CSSRule - DOM Level 2
+*/
+CSSRule = function(options){
+ var $style,
+ $selectorText = options.selectorText?options.selectorText:"";
+ $style = new CSS2Properties({
+ cssText:options.cssText?options.cssText:null
+ });
+ return __extend__(this, {
+ get style(){
+ return $style;
+ },
+ get selectorText(){
+ return $selectorText;
+ },
+ set selectorText(selectorText){
+ $selectorText = selectorText;
+ },
+ toString : function(){
+ return "[object CSSRule]";
+ }
+ });
+};
+
Added: trunk/mapbender/test/tools/env-js/src/css/sizzle.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/sizzle.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/sizzle.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,717 @@
+/*
+ * Sizzle CSS Selector Engine
+ * Copyright 2008, John Resig (http://ejohn.org/)
+ * released under the MIT License
+ */
+(function(){
+
+var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]+\]|[^[\]]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g;
+
+var cache = null;
+var done = 0;
+
+if ( document.addEventListener && !document.querySelectorAll ) {
+ cache = {};
+ function invalidate(){ cache = {}; }
+ document.addEventListener("DOMAttrModified", invalidate, false);
+ document.addEventListener("DOMNodeInserted", invalidate, false);
+ document.addEventListener("DOMNodeRemoved", invalidate, false);
+}
+
+var Sizzle = function(selector, context, results) {
+ var doCache = !results;
+ results = results || [];
+ context = context || document;
+
+ if ( context.nodeType !== 1 && context.nodeType !== 9 )
+ return [];
+
+ if ( !selector || typeof selector !== "string" ) {
+ return results;
+ }
+
+ if ( cache && context === document && cache[ selector ] ) {
+ results.push.apply( results, cache[ selector ] );
+ return results;
+ }
+
+ var parts = [], m, set, checkSet, check, mode, extra;
+
+ // Reset the position of the chunker regexp (start from head)
+ chunker.lastIndex = 0;
+
+ while ( (m = chunker.exec(selector)) !== null ) {
+ parts.push( m[1] );
+
+ if ( m[2] ) {
+ extra = RegExp.rightContext;
+ break;
+ }
+ }
+
+ var ret = Sizzle.find( parts.pop(), context );
+ set = Sizzle.filter( ret.expr, ret.set );
+
+ if ( parts.length > 0 ) {
+ checkSet = makeArray(set);
+ }
+
+ while ( parts.length ) {
+ var cur = parts.pop(), pop = cur;
+
+ if ( !Expr.relative[ cur ] ) {
+ cur = "";
+ } else {
+ pop = parts.pop();
+ }
+
+ if ( pop == null ) {
+ pop = context;
+ }
+
+ var later = "", match;
+
+ // Position selectors must be done after the filter
+ if ( typeof pop === "string" ) {
+ while ( (match = Expr.match.POS.exec( pop )) ) {
+ later += match[0];
+ pop = pop.replace( Expr.match.POS, "" );
+ }
+ }
+
+ Expr.relative[ cur ]( checkSet, pop );
+
+ if ( later ) {
+ Sizzle.filter( later, checkSet, true );
+ }
+ }
+
+ if ( !checkSet ) {
+ checkSet = set;
+ }
+
+ if ( !checkSet ) {
+ throw "Syntax error, unrecognized expression: " + (cur || selector);
+ }
+ if ( checkSet instanceof Array ) {
+ if ( context.nodeType === 1 ) {
+ for ( var i = 0; checkSet[i] != null; i++ ) {
+ if ( checkSet[i] && checkSet[i].nodeType === 1 && contains(context, checkSet[i]) ) {
+ results.push( set[i] );
+ }
+ }
+ } else {
+ for ( var i = 0; checkSet[i] != null; i++ ) {
+ if ( checkSet[i] && checkSet[i].nodeType === 1 ) {
+ results.push( set[i] );
+ }
+ }
+ }
+ } else {
+ makeArray( checkSet, results );
+ }
+
+ if ( extra ) {
+ arguments.callee( extra, context, results );
+ }
+
+ if ( cache && doCache ) {
+ cache[selector] = results.slice(0);
+ }
+
+ return results;
+};
+
+Sizzle.find = function(expr, context){
+ var set, match;
+
+ if ( !expr ) {
+ return [];
+ }
+
+ var later = "", match;
+
+ // Pseudo-selectors could contain other selectors (like :not)
+ while ( (match = Expr.match.PSEUDO.exec( expr )) ) {
+ var left = RegExp.leftContext;
+
+ if ( left.substr( left.length - 1 ) !== "\\" ) {
+ later += match[0];
+ expr = expr.replace( Expr.match.PSEUDO, "" );
+ } else {
+ // TODO: Need a better solution, fails: .class\:foo:realfoo(#id)
+ break;
+ }
+ }
+
+ for ( var i = 0, l = Expr.order.length; i < l; i++ ) {
+ var type = Expr.order[i];
+
+ if ( (match = Expr.match[ type ].exec( expr )) ) {
+ var left = RegExp.leftContext;
+
+ if ( left.substr( left.length - 1 ) !== "\\" ) {
+ match[1] = (match[1] || "").replace(/\\/g, "");
+ set = Expr.find[ type ]( match, context );
+
+ if ( set != null ) {
+ expr = expr.replace( Expr.match[ type ], "" );
+ break;
+ }
+ }
+ }
+ }
+
+ if ( !set ) {
+ set = context.getElementsByTagName("*");
+ }
+
+ expr += later;
+
+ return {set: set, expr: expr};
+};
+
+Sizzle.filter = function(expr, set, inplace){
+ var old = expr, result = [], curLoop = set, match;
+
+ while ( expr && set.length ) {
+ for ( var type in Expr.filter ) {
+ if ( (match = Expr.match[ type ].exec( expr )) != null ) {
+ var anyFound = false, filter = Expr.filter[ type ], goodArray = null;
+ match[1] = (match[1] || "").replace(/\\/g, "");
+
+ if ( curLoop == result ) {
+ result = [];
+ }
+
+ if ( Expr.preFilter[ type ] ) {
+ match = Expr.preFilter[ type ]( match, curLoop );
+
+ if ( match[0] === true ) {
+ goodArray = [];
+ var last = null, elem;
+ for ( var i = 0; (elem = curLoop[i]) !== undefined; i++ ) {
+ if ( elem && last !== elem ) {
+ goodArray.push( elem );
+ last = elem;
+ }
+ }
+ }
+
+ }
+
+ var goodPos = 0, found, item;
+
+ for ( var i = 0; (item = curLoop[i]) !== undefined; i++ ) {
+ if ( item ) {
+ if ( goodArray && item != goodArray[goodPos] ) {
+ goodPos++;
+ }
+
+ found = filter( item, match, goodPos, goodArray );
+ if ( inplace && found != null ) {
+ curLoop[i] = found ? curLoop[i] : false;
+ } else if ( found ) {
+ result.push( item );
+ anyFound = true;
+ }
+ }
+ }
+
+ if ( found !== undefined ) {
+ if ( !inplace ) {
+ curLoop = result;
+ }
+
+ expr = expr.replace( Expr.match[ type ], "" );
+
+ if ( !anyFound ) {
+ return [];
+ }
+
+ break;
+ }
+ }
+ }
+
+
+ expr = expr.replace(/\s*,\s*/, "");
+
+ // Improper expression
+ if ( expr == old ) {
+ throw "Syntax error, unrecognized expression: " + expr;
+ }
+
+ old = expr;
+ }
+
+ return curLoop;
+};
+
+var Expr = Sizzle.selectors = {
+ order: [ "ID", "NAME", "TAG" ],
+ match: {
+ ID: /#((?:[\w\u0128-\uFFFF_-]|\\.)+)/,
+ CLASS: /\.((?:[\w\u0128-\uFFFF_-]|\\.)+)/,
+ NAME: /\[name=((?:[\w\u0128-\uFFFF_-]|\\.)+)\]/,
+ ATTR: /\[((?:[\w\u0128-\uFFFF_-]|\\.)+)\s*(?:(\S{0,1}=)\s*(['"]*)(.*?)\3|)\]/,
+ TAG: /^((?:[\w\u0128-\uFFFF\*_-]|\\.)+)/,
+ CHILD: /:(only|nth|last|first)-child\(?(even|odd|[\dn+-]*)\)?/,
+ POS: /:(nth|eq|gt|lt|first|last|even|odd)\(?(\d*)\)?/,
+ PSEUDO: /:((?:[\w\u0128-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/
+ },
+ attrMap: {
+ "class": "className"
+ },
+ relative: {
+ "+": function(checkSet, part){
+ for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+ var elem = checkSet[i];
+ if ( elem ) {
+ var cur = elem.previousSibling;
+ while ( cur && cur.nodeType !== 1 ) {
+ cur = cur.previousSibling;
+ }
+ checkSet[i] = cur || false;
+ }
+ }
+
+ Sizzle.filter( part, checkSet, true );
+ },
+ ">": function(checkSet, part){
+ if ( typeof part === "string" && !/\W/.test(part) ) {
+ part = part.toUpperCase();
+
+ for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+ var elem = checkSet[i];
+ if ( elem ) {
+ var parent = elem.parentNode;
+ checkSet[i] = parent.nodeName === part ? parent : false;
+ }
+ }
+ } else {
+ for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+ var elem = checkSet[i];
+ if ( elem ) {
+ checkSet[i] = elem.parentNode;
+ if ( typeof part !== "string" ) {
+ checkSet[i] = checkSet[i] == part;
+ }
+ }
+ }
+
+ if ( typeof part === "string" ) {
+ Sizzle.filter( part, checkSet, true );
+ }
+ }
+ },
+ "": function(checkSet, part){
+ var doneName = "done" + (done++), checkFn = dirCheck;
+
+ if ( !part.match(/\W/) ) {
+ var nodeCheck = part = part.toUpperCase();
+ checkFn = dirNodeCheck;
+ }
+
+ checkFn("parentNode", part, doneName, checkSet, nodeCheck);
+ },
+ "~": function(checkSet, part){
+ var doneName = "done" + (done++), checkFn = dirCheck;
+
+ if ( !part.match(/\W/) ) {
+ var nodeCheck = part = part.toUpperCase();
+ checkFn = dirNodeCheck;
+ }
+
+ checkFn("previousSibling", part, doneName, checkSet, nodeCheck);
+ }
+ },
+ find: {
+ ID: function(match, context){
+ if ( context.getElementById ) {
+ var m = context.getElementById(match[1]);
+ return m ? [m] : [];
+ }
+ },
+ NAME: function(match, context){
+ return context.getElementsByName(match[1]);
+ },
+ TAG: function(match, context){
+ return context.getElementsByTagName(match[1]);
+ }
+ },
+ preFilter: {
+ CLASS: function(match){
+ return new RegExp( "(?:^|\\s)" + match[1] + "(?:\\s|$)" );
+ },
+ ID: function(match){
+ return match[1];
+ },
+ TAG: function(match){
+ return match[1].toUpperCase();
+ },
+ CHILD: function(match){
+ if ( match[1] == "nth" ) {
+ // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6'
+ var test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec(
+ match[2] == "even" && "2n" || match[2] == "odd" && "2n+1" ||
+ !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]);
+
+ // calculate the numbers (first)n+(last) including if they are negative
+ match[2] = (test[1] + (test[2] || 1)) - 0;
+ match[3] = test[3] - 0;
+ }
+
+ // TODO: Move to normal caching system
+ match[0] = typeof get_length == "undefined" ? "done" + (done++) : "nodeCache";
+
+ return match;
+ },
+ ATTR: function(match){
+ var name = match[1];
+
+ if ( Expr.attrMap[name] ) {
+ match[1] = Expr.attrMap[name];
+ }
+
+ return match;
+ },
+ PSEUDO: function(match){
+ if ( match[1] === "not" ) {
+ match[3] = match[3].split(/\s*,\s*/);
+ }
+
+ return match;
+ },
+ POS: function(match){
+ match.unshift( true );
+ return match;
+ }
+ },
+ filters: {
+ enabled: function(elem){
+ return elem.disabled === false && elem.type !== "hidden";
+ },
+ disabled: function(elem){
+ return elem.disabled === true;
+ },
+ checked: function(elem){
+ return elem.checked === true;
+ },
+ selected: function(elem){
+ // Accessing this property makes selected-by-default
+ // options in Safari work properly
+ elem.parentNode.selectedIndex;
+ return elem.selected === true;
+ },
+ parent: function(elem){
+ return !!elem.firstChild;
+ },
+ empty: function(elem){
+ return !elem.firstChild;
+ },
+ has: function(elem, i, match){
+ return !!Sizzle( match[3], elem ).length;
+ },
+ header: function(elem){
+ return /h\d/i.test( elem.nodeName );
+ },
+ text: function(elem){
+ return "text" === elem.type;
+ },
+ radio: function(elem){
+ return "radio" === elem.type;
+ },
+ checkbox: function(elem){
+ return "checkbox" === elem.type;
+ },
+ file: function(elem){
+ return "file" === elem.type;
+ },
+ password: function(elem){
+ return "password" === elem.type;
+ },
+ submit: function(elem){
+ return "submit" === elem.type;
+ },
+ image: function(elem){
+ return "image" === elem.type;
+ },
+ reset: function(elem){
+ return "reset" === elem.type;
+ },
+ button: function(elem){
+ return "button" === elem.type || elem.nodeName.toUpperCase() === "BUTTON";
+ },
+ input: function(elem){
+ return /input|select|textarea|button/i.test(elem.nodeName);
+ }
+ },
+ setFilters: {
+ first: function(elem, i){
+ return i === 0;
+ },
+ last: function(elem, i, match, array){
+ return i === array.length - 1;
+ },
+ even: function(elem, i){
+ return i % 2 === 0;
+ },
+ odd: function(elem, i){
+ return i % 2 === 1;
+ },
+ lt: function(elem, i, match){
+ return i < match[3] - 0;
+ },
+ gt: function(elem, i, match){
+ return i > match[3] - 0;
+ },
+ nth: function(elem, i, match){
+ return match[3] - 0 == i;
+ },
+ eq: function(elem, i, match){
+ return match[3] - 0 == i;
+ }
+ },
+ filter: {
+ CHILD: function(elem, match){
+ var type = match[1], parent = elem.parentNode;
+
+ var doneName = match[0];
+
+ if ( !parent[ doneName ] ) {
+ var count = 1;
+
+ for ( var node = parent.firstChild; node; node = node.nextSibling ) {
+ if ( node.nodeType == 1 ) {
+ node.nodeIndex = count++;
+ }
+ }
+
+ parent[ doneName ] = count - 1;
+ }
+
+ if ( type == "first" ) {
+ return elem.nodeIndex == 1;
+ } else if ( type == "last" ) {
+ return elem.nodeIndex == parent[ doneName ];
+ } else if ( type == "only" ) {
+ return parent[ doneName ] == 1;
+ } else if ( type == "nth" ) {
+ var add = false, first = match[2], last = match[3];
+
+ if ( first == 1 && last == 0 ) {
+ return true;
+ }
+
+ if ( first == 0 ) {
+ if ( elem.nodeIndex == last ) {
+ add = true;
+ }
+ } else if ( (elem.nodeIndex - last) % first == 0 && (elem.nodeIndex - last) / first >= 0 ) {
+ add = true;
+ }
+
+ return add;
+ }
+ },
+ PSEUDO: function(elem, match, i, array){
+ var name = match[1], filter = Expr.filters[ name ];
+
+ if ( filter ) {
+ return filter( elem, i, match, array )
+ } else if ( name === "contains" ) {
+ return (elem.textContent || elem.innerText || "").indexOf(match[3]) >= 0;
+ } else if ( name === "not" ) {
+ var not = match[3];
+
+ for ( var i = 0, l = not.length; i < l; i++ ) {
+ if ( Sizzle.filter(not[i], [elem]).length > 0 ) {
+ return false;
+ }
+ }
+
+ return true;
+ }
+ },
+ ID: function(elem, match){
+ return elem.nodeType === 1 && elem.getAttribute("id") === match;
+ },
+ TAG: function(elem, match){
+ return (match === "*" && elem.nodeType === 1) || elem.nodeName === match;
+ },
+ CLASS: function(elem, match){
+ return match.test( elem.className );
+ },
+ ATTR: function(elem, match){
+ var result = elem[ match[1] ], value = result + "", type = match[2], check = match[4];
+ return result == null ?
+ false :
+ type === "=" ?
+ value === check :
+ type === "*=" || type === "~=" ?
+ value.indexOf(check) >= 0 :
+ !match[4] ?
+ result :
+ type === "!=" ?
+ value != check :
+ type === "^=" ?
+ value.indexOf(check) === 0 :
+ type === "$=" ?
+ value.substr(value.length - check.length) === check :
+ type === "|=" ?
+ value === check || value.substr(0, check.length + 1) === check + "-" :
+ false;
+ },
+ POS: function(elem, match, i, array){
+ var name = match[2], filter = Expr.setFilters[ name ];
+
+ if ( filter ) {
+ return filter( elem, i, match, array );
+ }
+ }
+ }
+};
+
+function makeArray(array, results) {
+ array = Array.prototype.slice.call( array );
+
+ if ( results ) {
+ results.push.apply( results, array );
+ return results;
+ }
+
+ return array;
+}
+
+// TODO: Need a proper check here
+if ( document.all && !window.opera ) {
+ function makeArray(array, results) {
+ if ( array instanceof Array ) {
+ return Array.prototype.slice.call( array );
+ }
+
+ var ret = results || [];
+
+ for ( var i = 0; array[i]; i++ ) {
+ ret.push( array[i] );
+ }
+
+ return ret;
+ }
+
+ Expr.find.ID = function(match, context){
+ if ( context.getElementById ) {
+ var m = context.getElementById(match[1]);
+ return m ? m.id === match[1] || m.getAttributeNode && m.getAttributeNode("id").nodeValue === match[1] ? [m] : undefined : [];
+ }
+ };
+
+ Expr.filter.ID = function(elem, match){
+ var node = elem.getAttributeNode && elem.getAttributeNode("id");
+ return elem.nodeType === 1 && node && node.nodeValue === match;
+ };
+}
+
+if ( document.querySelectorAll ) (function(){
+ var oldSizzle = Sizzle;
+
+ window.Sizzle = Sizzle = function(query, context, extra){
+ context = context || document;
+
+ if ( context === document ) {
+ try {
+ return makeArray( context.querySelectorAll(query) );
+ } catch(e){}
+ }
+
+ return oldSizzle(query, context, extra);
+ };
+
+ Sizzle.find = oldSizzle.find;
+ Sizzle.filter = oldSizzle.filter;
+ Sizzle.selectors = oldSizzle.selectors;
+})();
+
+if ( document.getElementsByClassName ) {
+ Expr.order.splice(1, 0, "CLASS");
+ Expr.find.CLASS = function(match, context) {
+ return context.getElementsByClassName(match[1]);
+ };
+}
+
+function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck ) {
+ for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+ var elem = checkSet[i];
+ if ( elem ) {
+ elem = elem[dir]
+ var match = false;
+
+ while ( elem && elem.nodeType ) {
+ var done = elem[doneName];
+ if ( done ) {
+ match = checkSet[ done ];
+ break;
+ }
+
+ if ( elem.nodeType === 1 )
+ elem[doneName] = i;
+
+ if ( elem.nodeName === cur ) {
+ match = elem;
+ break;
+ }
+
+ elem = elem[dir];
+ }
+
+ checkSet[i] = match;
+ }
+ }
+}
+
+function dirCheck( dir, cur, doneName, checkSet, nodeCheck ) {
+ for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+ var elem = checkSet[i];
+ if ( elem ) {
+ elem = elem[dir]
+ var match = false;
+
+ while ( elem && elem.nodeType ) {
+ if ( elem[doneName] ) {
+ match = checkSet[ elem[doneName] ];
+ break;
+ }
+
+ if ( elem.nodeType === 1 ) {
+ elem[doneName] = i;
+
+ if ( Sizzle.filter( cur, [elem] ).length > 0 ) {
+ match = elem;
+ break;
+ }
+ }
+
+ elem = elem[dir];
+ }
+
+ checkSet[i] = match;
+ }
+ }
+}
+
+if ( document.compareDocumentPosition ) {
+ function contains(a, b){
+ return a.compareDocumentPosition(b) & 16;
+ }
+} else {
+ function contains(a, b){
+ return a !== b && a.contains(b);
+ }
+}
+
+// EXPOSE
+
+window.Sizzle = Sizzle;
+
+})();
Added: trunk/mapbender/test/tools/env-js/src/css/styledeclaration.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/styledeclaration.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/styledeclaration.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,7 @@
+
+/**
+ * @author thatcher
+ */
+CSSStyleDeclaration = function(){
+
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/css/stylesheet.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/css/stylesheet.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/css/stylesheet.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+
+/*
+* CSSStyleSheet - DOM Level 2
+*/
+CSSStyleSheet = function(options){
+ var $cssRules,
+ $disabled = options.disabled?options.disabled:false,
+ $href = options.href?options.href:null,
+ $parentStyleSheet = options.parentStyleSheet?options.parentStyleSheet:null,
+ $title = options.title?options.title:"",
+ $type = "text/css";
+
+ function parseStyleSheet(text){
+ //$debug("parsing css");
+ //this is pretty ugly, but text is the entire text of a stylesheet
+ var cssRules = [];
+ if (!text) text = "";
+ text = trim(text.replace(/\/\*(\r|\n|.)*\*\//g,""));
+ // TODO: @import ?
+ var blocks = text.split("}");
+ blocks.pop();
+ var i, len = blocks.length;
+ var definition_block, properties, selectors;
+ for (i=0; i<len; i++){
+ definition_block = blocks[i].split("{");
+ if(definition_block.length === 2){
+ selectors = definition_block[0].split(",");
+ for(var j=0;j<selectors.length;j++){
+ cssRules.push(new CSSRule({
+ selectorText:selectors[j],
+ cssText:definition_block[1]
+ }));
+ }
+ __setArray__($cssRules, cssRules);
+ }
+ }
+ };
+ parseStyleSheet(options.text);
+ return __extend__(this, {
+ get cssRules(){
+ return $cssRules;
+ },
+ get rule(){
+ return $cssRules;
+ },//IE - may be deprecated
+ get href(){
+ return $href;
+ },
+ get parentStyleSheet(){
+ return $parentStyleSheet;
+ },
+ get title(){
+ return $title;
+ },
+ get type(){
+ return $type;
+ },
+ addRule: function(selector, style, index){/*TODO*/},
+ deleteRule: function(index){/*TODO*/},
+ insertRule: function(rule, index){/*TODO*/},
+ //IE - may be deprecated
+ removeRule: function(index){
+ this.deleteRule(index);
+ }
+ });
+};
+
+
Added: trunk/mapbender/test/tools/env-js/src/dom/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,38 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ *
+ * Parts of the implementation were originally written by:\
+ * and Jon van Noort (jon at webarcana.com.au) \
+ * and David Joham (djoham at yahoo.com)",\
+ * and Scott Severtson
+ *
+ * This file simply provides the global definitions we need to \
+ * be able to correctly implement to core browser DOM interfaces."
+ */
+
+var Attr,
+ CDATASection,
+ CharacterData,
+ Comment,
+ Document,
+ DocumentFragment,
+ DocumentType,
+ DOMException,
+ DOMImplementation,
+ Element,
+ Entity,
+ EntityReference,
+ NamedNodeMap,
+ Namespace,
+ Node,
+ NodeList,
+ Notation,
+ ProcessingInstruction,
+ Text,
+ Range,
+ XMLSerializer;
+
+
Added: trunk/mapbender/test/tools/env-js/src/dom/attr.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/attr.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/attr.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,55 @@
+
+/**
+ * @class Attr
+ * The Attr interface represents an attribute in an Element object
+ * @extends Node
+ * @param ownerDocument : The Document object associated with this node.
+ */
+Attr = function(ownerDocument) {
+ Node.apply(this, arguments);
+ // set when Attr is added to NamedNodeMap
+ this.ownerElement = null;
+ //TODO: our implementation of Attr is incorrect because we don't
+ // treat the value of the attribute as a child text node.
+};
+Attr.prototype = new Node;
+__extend__(Attr.prototype, {
+ // the name of this attribute
+ get name(){
+ return this.nodeName;
+ },
+ // the value of the attribute is returned as a string
+ get value(){
+ return this.nodeValue||'';
+ },
+ set value(value){
+ // throw Exception if Attribute is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+ // delegate to node
+ this.nodeValue = value;
+ },
+ get textContent(){
+ return this.nodeValue;
+ },
+ set textContent(newText){
+ this.nodeValue = newText;
+ },
+ get specified(){
+ return (this!==null&&this!=undefined);
+ },
+ get nodeType(){
+ return Node.ATTRIBUTE_NODE;
+ },
+ get xml(){
+ if(this.nodeValue)
+ return __escapeXML__(this.nodeValue+"");
+ else
+ return '';
+ },
+ toString : function(){
+ return "[object Attr]";
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/dom/cdatasection.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/cdatasection.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/cdatasection.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,26 @@
+
+/**
+ * @class CDATASection
+ * CDATA sections are used to escape blocks of text containing
+ * characters that would otherwise be regarded as markup.
+ * The only delimiter that is recognized in a CDATA section is
+ * the "\]\]\>" string that ends the CDATA section
+ * @extends Text
+ * @param ownerDocument : The Document object associated with this node.
+ */
+CDATASection = function(ownerDocument) {
+ Text.apply(this, arguments);
+ this.nodeName = '#cdata-section';
+};
+CDATASection.prototype = new Text;
+__extend__(CDATASection.prototype,{
+ get nodeType(){
+ return Node.CDATA_SECTION_NODE;
+ },
+ get xml(){
+ return "<![CDATA[" + this.nodeValue + "]]>";
+ },
+ toString : function(){
+ return "[object CDATASection]";
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/dom/characterdata.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/characterdata.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/characterdata.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,121 @@
+
+/**
+ * @class CharacterData - parent abstract class for Text and Comment
+ * @extends Node
+ * @param ownerDocument : The Document object associated with this node.
+ */
+CharacterData = function(ownerDocument) {
+ Node.apply(this, arguments);
+};
+CharacterData.prototype = new Node;
+__extend__(CharacterData.prototype,{
+ get data(){
+ return this.nodeValue;
+ },
+ set data(data){
+ this.nodeValue = data;
+ },
+ get textContent(){
+ return this.nodeValue;
+ },
+ set textContent(newText){
+ this.nodeValue = newText;
+ },
+ get length(){return this.nodeValue.length;},
+ appendData: function(arg){
+ // throw Exception if CharacterData is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+ // append data
+ this.data = "" + this.data + arg;
+ },
+ deleteData: function(offset, count){
+ // throw Exception if CharacterData is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+ if (this.data) {
+ // throw Exception if offset is negative or greater than the data length,
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ ((offset < 0) || (offset > this.data.length) || (count < 0))) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+
+ // delete data
+ if(!count || (offset + count) > this.data.length) {
+ this.data = this.data.substring(0, offset);
+ }else {
+ this.data = this.data.substring(0, offset).
+ concat(this.data.substring(offset + count));
+ }
+ }
+ },
+ insertData: function(offset, arg){
+ // throw Exception if CharacterData is readonly
+ if(__ownerDocument__(this).implementation.errorChecking && this._readonly){
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ if(this.data){
+ // throw Exception if offset is negative or greater than the data length,
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ ((offset < 0) || (offset > this.data.length))) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+
+ // insert data
+ this.data = this.data.substring(0, offset).concat(arg, this.data.substring(offset));
+ }else {
+ // throw Exception if offset is negative or greater than the data length,
+ if (__ownerDocument__(this).implementation.errorChecking && (offset != 0)) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+
+ // set data
+ this.data = arg;
+ }
+ },
+ replaceData: function(offset, count, arg){
+ // throw Exception if CharacterData is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ if (this.data) {
+ // throw Exception if offset is negative or greater than the data length,
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ ((offset < 0) || (offset > this.data.length) || (count < 0))) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+
+ // replace data
+ this.data = this.data.substring(0, offset).
+ concat(arg, this.data.substring(offset + count));
+ }else {
+ // set data
+ this.data = arg;
+ }
+ },
+ substringData: function(offset, count){
+ var ret = null;
+ if (this.data) {
+ // throw Exception if offset is negative or greater than the data length,
+ // or the count is negative
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ ((offset < 0) || (offset > this.data.length) || (count < 0))) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+ // if count is not specified
+ if (!count) {
+ ret = this.data.substring(offset); // default to 'end of string'
+ }else{
+ ret = this.data.substring(offset, offset + count);
+ }
+ }
+ return ret;
+ },
+ toString : function(){
+ return "[object CharacterData]";
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/dom/comment.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/comment.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/comment.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,27 @@
+/**
+ * @class Comment
+ * This represents the content of a comment, i.e., all the
+ * characters between the starting '<!--' and ending '-->'
+ * @extends CharacterData
+ * @param ownerDocument : The Document object associated with this node.
+ */
+Comment = function(ownerDocument) {
+ CharacterData.apply(this, arguments);
+ this.nodeName = "#comment";
+};
+Comment.prototype = new CharacterData;
+__extend__(Comment.prototype, {
+ get localName(){
+ return null;
+ },
+ get nodeType(){
+ return Node.COMMENT_NODE;
+ },
+ get xml(){
+ return "<!--" + this.nodeValue + "-->";
+ },
+ toString : function(){
+ return "[object Comment]";
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/dom/document.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/document.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/document.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,273 @@
+
+/**
+ * @class Document - The Document interface represents the entire HTML
+ * or XML document. Conceptually, it is the root of the document tree,
+ * and provides the primary access to the document's data.
+ *
+ * @extends Node
+ * @param implementation : DOMImplementation - the creator Implementation
+ */
+Document = function(implementation, docParentWindow) {
+ Node.apply(this, arguments);
+
+ //TODO: Temporary!!! Cnage back to true!!!
+ this.async = true;
+ // The Document Type Declaration (see DocumentType) associated with this document
+ this.doctype = null;
+ // The DOMImplementation object that handles this document.
+ this.implementation = implementation
+
+ this.nodeName = "#document";
+ // initially false, set to true by parser
+ this.parsing = false;
+ this.baseURI = 'about:blank';
+
+ this.ownerDocument = null;
+
+ this.importing = false;
+ this.location = null;
+};
+Document.prototype = new Node;
+__extend__(Document.prototype,{
+ get localName(){
+ return null;
+ },
+ get textContent(){
+ return null;
+ },
+ get all(){
+ return this.getElementsByTagName("*");
+ },
+ get documentElement(){
+ var i, length = this.childNodes?this.childNodes.length:0;
+ for(i=0;i<length;i++){
+ if(this.childNodes[i].nodeType == Node.ELEMENT_NODE){
+ return this.childNodes[i];
+ }
+ }
+ return null;
+ },
+ get documentURI(){
+ return this.baseURI;
+ },
+ createExpression: function(xpath, nsuriMap){
+ return new XPathExpression(xpath, nsuriMap);
+ },
+ createDocumentFragment: function() {
+ var node = new DocumentFragment(this);
+ return node;
+ },
+ createTextNode: function(data) {
+ var node = new Text(this);
+ node.data = data;
+ return node;
+ },
+ createComment: function(data) {
+ var node = new Comment(this);
+ node.data = data;
+ return node;
+ },
+ createCDATASection : function(data) {
+ var node = new CDATASection(this);
+ node.data = data;
+ return node;
+ },
+ createProcessingInstruction: function(target, data) {
+ // throw Exception if the target string contains an illegal character
+ if (__ownerDocument__(this).implementation.errorChecking
+ && (!__isValidName__(target))) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+
+ var node = new ProcessingInstruction(this);
+ node.target = target;
+ node.data = data;
+ return node;
+ },
+ createElement: function(tagName) {
+ // throw Exception if the tagName string contains an illegal character
+ if (__ownerDocument__(this).implementation.errorChecking
+ && (!__isValidName__(tagName))) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ var node = new Element(this);
+ node.nodeName = tagName;
+ return node;
+ },
+ createElementNS : function(namespaceURI, qualifiedName) {
+ //we use this as a parser flag to ignore the xhtml
+ //namespace assumed by the parser
+ if(this.baseURI === 'http://envjs.com/xml' &&
+ namespaceURI === 'http://www.w3.org/1999/xhtml'){
+ return this.createElement(qualifiedName);
+ }
+ //console.log('createElementNS %s %s', namespaceURI, qualifiedName);
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if the Namespace is invalid
+ if (!__isValidNamespace__(this, namespaceURI, qualifiedName)) {
+ throw(new DOMException(DOMException.NAMESPACE_ERR));
+ }
+
+ // throw Exception if the qualifiedName string contains an illegal character
+ if (!__isValidName__(qualifiedName)) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ }
+
+ var node = new Element(this);
+ var qname = __parseQName__(qualifiedName);
+ node.namespaceURI = namespaceURI;
+ node.prefix = qname.prefix;
+ node.nodeName = qualifiedName;
+
+ return node;
+ },
+ createAttribute : function(name) {
+ //console.log('createAttribute %s ', name);
+ // throw Exception if the name string contains an illegal character
+ if (__ownerDocument__(this).implementation.errorChecking
+ && (!__isValidName__(name))) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ var node = new Attr(this);
+ node.nodeName = name;
+ return node;
+ },
+ createAttributeNS : function(namespaceURI, qualifiedName) {
+ //we use this as a parser flag to ignore the xhtml
+ //namespace assumed by the parser
+ if(this.baseURI === 'http://envjs.com/xml' &&
+ namespaceURI === 'http://www.w3.org/1999/xhtml'){
+ return this.createAttribute(qualifiedName);
+ }
+ //console.log('createAttributeNS %s %s', namespaceURI, qualifiedName);
+ // test for exceptions
+ if (this.implementation.errorChecking) {
+ // throw Exception if the Namespace is invalid
+ if (!__isValidNamespace__(this, namespaceURI, qualifiedName, true)) {
+ throw(new DOMException(DOMException.NAMESPACE_ERR));
+ }
+
+ // throw Exception if the qualifiedName string contains an illegal character
+ if (!__isValidName__(qualifiedName)) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ }
+ var node = new Attr(this);
+ var qname = __parseQName__(qualifiedName);
+ node.namespaceURI = namespaceURI===''?null:namespaceURI;
+ node.prefix = qname.prefix;
+ node.nodeName = qualifiedName;
+ node.nodeValue = "";
+
+ return node;
+ },
+ createNamespace : function(qualifiedName) {
+ //console.log('createNamespace %s', qualifiedName);
+ // create Namespace specifying 'this' as ownerDocument
+ var node = new Namespace(this);
+ var qname = __parseQName__(qualifiedName);
+
+ // assign values to properties (and aliases)
+ node.prefix = qname.prefix;
+ node.localName = qname.localName;
+ node.name = qualifiedName;
+ node.nodeValue = "";
+
+ return node;
+ },
+
+ createRange: function(){
+ return new Range();
+ },
+
+ evaluate: function(xpathText, contextNode, nsuriMapper, resultType, result){
+ //return new XPathExpression().evaluate();
+ throw Error('Document.evaluate not supported yet!');
+ },
+
+ getElementById : function(elementId) {
+ var retNode = null,
+ node;
+ // loop through all Elements in the 'all' collection
+ var all = this.all;
+ for (var i=0; i < all.length; i++) {
+ node = all[i];
+ // if id matches
+ if (node.id == elementId) {
+ //found the node
+ retNode = node;
+ break;
+ }
+ }
+ return retNode;
+ },
+ normalizeDocument: function(){
+ this.normalize();
+ },
+ get nodeType(){
+ return Node.DOCUMENT_NODE;
+ },
+ get xml(){
+ return this.documentElement.xml;
+ },
+ toString: function(){
+ return "[object XMLDocument]";
+ },
+ get defaultView(){
+ return { getComputedStyle: function(elem){
+ return window.getComputedStyle(elem);
+ }};
+ },
+ get styleSheets(){
+ /*TODO*/
+ return [];
+ }
+});
+
+
+var __isValidNamespace__ = function(doc, namespaceURI, qualifiedName, isAttribute) {
+
+ if (doc.importing == true) {
+ //we're doing an importNode operation (or a cloneNode) - in both cases, there
+ //is no need to perform any namespace checking since the nodes have to have been valid
+ //to have gotten into the DOM in the first place
+ return true;
+ }
+
+ var valid = true;
+ // parse QName
+ var qName = __parseQName__(qualifiedName);
+
+
+ //only check for namespaces if we're finished parsing
+ if (this.parsing == false) {
+
+ // if the qualifiedName is malformed
+ if (qName.localName.indexOf(":") > -1 ){
+ valid = false;
+ }
+
+ if ((valid) && (!isAttribute)) {
+ // if the namespaceURI is not null
+ if (!namespaceURI) {
+ valid = false;
+ }
+ }
+
+ // if the qualifiedName has a prefix
+ if ((valid) && (qName.prefix == "")) {
+ valid = false;
+ }
+
+ }
+
+ // if the qualifiedName has a prefix that is "xml" and the namespaceURI is
+ // different from "http://www.w3.org/XML/1998/namespace" [Namespaces].
+ if ((valid) && (qName.prefix == "xml") && (namespaceURI != "http://www.w3.org/XML/1998/namespace")) {
+ valid = false;
+ }
+
+ return valid;
+};
+
Added: trunk/mapbender/test/tools/env-js/src/dom/documentfragment.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/documentfragment.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/documentfragment.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,35 @@
+
+/**
+ * @class DocumentFragment -
+ * DocumentFragment is a "lightweight" or "minimal" Document object.
+ * @extends Node
+ * @param ownerDocument : The Document object associated with this node.
+ */
+DocumentFragment = function(ownerDocument) {
+ Node.apply(this, arguments);
+ this.nodeName = "#document-fragment";
+};
+DocumentFragment.prototype = new Node;
+__extend__(DocumentFragment.prototype,{
+ get nodeType(){
+ return Node.DOCUMENT_FRAGMENT_NODE;
+ },
+ get xml(){
+ var xml = "",
+ count = this.childNodes.length;
+
+ // create string concatenating the serialized ChildNodes
+ for (var i = 0; i < count; i++) {
+ xml += this.childNodes.item(i).xml;
+ }
+
+ return xml;
+ },
+ toString : function(){
+ return "[object DocumentFragment]";
+ },
+ get localName(){
+ return null;
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/dom/documenttype.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/documenttype.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/documenttype.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,28 @@
+
+/**
+ * @author envjs team
+ * @param {Document} onwnerDocument
+ */
+DocumentType = function(ownerDocument) {
+ Node.apply(this, arguments);
+ this.systemId = null;
+ this.publicId = null;
+};
+DocumentType.prototype = new Node;
+__extend__({
+ get name(){
+ return this.nodeName;
+ },
+ get entities(){
+ return null;
+ },
+ get internalSubsets(){
+ return null;
+ },
+ get notations(){
+ return null;
+ },
+ toString : function(){
+ return "[object DocumentType]";
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/dom/domexception.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/domexception.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/domexception.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,28 @@
+/**
+ * @class DOMException - raised when an operation is impossible to perform
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param code : int - the exception code (one of the DOMException constants)
+ */
+DOMException = function(code) {
+ this.code = code;
+};
+
+// DOMException constants
+// Introduced in DOM Level 1:
+DOMException.INDEX_SIZE_ERR = 1;
+DOMException.DOMSTRING_SIZE_ERR = 2;
+DOMException.HIERARCHY_REQUEST_ERR = 3;
+DOMException.WRONG_DOCUMENT_ERR = 4;
+DOMException.INVALID_CHARACTER_ERR = 5;
+DOMException.NO_DATA_ALLOWED_ERR = 6;
+DOMException.NO_MODIFICATION_ALLOWED_ERR = 7;
+DOMException.NOT_FOUND_ERR = 8;
+DOMException.NOT_SUPPORTED_ERR = 9;
+DOMException.INUSE_ATTRIBUTE_ERR = 10;
+
+// Introduced in DOM Level 2:
+DOMException.INVALID_STATE_ERR = 11;
+DOMException.SYNTAX_ERR = 12;
+DOMException.INVALID_MODIFICATION_ERR = 13;
+DOMException.NAMESPACE_ERR = 14;
+DOMException.INVALID_ACCESS_ERR = 15;
Added: trunk/mapbender/test/tools/env-js/src/dom/domimplementation.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/domimplementation.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/domimplementation.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,254 @@
+
+/**
+ * @class DOMImplementation -
+ * provides a number of methods for performing operations
+ * that are independent of any particular instance of the
+ * document object model.
+ *
+ * @author Jon van Noort (jon at webarcana.com.au)
+ */
+DOMImplementation = function() {
+ this.preserveWhiteSpace = false; // by default, ignore whitespace
+ this.namespaceAware = true; // by default, handle namespaces
+ this.errorChecking = true; // by default, test for exceptions
+};
+
+__extend__(DOMImplementation.prototype,{
+ // @param feature : string - The package name of the feature to test.
+ // the legal only values are "XML" and "CORE" (case-insensitive).
+ // @param version : string - This is the version number of the package
+ // name to test. In Level 1, this is the string "1.0".*
+ // @return : boolean
+ hasFeature : function(feature, version) {
+ var ret = false;
+ if (feature.toLowerCase() == "xml") {
+ ret = (!version || (version == "1.0") || (version == "2.0"));
+ }
+ else if (feature.toLowerCase() == "core") {
+ ret = (!version || (version == "2.0"));
+ }
+ else if (feature == "http://www.w3.org/TR/SVG11/feature#BasicStructure") {
+ ret = (version == "1.1");
+ }
+ return ret;
+ },
+ createDocumentType : function(qname, publicId, systemId){
+ var doctype = new DocumentType();
+ doctype.nodeName = qname?qname.toUpperCase():null;
+ doctype.publicId = publicId?publicId:null;
+ doctype.systemId = systemId?systemId:null;
+ return doctype;
+ },
+ createDocument : function(nsuri, qname, doctype){
+
+ var doc = null, documentElement;
+
+ doc = new Document(this, null);
+ if(doctype){
+ doc.doctype = doctype;
+ }
+
+ if(nsuri && qname){
+ documentElement = doc.createElementNS(nsuri, qname);
+ }else if(qname){
+ documentElement = doc.createElement(qname);
+ }
+ if(documentElement){
+ doc.appendChild(documentElement);
+ }
+ return doc;
+ },
+ createHTMLDocument : function(title){
+ var doc = new HTMLDocument($implementation, null, "");
+ var html = doc.createElement("html"); doc.appendChild(html);
+ var head = doc.createElement("head"); html.appendChild(head);
+ var body = doc.createElement("body"); html.appendChild(body);
+ var t = doc.createElement("title"); head.appendChild(t);
+ if( title) {
+ t.appendChild(doc.createTextNode(title));
+ }
+ return doc;
+ },
+ translateErrCode : function(code) {
+ //convert DOMException Code to human readable error message;
+ var msg = "";
+
+ switch (code) {
+ case DOMException.INDEX_SIZE_ERR : // 1
+ msg = "INDEX_SIZE_ERR: Index out of bounds";
+ break;
+
+ case DOMException.DOMSTRING_SIZE_ERR : // 2
+ msg = "DOMSTRING_SIZE_ERR: The resulting string is too long to fit in a DOMString";
+ break;
+
+ case DOMException.HIERARCHY_REQUEST_ERR : // 3
+ msg = "HIERARCHY_REQUEST_ERR: The Node can not be inserted at this location";
+ break;
+
+ case DOMException.WRONG_DOCUMENT_ERR : // 4
+ msg = "WRONG_DOCUMENT_ERR: The source and the destination Documents are not the same";
+ break;
+
+ case DOMException.INVALID_CHARACTER_ERR : // 5
+ msg = "INVALID_CHARACTER_ERR: The string contains an invalid character";
+ break;
+
+ case DOMException.NO_DATA_ALLOWED_ERR : // 6
+ msg = "NO_DATA_ALLOWED_ERR: This Node / NodeList does not support data";
+ break;
+
+ case DOMException.NO_MODIFICATION_ALLOWED_ERR : // 7
+ msg = "NO_MODIFICATION_ALLOWED_ERR: This object cannot be modified";
+ break;
+
+ case DOMException.NOT_FOUND_ERR : // 8
+ msg = "NOT_FOUND_ERR: The item cannot be found";
+ break;
+
+ case DOMException.NOT_SUPPORTED_ERR : // 9
+ msg = "NOT_SUPPORTED_ERR: This implementation does not support function";
+ break;
+
+ case DOMException.INUSE_ATTRIBUTE_ERR : // 10
+ msg = "INUSE_ATTRIBUTE_ERR: The Attribute has already been assigned to another Element";
+ break;
+
+ // Introduced in DOM Level 2:
+ case DOMException.INVALID_STATE_ERR : // 11
+ msg = "INVALID_STATE_ERR: The object is no longer usable";
+ break;
+
+ case DOMException.SYNTAX_ERR : // 12
+ msg = "SYNTAX_ERR: Syntax error";
+ break;
+
+ case DOMException.INVALID_MODIFICATION_ERR : // 13
+ msg = "INVALID_MODIFICATION_ERR: Cannot change the type of the object";
+ break;
+
+ case DOMException.NAMESPACE_ERR : // 14
+ msg = "NAMESPACE_ERR: The namespace declaration is incorrect";
+ break;
+
+ case DOMException.INVALID_ACCESS_ERR : // 15
+ msg = "INVALID_ACCESS_ERR: The object does not support this function";
+ break;
+
+ default :
+ msg = "UNKNOWN: Unknown Exception Code ("+ code +")";
+ }
+
+ return msg;
+ },
+ toString : function(){
+ return "[object DOMImplementation]";
+ }
+});
+
+
+
+/**
+ * @method DOMImplementation._isNamespaceDeclaration - Return true, if attributeName is a namespace declaration
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param attributeName : string - the attribute name
+ * @return : boolean
+ */
+function __isNamespaceDeclaration__(attributeName) {
+ // test if attributeName is 'xmlns'
+ return (attributeName.indexOf('xmlns') > -1);
+};
+
+/**
+ * @method DOMImplementation._isIdDeclaration - Return true, if attributeName is an id declaration
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param attributeName : string - the attribute name
+ * @return : boolean
+ */
+function __isIdDeclaration__(attributeName) {
+ // test if attributeName is 'id' (case insensitive)
+ return attributeName?(attributeName.toLowerCase() == 'id'):false;
+};
+
+/**
+ * @method DOMImplementation._isValidName - Return true,
+ * if name contains no invalid characters
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param name : string - the candidate name
+ * @return : boolean
+ */
+function __isValidName__(name) {
+ // test if name contains only valid characters
+ return name.match(re_validName);
+};
+var re_validName = /^[a-zA-Z_:][a-zA-Z0-9\.\-_:]*$/;
+
+/**
+ * @method DOMImplementation._isValidString - Return true, if string does not contain any illegal chars
+ * All of the characters 0 through 31 and character 127 are nonprinting control characters.
+ * With the exception of characters 09, 10, and 13, (Ox09, Ox0A, and Ox0D)
+ * Note: different from _isValidName in that ValidStrings may contain spaces
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param name : string - the candidate string
+ * @return : boolean
+ */
+function __isValidString__(name) {
+ // test that string does not contains invalid characters
+ return (name.search(re_invalidStringChars) < 0);
+};
+var re_invalidStringChars = /\x01|\x02|\x03|\x04|\x05|\x06|\x07|\x08|\x0B|\x0C|\x0E|\x0F|\x10|\x11|\x12|\x13|\x14|\x15|\x16|\x17|\x18|\x19|\x1A|\x1B|\x1C|\x1D|\x1E|\x1F|\x7F/;
+
+/**
+ * @method DOMImplementation._parseNSName - parse the namespace name.
+ * if there is no colon, the
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param qualifiedName : string - The qualified name
+ * @return : NSName - [
+ .prefix : string - The prefix part of the qname
+ .namespaceName : string - The namespaceURI part of the qname
+ ]
+ */
+function __parseNSName__(qualifiedName) {
+ var resultNSName = {};
+ // unless the qname has a namespaceName, the prefix is the entire String
+ resultNSName.prefix = qualifiedName;
+ resultNSName.namespaceName = "";
+ // split on ':'
+ var delimPos = qualifiedName.indexOf(':');
+ if (delimPos > -1) {
+ // get prefix
+ resultNSName.prefix = qualifiedName.substring(0, delimPos);
+ // get namespaceName
+ resultNSName.namespaceName = qualifiedName.substring(delimPos +1, qualifiedName.length);
+ }
+ return resultNSName;
+};
+
+/**
+ * @method DOMImplementation._parseQName - parse the qualified name
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param qualifiedName : string - The qualified name
+ * @return : QName
+ */
+function __parseQName__(qualifiedName) {
+ var resultQName = {};
+ // unless the qname has a prefix, the local name is the entire String
+ resultQName.localName = qualifiedName;
+ resultQName.prefix = "";
+ // split on ':'
+ var delimPos = qualifiedName.indexOf(':');
+ if (delimPos > -1) {
+ // get prefix
+ resultQName.prefix = qualifiedName.substring(0, delimPos);
+ // get localName
+ resultQName.localName = qualifiedName.substring(delimPos +1, qualifiedName.length);
+ }
+ return resultQName;
+};
+
+
+// Local Variables:
+// espresso-indent-level:4
+// c-basic-offset:4
+// tab-width:4
+// End:
Added: trunk/mapbender/test/tools/env-js/src/dom/element.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/element.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/element.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,218 @@
+
+/**
+ * @class Element -
+ * By far the vast majority of objects (apart from text)
+ * that authors encounter when traversing a document are
+ * Element nodes.
+ * @extends Node
+ * @param ownerDocument : The Document object associated with this node.
+ */
+Element = function(ownerDocument) {
+ Node.apply(this, arguments);
+ this.attributes = new NamedNodeMap(this.ownerDocument, this);
+};
+Element.prototype = new Node;
+__extend__(Element.prototype, {
+ // The name of the element.
+ get tagName(){
+ return this.nodeName;
+ },
+
+ getAttribute: function(name) {
+ var ret = null;
+ // if attribute exists, use it
+ var attr = this.attributes.getNamedItem(name);
+ if (attr) {
+ ret = attr.value;
+ }
+ // if Attribute exists, return its value, otherwise, return null
+ return ret;
+ },
+ setAttribute : function (name, value) {
+ // if attribute exists, use it
+ var attr = this.attributes.getNamedItem(name);
+
+ //I had to add this check because as the script initializes
+ //the id may be set in the constructor, and the html element
+ //overrides the id property with a getter/setter.
+ if(__ownerDocument__(this)){
+ if (attr===null||attr===undefined) {
+ // otherwise create it
+ attr = __ownerDocument__(this).createAttribute(name);
+ }
+
+
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Attribute is readonly
+ if (attr._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if the value string contains an illegal character
+ if (!__isValidString__(value)) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ }
+
+ // assign values to properties (and aliases)
+ attr.value = value + '';
+
+ // add/replace Attribute in NamedNodeMap
+ this.attributes.setNamedItem(attr);
+ }else{
+ console.warn('Element has no owner document '+this.tagName+
+ '\n\t cant set attribute ' + name + ' = '+value );
+ }
+ },
+ removeAttribute : function removeAttribute(name) {
+ // delegate to NamedNodeMap.removeNamedItem
+ return this.attributes.removeNamedItem(name);
+ },
+ getAttributeNode : function getAttributeNode(name) {
+ // delegate to NamedNodeMap.getNamedItem
+ return this.attributes.getNamedItem(name);
+ },
+ setAttributeNode: function(newAttr) {
+ // if this Attribute is an ID
+ if (__isIdDeclaration__(newAttr.name)) {
+ this.id = newAttr.value; // cache ID for getElementById()
+ }
+ // delegate to NamedNodeMap.setNamedItem
+ return this.attributes.setNamedItem(newAttr);
+ },
+ removeAttributeNode: function(oldAttr) {
+ // throw Exception if Attribute is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && oldAttr._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // get item index
+ var itemIndex = this.attributes._findItemIndex(oldAttr._id);
+
+ // throw Exception if node does not exist in this map
+ if (__ownerDocument__(this).implementation.errorChecking && (itemIndex < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ return this.attributes._removeChild(itemIndex);
+ },
+ getAttributeNS : function(namespaceURI, localName) {
+ var ret = "";
+ // delegate to NAmedNodeMap.getNamedItemNS
+ var attr = this.attributes.getNamedItemNS(namespaceURI, localName);
+ if (attr) {
+ ret = attr.value;
+ }
+ return ret; // if Attribute exists, return its value, otherwise return ""
+ },
+ setAttributeNS : function(namespaceURI, qualifiedName, value) {
+ // call NamedNodeMap.getNamedItem
+ //console.log('setAttributeNS %s %s %s', namespaceURI, qualifiedName, value);
+ var attr = this.attributes.getNamedItem(namespaceURI, qualifiedName);
+
+ if (!attr) { // if Attribute exists, use it
+ // otherwise create it
+ attr = __ownerDocument__(this).createAttributeNS(namespaceURI, qualifiedName);
+ }
+
+ var value = value+'';
+
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Attribute is readonly
+ if (attr._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if the Namespace is invalid
+ if (!__isValidNamespace__(this.ownerDocument, namespaceURI, qualifiedName, true)) {
+ throw(new DOMException(DOMException.NAMESPACE_ERR));
+ }
+
+ // throw Exception if the value string contains an illegal character
+ if (!__isValidString__(value)) {
+ throw(new DOMException(DOMException.INVALID_CHARACTER_ERR));
+ }
+ }
+
+ // if this Attribute is an ID
+ //if (__isIdDeclaration__(name)) {
+ // this.id = value;
+ //}
+
+ // assign values to properties (and aliases)
+ attr.value = value;
+ attr.nodeValue = value;
+
+ // delegate to NamedNodeMap.setNamedItem
+ this.attributes.setNamedItemNS(attr);
+ },
+ removeAttributeNS : function(namespaceURI, localName) {
+ // delegate to NamedNodeMap.removeNamedItemNS
+ return this.attributes.removeNamedItemNS(namespaceURI, localName);
+ },
+ getAttributeNodeNS : function(namespaceURI, localName) {
+ // delegate to NamedNodeMap.getNamedItemNS
+ return this.attributes.getNamedItemNS(namespaceURI, localName);
+ },
+ setAttributeNodeNS : function(newAttr) {
+ // if this Attribute is an ID
+ if ((newAttr.prefix == "") && __isIdDeclaration__(newAttr.name)) {
+ this.id = newAttr.value+''; // cache ID for getElementById()
+ }
+
+ // delegate to NamedNodeMap.setNamedItemNS
+ return this.attributes.setNamedItemNS(newAttr);
+ },
+ hasAttribute : function(name) {
+ // delegate to NamedNodeMap._hasAttribute
+ return __hasAttribute__(this.attributes,name);
+ },
+ hasAttributeNS : function(namespaceURI, localName) {
+ // delegate to NamedNodeMap._hasAttributeNS
+ return __hasAttributeNS__(this.attributes, namespaceURI, localName);
+ },
+ get nodeType(){
+ return Node.ELEMENT_NODE;
+ },
+ get xml() {
+ var ret = "",
+ ns = "",
+ attrs,
+ attrstring,
+ i;
+
+ // serialize namespace declarations
+ if (this.namespaceURI ){
+ if((this === this.ownerDocument.documentElement) ||
+ (!this.parentNode)||
+ (this.parentNode && (this.parentNode.namespaceURI !== this.namespaceURI)))
+ ns = ' xmlns'+(this.prefix?(':'+this.prefix):'')+
+ '="'+this.namespaceURI+'"';
+ }
+
+ // serialize Attribute declarations
+ attrs = this.attributes;
+ attrstring = "";
+ for(i=0;i< attrs.length;i++){
+ attrstring += " "+attrs[i].name+'="'+attrs[i].xml+'"';
+ }
+
+ if(this.hasChildNodes()){
+ // serialize this Element
+ ret += "<" + this.tagName + ns + attrstring +">";
+ ret += this.childNodes.xml;
+ ret += "</" + this.tagName + ">";
+ }else{
+ ret += "<" + this.tagName + ns + attrstring +"/>";
+ }
+
+ return ret;
+ },
+ toString : function(){
+ return '[object Element]';
+ }
+});
+
+
Added: trunk/mapbender/test/tools/env-js/src/dom/entity.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/entity.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/entity.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,269 @@
+
+/**
+ * @author envjs team
+ */
+
+Entity = function() {
+ throw new Error("Entity Not Implemented" );
+};
+
+Entity.constants = {
+ // content taken from W3C "HTML 4.01 Specification"
+ // "W3C Recommendation 24 December 1999"
+
+ nbsp: "\u00A0",
+ iexcl: "\u00A1",
+ cent: "\u00A2",
+ pound: "\u00A3",
+ curren: "\u00A4",
+ yen: "\u00A5",
+ brvbar: "\u00A6",
+ sect: "\u00A7",
+ uml: "\u00A8",
+ copy: "\u00A9",
+ ordf: "\u00AA",
+ laquo: "\u00AB",
+ not: "\u00AC",
+ shy: "\u00AD",
+ reg: "\u00AE",
+ macr: "\u00AF",
+ deg: "\u00B0",
+ plusmn: "\u00B1",
+ sup2: "\u00B2",
+ sup3: "\u00B3",
+ acute: "\u00B4",
+ micro: "\u00B5",
+ para: "\u00B6",
+ middot: "\u00B7",
+ cedil: "\u00B8",
+ sup1: "\u00B9",
+ ordm: "\u00BA",
+ raquo: "\u00BB",
+ frac14: "\u00BC",
+ frac12: "\u00BD",
+ frac34: "\u00BE",
+ iquest: "\u00BF",
+ Agrave: "\u00C0",
+ Aacute: "\u00C1",
+ Acirc: "\u00C2",
+ Atilde: "\u00C3",
+ Auml: "\u00C4",
+ Aring: "\u00C5",
+ AElig: "\u00C6",
+ Ccedil: "\u00C7",
+ Egrave: "\u00C8",
+ Eacute: "\u00C9",
+ Ecirc: "\u00CA",
+ Euml: "\u00CB",
+ Igrave: "\u00CC",
+ Iacute: "\u00CD",
+ Icirc: "\u00CE",
+ Iuml: "\u00CF",
+ ETH: "\u00D0",
+ Ntilde: "\u00D1",
+ Ograve: "\u00D2",
+ Oacute: "\u00D3",
+ Ocirc: "\u00D4",
+ Otilde: "\u00D5",
+ Ouml: "\u00D6",
+ times: "\u00D7",
+ Oslash: "\u00D8",
+ Ugrave: "\u00D9",
+ Uacute: "\u00DA",
+ Ucirc: "\u00DB",
+ Uuml: "\u00DC",
+ Yacute: "\u00DD",
+ THORN: "\u00DE",
+ szlig: "\u00DF",
+ agrave: "\u00E0",
+ aacute: "\u00E1",
+ acirc: "\u00E2",
+ atilde: "\u00E3",
+ auml: "\u00E4",
+ aring: "\u00E5",
+ aelig: "\u00E6",
+ ccedil: "\u00E7",
+ egrave: "\u00E8",
+ eacute: "\u00E9",
+ ecirc: "\u00EA",
+ euml: "\u00EB",
+ igrave: "\u00EC",
+ iacute: "\u00ED",
+ icirc: "\u00EE",
+ iuml: "\u00EF",
+ eth: "\u00F0",
+ ntilde: "\u00F1",
+ ograve: "\u00F2",
+ oacute: "\u00F3",
+ ocirc: "\u00F4",
+ otilde: "\u00F5",
+ ouml: "\u00F6",
+ divide: "\u00F7",
+ oslash: "\u00F8",
+ ugrave: "\u00F9",
+ uacute: "\u00FA",
+ ucirc: "\u00FB",
+ uuml: "\u00FC",
+ yacute: "\u00FD",
+ thorn: "\u00FE",
+ yuml: "\u00FF",
+ fnof: "\u0192",
+ Alpha: "\u0391",
+ Beta: "\u0392",
+ Gamma: "\u0393",
+ Delta: "\u0394",
+ Epsilon: "\u0395",
+ Zeta: "\u0396",
+ Eta: "\u0397",
+ Theta: "\u0398",
+ Iota: "\u0399",
+ Kappa: "\u039A",
+ Lambda: "\u039B",
+ Mu: "\u039C",
+ Nu: "\u039D",
+ Xi: "\u039E",
+ Omicron: "\u039F",
+ Pi: "\u03A0",
+ Rho: "\u03A1",
+ Sigma: "\u03A3",
+ Tau: "\u03A4",
+ Upsilon: "\u03A5",
+ Phi: "\u03A6",
+ Chi: "\u03A7",
+ Psi: "\u03A8",
+ Omega: "\u03A9",
+ alpha: "\u03B1",
+ beta: "\u03B2",
+ gamma: "\u03B3",
+ delta: "\u03B4",
+ epsilon: "\u03B5",
+ zeta: "\u03B6",
+ eta: "\u03B7",
+ theta: "\u03B8",
+ iota: "\u03B9",
+ kappa: "\u03BA",
+ lambda: "\u03BB",
+ mu: "\u03BC",
+ nu: "\u03BD",
+ xi: "\u03BE",
+ omicron: "\u03BF",
+ pi: "\u03C0",
+ rho: "\u03C1",
+ sigmaf: "\u03C2",
+ sigma: "\u03C3",
+ tau: "\u03C4",
+ upsilon: "\u03C5",
+ phi: "\u03C6",
+ chi: "\u03C7",
+ psi: "\u03C8",
+ omega: "\u03C9",
+ thetasym: "\u03D1",
+ upsih: "\u03D2",
+ piv: "\u03D6",
+ bull: "\u2022",
+ hellip: "\u2026",
+ prime: "\u2032",
+ Prime: "\u2033",
+ oline: "\u203E",
+ frasl: "\u2044",
+ weierp: "\u2118",
+ image: "\u2111",
+ real: "\u211C",
+ trade: "\u2122",
+ alefsym: "\u2135",
+ larr: "\u2190",
+ uarr: "\u2191",
+ rarr: "\u2192",
+ darr: "\u2193",
+ harr: "\u2194",
+ crarr: "\u21B5",
+ lArr: "\u21D0",
+ uArr: "\u21D1",
+ rArr: "\u21D2",
+ dArr: "\u21D3",
+ hArr: "\u21D4",
+ forall: "\u2200",
+ part: "\u2202",
+ exist: "\u2203",
+ empty: "\u2205",
+ nabla: "\u2207",
+ isin: "\u2208",
+ notin: "\u2209",
+ ni: "\u220B",
+ prod: "\u220F",
+ sum: "\u2211",
+ minus: "\u2212",
+ lowast: "\u2217",
+ radic: "\u221A",
+ prop: "\u221D",
+ infin: "\u221E",
+ ang: "\u2220",
+ and: "\u2227",
+ or: "\u2228",
+ cap: "\u2229",
+ cup: "\u222A",
+ intXX: "\u222B",
+ there4: "\u2234",
+ sim: "\u223C",
+ cong: "\u2245",
+ asymp: "\u2248",
+ ne: "\u2260",
+ equiv: "\u2261",
+ le: "\u2264",
+ ge: "\u2265",
+ sub: "\u2282",
+ sup: "\u2283",
+ nsub: "\u2284",
+ sube: "\u2286",
+ supe: "\u2287",
+ oplus: "\u2295",
+ otimes: "\u2297",
+ perp: "\u22A5",
+ sdot: "\u22C5",
+ lceil: "\u2308",
+ rceil: "\u2309",
+ lfloor: "\u230A",
+ rfloor: "\u230B",
+ lang: "\u2329",
+ rang: "\u232A",
+ loz: "\u25CA",
+ spades: "\u2660",
+ clubs: "\u2663",
+ hearts: "\u2665",
+ diams: "\u2666",
+ quot: "\u0022",
+ amp: "\u0026",
+ lt: "\u003C",
+ gt: "\u003E",
+ OElig: "\u0152",
+ oelig: "\u0153",
+ Scaron: "\u0160",
+ scaron: "\u0161",
+ Yuml: "\u0178",
+ circ: "\u02C6",
+ tilde: "\u02DC",
+ ensp: "\u2002",
+ emsp: "\u2003",
+ thinsp: "\u2009",
+ zwnj: "\u200C",
+ zwj: "\u200D",
+ lrm: "\u200E",
+ rlm: "\u200F",
+ ndash: "\u2013",
+ mdash: "\u2014",
+ lsquo: "\u2018",
+ rsquo: "\u2019",
+ sbquo: "\u201A",
+ ldquo: "\u201C",
+ rdquo: "\u201D",
+ bdquo: "\u201E",
+ dagger: "\u2020",
+ Dagger: "\u2021",
+ permil: "\u2030",
+ lsaquo: "\u2039",
+ rsaquo: "\u203A",
+ euro: "\u20AC",
+
+ // non-standard entities
+ apos: "'"
+};
Added: trunk/mapbender/test/tools/env-js/src/dom/entityreference.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/entityreference.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/entityreference.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,8 @@
+
+/**
+ * @author envjs team
+ */
+
+EntityReference = function() {
+ throw new Error("EntityReference Not Implemented" );
+};
Added: trunk/mapbender/test/tools/env-js/src/dom/namednodemap.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/namednodemap.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/namednodemap.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,375 @@
+/**
+ * @class NamedNodeMap -
+ * used to represent collections of nodes that can be accessed by name
+ * typically a set of Element attributes
+ *
+ * @extends NodeList -
+ * note W3C spec says that this is not the case, but we need an item()
+ * method identical to NodeList's, so why not?
+ * @param ownerDocument : Document - the ownerDocument
+ * @param parentNode : Node - the node that the NamedNodeMap is attached to (or null)
+ */
+NamedNodeMap = function(ownerDocument, parentNode) {
+ NodeList.apply(this, arguments);
+ __setArray__(this, []);
+};
+NamedNodeMap.prototype = new NodeList;
+__extend__(NamedNodeMap.prototype, {
+ add: function(name){
+ this[this.length] = name;
+ },
+ getNamedItem : function(name) {
+ var ret = null;
+
+ // test that Named Node exists
+ var itemIndex = __findNamedItemIndex__(this, name);
+
+ if (itemIndex > -1) {
+ // found it!
+ ret = this[itemIndex];
+ }
+ // if node is not found, default value null is returned
+ return ret;
+ },
+ setNamedItem : function(arg) {
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if arg was not created by this Document
+ if (this.ownerDocument != arg.ownerDocument) {
+ throw(new DOMException(DOMException.WRONG_DOCUMENT_ERR));
+ }
+
+ // throw Exception if DOMNamedNodeMap is readonly
+ if (this._readonly || (this.parentNode && this.parentNode._readonly)) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if arg is already an attribute of another Element object
+ if (arg.ownerElement && (arg.ownerElement != this.parentNode)) {
+ throw(new DOMException(DOMException.INUSE_ATTRIBUTE_ERR));
+ }
+ }
+
+ // get item index
+ var itemIndex = __findNamedItemIndex__(this, arg.name);
+ var ret = null;
+
+ if (itemIndex > -1) { // found it!
+ ret = this[itemIndex]; // use existing Attribute
+
+ // throw Exception if DOMAttr is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && ret._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ } else {
+ this[itemIndex] = arg; // over-write existing NamedNode
+ this[arg.name.toLowerCase()] = arg;
+ }
+ } else {
+ // add new NamedNode
+ Array.prototype.push.apply(this, [arg]);
+ this[arg.name.toLowerCase()] = arg;
+ }
+
+ arg.ownerElement = this.parentNode; // update ownerElement
+
+ return ret; // return old node or null
+ },
+ removeNamedItem : function(name) {
+ var ret = null;
+ // test for exceptions
+ // throw Exception if NamedNodeMap is readonly
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ (this._readonly || (this.parentNode && this.parentNode._readonly))) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // get item index
+ var itemIndex = __findNamedItemIndex__(this, name);
+
+ // throw Exception if there is no node named name in this map
+ if (__ownerDocument__(this).implementation.errorChecking && (itemIndex < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ // get Node
+ var oldNode = this[itemIndex];
+ //this[oldNode.name] = undefined;
+
+ // throw Exception if Node is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && oldNode._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // return removed node
+ return __removeChild__(this, itemIndex);
+ },
+ getNamedItemNS : function(namespaceURI, localName) {
+ var ret = null;
+
+ // test that Named Node exists
+ var itemIndex = __findNamedItemNSIndex__(this, namespaceURI, localName);
+
+ if (itemIndex > -1) {
+ // found it! return NamedNode
+ ret = this[itemIndex];
+ }
+ // if node is not found, default value null is returned
+ return ret;
+ },
+ setNamedItemNS : function(arg) {
+ //console.log('setNamedItemNS %s', arg);
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if NamedNodeMap is readonly
+ if (this._readonly || (this.parentNode && this.parentNode._readonly)) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if arg was not created by this Document
+ if (__ownerDocument__(this) != __ownerDocument__(arg)) {
+ throw(new DOMException(DOMException.WRONG_DOCUMENT_ERR));
+ }
+
+ // throw Exception if arg is already an attribute of another Element object
+ if (arg.ownerElement && (arg.ownerElement != this.parentNode)) {
+ throw(new DOMException(DOMException.INUSE_ATTRIBUTE_ERR));
+ }
+ }
+
+ // get item index
+ var itemIndex = __findNamedItemNSIndex__(this, arg.namespaceURI, arg.localName);
+ var ret = null;
+
+ if (itemIndex > -1) {
+ // found it!
+ // use existing Attribute
+ ret = this[itemIndex];
+ // throw Exception if Attr is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && ret._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ } else {
+ // over-write existing NamedNode
+ this[itemIndex] = arg;
+ }
+ }else {
+ // add new NamedNode
+ Array.prototype.push.apply(this, [arg]);
+ }
+ arg.ownerElement = this.parentNode;
+
+ // return old node or null
+ return ret;
+ console.log('finished setNamedItemNS %s', arg);
+ },
+ removeNamedItemNS : function(namespaceURI, localName) {
+ var ret = null;
+
+ // test for exceptions
+ // throw Exception if NamedNodeMap is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && (this._readonly || (this.parentNode && this.parentNode._readonly))) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // get item index
+ var itemIndex = __findNamedItemNSIndex__(this, namespaceURI, localName);
+
+ // throw Exception if there is no matching node in this map
+ if (__ownerDocument__(this).implementation.errorChecking && (itemIndex < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ // get Node
+ var oldNode = this[itemIndex];
+
+ // throw Exception if Node is readonly
+ if (__ownerDocument__(this).implementation.errorChecking && oldNode._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ return __removeChild__(this, itemIndex); // return removed node
+ },
+ get xml() {
+ var ret = "";
+
+ // create string containing concatenation of all (but last) Attribute string values (separated by spaces)
+ for (var i=0; i < this.length -1; i++) {
+ ret += this[i].xml +" ";
+ }
+
+ // add last Attribute to string (without trailing space)
+ if (this.length > 0) {
+ ret += this[this.length -1].xml;
+ }
+
+ return ret;
+ },
+ toString : function(){
+ return "[object NamedNodeMap]";
+ }
+
+});
+
+/**
+ * @method __findNamedItemIndex__
+ * find the item index of the node with the specified name
+ *
+ * @param name : string - the name of the required node
+ * @param isnsmap : if its a NamespaceNodeMap
+ * @return : int
+ */
+var __findNamedItemIndex__ = function(namednodemap, name, isnsmap) {
+ var ret = -1;
+ // loop through all nodes
+ for (var i=0; i<namednodemap.length; i++) {
+ // compare name to each node's nodeName
+ if(namednodemap[i].localName && name && isnsmap){
+ if (namednodemap[i].localName.toLowerCase() == name.toLowerCase()) {
+ // found it!
+ ret = i;
+ break;
+ }
+ }else{
+ if(namednodemap[i].name && name){
+ if (namednodemap[i].name.toLowerCase() == name.toLowerCase()) {
+ // found it!
+ ret = i;
+ break;
+ }
+ }
+ }
+ }
+ // if node is not found, default value -1 is returned
+ return ret;
+};
+
+/**
+ * @method __findNamedItemNSIndex__
+ * find the item index of the node with the specified
+ * namespaceURI and localName
+ *
+ * @param namespaceURI : string - the namespace URI of the required node
+ * @param localName : string - the local name of the required node
+ * @return : int
+ */
+var __findNamedItemNSIndex__ = function(namednodemap, namespaceURI, localName) {
+ var ret = -1;
+ // test that localName is not null
+ if (localName) {
+ // loop through all nodes
+ for (var i=0; i<namednodemap.length; i++) {
+ if(namednodemap[i].namespaceURI && namednodemap[i].localName){
+ // compare name to each node's namespaceURI and localName
+ if ((namednodemap[i].namespaceURI.toLowerCase() == namespaceURI.toLowerCase()) &&
+ (namednodemap[i].localName.toLowerCase() == localName.toLowerCase())) {
+ // found it!
+ ret = i;
+ break;
+ }
+ }
+ }
+ }
+ // if node is not found, default value -1 is returned
+ return ret;
+};
+
+/**
+ * @method __hasAttribute__
+ * Returns true if specified node exists
+ *
+ * @param name : string - the name of the required node
+ * @return : boolean
+ */
+var __hasAttribute__ = function(namednodemap, name) {
+ var ret = false;
+ // test that Named Node exists
+ var itemIndex = __findNamedItemIndex__(namednodemap, name);
+ if (itemIndex > -1) {
+ // found it!
+ ret = true;
+ }
+ // if node is not found, default value false is returned
+ return ret;
+}
+
+/**
+ * @method __hasAttributeNS__
+ * Returns true if specified node exists
+ *
+ * @param namespaceURI : string - the namespace URI of the required node
+ * @param localName : string - the local name of the required node
+ * @return : boolean
+ */
+var __hasAttributeNS__ = function(namednodemap, namespaceURI, localName) {
+ var ret = false;
+ // test that Named Node exists
+ var itemIndex = __findNamedItemNSIndex__(namednodemap, namespaceURI, localName);
+ if (itemIndex > -1) {
+ // found it!
+ ret = true;
+ }
+ // if node is not found, default value false is returned
+ return ret;
+}
+
+/**
+ * @method __cloneNamedNodes__
+ * Returns a NamedNodeMap containing clones of the Nodes in this NamedNodeMap
+ *
+ * @param parentNode : Node - the new parent of the cloned NodeList
+ * @param isnsmap : bool - is this a NamespaceNodeMap
+ * @return NamedNodeMap containing clones of the Nodes in this NamedNodeMap
+ */
+var __cloneNamedNodes__ = function(namednodemap, parentNode, isnsmap) {
+ var cloneNamedNodeMap = isnsmap?
+ new NamespaceNodeMap(namednodemap.ownerDocument, parentNode):
+ new NamedNodeMap(namednodemap.ownerDocument, parentNode);
+
+ // create list containing clones of all children
+ for (var i=0; i < namednodemap.length; i++) {
+ __appendChild__(cloneNamedNodeMap, namednodemap[i].cloneNode(false));
+ }
+
+ return cloneNamedNodeMap;
+};
+
+
+/**
+ * @class NamespaceNodeMap -
+ * used to represent collections of namespace nodes that can be
+ * accessed by name typically a set of Element attributes
+ *
+ * @extends NamedNodeMap
+ *
+ * @param ownerDocument : Document - the ownerDocument
+ * @param parentNode : Node - the node that the NamespaceNodeMap is attached to (or null)
+ */
+var NamespaceNodeMap = function(ownerDocument, parentNode) {
+ this.NamedNodeMap = NamedNodeMap;
+ this.NamedNodeMap(ownerDocument, parentNode);
+ __setArray__(this, []);
+};
+NamespaceNodeMap.prototype = new NamedNodeMap;
+__extend__(NamespaceNodeMap.prototype, {
+ get xml() {
+ var ret = "",
+ ns,
+ ind;
+ // identify namespaces declared local to this Element (ie, not inherited)
+ for (ind = 0; ind < this.length; ind++) {
+ // if namespace declaration does not exist in the containing node's, parentNode's namespaces
+ ns = null;
+ try {
+ var ns = this.parentNode.parentNode._namespaces.
+ getNamedItem(this[ind].localName);
+ }catch (e) {
+ //breaking to prevent default namespace being inserted into return value
+ break;
+ }
+ if (!(ns && (""+ ns.nodeValue == ""+ this[ind].nodeValue))) {
+ // display the namespace declaration
+ ret += this[ind].xml +" ";
+ }
+ }
+ return ret;
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/dom/namespace.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/namespace.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/namespace.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,50 @@
+
+/**
+ * @class Namespace -
+ * The Namespace interface represents an namespace in an Element object
+ *
+ * @param ownerDocument : The Document object associated with this node.
+ */
+Namespace = function(ownerDocument) {
+ Node.apply(this, arguments);
+ // the name of this attribute
+ this.name = "";
+
+ // If this attribute was explicitly given a value in the original document,
+ // this is true; otherwise, it is false.
+ // Note that the implementation is in charge of this attribute, not the user.
+ // If the user changes the value of the attribute (even if it ends up having
+ // the same value as the default value) then the specified flag is
+ // automatically flipped to true
+ this.specified = false;
+};
+Namespace.prototype = new Node;
+__extend__(Namespace.prototype, {
+ get value(){
+ // the value of the attribute is returned as a string
+ return this.nodeValue;
+ },
+ set value(value){
+ this.nodeValue = value+'';
+ },
+ get nodeType(){
+ return Node.NAMESPACE_NODE;
+ },
+ get xml(){
+ var ret = "";
+
+ // serialize Namespace Declaration
+ if (this.nodeName != "") {
+ ret += this.nodeName +"=\""+ __escapeXML__(this.nodeValue) +"\"";
+ }
+ else { // handle default namespace
+ ret += "xmlns=\""+ __escapeXML__(this.nodeValue) +"\"";
+ }
+
+ return ret;
+ },
+ toString: function(){
+ return '[object Namespace]';
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/dom/node.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/node.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/node.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,730 @@
+
+/**
+ * @class Node -
+ * The Node interface is the primary datatype for the entire
+ * Document Object Model. It represents a single node in the
+ * document tree.
+ * @param ownerDocument : Document - The Document object associated with this node.
+ */
+
+Node = function(ownerDocument) {
+ this.baseURI = 'about:blank';
+ this.namespaceURI = null;
+ this.nodeName = "";
+ this.nodeValue = null;
+
+ // The parent of this node. All nodes, except Document, DocumentFragment,
+ // and Attr may have a parent. However, if a node has just been created
+ // and not yet added to the tree, or if it has been removed from the tree,
+ // this is null
+ this.parentNode = null;
+
+ // A NodeList that contains all children of this node. If there are no
+ // children, this is a NodeList containing no nodes. The content of the
+ // returned NodeList is "live" in the sense that, for instance, changes to
+ // the children of the node object that it was created from are immediately
+ // reflected in the nodes returned by the NodeList accessors; it is not a
+ // static snapshot of the content of the node. This is true for every
+ // NodeList, including the ones returned by the getElementsByTagName method.
+ this.childNodes = new NodeList(ownerDocument, this);
+
+ // The first child of this node. If there is no such node, this is null
+ this.firstChild = null;
+ // The last child of this node. If there is no such node, this is null.
+ this.lastChild = null;
+ // The node immediately preceding this node. If there is no such node,
+ // this is null.
+ this.previousSibling = null;
+ // The node immediately following this node. If there is no such node,
+ // this is null.
+ this.nextSibling = null;
+ // The Document object associated with this node
+ this.ownerDocument = ownerDocument;
+ this.attributes = null;
+ // The namespaces in scope for this node
+ this._namespaces = new NamespaceNodeMap(ownerDocument, this);
+ this._readonly = false;
+
+};
+
+// nodeType constants
+Node.ELEMENT_NODE = 1;
+Node.ATTRIBUTE_NODE = 2;
+Node.TEXT_NODE = 3;
+Node.CDATA_SECTION_NODE = 4;
+Node.ENTITY_REFERENCE_NODE = 5;
+Node.ENTITY_NODE = 6;
+Node.PROCESSING_INSTRUCTION_NODE = 7;
+Node.COMMENT_NODE = 8;
+Node.DOCUMENT_NODE = 9;
+Node.DOCUMENT_TYPE_NODE = 10;
+Node.DOCUMENT_FRAGMENT_NODE = 11;
+Node.NOTATION_NODE = 12;
+Node.NAMESPACE_NODE = 13;
+
+__extend__(Node.prototype, {
+ get localName(){
+ return this.prefix?
+ this.nodeName.substring(this.prefix.length+1, this.nodeName.length):
+ this.nodeName;
+ },
+ get prefix(){
+ return this.nodeName.split(':').length>1?
+ this.nodeName.split(':')[0]:
+ null;
+ },
+ set prefix(value){
+ if(value === null){
+ this.nodeName = this.localName;
+ }else{
+ this.nodeName = value+':'+this.localName;
+ }
+ },
+ hasAttributes : function() {
+ if (this.attributes.length == 0) {
+ return false;
+ }else{
+ return true;
+ }
+ },
+ get textContent(){
+ return __recursivelyGatherText__(this);
+ },
+ set textContent(newText){
+ while(this.firstChild != null){
+ this.removeChild( this.firstChild );
+ }
+ var text = this.ownerDocument.createTextNode(newText);
+ this.appendChild(text);
+ },
+ insertBefore : function(newChild, refChild) {
+ var prevNode;
+
+ if(newChild==null){
+ return newChild;
+ }
+ if(refChild==null){
+ this.appendChild(newChild);
+ return this.newChild;
+ }
+
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Node is readonly
+ if (this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if newChild was not created by this Document
+ if (__ownerDocument__(this) != __ownerDocument__(newChild)) {
+ throw(new DOMException(DOMException.WRONG_DOCUMENT_ERR));
+ }
+
+ // throw Exception if the node is an ancestor
+ if (__isAncestor__(this, newChild)) {
+ throw(new DOMException(DOMException.HIERARCHY_REQUEST_ERR));
+ }
+ }
+
+ // if refChild is specified, insert before it
+ if (refChild) {
+ // find index of refChild
+ var itemIndex = __findItemIndex__(this.childNodes, refChild);
+ // throw Exception if there is no child node with this id
+ if (__ownerDocument__(this).implementation.errorChecking && (itemIndex < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ // if the newChild is already in the tree,
+ var newChildParent = newChild.parentNode;
+ if (newChildParent) {
+ // remove it
+ newChildParent.removeChild(newChild);
+ }
+
+ // insert newChild into childNodes
+ __insertBefore__(this.childNodes, newChild, itemIndex);
+
+ // do node pointer surgery
+ prevNode = refChild.previousSibling;
+
+ // handle DocumentFragment
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ if (newChild.childNodes.length > 0) {
+ // set the parentNode of DocumentFragment's children
+ for (var ind = 0; ind < newChild.childNodes.length; ind++) {
+ newChild.childNodes[ind].parentNode = this;
+ }
+
+ // link refChild to last child of DocumentFragment
+ refChild.previousSibling = newChild.childNodes[newChild.childNodes.length-1];
+ }
+ }else {
+ // set the parentNode of the newChild
+ newChild.parentNode = this;
+ // link refChild to newChild
+ refChild.previousSibling = newChild;
+ }
+
+ }else {
+ // otherwise, append to end
+ prevNode = this.lastChild;
+ this.appendChild(newChild);
+ }
+
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // do node pointer surgery for DocumentFragment
+ if (newChild.childNodes.length > 0) {
+ if (prevNode) {
+ prevNode.nextSibling = newChild.childNodes[0];
+ }else {
+ // this is the first child in the list
+ this.firstChild = newChild.childNodes[0];
+ }
+ newChild.childNodes[0].previousSibling = prevNode;
+ newChild.childNodes[newChild.childNodes.length-1].nextSibling = refChild;
+ }
+ }else {
+ // do node pointer surgery for newChild
+ if (prevNode) {
+ prevNode.nextSibling = newChild;
+ }else {
+ // this is the first child in the list
+ this.firstChild = newChild;
+ }
+ newChild.previousSibling = prevNode;
+ newChild.nextSibling = refChild;
+ }
+
+ return newChild;
+ },
+ replaceChild : function(newChild, oldChild) {
+ var ret = null;
+
+ if(newChild==null || oldChild==null){
+ return oldChild;
+ }
+
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Node is readonly
+ if (this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if newChild was not created by this Document
+ if (__ownerDocument__(this) != __ownerDocument__(newChild)) {
+ throw(new DOMException(DOMException.WRONG_DOCUMENT_ERR));
+ }
+
+ // throw Exception if the node is an ancestor
+ if (__isAncestor__(this, newChild)) {
+ throw(new DOMException(DOMException.HIERARCHY_REQUEST_ERR));
+ }
+ }
+
+ // get index of oldChild
+ var index = __findItemIndex__(this.childNodes, oldChild);
+
+ // throw Exception if there is no child node with this id
+ if (__ownerDocument__(this).implementation.errorChecking && (index < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ // if the newChild is already in the tree,
+ var newChildParent = newChild.parentNode;
+ if (newChildParent) {
+ // remove it
+ newChildParent.removeChild(newChild);
+ }
+
+ // add newChild to childNodes
+ ret = __replaceChild__(this.childNodes,newChild, index);
+
+
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // do node pointer surgery for Document Fragment
+ if (newChild.childNodes.length > 0) {
+ for (var ind = 0; ind < newChild.childNodes.length; ind++) {
+ newChild.childNodes[ind].parentNode = this;
+ }
+
+ if (oldChild.previousSibling) {
+ oldChild.previousSibling.nextSibling = newChild.childNodes[0];
+ } else {
+ this.firstChild = newChild.childNodes[0];
+ }
+
+ if (oldChild.nextSibling) {
+ oldChild.nextSibling.previousSibling = newChild;
+ } else {
+ this.lastChild = newChild.childNodes[newChild.childNodes.length-1];
+ }
+
+ newChild.childNodes[0].previousSibling = oldChild.previousSibling;
+ newChild.childNodes[newChild.childNodes.length-1].nextSibling = oldChild.nextSibling;
+ }
+ } else {
+ // do node pointer surgery for newChild
+ newChild.parentNode = this;
+
+ if (oldChild.previousSibling) {
+ oldChild.previousSibling.nextSibling = newChild;
+ }else{
+ this.firstChild = newChild;
+ }
+ if (oldChild.nextSibling) {
+ oldChild.nextSibling.previousSibling = newChild;
+ }else{
+ this.lastChild = newChild;
+ }
+ newChild.previousSibling = oldChild.previousSibling;
+ newChild.nextSibling = oldChild.nextSibling;
+ }
+
+ return ret;
+ },
+ removeChild : function(oldChild) {
+ if(!oldChild){
+ return null;
+ }
+ // throw Exception if NamedNodeMap is readonly
+ if (__ownerDocument__(this).implementation.errorChecking &&
+ (this._readonly || oldChild._readonly)) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // get index of oldChild
+ var itemIndex = __findItemIndex__(this.childNodes, oldChild);
+
+ // throw Exception if there is no child node with this id
+ if (__ownerDocument__(this).implementation.errorChecking && (itemIndex < 0)) {
+ throw(new DOMException(DOMException.NOT_FOUND_ERR));
+ }
+
+ // remove oldChild from childNodes
+ __removeChild__(this.childNodes, itemIndex);
+
+ // do node pointer surgery
+ oldChild.parentNode = null;
+
+ if (oldChild.previousSibling) {
+ oldChild.previousSibling.nextSibling = oldChild.nextSibling;
+ }else {
+ this.firstChild = oldChild.nextSibling;
+ }
+ if (oldChild.nextSibling) {
+ oldChild.nextSibling.previousSibling = oldChild.previousSibling;
+ }else {
+ this.lastChild = oldChild.previousSibling;
+ }
+
+ oldChild.previousSibling = null;
+ oldChild.nextSibling = null;
+
+ return oldChild;
+ },
+ appendChild : function(newChild) {
+ if(!newChild){
+ return null;
+ }
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Node is readonly
+ if (this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+
+ // throw Exception if arg was not created by this Document
+ if (__ownerDocument__(this) != __ownerDocument__(this)) {
+ throw(new DOMException(DOMException.WRONG_DOCUMENT_ERR));
+ }
+
+ // throw Exception if the node is an ancestor
+ if (__isAncestor__(this, newChild)) {
+ throw(new DOMException(DOMException.HIERARCHY_REQUEST_ERR));
+ }
+ }
+
+ // if the newChild is already in the tree,
+ var newChildParent = newChild.parentNode;
+ if (newChildParent) {
+ // remove it
+ console.debug('removing node %s', newChild);
+ newChildParent.removeChild(newChild);
+ }
+
+ // add newChild to childNodes
+ __appendChild__(this.childNodes, newChild);
+
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // do node pointer surgery for DocumentFragment
+ if (newChild.childNodes.length > 0) {
+ for (var ind = 0; ind < newChild.childNodes.length; ind++) {
+ newChild.childNodes[ind].parentNode = this;
+ }
+
+ if (this.lastChild) {
+ this.lastChild.nextSibling = newChild.childNodes[0];
+ newChild.childNodes[0].previousSibling = this.lastChild;
+ this.lastChild = newChild.childNodes[newChild.childNodes.length-1];
+ } else {
+ this.lastChild = newChild.childNodes[newChild.childNodes.length-1];
+ this.firstChild = newChild.childNodes[0];
+ }
+ }
+ } else {
+ // do node pointer surgery for newChild
+ newChild.parentNode = this;
+ if (this.lastChild) {
+ this.lastChild.nextSibling = newChild;
+ newChild.previousSibling = this.lastChild;
+ this.lastChild = newChild;
+ } else {
+ this.lastChild = newChild;
+ this.firstChild = newChild;
+ }
+ }
+ return newChild;
+ },
+ hasChildNodes : function() {
+ return (this.childNodes.length > 0);
+ },
+ cloneNode: function(deep) {
+ // use importNode to clone this Node
+ //do not throw any exceptions
+ try {
+ return __ownerDocument__(this).importNode(this, deep);
+ } catch (e) {
+ //there shouldn't be any exceptions, but if there are, return null
+ // may want to warn: $debug("could not clone node: "+e.code);
+ return null;
+ }
+ },
+ normalize : function() {
+ var inode;
+ var nodesToRemove = new NodeList();
+
+ if (this.nodeType == Node.ELEMENT_NODE || this.nodeType == Node.DOCUMENT_NODE) {
+ var adjacentTextNode = null;
+
+ // loop through all childNodes
+ for(var i = 0; i < this.childNodes.length; i++) {
+ inode = this.childNodes.item(i);
+
+ if (inode.nodeType == Node.TEXT_NODE) {
+ // this node is a text node
+ if (inode.length < 1) {
+ // this text node is empty
+ // add this node to the list of nodes to be remove
+ __appendChild__(nodesToRemove, inode);
+ }else {
+ if (adjacentTextNode) {
+ // previous node was also text
+ adjacentTextNode.appendData(inode.data);
+ // merge the data in adjacent text nodes
+ // add this node to the list of nodes to be removed
+ __appendChild__(nodesToRemove, inode);
+ } else {
+ // remember this node for next cycle
+ adjacentTextNode = inode;
+ }
+ }
+ } else {
+ // (soon to be) previous node is not a text node
+ adjacentTextNode = null;
+ // normalize non Text childNodes
+ inode.normalize();
+ }
+ }
+
+ // remove redundant Text Nodes
+ for(var i = 0; i < nodesToRemove.length; i++) {
+ inode = nodesToRemove.item(i);
+ inode.parentNode.removeChild(inode);
+ }
+ }
+ },
+ isSupported : function(feature, version) {
+ // use Implementation.hasFeature to determine if this feature is supported
+ return __ownerDocument__(this).implementation.hasFeature(feature, version);
+ },
+ getElementsByTagName : function(tagname) {
+ // delegate to _getElementsByTagNameRecursive
+ // recurse childNodes
+ var nodelist = new NodeList(__ownerDocument__(this));
+ for(var i = 0; i < this.childNodes.length; i++) {
+ nodeList = __getElementsByTagNameRecursive__(this.childNodes.item(i), tagname, nodelist);
+ }
+ return nodelist;
+ },
+ getElementsByTagNameNS : function(namespaceURI, localName) {
+ // delegate to _getElementsByTagNameNSRecursive
+ return __getElementsByTagNameNSRecursive__(this, namespaceURI, localName,
+ new NodeList(__ownerDocument__(this)));
+ },
+ importNode : function(importedNode, deep) {
+
+ var importNode;
+
+ //there is no need to perform namespace checks since everything has already gone through them
+ //in order to have gotten into the DOM in the first place. The following line
+ //turns namespace checking off in ._isValidNamespace
+ __ownerDocument__(this).importing = true;
+
+ if (importedNode.nodeType == Node.ELEMENT_NODE) {
+ if (!__ownerDocument__(this).implementation.namespaceAware) {
+ // create a local Element (with the name of the importedNode)
+ importNode = __ownerDocument__(this).createElement(importedNode.tagName);
+
+ // create attributes matching those of the importedNode
+ for(var i = 0; i < importedNode.attributes.length; i++) {
+ importNode.setAttribute(importedNode.attributes.item(i).name, importedNode.attributes.item(i).value);
+ }
+ }else {
+ // create a local Element (with the name & namespaceURI of the importedNode)
+ importNode = __ownerDocument__(this).createElementNS(importedNode.namespaceURI, importedNode.nodeName);
+
+ // create attributes matching those of the importedNode
+ for(var i = 0; i < importedNode.attributes.length; i++) {
+ importNode.setAttributeNS(importedNode.attributes.item(i).namespaceURI,
+ importedNode.attributes.item(i).name, importedNode.attributes.item(i).value);
+ }
+
+ // create namespace definitions matching those of the importedNode
+ for(var i = 0; i < importedNode._namespaces.length; i++) {
+ importNode._namespaces[i] = __ownerDocument__(this).createNamespace(importedNode._namespaces.item(i).localName);
+ importNode._namespaces[i].value = importedNode._namespaces.item(i).value;
+ }
+ }
+ } else if (importedNode.nodeType == Node.ATTRIBUTE_NODE) {
+ if (!__ownerDocument__(this).implementation.namespaceAware) {
+ // create a local Attribute (with the name of the importedAttribute)
+ importNode = __ownerDocument__(this).createAttribute(importedNode.name);
+ } else {
+ // create a local Attribute (with the name & namespaceURI of the importedAttribute)
+ importNode = __ownerDocument__(this).createAttributeNS(importedNode.namespaceURI, importedNode.nodeName);
+
+ // create namespace definitions matching those of the importedAttribute
+ for(var i = 0; i < importedNode._namespaces.length; i++) {
+ importNode._namespaces[i] = __ownerDocument__(this).createNamespace(importedNode._namespaces.item(i).localName);
+ importNode._namespaces[i].value = importedNode._namespaces.item(i).value;
+ }
+ }
+
+ // set the value of the local Attribute to match that of the importedAttribute
+ importNode.value = importedNode.value;
+
+ } else if (importedNode.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // create a local DocumentFragment
+ importNode = __ownerDocument__(this).createDocumentFragment();
+ } else if (importedNode.nodeType == Node.NAMESPACE_NODE) {
+ // create a local NamespaceNode (with the same name & value as the importedNode)
+ importNode = __ownerDocument__(this).createNamespace(importedNode.nodeName);
+ importNode.value = importedNode.value;
+ } else if (importedNode.nodeType == Node.TEXT_NODE) {
+ // create a local TextNode (with the same data as the importedNode)
+ importNode = __ownerDocument__(this).createTextNode(importedNode.data);
+ } else if (importedNode.nodeType == Node.CDATA_SECTION_NODE) {
+ // create a local CDATANode (with the same data as the importedNode)
+ importNode = __ownerDocument__(this).createCDATASection(importedNode.data);
+ } else if (importedNode.nodeType == Node.PROCESSING_INSTRUCTION_NODE) {
+ // create a local ProcessingInstruction (with the same target & data as the importedNode)
+ importNode = __ownerDocument__(this).createProcessingInstruction(importedNode.target, importedNode.data);
+ } else if (importedNode.nodeType == Node.COMMENT_NODE) {
+ // create a local Comment (with the same data as the importedNode)
+ importNode = __ownerDocument__(this).createComment(importedNode.data);
+ } else { // throw Exception if nodeType is not supported
+ throw(new DOMException(DOMException.NOT_SUPPORTED_ERR));
+ }
+
+ if (deep) {
+ // recurse childNodes
+ for(var i = 0; i < importedNode.childNodes.length; i++) {
+ importNode.appendChild(__ownerDocument__(this).importNode(importedNode.childNodes.item(i), true));
+ }
+ }
+
+ //reset importing
+ __ownerDocument__(this).importing = false;
+ return importNode;
+
+ },
+ contains : function(node){
+ while(node && node != this ){
+ node = node.parentNode;
+ }
+ return !!node;
+ },
+ compareDocumentPosition : function(b){
+ var a = this;
+ var number = (a != b && a.contains(b) && 16) + (a != b && b.contains(a) && 8);
+ //find position of both
+ var all = document.getElementsByTagName("*");
+ var my_location = 0, node_location = 0;
+ for(var i=0; i < all.length; i++){
+ if(all[i] == a) my_location = i;
+ if(all[i] == b) node_location = i;
+ if(my_location && node_location) break;
+ }
+ number += (my_location < node_location && 4)
+ number += (my_location > node_location && 2)
+ return number;
+ } ,
+ toString : function(){
+ return "[object Node]";
+ }
+
+});
+
+
+
+/**
+ * @method __getElementsByTagNameRecursive__ - implements getElementsByTagName()
+ * @param elem : Element - The element which are checking and then recursing into
+ * @param tagname : string - The name of the tag to match on. The special value "*" matches all tags
+ * @param nodeList : NodeList - The accumulating list of matching nodes
+ *
+ * @return : NodeList
+ */
+var __getElementsByTagNameRecursive__ = function (elem, tagname, nodeList) {
+
+ if (elem.nodeType == Node.ELEMENT_NODE || elem.nodeType == Node.DOCUMENT_NODE) {
+
+ if(elem.nodeType !== Node.DOCUMENT_NODE &&
+ ((elem.nodeName.toUpperCase() == tagname.toUpperCase()) ||
+ (tagname == "*")) ){
+ // add matching node to nodeList
+ __appendChild__(nodeList, elem);
+ }
+
+ // recurse childNodes
+ for(var i = 0; i < elem.childNodes.length; i++) {
+ nodeList = __getElementsByTagNameRecursive__(elem.childNodes.item(i), tagname, nodeList);
+ }
+ }
+
+ return nodeList;
+};
+
+/**
+ * @method __getElementsByTagNameNSRecursive__
+ * implements getElementsByTagName()
+ *
+ * @param elem : Element - The element which are checking and then recursing into
+ * @param namespaceURI : string - the namespace URI of the required node
+ * @param localName : string - the local name of the required node
+ * @param nodeList : NodeList - The accumulating list of matching nodes
+ *
+ * @return : NodeList
+ */
+var __getElementsByTagNameNSRecursive__ = function(elem, namespaceURI, localName, nodeList) {
+ if (elem.nodeType == Node.ELEMENT_NODE || elem.nodeType == Node.DOCUMENT_NODE) {
+
+ if (((elem.namespaceURI == namespaceURI) || (namespaceURI == "*")) &&
+ ((elem.localName == localName) || (localName == "*"))) {
+ // add matching node to nodeList
+ __appendChild__(nodeList, elem);
+ }
+
+ // recurse childNodes
+ for(var i = 0; i < elem.childNodes.length; i++) {
+ nodeList = __getElementsByTagNameNSRecursive__(
+ elem.childNodes.item(i), namespaceURI, localName, nodeList);
+ }
+ }
+
+ return nodeList;
+};
+
+/**
+ * @method __isAncestor__ - returns true if node is ancestor of target
+ * @param target : Node - The node we are using as context
+ * @param node : Node - The candidate ancestor node
+ * @return : boolean
+ */
+var __isAncestor__ = function(target, node) {
+ // if this node matches, return true,
+ // otherwise recurse up (if there is a parentNode)
+ return ((target == node) || ((target.parentNode) && (__isAncestor__(target.parentNode, node))));
+};
+
+var __ownerDocument__ = function(node){
+ return (node.nodeType == Node.DOCUMENT_NODE)?node:node.ownerDocument;
+};
+
+
+var __recursivelyGatherText__ = function(aNode) {
+ var accumulateText = "",
+ idx,
+ node;
+ for (idx=0;idx < aNode.childNodes.length;idx++){
+ node = aNode.childNodes.item(idx);
+ if(node.nodeType == Node.TEXT_NODE)
+ accumulateText += node.data;
+ else
+ accumulateText += __recursivelyGatherText__(node);
+ }
+ return accumulateText;
+};
+
+/**
+ * function __escapeXML__
+ * @param str : string - The string to be escaped
+ * @return : string - The escaped string
+ */
+var escAmpRegEx = /&(?!(amp;|lt;|gt;|quot|apos;))/g;
+var escLtRegEx = /</g;
+var escGtRegEx = />/g;
+var quotRegEx = /"/g;
+var aposRegEx = /'/g;
+
+function __escapeXML__(str) {
+ str = str.replace(escAmpRegEx, "&").
+ replace(escLtRegEx, "<").
+ replace(escGtRegEx, ">").
+ replace(quotRegEx, """).
+ replace(aposRegEx, "'");
+
+ return str;
+};
+
+/*
+function __escapeHTML5__(str) {
+ str = str.replace(escAmpRegEx, "&").
+ replace(escLtRegEx, "<").
+ replace(escGtRegEx, ">");
+
+ return str;
+};
+function __escapeHTML5Atribute__(str) {
+ str = str.replace(escAmpRegEx, "&").
+ replace(escLtRegEx, "<").
+ replace(escGtRegEx, ">").
+ replace(quotRegEx, """).
+ replace(aposRegEx, "'");
+
+ return str;
+};
+*/
+
+/**
+ * function __unescapeXML__
+ * @param str : string - The string to be unescaped
+ * @return : string - The unescaped string
+ */
+var unescAmpRegEx = /&/g;
+var unescLtRegEx = /</g;
+var unescGtRegEx = />/g;
+var unquotRegEx = /"/g;
+var unaposRegEx = /'/g;
+function __unescapeXML__(str) {
+ str = str.replace(unescAmpRegEx, "&").
+ replace(unescLtRegEx, "<").
+ replace(unescGtRegEx, ">").
+ replace(unquotRegEx, "\"").
+ replace(unaposRegEx, "'");
+
+ return str;
+};
+
Added: trunk/mapbender/test/tools/env-js/src/dom/nodelist.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/nodelist.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/nodelist.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,201 @@
+
+/**
+ * @class NodeList -
+ * provides the abstraction of an ordered collection of nodes
+ *
+ * @param ownerDocument : Document - the ownerDocument
+ * @param parentNode : Node - the node that the NodeList is attached to (or null)
+ */
+NodeList = function(ownerDocument, parentNode) {
+ this.length = 0;
+ this.parentNode = parentNode;
+ this.ownerDocument = ownerDocument;
+ this._readonly = false;
+ __setArray__(this, []);
+};
+
+__extend__(NodeList.prototype, {
+ item : function(index) {
+ var ret = null;
+ if ((index >= 0) && (index < this.length)) {
+ // bounds check
+ ret = this[index];
+ }
+ // if the index is out of bounds, default value null is returned
+ return ret;
+ },
+ get xml() {
+ var ret = "",
+ i;
+
+ // create string containing the concatenation of the string values of each child
+ for (i=0; i < this.length; i++) {
+ if(this[i]){
+ if(this[i].nodeType == Node.TEXT_NODE && i>0 &&
+ this[i-1].nodeType == Node.TEXT_NODE){
+ //add a single space between adjacent text nodes
+ ret += " "+this[i].xml;
+ }else{
+ ret += this[i].xml;
+ }
+ }
+ }
+ return ret;
+ },
+ toArray: function () {
+ var children = [],
+ i;
+ for ( i=0; i < this.length; i++) {
+ children.push (this[i]);
+ }
+ return children;
+ },
+ toString: function(){
+ return "[object NodeList]";
+ }
+});
+
+
+/**
+ * @method __findItemIndex__
+ * find the item index of the node
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param node : Node
+ * @return : int
+ */
+var __findItemIndex__ = function (nodelist, node) {
+ var ret = -1, i;
+ for (i=0; i<nodelist.length; i++) {
+ // compare id to each node's _id
+ if (nodelist[i] === node) {
+ // found it!
+ ret = i;
+ break;
+ }
+ }
+ // if node is not found, default value -1 is returned
+ return ret;
+};
+
+/**
+ * @method __insertBefore__
+ * insert the specified Node into the NodeList before the specified index
+ * Used by Node.insertBefore(). Note: Node.insertBefore() is responsible
+ * for Node Pointer surgery __insertBefore__ simply modifies the internal
+ * data structure (Array).
+ * @param newChild : Node - the Node to be inserted
+ * @param refChildIndex : int - the array index to insert the Node before
+ */
+var __insertBefore__ = function(nodelist, newChild, refChildIndex) {
+ if ((refChildIndex >= 0) && (refChildIndex <= nodelist.length)) {
+ // bounds check
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // node is a DocumentFragment
+ // append the children of DocumentFragment
+ Array.prototype.splice.apply(nodelist,
+ [refChildIndex, 0].concat(newChild.childNodes.toArray()));
+ }
+ else {
+ // append the newChild
+ Array.prototype.splice.apply(nodelist,[refChildIndex, 0, newChild]);
+ }
+ }
+};
+
+/**
+ * @method __replaceChild__
+ * replace the specified Node in the NodeList at the specified index
+ * Used by Node.replaceChild(). Note: Node.replaceChild() is responsible
+ * for Node Pointer surgery __replaceChild__ simply modifies the internal
+ * data structure (Array).
+ *
+ * @param newChild : Node - the Node to be inserted
+ * @param refChildIndex : int - the array index to hold the Node
+ */
+var __replaceChild__ = function(nodelist, newChild, refChildIndex) {
+ var ret = null;
+
+ // bounds check
+ if ((refChildIndex >= 0) && (refChildIndex < nodelist.length)) {
+ // preserve old child for return
+ ret = nodelist[refChildIndex];
+
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // node is a DocumentFragment
+ // get array containing children prior to refChild
+ Array.prototype.splice.apply(nodelist,
+ [refChildIndex, 1].concat(newChild.childNodes.toArray()));
+ }
+ else {
+ // simply replace node in array (links between Nodes are
+ // made at higher level)
+ nodelist[refChildIndex] = newChild;
+ }
+ }
+ // return replaced node
+ return ret;
+};
+
+/**
+ * @method __removeChild__
+ * remove the specified Node in the NodeList at the specified index
+ * Used by Node.removeChild(). Note: Node.removeChild() is responsible
+ * for Node Pointer surgery __removeChild__ simply modifies the internal
+ * data structure (Array).
+ * @param refChildIndex : int - the array index holding the Node to be removed
+ */
+var __removeChild__ = function(nodelist, refChildIndex) {
+ var ret = null;
+
+ if (refChildIndex > -1) {
+ // found it!
+ // return removed node
+ ret = nodelist[refChildIndex];
+
+ // rebuild array without removed child
+ Array.prototype.splice.apply(nodelist,[refChildIndex, 1]);
+ }
+ // return removed node
+ return ret;
+};
+
+/**
+ * @method __appendChild__
+ * append the specified Node to the NodeList. Used by Node.appendChild().
+ * Note: Node.appendChild() is responsible for Node Pointer surgery
+ * __appendChild__ simply modifies the internal data structure (Array).
+ * @param newChild : Node - the Node to be inserted
+ */
+var __appendChild__ = function(nodelist, newChild) {
+ if (newChild.nodeType == Node.DOCUMENT_FRAGMENT_NODE) {
+ // node is a DocumentFragment
+ // append the children of DocumentFragment
+ Array.prototype.push.apply(nodelist, newChild.childNodes.toArray() );
+ } else {
+ // simply add node to array (links between Nodes are made at higher level)
+ Array.prototype.push.apply(nodelist, [newChild]);
+ }
+
+};
+
+/**
+ * @method __cloneNodes__ -
+ * Returns a NodeList containing clones of the Nodes in this NodeList
+ * @param deep : boolean -
+ * If true, recursively clone the subtree under each of the nodes;
+ * if false, clone only the nodes themselves (and their attributes,
+ * if it is an Element).
+ * @param parentNode : Node - the new parent of the cloned NodeList
+ * @return : NodeList - NodeList containing clones of the Nodes in this NodeList
+ */
+var __cloneNodes__ = function(nodelist, deep, parentNode) {
+ var cloneNodeList = new NodeList(nodelist.ownerDocument, parentNode);
+
+ // create list containing clones of each child
+ for (var i=0; i < nodelist.length; i++) {
+ __appendChild__(cloneNodeList, nodelist[i].cloneNode(deep));
+ }
+
+ return cloneNodeList;
+};
+
Added: trunk/mapbender/test/tools/env-js/src/dom/notation.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/notation.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/notation.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,6 @@
+/**
+ * @author envjs team
+ */
+Notation = function() {
+ throw new Error("Notation Not Implemented" );
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/dom/processinginstruction.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/processinginstruction.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/processinginstruction.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,55 @@
+
+/**
+ * @class ProcessingInstruction -
+ * The ProcessingInstruction interface represents a
+ * "processing instruction", used in XML as a way to
+ * keep processor-specific information in the text of
+ * the document
+ * @extends Node
+ * @author Jon van Noort (jon at webarcana.com.au)
+ * @param ownerDocument : The Document object associated with this node.
+ */
+ProcessingInstruction = function(ownerDocument) {
+ Node.apply(this, arguments);
+};
+ProcessingInstruction.prototype = new Node;
+__extend__(ProcessingInstruction.prototype, {
+ get data(){
+ return this.nodeValue;
+ },
+ set data(data){
+ // throw Exception if Node is readonly
+ if (__ownerDocument__(this).errorChecking && this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+ this.nodeValue = data;
+ },
+ get textContent(){
+ return this.data;
+ },
+ get localName(){
+ return null;
+ },
+ get target(){
+ // The target of this processing instruction.
+ // XML defines this as being the first token following the markup that begins the processing instruction.
+ // The content of this processing instruction.
+ return this.nodeName;
+ },
+ set target(value){
+ // The target of this processing instruction.
+ // XML defines this as being the first token following the markup that begins the processing instruction.
+ // The content of this processing instruction.
+ this.nodeName = value;
+ },
+ get nodeType(){
+ return Node.PROCESSING_INSTRUCTION_NODE;
+ },
+ get xml(){
+ return "<?" + this.nodeName +" "+ this.nodeValue + "?>";
+ },
+ toString : function(){
+ return "[object ProcessingInstruction]";
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/dom/range.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/range.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/range.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,89 @@
+/**
+ * @author thatcher
+ */
+Range = function(){
+
+};
+
+__extend__(Range.prototype, {
+ get startContainer(){
+
+ },
+ get endContainer(){
+
+ },
+ get startOffset(){
+
+ },
+ get endOffset(){
+
+ },
+ get collapsed(){
+
+ },
+ get commonAncestorContainer(){
+
+ },
+ setStart: function(refNode, offset){//throws RangeException
+
+ },
+ setEnd: function(refNode, offset){//throws RangeException
+
+ },
+ setStartBefore: function(refNode){//throws RangeException
+
+ },
+ setStartAfter: function(refNode){//throws RangeException
+
+ },
+ setEndBefore: function(refNode){//throws RangeException
+
+ },
+ setEndAfter: function(refNode){//throws RangeException
+
+ },
+ collapse: function(toStart){//throws RangeException
+
+ },
+ selectNode: function(refNode){//throws RangeException
+
+ },
+ selectNodeContents: function(refNode){//throws RangeException
+
+ },
+ compareBoundaryPoints: function(how, sourceRange){
+
+ },
+ deleteContents: function(){
+
+ },
+ extractContents: function(){
+
+ },
+ cloneContents: function(){
+
+ },
+ insertNode: function(newNode){
+
+ },
+ surroundContents: function(newParent){
+
+ },
+ cloneRange: function(){
+
+ },
+ toString: function(){
+ return '[object Range]';
+ },
+ detach: function(){
+
+ }
+});
+
+
+ // CompareHow
+Range.START_TO_START = 0;
+Range.START_TO_END = 1;
+Range.END_TO_END = 2;
+Range.END_TO_START = 3;
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/dom/text.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/text.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/text.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,67 @@
+
+/**
+ * @class Text
+ * The Text interface represents the textual content (termed
+ * character data in XML) of an Element or Attr.
+ * If there is no markup inside an element's content, the text is
+ * contained in a single object implementing the Text interface that
+ * is the only child of the element. If there is markup, it is
+ * parsed into a list of elements and Text nodes that form the
+ * list of children of the element.
+ * @extends CharacterData
+ * @param ownerDocument The Document object associated with this node.
+ */
+Text = function(ownerDocument) {
+ CharacterData.apply(this, arguments);
+ this.nodeName = "#text";
+};
+Text.prototype = new CharacterData;
+__extend__(Text.prototype,{
+ get localName(){
+ return null;
+ },
+ // Breaks this Text node into two Text nodes at the specified offset,
+ // keeping both in the tree as siblings. This node then only contains
+ // all the content up to the offset point. And a new Text node, which
+ // is inserted as the next sibling of this node, contains all the
+ // content at and after the offset point.
+ splitText : function(offset) {
+ var data,
+ inode;
+ // test for exceptions
+ if (__ownerDocument__(this).implementation.errorChecking) {
+ // throw Exception if Node is readonly
+ if (this._readonly) {
+ throw(new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR));
+ }
+ // throw Exception if offset is negative or greater than the data length,
+ if ((offset < 0) || (offset > this.data.length)) {
+ throw(new DOMException(DOMException.INDEX_SIZE_ERR));
+ }
+ }
+ if (this.parentNode) {
+ // get remaining string (after offset)
+ data = this.substringData(offset);
+ // create new TextNode with remaining string
+ inode = __ownerDocument__(this).createTextNode(data);
+ // attach new TextNode
+ if (this.nextSibling) {
+ this.parentNode.insertBefore(inode, this.nextSibling);
+ } else {
+ this.parentNode.appendChild(inode);
+ }
+ // remove remaining string from original TextNode
+ this.deleteData(offset);
+ }
+ return inode;
+ },
+ get nodeType(){
+ return Node.TEXT_NODE;
+ },
+ get xml(){
+ return __escapeXML__(""+ this.nodeValue);
+ },
+ toString: function(){
+ return "[object Text]";
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/dom/xmlserializer.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/dom/xmlserializer.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/dom/xmlserializer.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,15 @@
+/**
+ * @author envjs team
+ * @class XMLSerializer
+ */
+
+XMLSerializer = function() {};
+
+__extend__(XMLSerializer.prototype, {
+ serializeToString: function(node){
+ return node.xml;
+ },
+ toString : function(){
+ return "[object XMLSerializer]";
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/event/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,20 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ *
+ * This file simply provides the global definitions we need to
+ * be able to correctly implement to core browser DOM Event interfaces.
+ */
+var Event,
+ MouseEvent,
+ UIEvent,
+ KeyboardEvent,
+ MutationEvent,
+ DocumentEvent,
+ EventTarget,
+ EventException,
+ //nonstandard but very useful for implementing mutation events
+ //among other things like general profiling
+ Aspect;
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/event/aspect.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/aspect.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/aspect.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,241 @@
+/**
+ * Borrowed with love from:
+ *
+ * jQuery AOP - jQuery plugin to add features of aspect-oriented programming (AOP) to jQuery.
+ * http://jquery-aop.googlecode.com/
+ *
+ * Licensed under the MIT license:
+ * http://www.opensource.org/licenses/mit-license.php
+ *
+ * Version: 1.1
+ */
+(function() {
+
+ var _after = 1;
+ var _before = 2;
+ var _around = 3;
+ var _intro = 4;
+ var _regexEnabled = true;
+
+ /**
+ * Private weaving function.
+ */
+ var weaveOne = function(source, method, advice) {
+
+ var old = source[method];
+
+ var aspect;
+ if (advice.type == _after)
+ aspect = function() {
+ var returnValue = old.apply(this, arguments);
+ return advice.value.apply(this, [returnValue, method]);
+ };
+ else if (advice.type == _before)
+ aspect = function() {
+ advice.value.apply(this, [arguments, method]);
+ return old.apply(this, arguments);
+ };
+ else if (advice.type == _intro)
+ aspect = function() {
+ return advice.value.apply(this, arguments);
+ };
+ else if (advice.type == _around) {
+ aspect = function() {
+ var invocation = { object: this, args: arguments };
+ return advice.value.apply(invocation.object, [{ arguments: invocation.args, method: method, proceed :
+ function() {
+ return old.apply(invocation.object, invocation.args);
+ }
+ }] );
+ };
+ }
+
+ aspect.unweave = function() {
+ source[method] = old;
+ pointcut = source = aspect = old = null;
+ };
+
+ source[method] = aspect;
+
+ return aspect;
+
+ };
+
+
+ /**
+ * Private weaver and pointcut parser.
+ */
+ var weave = function(pointcut, advice)
+ {
+
+ var source = (typeof(pointcut.target.prototype) != 'undefined') ? pointcut.target.prototype : pointcut.target;
+ var advices = [];
+
+ // If it's not an introduction and no method was found, try with regex...
+ if (advice.type != _intro && typeof(source[pointcut.method]) == 'undefined')
+ {
+
+ for (var method in source)
+ {
+ if (source[method] != null && source[method] instanceof Function && method.match(pointcut.method))
+ {
+ advices[advices.length] = weaveOne(source, method, advice);
+ }
+ }
+
+ if (advices.length == 0)
+ throw 'No method: ' + pointcut.method;
+
+ }
+ else
+ {
+ // Return as an array of one element
+ advices[0] = weaveOne(source, pointcut.method, advice);
+ }
+
+ return _regexEnabled ? advices : advices[0];
+
+ };
+
+ Aspect =
+ {
+ /**
+ * Creates an advice after the defined point-cut. The advice will be executed after the point-cut method
+ * has completed execution successfully, and will receive one parameter with the result of the execution.
+ * This function returns an array of weaved aspects (Function).
+ *
+ * @example jQuery.aop.after( {target: window, method: 'MyGlobalMethod'}, function(result) { alert('Returned: ' + result); } );
+ * @result Array<Function>
+ *
+ * @example jQuery.aop.after( {target: String, method: 'indexOf'}, function(index) { alert('Result found at: ' + index + ' on:' + this); } );
+ * @result Array<Function>
+ *
+ * @name after
+ * @param Map pointcut Definition of the point-cut to apply the advice. A point-cut is the definition of the object/s and method/s to be weaved.
+ * @option Object target Target object to be weaved.
+ * @option String method Name of the function to be weaved. Regex are supported, but not on built-in objects.
+ * @param Function advice Function containing the code that will get called after the execution of the point-cut. It receives one parameter
+ * with the result of the point-cut's execution.
+ *
+ * @type Array<Function>
+ * @cat Plugins/General
+ */
+ after : function(pointcut, advice)
+ {
+ return weave( pointcut, { type: _after, value: advice } );
+ },
+
+ /**
+ * Creates an advice before the defined point-cut. The advice will be executed before the point-cut method
+ * but cannot modify the behavior of the method, or prevent its execution.
+ * This function returns an array of weaved aspects (Function).
+ *
+ * @example jQuery.aop.before( {target: window, method: 'MyGlobalMethod'}, function() { alert('About to execute MyGlobalMethod'); } );
+ * @result Array<Function>
+ *
+ * @example jQuery.aop.before( {target: String, method: 'indexOf'}, function(index) { alert('About to execute String.indexOf on: ' + this); } );
+ * @result Array<Function>
+ *
+ * @name before
+ * @param Map pointcut Definition of the point-cut to apply the advice. A point-cut is the definition of the object/s and method/s to be weaved.
+ * @option Object target Target object to be weaved.
+ * @option String method Name of the function to be weaved. Regex are supported, but not on built-in objects.
+ * @param Function advice Function containing the code that will get called before the execution of the point-cut.
+ *
+ * @type Array<Function>
+ * @cat Plugins/General
+ */
+ before : function(pointcut, advice)
+ {
+ return weave( pointcut, { type: _before, value: advice } );
+ },
+
+
+ /**
+ * Creates an advice 'around' the defined point-cut. This type of advice can control the point-cut method execution by calling
+ * the functions '.proceed()' on the 'invocation' object, and also, can modify the arguments collection before sending them to the function call.
+ * This function returns an array of weaved aspects (Function).
+ *
+ * @example jQuery.aop.around( {target: window, method: 'MyGlobalMethod'}, function(invocation) {
+ * alert('# of Arguments: ' + invocation.arguments.length);
+ * return invocation.proceed();
+ * } );
+ * @result Array<Function>
+ *
+ * @example jQuery.aop.around( {target: String, method: 'indexOf'}, function(invocation) {
+ * alert('Searching: ' + invocation.arguments[0] + ' on: ' + this);
+ * return invocation.proceed();
+ * } );
+ * @result Array<Function>
+ *
+ * @example jQuery.aop.around( {target: window, method: /Get(\d+)/}, function(invocation) {
+ * alert('Executing ' + invocation.method);
+ * return invocation.proceed();
+ * } );
+ * @desc Matches all global methods starting with 'Get' and followed by a number.
+ * @result Array<Function>
+ *
+ *
+ * @name around
+ * @param Map pointcut Definition of the point-cut to apply the advice. A point-cut is the definition of the object/s and method/s to be weaved.
+ * @option Object target Target object to be weaved.
+ * @option String method Name of the function to be weaved. Regex are supported, but not on built-in objects.
+ * @param Function advice Function containing the code that will get called around the execution of the point-cut. This advice will be called with one
+ * argument containing one function '.proceed()', the collection of arguments '.arguments', and the matched method name '.method'.
+ *
+ * @type Array<Function>
+ * @cat Plugins/General
+ */
+ around : function(pointcut, advice)
+ {
+ return weave( pointcut, { type: _around, value: advice } );
+ },
+
+ /**
+ * Creates an introduction on the defined point-cut. This type of advice replaces any existing methods with the same
+ * name. To restore them, just unweave it.
+ * This function returns an array with only one weaved aspect (Function).
+ *
+ * @example jQuery.aop.introduction( {target: window, method: 'MyGlobalMethod'}, function(result) { alert('Returned: ' + result); } );
+ * @result Array<Function>
+ *
+ * @example jQuery.aop.introduction( {target: String, method: 'log'}, function() { alert('Console: ' + this); } );
+ * @result Array<Function>
+ *
+ * @name introduction
+ * @param Map pointcut Definition of the point-cut to apply the advice. A point-cut is the definition of the object/s and method/s to be weaved.
+ * @option Object target Target object to be weaved.
+ * @option String method Name of the function to be weaved.
+ * @param Function advice Function containing the code that will be executed on the point-cut.
+ *
+ * @type Array<Function>
+ * @cat Plugins/General
+ */
+ introduction : function(pointcut, advice)
+ {
+ return weave( pointcut, { type: _intro, value: advice } );
+ },
+
+ /**
+ * Configures global options.
+ *
+ * @name setup
+ * @param Map settings Configuration options.
+ * @option Boolean regexMatch Enables/disables regex matching of method names.
+ *
+ * @example jQuery.aop.setup( { regexMatch: false } );
+ * @desc Disable regex matching.
+ *
+ * @type Void
+ * @cat Plugins/General
+ */
+ setup: function(settings)
+ {
+ _regexEnabled = settings.regexMatch;
+ }
+ };
+
+})();
+
+
+
Added: trunk/mapbender/test/tools/env-js/src/event/documentevent.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/documentevent.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/documentevent.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,39 @@
+/**
+ *
+ * // Introduced in DOM Level 2:
+ * interface DocumentEvent {
+ * Event createEvent (in DOMString eventType)
+ * raises (DOMException);
+ * };
+ */
+DocumentEvent = function(){};
+DocumentEvent.prototype.createEvent = function(eventType){
+ //console.debug('createEvent(%s)', eventType);
+ switch (eventType){
+ case 'Events':
+ return new Event();
+ break;
+ case 'HTMLEvents':
+ return new Event();
+ break;
+ case 'UIEvents':
+ return new UIEvent();
+ break;
+ case 'MouseEvents':
+ return new MouseEvent();
+ break;
+ case 'KeyEvents':
+ return new KeyboardEvent();
+ break;
+ case 'KeyboardEvent':
+ return new KeyboardEvent();
+ break;
+ case 'MutationEvents':
+ return new MutationEvent();
+ break;
+ default:
+ throw(new DOMException(DOMException.NOT_SUPPORTED_ERR));
+ }
+};
+
+Document.prototype.createEvent = DocumentEvent.prototype.createEvent;
Added: trunk/mapbender/test/tools/env-js/src/event/event.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/event.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/event.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,62 @@
+/**
+ * @class Event
+ */
+Event = function(options){
+ // event state is kept read-only by forcing
+ // a new object for each event. This may not
+ // be appropriate in the long run and we'll
+ // have to decide if we simply dont adhere to
+ // the read-only restriction of the specification
+ var state = __extend__({
+ bubbles : true,
+ cancelable : true,
+ cancelled: false,
+ currentTarget : null,
+ target : null,
+ eventPhase : Event.AT_TARGET,
+ timeStamp : new Date().getTime(),
+ preventDefault : false,
+ stopPropogation : false
+ }, options||{} );
+
+ return {
+ get bubbles(){return state.bubbles;},
+ get cancelable(){return state.cancelable;},
+ get currentTarget(){return state.currentTarget;},
+ set currentTarget(currentTarget){ state.currentTarget = currentTarget; },
+ get eventPhase(){return state.eventPhase;},
+ set eventPhase(eventPhase){state.eventPhase = eventPhase;},
+ get target(){return state.target;},
+ set target(target){ state.target = target;},
+ get timeStamp(){return state.timeStamp;},
+ get type(){return state.type;},
+ initEvent: function(type, bubbles, cancelable){
+ state.type=type?type:'';
+ state.bubbles=!!bubbles;
+ state.cancelable=!!cancelable;
+ },
+ preventDefault: function(){
+ state.preventDefault = true;
+ },
+ stopPropagation: function(){
+ if(state.cancelable){
+ state.cancelled = true;
+ state.bubbles = false;
+ }
+ },
+ get cancelled(){
+ return state.cancelled;
+ },
+ toString: function(){
+ return '[object Event]';
+ }
+ };
+};
+
+__extend__(Event,{
+ CAPTURING_PHASE : 1,
+ AT_TARGET : 2,
+ BUBBLING_PHASE : 3
+});
+
+
Added: trunk/mapbender/test/tools/env-js/src/event/eventexception.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/eventexception.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/eventexception.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,8 @@
+
+/**
+ * @name EventException
+ */
+EventException = function(code) {
+ this.code = code;
+};
+EventException.UNSPECIFIED_EVENT_TYPE_ERR = 0;
Added: trunk/mapbender/test/tools/env-js/src/event/eventtarget.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/eventtarget.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/eventtarget.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,162 @@
+
+/**
+ * @name EventTarget
+ * @w3c:domlevel 2
+ * @uri -//TODO: paste dom event level 2 w3c spc uri here
+ */
+EventTarget = function(){};
+EventTarget.prototype.addEventListener = function(type, fn, phase){
+ __addEventListener__(this, type, fn, phase);
+};
+EventTarget.prototype.removeEventListener = function(type, fn){
+ __removeEventListener__(this, type, fn);
+};
+EventTarget.prototype.dispatchEvent = function(event, bubbles){
+ __dispatchEvent__(this, event, bubbles);
+};
+
+__extend__(Node.prototype, EventTarget.prototype);
+
+
+var $events = [{}];
+
+function __addEventListener__(target, type, fn, phase){
+ phase = !!phase?"CAPTURING":"BUBBLING";
+ if ( !target.uuid ) {
+ target.uuid = $events.length+'';
+ //console.log('event uuid %s %s', target, target.uuid);
+ }
+ if ( !$events[target.uuid] ) {
+ $events[target.uuid] = {};
+ }
+ if ( !$events[target.uuid][type] ){
+ $events[target.uuid][type] = {
+ CAPTURING:[],
+ BUBBLING:[]
+ };
+ }
+ if ( $events[target.uuid][type][phase].indexOf( fn ) < 0 ){
+ //console.log('adding event listener %s %s %s %s %s %s', target, target.uuid, type, phase,
+ // $events[target.uuid][type][phase].length, $events[target.uuid][type][phase].indexOf( fn ));
+ $events[target.uuid][type][phase].push( fn );
+ //console.log('adding event listener %s %s %s %s %s %s', target, target.uuid, type, phase,
+ // $events[target.uuid][type][phase].length, $events[target.uuid][type][phase].indexOf( fn ));
+ }
+};
+
+
+function __removeEventListener__(target, type, fn, phase){
+
+ phase = !!phase?"CAPTURING":"BUBBLING";
+ if ( !target.uuid ) {
+ target.uuid = $events.length+'';
+ }
+ if ( !$events[target.uuid] ) {
+ $events[target.uuid] = {};
+ }
+ if ( !$events[target.uuid][type] ){
+ $events[target.uuid][type] = {
+ CAPTURING:[],
+ BUBBLING:[]
+ };
+ }
+ $events[target.uuid][type][phase] =
+ $events[target.uuid][type][phase].filter(function(f){
+ //console.log('removing event listener %s %s %s %s', target, type, phase, fn);
+ return f != fn;
+ });
+};
+
+
+function __dispatchEvent__(target, event, bubbles){
+
+ //the window scope defines the $event object, for IE(^^^) compatibility;
+ $event = event;
+
+ if (bubbles == undefined || bubbles == null)
+ bubbles = true;
+
+ if (!event.target) {
+ event.target = target;
+ }
+
+ //console.log('dispatching? %s %s %s', target, event.type, bubbles);
+ if ( event.type && (target.nodeType || target === window )) {
+
+ //console.log('dispatching event %s %s %s', target, event.type, bubbles);
+ __captureEvent__(target, event);
+
+ event.eventPhase = Event.AT_TARGET;
+ if ( target.uuid && $events[target.uuid] && $events[target.uuid][event.type] ) {
+ event.currentTarget = target;
+ //console.log('dispatching %s %s %s %s', target, event.type, $events[target.uuid][event.type]['CAPTURING'].length);
+ $events[target.uuid][event.type]['CAPTURING'].forEach(function(fn){
+ //console.log('AT_TARGET (CAPTURING) event %s', fn);
+ var returnValue = fn( event );
+ //console.log('AT_TARGET (CAPTURING) return value %s', returnValue);
+ if(returnValue === false){
+ event.stopPropagation();
+ }
+ });
+ //console.log('dispatching %s %s %s %s', target, event.type, $events[target.uuid][event.type]['BUBBLING'].length);
+ $events[target.uuid][event.type]['BUBBLING'].forEach(function(fn){
+ //console.log('AT_TARGET (BUBBLING) event %s', fn);
+ var returnValue = fn( event );
+ //console.log('AT_TARGET (BUBBLING) return value %s', returnValue);
+ if(returnValue === false){
+ event.stopPropagation();
+ }
+ });
+ }
+ if (target["on" + event.type]) {
+ target["on" + event.type](event);
+ }
+ if (bubbles && !event.cancelled){
+ __bubbleEvent__(target, event);
+ }
+ }else{
+ throw new EventException(EventException.UNSPECIFIED_EVENT_TYPE_ERR);
+ }
+};
+
+function __captureEvent__(target, event){
+ var ancestorStack = [],
+ parent = target.parentNode;
+
+ event.eventPhase = Event.CAPTURING_PHASE;
+ while(parent){
+ if(parent.uuid && $events[parent.uuid] && $events[parent.uuid][event.type]){
+ ancestorStack.push(parent);
+ }
+ parent = parent.parentNode;
+ }
+ while(ancestorStack.length && !event.cancelled){
+ event.currentTarget = ancestorStack.pop();
+ if($events[event.currentTarget.uuid] && $events[event.currentTarget.uuid][event.type]){
+ $events[event.currentTarget.uuid][event.type]['CAPTURING'].forEach(function(fn){
+ var returnValue = fn( event );
+ if(returnValue === false){
+ event.stopPropagation();
+ }
+ });
+ }
+ }
+};
+
+function __bubbleEvent__(target, event){
+ var parent = target.parentNode;
+ event.eventPhase = Event.BUBBLING_PHASE;
+ while(parent){
+ if(parent.uuid && $events[parent.uuid] && $events[parent.uuid][event.type] ){
+ event.currentTarget = parent;
+ $events[event.currentTarget.uuid][event.type]['BUBBLING'].forEach(function(fn){
+ var returnValue = fn( event );
+ if(returnValue === false){
+ event.stopPropagation();
+ }
+ });
+ }
+ parent = parent.parentNode;
+ }
+};
+
Added: trunk/mapbender/test/tools/env-js/src/event/keyboardevent.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/keyboardevent.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/keyboardevent.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,56 @@
+
+/**
+ * Interface KeyboardEvent (introduced in DOM Level 3)
+ */
+KeyboardEvent = function(options) {
+ var state = __extend__({
+ keyIdentifier: 0,
+ keyLocation: 0,
+ ctrlKey: false,
+ metaKey: false,
+ altKey: false,
+ metaKey: false,
+ }, options||{});
+ return __extend__(new Event(state),{
+
+ get ctrlKey(){
+ return state.ctrlKey;
+ },
+ get altKey(){
+ return state.altKey;
+ },
+ get shiftKey(){
+ return state.shiftKey;
+ },
+ get metaKey(){
+ return state.metaKey;
+ },
+ get button(){
+ return state.button;
+ },
+ get relatedTarget(){
+ return state.relatedTarget;
+ },
+ getModifiersState: function(keyIdentifier){
+
+ },
+ initMouseEvent: function(type, bubbles, cancelable, windowObject,
+ keyIdentifier, keyLocation, modifiersList, repeat){
+ this.initUIEvent(type, bubbles, cancelable, windowObject, 0);
+ state.keyIdentifier = keyIdentifier;
+ state.keyLocation = keyLocation;
+ state.modifiersList = modifiersList;
+ state.repeat = repeat;
+ }
+ });
+};
+KeyboardEvent.prototype = new UIEvent;
+
+KeyboardEvent.DOM_KEY_LOCATION_STANDARD = 0;
+KeyboardEvent.DOM_KEY_LOCATION_LEFT = 1;
+KeyboardEvent.DOM_KEY_LOCATION_RIGHT = 2;
+KeyboardEvent.DOM_KEY_LOCATION_NUMPAD = 3;
+KeyboardEvent.DOM_KEY_LOCATION_MOBILE = 4;
+KeyboardEvent.DOM_KEY_LOCATION_JOYSTICK = 5;
+
+
Added: trunk/mapbender/test/tools/env-js/src/event/mouseevent.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/mouseevent.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/mouseevent.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+
+/**
+ * @name MouseEvent
+ * @w3c:domlevel 2
+ * @uri http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html
+ */
+MouseEvent = function(options) {
+ var state = __extend__({
+ screenX: 0,
+ screenY: 0,
+ clientX: 0,
+ clientY: 0,
+ ctrlKey: false,
+ metaKey: false,
+ altKey: false,
+ metaKey: false,
+ button: null,
+ relatedTarget: null
+ }, options||{});
+ return __extend__(new Event(state),{
+ get screenX(){
+ return state.screenX;
+ },
+ get screenY(){
+ return state.screenY;
+ },
+ get clientX(){
+ return state.clientX;
+ },
+ get clientY(){
+ return state.clientY;
+ },
+ get ctrlKey(){
+ return state.ctrlKey;
+ },
+ get altKey(){
+ return state.altKey;
+ },
+ get shiftKey(){
+ return state.shiftKey;
+ },
+ get metaKey(){
+ return state.metaKey;
+ },
+ get button(){
+ return state.button;
+ },
+ get relatedTarget(){
+ return state.relatedTarget;
+ },
+ initMouseEvent: function(type, bubbles, cancelable, windowObject, detail,
+ screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey,
+ metaKey, button, relatedTarget){
+ this.initUIEvent(type, bubbles, cancelable, windowObject, detail);
+ state.screenX = screenX;
+ state.screenY = screenY;
+ state.clientX = clientX;
+ state.clientY = clientY;
+ state.ctrlKey = ctrlKey;
+ state.altKey = altKey;
+ state.shiftKey = shiftKey;
+ state.metaKey = metaKey;
+ state.button = button;
+ state.relatedTarget = relatedTarget;
+ }
+ });
+};
+MouseEvent.prototype = new UIEvent;
Added: trunk/mapbender/test/tools/env-js/src/event/mutationevent.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/mutationevent.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/mutationevent.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,105 @@
+
+//We dont fire mutation events until someone has registered for them
+var __supportedMutations__ = /DOMSubtreeModified|DOMNodeInserted|DOMNodeRemoved|DOMAttrModified|DOMCharacterDataModified/;
+
+var __fireMutationEvents__ = Aspect.before({
+ target: EventTarget,
+ method: 'addEventListener'
+}, function(target, type){
+ if(type && type.match(__supportedMutations__)){
+ //unweaving removes the __addEventListener__ aspect
+ __fireMutationEvents__.unweave();
+ // These two methods are enough to cover all dom 2 manipulations
+ Aspect.around({
+ target: Node,
+ method:"removeChild"
+ }, function(invocation){
+ var event,
+ node = invocation.arguments[0];
+ event = node.ownerDocument.createEvent('MutationEvents');
+ event.initEvent('DOMNodeRemoved', true, false, node.parentNode, null, null, null, null);
+ node.dispatchEvent(event, false);
+ return invocation.proceed();
+
+ });
+ Aspect.around({
+ target: Node,
+ method:"appendChild"
+ }, function(invocation) {
+ var event,
+ node = invocation.proceed();
+ event = node.ownerDocument.createEvent('MutationEvents');
+ event.initEvent('DOMNodeInserted', true, false, node.parentNode, null, null, null, null);
+ node.dispatchEvent(event, false);
+ return node;
+ });
+ }
+});
+
+/**
+ * @name MutationEvent
+ * @param {Object} options
+ */
+MutationEvent = function(options) {
+ var state = __extend__({
+ cancelable : false,
+ timeStamp : 0,
+ }, options||{});
+ return __extend__(new Event(state),{
+ get relatedNode(){
+ return state.relatedNode;
+ },
+ get prevValue(){
+ return state.prevValue;
+ },
+ get newValue(){
+ return state.newValue;
+ },
+ get attrName(){
+ return state.attrName;
+ },
+ get attrChange(){
+ return state.attrChange;
+ },
+ initMutationEvent: function( type, bubbles, cancelable,
+ relatedNode, prevValue, newValue, attrName, attrChange ){
+ state.relatedNode = relatedNode;
+ state.prevValue = prevValue;
+ state.newValue = newValue;
+ state.attrName = attrName;
+ state.attrChange = attrChange;
+ switch(type){
+ case "DOMSubtreeModified":
+ this.initEvent(type, true, false);
+ break;
+ case "DOMNodeInserted":
+ this.initEvent(type, true, false);
+ break;
+ case "DOMNodeRemoved":
+ this.initEvent(type, true, false);
+ break;
+ case "DOMNodeRemovedFromDocument":
+ this.initEvent(type, false, false);
+ break;
+ case "DOMNodeInsertedIntoDocument":
+ this.initEvent(type, false, false);
+ break;
+ case "DOMAttrModified":
+ this.initEvent(type, true, false);
+ break;
+ case "DOMCharacterDataModified":
+ this.initEvent(type, true, false);
+ break;
+ default:
+ this.initEvent(type, bubbles, cancelable);
+ }
+ }
+ });
+};
+MutationEvent.prototype = new Event;
+
+// constants
+MutationEvent.ADDITION = 0;
+MutationEvent.MODIFICATION = 1;
+MutationEvent.REMOVAL = 2;
+
Added: trunk/mapbender/test/tools/env-js/src/event/uievent.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/event/uievent.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/event/uievent.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,32 @@
+
+
+/**
+ * @name UIEvent
+ * @param {Object} options
+ */
+UIEvent = function(options) {
+ var state = __extend__({
+ view : null,
+ detail : 0
+ }, options||{});
+ return __extend__(new Event(state),{
+ get view(){
+ return state.view;
+ },
+ get detail(){
+ return state.detail;
+ },
+ initUIEvent: function(type, bubbles, cancelable, windowObject, detail){
+ this.initEvent(type, bubbles, cancelable);
+ state.detail = 0;
+ state.view = windowObject;
+ }
+ });
+};
+UIEvent.prototype = new Event;
+
+var $onblur,
+ $onfocus,
+ $onresize;
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,50 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ *
+ * This file simply provides the global definitions we need to
+ * be able to correctly implement to core browser DOM HTML interfaces.
+ */
+var HTMLDocument,
+ HTMLElement,
+ HTMLCollection,
+ HTMLAnchorElement,
+ HTMLAreaElement,
+ HTMLBaseElement,
+ HTMLQuoteElement,
+ HTMLBodyElement,
+ HTMLButtonElement,
+ HTMLCanvasElement,
+ HTMLTableColElement,
+ HTMLModElement,
+ HTMLDivElement,
+ HTMLFieldSetElement,
+ HTMLFormElement,
+ HTMLFrameElement,
+ HTMLFrameSetElement,
+ HTMLHeadElement,
+ HTMLIFrameElement,
+ HTMLImageElement,
+ HTMLInputElement,
+ HTMLLabelElement,
+ HTMLLegendElement,
+ HTMLLinkElement,
+ HTMLMapElement,
+ HTMLMetaElement,
+ HTMLObjectElement,
+ HTMLOptGroupElement,
+ HTMLOptionElement,
+ HTMLParamElement,
+ HTMLScriptElement,
+ HTMLSelectElement,
+ HTMLStyleElement,
+ HTMLTableElement,
+ HTMLTableSectionElement,
+ HTMLTableCellElement,
+ HTMLTableRowElement,
+ HTMLTextAreaElement,
+ HTMLTitleElement,
+ HTMLUnknownElement;
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/a.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/a.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/a.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,87 @@
+
+/**
+ * HTMLAnchorElement - DOM Level 2
+ */
+HTMLAnchorElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLAnchorElement.prototype = new HTMLElement;
+__extend__(HTMLAnchorElement.prototype, {
+ get accessKey() {
+ return this.getAttribute("accesskey")||'';
+ },
+ set accessKey(val) {
+ return this.setAttribute("accesskey",val);
+ },
+ get charset() {
+ return this.getAttribute("charset")||'';
+ },
+ set charset(val) {
+ return this.setAttribute("charset",val);
+ },
+ get coords() {
+ return this.getAttribute("coords")||'';
+ },
+ set coords(val) {
+ return this.setAttribute("coords",val);
+ },
+ get href() {
+ var location = this.ownerDocument.location+'';
+ return (location?location.substring(0, location.lastIndexOf('/')):'')+
+ (this.getAttribute("href")||'');
+ },
+ set href(val) {
+ return this.setAttribute("href",val);
+ },
+ get hreflang() {
+ return this.getAttribute("hreflang")||'';
+ },
+ set hreflang(val) {
+ this.setAttribute("hreflang",val);
+ },
+ get name() {
+ return this.getAttribute("name")||'';
+ },
+ set name(val) {
+ this.setAttribute("name",val);
+ },
+ get rel() {
+ return this.getAttribute("rel")||'';
+ },
+ set rel(val) {
+ return this.setAttribute("rel", val);
+ },
+ get rev() {
+ return this.getAttribute("rev")||'';
+ },
+ set rev(val) {
+ return this.setAttribute("rev",val);
+ },
+ get shape() {
+ return this.getAttribute("shape")||'';
+ },
+ set shape(val) {
+ return this.setAttribute("shape",val);
+ },
+ get target() {
+ return this.getAttribute("target")||'';
+ },
+ set target(val) {
+ return this.setAttribute("target",val);
+ },
+ get type() {
+ return this.getAttribute("type")||'';
+ },
+ set type(val) {
+ return this.setAttribute("type",val);
+ },
+ blur:function(){
+ __blur__(this);
+ },
+ focus:function(){
+ __focus__(this);
+ },
+ toString: function(){
+ return '[object HTMLAnchorElement]';
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/area.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/area.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/area.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,58 @@
+
+/*
+ * HTMLAreaElement - DOM Level 2
+ */
+HTMLAreaElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLAreaElement.prototype = new HTMLElement;
+__extend__(HTMLAreaElement.prototype, {
+ get accessKey(){
+ return this.getAttribute('accesskey');
+ },
+ set accessKey(value){
+ this.setAttribute('accesskey',value);
+ },
+ get alt(){
+ return this.getAttribute('alt');
+ },
+ set alt(value){
+ this.setAttribute('alt',value);
+ },
+ get coords(){
+ return this.getAttribute('coords');
+ },
+ set coords(value){
+ this.setAttribute('coords',value);
+ },
+ get href(){
+ return this.getAttribute('href');
+ },
+ set href(value){
+ this.setAttribute('href',value);
+ },
+ get noHref(){
+ return this.hasAttribute('href');
+ },
+ get shape(){
+ //TODO
+ return 0;
+ },
+ /*get tabIndex(){
+ return this.getAttribute('tabindex');
+ },
+ set tabIndex(value){
+ this.setAttribute('tabindex',value);
+ },*/
+ get target(){
+ return this.getAttribute('target');
+ },
+ set target(value){
+ this.setAttribute('target',value);
+ },
+ toString: function(){
+ return '[object HTMLAreaElement]';
+ }
+});
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/base.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/base.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/base.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,24 @@
+
+/*
+* HTMLBaseElement - DOM Level 2
+*/
+HTMLBaseElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLBaseElement.prototype = new HTMLElement;
+__extend__(HTMLBaseElement.prototype, {
+ get href(){
+ return this.getAttribute('href');
+ },
+ set href(value){
+ this.setAttribute('href',value);
+ },
+ get target(){
+ return this.getAttribute('target');
+ },
+ set target(value){
+ this.setAttribute('target',value);
+ }
+});
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/blockquote-q.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/blockquote-q.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/blockquote-q.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,16 @@
+
+/*
+* HTMLQuoteElement - DOM Level 2
+*/
+HTMLQuoteElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+__extend__(HTMLQuoteElement.prototype, HTMLElement.prototype);
+__extend__(HTMLQuoteElement.prototype, {
+ get cite(){
+ return this.getAttribute('cite');
+ },
+ set cite(value){
+ this.setAttribute('cite',value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/body.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/body.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/body.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,17 @@
+
+/*
+ * HTMLBodyElement - DOM Level 2
+ */
+HTMLBodyElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLBodyElement.prototype = new HTMLElement;
+__extend__(HTMLBodyElement.prototype, {
+ onload: function(event){
+ __eval__(this.getAttribute('onload')||'', this)
+ },
+ onunload: function(event){
+ __eval__(this.getAttribute('onunload')||'', this)
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/button.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/button.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/button.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,18 @@
+
+/*
+ * HTMLButtonElement - DOM Level 2
+ */
+HTMLButtonElement = function(ownerDocument) {
+ HTMLTypeValueInputs.apply(this, arguments);
+};
+HTMLButtonElement.prototype = new HTMLTypeValueInputs;
+__extend__(HTMLButtonElement.prototype, inputElements_status);
+__extend__(HTMLButtonElement.prototype, {
+ get dataFormatAs(){
+ return this.getAttribute('dataFormatAs');
+ },
+ set dataFormatAs(value){
+ this.setAttribute('dataFormatAs',value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/canvas.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/canvas.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/canvas.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,15 @@
+
+/*
+* HTMLCanvasElement - DOM Level 2
+*/
+HTMLCanvasElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLCanvasElement.prototype = new HTMLElement;
+__extend__(HTMLCanvasElement.prototype, {
+
+ // TODO: obviously a big challenge
+
+});
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/col-colgroup.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/col-colgroup.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/col-colgroup.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,47 @@
+
+/*
+* HTMLTableColElement - DOM Level 2
+*/
+HTMLTableColElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTableColElement.prototype = new HTMLElement;
+__extend__(HTMLTableColElement.prototype, {
+ get align(){
+ return this.getAttribute('align');
+ },
+ set align(value){
+ this.setAttribute('align', value);
+ },
+ get ch(){
+ return this.getAttribute('ch');
+ },
+ set ch(value){
+ this.setAttribute('ch', value);
+ },
+ get chOff(){
+ return this.getAttribute('ch');
+ },
+ set chOff(value){
+ this.setAttribute('ch', value);
+ },
+ get span(){
+ return this.getAttribute('span');
+ },
+ set span(value){
+ this.setAttribute('span', value);
+ },
+ get vAlign(){
+ return this.getAttribute('valign');
+ },
+ set vAlign(value){
+ this.setAttribute('valign', value);
+ },
+ get width(){
+ return this.getAttribute('width');
+ },
+ set width(value){
+ this.setAttribute('width', value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/collection.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/collection.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/collection.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,42 @@
+
+/*
+* HTMLCollection - DOM Level 2
+* Implementation Provided by Steven Wood
+*/
+HTMLCollection = function(nodelist, type){
+
+ __setArray__(this, []);
+ for (var i=0; i<nodelist.length; i++) {
+ this[i] = nodelist[i];
+ if('name' in nodelist[i]){
+ this[nodelist[i].name] = nodelist[i];
+ }
+ }
+
+ this.length = nodelist.length;
+
+}
+
+HTMLCollection.prototype = {
+
+ item : function (idx) {
+ var ret = null;
+ if ((idx >= 0) && (idx < this.length)) {
+ ret = this[idx];
+ }
+
+ return ret;
+ },
+
+ namedItem : function (name) {
+ if(name in this){
+ return this[name];
+ }
+ return null;
+ }
+};
+
+
+
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/cookie.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/cookie.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/cookie.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,169 @@
+
+/*
+ * cookie.js
+ * Private internal helper class used to save/retreive cookies
+ */
+var Cookies = {
+ persistent:{
+ //domain - key on domain name {
+ //path - key on path {
+ //name - key on name {
+ //value : cookie value
+ //other cookie properties
+ //}
+ //}
+ //}
+ //expire - provides a timestamp for expiring the cookie
+ //cookie - the cookie!
+ },
+ temporary:{//transient is a reserved word :(
+ //like above
+ }
+};
+
+//HTMLDocument cookie
+Cookies.set = function(doc, cookie){
+ var i,
+ index,
+ name,
+ value,
+ properties = {},
+ attr,
+ attrs = cookie.split(";");
+
+ var domainValid = function(doc, value){
+ var i,
+ domainParts = doc.domain.splt('.').reverse(),
+ newDomainParts = value.split('.').reverse();
+ if(newDomainParts.length > 1){
+ for(i=0;i<newDomainParts.length;i++){
+ if(!(newDomainParts[i] == domainParts[i])){
+ return false;
+ }
+ }
+ return true;
+ }
+ return false;
+ };
+ //for now the strategy is to simply create a json object
+ //and post it to a file in the .cookies.js file. I hate parsing
+ //dates so I decided not to implement support for 'expires'
+ //(which is deprecated) and instead focus on the easier 'max-age'
+ //(which succeeds 'expires')
+ cookie = {};//keyword properties of the cookie
+ cookie['domain']=doc.domain;
+ if(typeof(doc.location) == 'object'){
+ cookie['path'] = doc.location.pathname;
+ }else{
+ cookie.path = '/';
+ }
+ for(i=0;i<attrs.length;i++){
+ index = attrs[i].indexOf("=");
+ if(index > -1){
+ name = __trim__(attrs[i].slice(0,index));
+ value = __trim__(attrs[i].slice(index+1));
+ if(name=='max-age'){
+ //we'll have to set a timer to check these
+ //and garbage collect expired cookies
+ cookie[name] = parseInt(value, 10);
+ } else if(name=='domain'){
+ if(domainValid(doc, value)){
+ cookie['domain']=value;
+ }
+ } else if(name=='path'){
+ //not sure of any special logic for path
+ cookie['path'] = value;
+ } else {
+ //its not a cookie keyword so store it in our array of properties
+ //and we'll serialize individually in a moment
+ properties[name] = value;
+ }
+ }else{
+ if(attrs[i] == 'secure'){
+ cookie[attrs[i]] = true;
+ }
+ }
+ }
+ if(!cookie['max-age']){
+ //it's a transient cookie so it only lasts as long as
+ //the window.location remains the same
+ __mergeCookie__(Cookies.temporary, cookie, properties);
+ }else if(cookie['max-age']===0){
+ //delete the cookies
+ //TODO
+ }else{
+ //the cookie is persistent
+ __mergeCookie__(Cookies.persistent, cookie, properties);
+ __persistCookies__();
+ }
+};
+
+Cookies.get = function(doc){
+ //The cookies that are returned must belong to the same domain
+ //and be at or below the current window.location.path. Also
+ //we must check to see if the cookie was set to 'secure' in which
+ //case we must check our current location.protocol to make sure it's
+ //https:
+ return __cookieString__(Cookies.temporary, doc) +
+ __cookieString__(Cookies.persistent, doc);
+};
+
+function __cookieString__(cookies, doc) {
+ var cookieString = ""
+ domain,
+ path,
+ name;
+ for (domain in cookies) {
+ // check if the cookie is in the current domain (if domain is set)
+ if (domain == "" || domain == doc.domain) {
+ for (path in cookies[domain]) {
+ // make sure path is at or below the window location path
+ if (path == "/" || doc.documentURI.indexOf(path) > 0) {
+ for (name in cookies[domain][path]) {
+ cookieString +=
+ name+"="+cookies[domain][path][name].value+";";
+ }
+ }
+ }
+ }
+ }
+ return cookieString;
+};
+
+function __mergeCookie__(target, cookie, properties){
+ var name, now;
+ if(!target[cookie.domain]){
+ target[cookie.domain] = {};
+ }
+ if(!target[cookie.domain][cookie.path]){
+ target[cookie.domain][cookie.path] = {};
+ }
+ for(name in properties){
+ now = new Date().getTime();
+ target[cookie.domain][cookie.path][name] = {
+ value:properties[name],
+ "@env:secure":cookie.secure,
+ "@env:max-age":cookie['max-age'],
+ "@env:date-created":now,
+ "@env:expiration":now + cookie['max-age']
+ };
+ }
+};
+
+function __persistCookies__(){
+ //TODO
+ //I think it should be done via $env so it can be customized
+};
+
+function __loadCookies__(){
+ //TODO
+ //should also be configurable via $env
+ try{
+ //TODO - load cookies
+
+ }catch(e){
+ //TODO - fail gracefully
+ }
+};
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/del-ins.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/del-ins.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/del-ins.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,22 @@
+
+/*
+* HTMLModElement - DOM Level 2
+*/
+HTMLModElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLModElement.prototype = new HTMLElement;
+__extend__(HTMLModElement.prototype, {
+ get cite(){
+ return this.getAttribute('cite');
+ },
+ set cite(value){
+ this.setAttribute('cite', value);
+ },
+ get dateTime(){
+ return this.getAttribute('datetime');
+ },
+ set dateTime(value){
+ this.setAttribute('datetime', value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/div.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/div.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/div.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,17 @@
+
+/*
+* HTMLDivElement - DOM Level 2
+*/
+HTMLDivElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLDivElement.prototype = new HTMLElement;
+__extend__(HTMLDivElement.prototype, {
+ get align(){
+ return this.getAttribute('align') || 'left';
+ },
+ set align(value){
+ this.setAttribute('align', value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/document.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/document.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/document.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,402 @@
+
+/**
+ * @class HTMLDocument
+ * The Document interface represents the entire HTML or XML document.
+ * Conceptually, it is the root of the document tree, and provides
+ * the primary access to the document's data.
+ *
+ * @extends Document
+ */
+HTMLDocument = function(implementation, ownerWindow, referrer) {
+ Document.apply(this, arguments);
+ this.referrer = referrer;
+ this.baseURI = "about:blank";
+ this.ownerWindow = ownerWindow;
+};
+HTMLDocument.prototype = new Document;
+
+__extend__(HTMLDocument.prototype, {
+ createElement: function(tagName){
+ tagName = tagName.toUpperCase();
+ // create Element specifying 'this' as ownerDocument
+ // This is an html document so we need to use explicit interfaces per the
+ //TODO: would be much faster as a big switch
+ switch(tagName){
+ case "A":
+ node = new HTMLAnchorElement(this);break;
+ case "AREA":
+ node = new HTMLAreaElement(this);break;
+ case "BASE":
+ node = new HTMLBaseElement(this);break;
+ case "BLOCKQUOTE":
+ node = new HTMLQuoteElement(this);break;
+ case "Q":
+ node = new HTMLQuoteElement(this);break;
+ case "BODY":
+ node = new HTMLBodyElement(this);break;
+ case "BR":
+ node = new HTMLElement(this);break;
+ case "BUTTON":
+ node = new HTMLButtonElement(this);break;
+ case "CAPTION":
+ node = new HTMLElement(this);break;
+ case "COL":
+ node = new HTMLTableColElement(this);break;
+ case "COLGROUP":
+ node = new HTMLTableColElement(this);break;
+ case "DEL":
+ node = new HTMLModElement(this);break;
+ case "INS":
+ node = new HTMLModElement(this);break;
+ case "DIV":
+ node = new HTMLDivElement(this);break;
+ case "DL":
+ node = new HTMLElement(this);break;
+ case "FIELDSET":
+ node = new HTMLFieldSetElement(this);break;
+ case "FORM":
+ node = new HTMLFormElement(this);break;
+ case "FRAME":
+ node = new HTMLFrameElement(this);break;
+ case "H1":
+ node = new HTMLHeadElement(this);break;
+ case "H2":
+ node = new HTMLHeadElement(this);break;
+ case "H3":
+ node = new HTMLHeadElement(this);break;
+ case "H4":
+ node = new HTMLHeadElement(this);break;
+ case "H5":
+ node = new HTMLHeadElement(this);break;
+ case "H6":
+ node = new HTMLHeadElement(this);break;
+ case "HR":
+ node = new HTMLElement(this);break;
+ case "HTML":
+ node = new HTMLElement(this);break;
+ case "IFRAME":
+ node = new HTMLIFrameElement(this);break;
+ case "IMG":
+ node = new HTMLImageElement(this);break;
+ case "INPUT":
+ node = new HTMLInputElement(this);break;
+ case "LABEL":
+ node = new HTMLLabelElement(this);break;
+ case "LEGEND":
+ node = new HTMLLegendElement(this);break;
+ case "LI":
+ node = new HTMLElement(this);break;
+ case "LINK":
+ node = new HTMLLinkElement(this);break;
+ case "MAP":
+ node = new HTMLMapElement(this);break;
+ case "META":
+ node = new HTMLObjectElement(this);break;
+ case "OBJECT":
+ node = new HTMLMapElement(this);break;
+ case "OPTGROUP":
+ node = new HTMLOptGroupElement(this);break;
+ case "OPTION":
+ node = new HTMLOptionElement(this);break;
+ case "P":
+ node = new HTMLParagraphElement(this);break;
+ case "PARAM":
+ node = new HTMLParamElement(this);break;
+ case "PRE":
+ node = new HTMLElement(this);break;
+ case "SCRIPT":
+ node = new HTMLScriptElement(this);break;
+ case "SELECT":
+ node = new HTMLSelectElement(this);break;
+ case "STYLE":
+ node = new HTMLStyleElement(this);break;
+ case "TABLE":
+ node = new HTMLTableElement(this);break;
+ case "TBODY":
+ node = new HTMLTableSectionElement(this);break;
+ case "TFOOT":
+ node = new HTMLTableSectionElement(this);break;
+ case "THEAD":
+ node = new HTMLTableSectionElement(this);break;
+ case "TD":
+ node = new HTMLTableCellElement(this);break;
+ case "TH":
+ node = new HTMLTableCellElement(this);break;
+ case "TEXTAREA":
+ node = new HTMLTextAreaElement(this);break;
+ case "TITLE":
+ node = new HTMLTitleElement(this);break;
+ case "TR":
+ node = new HTMLTableRowElement(this);break;
+ case "UL":
+ node = new HTMLElement(this);break;
+ default:
+ node = new HTMLUnknownElement(this);
+ }
+ // assign values to properties (and aliases)
+ node.nodeName = tagName;
+ return node;
+ },
+ createElementNS : function (uri, local) {
+ //print('createElementNS :'+uri+" "+local);
+ if(!uri){
+ return this.createElement(local);
+ }else if ("http://www.w3.org/1999/xhtml" == uri) {
+ return this.createElement(local);
+ } else if ("http://www.w3.org/1998/Math/MathML" == uri) {
+ return this.createElement(local);
+ } else {
+ return Document.prototype.createElementNS.apply(this,[uri, local]);
+ }
+ },
+ get anchors(){
+ return new HTMLCollection(this.getElementsByTagName('a'));
+
+ },
+ get applets(){
+ return new HTMLCollection(this.getElementsByTagName('applet'));
+
+ },
+ get body(){
+ var nodelist = this.getElementsByTagName('body');
+ if(nodelist.length === 0){
+ __stubHTMLDocument__(this);
+ nodelist = this.getElementsByTagName('body');
+ }
+ return nodelist[0];
+
+ },
+ set body(html){
+ return this.replaceNode(this.body,html);
+ },
+
+ get title(){
+ var titleArray = this.getElementsByTagName('title');
+ if (titleArray.length < 1)
+ return "";
+ return titleArray[0].textContent;
+ },
+ set title(titleStr){
+ var titleArray = this.getElementsByTagName('title'),
+ titleElem,
+ headArray;
+ if (titleArray.length < 1){
+ // need to make a new element and add it to "head"
+ titleElem = new HTMLTitleElement(this);
+ titleElem.text = titleStr;
+ headArray = this.getElementsByTagName('head');
+ if (headArray.length < 1)
+ return; // ill-formed, just give up.....
+ headArray[0].appendChild(titleElem);
+ } else {
+ titleArray[0].textContent = titleStr;
+ }
+ },
+
+ get cookie(){
+ return Cookies.get(this);
+ },
+ set cookie(cookie){
+ return Cookies.set(this, cookie);
+ },
+ get location(){
+ return this.baseURI;
+ },
+ set location(url){
+ this.baseURI = url;
+ },
+ get domain(){
+ var HOSTNAME = new RegExp('\/\/([^\:\/]+)'),
+ matches = HOSTNAME.exec(this.baseURI);
+ return matches&&matches.length>1?matches[1]:"";
+ },
+ set domain(value){
+ var i,
+ domainParts = this.domain.splt('.').reverse(),
+ newDomainParts = value.split('.').reverse();
+ if(newDomainParts.length > 1){
+ for(i=0;i<newDomainParts.length;i++){
+ if(!(newDomainParts[i] == domainParts[i])){
+ return;
+ }
+ }
+ this.baseURI = this.baseURI.replace(domainParts.join('.'), value);
+ }
+ },
+ get forms(){
+ return new HTMLCollection(this.getElementsByTagName('form'));
+ },
+ get images(){
+ return new HTMLCollection(this.getElementsByTagName('img'));
+ },
+ get lastModified(){
+ /* TODO */
+ return this._lastModified;
+ },
+ get links(){
+ return new HTMLCollection(this.getElementsByTagName('a'));
+ },
+ getElementsByName : function(name){
+ //returns a real Array + the NodeList
+ var retNodes = __extend__([],new NodeList(this, this.documentElement)),
+ node;
+ // loop through all Elements in the 'all' collection
+ var all = this.all;
+ for (var i=0; i < all.length; i++) {
+ node = all[i];
+ if (node.nodeType == Node.ELEMENT_NODE &&
+ node.getAttribute('name') == name) {
+ retNodes.push(node);
+ }
+ }
+ return retNodes;
+ },
+ toString: function(){
+ return "[object HTMLDocument]";
+ },
+ get innerHTML(){
+ return this.documentElement.outerHTML;
+ },
+ get URL(){
+ return this.location;
+ },
+ set URL(url){
+ this.location = url;
+ }
+});
+
+var __stubHTMLDocument__ = function(doc){
+ var html = doc.documentElement,
+ head,
+ body,
+ children, i;
+ if(!html){
+ //console.log('stubbing html doc');
+ html = doc.createElement('html');
+ doc.appendChild(html);
+ head = doc.createElement('head');
+ html.appendChild(head);
+ body = doc.createElement('body');
+ html.appendChild(body);
+ }else{
+ body = doc.documentElement.getElementsByTagName('body').item(0);
+ if(!body){
+ body = doc.createElement('body');
+ html.appendChild(body);
+ }
+ head = doc.documentElement.getElementsByTagName('head').item(0);
+ if(!head){
+ head = doc.createElement('head');
+ html.appendChild(head);
+ }
+ }
+};
+
+Aspect.around({
+ target: Node,
+ method:"appendChild"
+}, function(invocation) {
+ var event,
+ okay,
+ node = invocation.proceed(),
+ doc = node.ownerDocument;
+ if((node.nodeType !== Node.ELEMENT_NODE)){
+ //for now we are only handling element insertions. probably we will need
+ //to handle text node changes to script tags and changes to src
+ //attributes
+ return node;
+ }
+ //console.log('appended html element %s %s %s', node.namespaceURI, node.nodeName, node);
+
+ switch(doc.parsing){
+ case true:
+ //handled by parser if included
+ break;
+ case false:
+ switch(node.namespaceURI){
+ case null:
+ //fall through
+ case "":
+ //fall through
+ case "http://www.w3.org/1999/xhtml":
+ switch(node.tagName.toLowerCase()){
+ case 'script':
+ if((node.parentNode.nodeName+"".toLowerCase() == 'head')){
+ try{
+ okay = Envjs.loadLocalScript(node, null);
+ //console.log('loaded script? %s %s', node.uuid, okay);
+ // only fire event if we actually had something to load
+ if (node.src && node.src.length > 0){
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent( okay ? "load" : "error", false, false );
+ node.dispatchEvent( event, false );
+ }
+ }catch(e){
+ console.log('error loading html element %s %e', node, e.toString());
+ }
+ }
+ break;
+ case 'frame':
+ case 'iframe':
+ node.contentWindow = { };
+ node.contentDocument = new HTMLDocument(new DOMImplementation(), node.contentWindow);
+ node.contentWindow.document = node.contentDocument
+ node.contentDocument.addEventListener('DOMContentLoaded', function(){
+ event = node.contentDocument.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ });
+ try{
+ if (node.src && node.src.length > 0){
+ //console.log("getting content document for (i)frame from %s", node.src);
+ Envjs.loadFrame(node, Envjs.uri(node.src));
+ event = node.contentDocument.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }else{
+ //I dont like this being here:
+ //TODO: better mix-in strategy so the try/catch isnt required
+ try{
+ if(Window){
+ Envjs.loadFrame(node);
+ //console.log('src/html/document.js: triggering frame load');
+ event = node.contentDocument.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }
+ }catch(e){}
+ }
+ }catch(e){
+ console.log('error loading html element %s %e', node, e.toString());
+ }
+ break;
+ case 'link':
+ if (node.href && node.href.length > 0){
+ // don't actually load anything, so we're "done" immediately:
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }
+ break;
+ case 'img':
+ if (node.src && node.src.length > 0){
+ // don't actually load anything, so we're "done" immediately:
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }
+ break;
+ default:
+ break;
+ }//switch on name
+ default:
+ break;
+ }//switch on ns
+ break;
+ default:
+ console.log('element appended: %s %s', node+'', node.namespaceURI);
+ }//switch on doc.parsing
+ return node;
+
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/element.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/element.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/element.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,164 @@
+
+/**
+* HTMLElement - DOM Level 2
+*/
+HTMLElement = function(ownerDocument) {
+ Element.apply(this, arguments);
+};
+HTMLElement.prototype = new Element;
+//TODO: Not sure where HTMLEvents belongs in the chain
+// but putting it here satisfies a lowest common
+// denominator.
+__extend__(HTMLElement.prototype, HTMLEvents.prototype);
+__extend__(HTMLElement.prototype, {
+ get className() {
+ return this.getAttribute("class")||'';
+ },
+ set className(value) {
+ return this.setAttribute("class",__trim__(value));
+ },
+ get dir() {
+ return this.getAttribute("dir")||"ltr";
+ },
+ set dir(val) {
+ return this.setAttribute("dir",val);
+ },
+ get id(){
+ return this.getAttribute('id');
+ },
+ set id(id){
+ this.setAttribute('id', id);
+ },
+ get innerHTML(){
+ var ret = "",
+ i;
+
+ // create string containing the concatenation of the string
+ // values of each child
+ for (i=0; i < this.childNodes.length; i++) {
+ if(this.childNodes[i]){
+ if(this.childNodes[i].xhtml){
+ ret += this.childNodes[i].xhtml;
+ }else if(this.childNodes[i].nodeType == Node.TEXT_NODE && i>0 &&
+ this.childNodes[i-1].nodeType == Node.TEXT_NODE){
+ //add a single space between adjacent text nodes
+ ret += " "+this.childNodes[i].xml;
+ }else{
+ ret += this.childNodes[i].xml;
+ }
+ }
+ }
+ return ret;
+ },
+ get lang() {
+ return this.getAttribute("lang");
+ },
+ set lang(val) {
+ return this.setAttribute("lang",val);
+ },
+ get offsetHeight(){
+ return Number((this.style["height"]||'').replace("px",""));
+ },
+ get offsetWidth(){
+ return Number((this.style["width"]||'').replace("px",""));
+ },
+ offsetLeft: 0,
+ offsetRight: 0,
+ get offsetParent(){
+ /* TODO */
+ return;
+ },
+ set offsetParent(element){
+ /* TODO */
+ return;
+ },
+ scrollHeight: 0,
+ scrollWidth: 0,
+ scrollLeft: 0,
+ scrollRight: 0,
+ get style(){
+ return this.getAttribute('style')||'';
+ },
+ get title() {
+ return this.getAttribute("title");
+ },
+ set title(value) {
+ return this.setAttribute("title", value);
+ },
+ get tabIndex(){
+ var tabindex = this.getAttribute('tabindex');
+ if(tabindex!==null){
+ return Number(tabindex);
+ } else {
+ return 0;
+ }
+ },
+ set tabIndex(value){
+ if(value===undefined||value===null)
+ value = 0;
+ this.setAttribute('tabindex',Number(value));
+ },
+ get outerHTML(){
+ //Not in the specs but I'll leave it here for now.
+ return this.xhtml;
+ },
+ scrollIntoView: function(){
+ /*TODO*/
+ return;
+ },
+ toString: function(){
+ return '[object HTMLElement]';
+ },
+ get xhtml() {
+ // HTMLDocument.xhtml is non-standard
+ // This is exactly like Document.xml except the tagName has to be
+ // lower cased. I dont like to duplicate this but its really not
+ // a simple work around between xml and html serialization via
+ // XMLSerializer (which uppercases html tags) and innerHTML (which
+ // lowercases tags)
+
+ var ret = "",
+ ns = "",
+ name = (this.tagName+"").toLowerCase(),
+ attrs,
+ attrstring = "",
+ i;
+
+ // serialize namespace declarations
+ if (this.namespaceURI){
+ if((this === this.ownerDocument.documentElement) ||
+ (!this.parentNode)||
+ (this.parentNode &&
+ (this.parentNode.namespaceURI !== this.namespaceURI)))
+ ns = ' xmlns'+(this.prefix?(':'+this.prefix):'')+
+ '="'+this.namespaceURI+'"';
+ }
+
+ // serialize Attribute declarations
+ attrs = this.attributes;
+ for(i=0;i< attrs.length;i++){
+ attrstring += " "+attrs[i].name+'="'+attrs[i].xml+'"';
+ }
+
+ if(this.hasChildNodes()){
+ // serialize this Element
+ ret += "<" + name + ns + attrstring +">";
+ for(i=0;i< this.childNodes.length;i++){
+ ret += this.childNodes[i].xhtml ?
+ this.childNodes[i].xhtml :
+ this.childNodes[i].xml
+ }
+ ret += "</" + name + ">";
+ }else{
+ switch(name){
+ case 'script':
+ ret += "<" + name + ns + attrstring +"></"+name+">";
+ default:
+ ret += "<" + name + ns + attrstring +"/>";
+ }
+ }
+
+ return ret;
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/fieldset.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/fieldset.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/fieldset.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,16 @@
+
+/*
+ * HTMLFieldSetElement - DOM Level 2
+ */
+HTMLFieldSetElement = function(ownerDocument) {
+ HTMLLegendElement.apply(this, arguments);
+};
+HTMLFieldSetElement.prototype = new HTMLLegendElement;
+__extend__(HTMLFieldSetElement.prototype, {
+ get margin(){
+ return this.getAttribute('margin');
+ },
+ set margin(value){
+ this.setAttribute('margin',value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/form.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/form.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/form.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,86 @@
+
+/*
+ * HTMLFormElement - DOM Level 2
+ */
+HTMLFormElement = function(ownerDocument){
+ HTMLElement.apply(this, arguments);
+ //TODO: on __elementPopped__ from the parser
+ // we need to determine all the forms default
+ // values
+};
+HTMLFormElement.prototype = new HTMLElement;
+__extend__(HTMLFormElement.prototype,{
+ get acceptCharset(){
+ return this.getAttribute('accept-charset');
+ },
+ set acceptCharset(acceptCharset){
+ this.setAttribute('accept-charset', acceptCharset);
+
+ },
+ get action(){
+ return this.getAttribute('action');
+
+ },
+ set action(action){
+ this.setAttribute('action', action);
+
+ },
+ get elements() {
+ return this.getElementsByTagName("*");
+
+ },
+ get enctype(){
+ return this.getAttribute('enctype');
+
+ },
+ set enctype(enctype){
+ this.setAttribute('enctype', enctype);
+
+ },
+ get length() {
+ return this.elements.length;
+
+ },
+ get method(){
+ return this.getAttribute('method');
+
+ },
+ set method(method){
+ this.setAttribute('method', method);
+
+ },
+ get name() {
+ return this.getAttribute("name");
+
+ },
+ set name(val) {
+ return this.setAttribute("name",val);
+
+ },
+ get target() {
+ return this.getAttribute("target");
+
+ },
+ set target(val) {
+ return this.setAttribute("target",val);
+
+ },
+ toString: function(){
+ return '[object HTMLFormElement]';
+ },
+ submit:function(){
+ //TODO: this needs to perform the form inputs serialization
+ // and submission
+ // DONE: see xhr/form.js
+ var event = __submit__(this);
+
+ },
+ reset:function(){
+ //TODO: this needs to reset all values specified in the form
+ // to those which where set as defaults
+ __reset__(this);
+
+ },
+ onsubmit:HTMLEvents.prototype.onsubmit,
+ onreset: HTMLEvents.prototype.onreset
+});
Added: trunk/mapbender/test/tools/env-js/src/html/frame.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/frame.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/frame.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+
+/**
+ * HTMLFrameElement - DOM Level 2
+ */
+HTMLFrameElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+ // this is normally a getter but we need to be
+ // able to set it to correctly emulate behavior
+ this.contentDocument = null;
+ this.contentWindow = null;
+};
+HTMLFrameElement.prototype = new HTMLElement;
+__extend__(HTMLFrameElement.prototype, {
+
+ get frameBorder(){
+ return this.getAttribute('border')||"";
+ },
+ set frameBorder(value){
+ this.setAttribute('border', value);
+ },
+ get longDesc(){
+ return this.getAttribute('longdesc')||"";
+ },
+ set longDesc(value){
+ this.setAttribute('longdesc', value);
+ },
+ get marginHeight(){
+ return this.getAttribute('marginheight')||"";
+ },
+ set marginHeight(value){
+ this.setAttribute('marginheight', value);
+ },
+ get marginWidth(){
+ return this.getAttribute('marginwidth')||"";
+ },
+ set marginWidth(value){
+ this.setAttribute('marginwidth', value);
+ },
+ get name(){
+ return this.getAttribute('name')||"";
+ },
+ set name(value){
+ this.setAttribute('name', value);
+ },
+ get noResize(){
+ return this.getAttribute('noresize')||false;
+ },
+ set noResize(value){
+ this.setAttribute('noresize', value);
+ },
+ get scrolling(){
+ return this.getAttribute('scrolling')||"";
+ },
+ set scrolling(value){
+ this.setAttribute('scrolling', value);
+ },
+ get src(){
+ return this.getAttribute('src')||"";
+ },
+ set src(value){
+ this.setAttribute('src', value);
+ },
+ toString: function(){
+ return '[object HTMLFrameElement]';
+ },
+ onload: HTMLEvents.prototype.onload
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/frameset.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/frameset.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/frameset.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,21 @@
+/**
+ * HTMLFrameSetElement - DOM Level 2
+ */
+HTMLFrameSetElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLFrameSetElement.prototype = new HTMLElement;
+__extend__(HTMLFrameSetElement.prototype, {
+ get cols(){
+ return this.getAttribute('cols');
+ },
+ set cols(value){
+ this.setAttribute('cols', value);
+ },
+ get rows(){
+ return this.getAttribute('rows');
+ },
+ set rows(value){
+ this.setAttribute('rows', value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/head.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/head.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/head.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,34 @@
+
+/**
+ * HTMLHeadElement - DOM Level 2
+ */
+HTMLHeadElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLHeadElement.prototype = new HTMLElement;
+__extend__(HTMLHeadElement.prototype, {
+ get profile(){
+ return this.getAttribute('profile');
+ },
+ set profile(value){
+ this.setAttribute('profile', value);
+ },
+ //we override this so we can apply browser behavior specific to head children
+ //like loading scripts
+ appendChild : function(newChild) {
+ var newChild = HTMLElement.prototype.appendChild.apply(this,[newChild]);
+ //TODO: evaluate scripts which are appended to the head
+ //__evalScript__(newChild);
+ return newChild;
+ },
+ insertBefore : function(newChild, refChild) {
+ var newChild = HTMLElement.prototype.insertBefore.apply(this,[newChild]);
+ //TODO: evaluate scripts which are appended to the head
+ //__evalScript__(newChild);
+ return newChild;
+ },
+ toString: function(){
+ return '[object HTMLHeadElement]';
+ },
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/htmlevents.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/htmlevents.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/htmlevents.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,157 @@
+
+/**
+ * @name HTMLEvents
+ * @w3c:domlevel 2
+ * @uri http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html
+ */
+var HTMLEvents= function(){};
+HTMLEvents.prototype = {
+ onload: function(event){
+ __eval__(this.getAttribute('onload')||'', this);
+ },
+ onunload: function(event){
+ __eval__(this.getAttribute('onunload')||'', this);
+ },
+ onabort: function(event){
+ __eval__(this.getAttribute('onabort')||'', this);
+ },
+ onerror: function(event){
+ __eval__(this.getAttribute('onerror')||'', this);
+ },
+ onselect: function(event){
+ __eval__(this.getAttribute('onselect')||'', this);
+ },
+ onchange: function(event){
+ __eval__(this.getAttribute('onchange')||'', this);
+ },
+ onsubmit: function(event){
+ if (__eval__(this.getAttribute('onsubmit')||'', this)) {
+ this.submit();
+ }
+ },
+ onreset: function(event){
+ __eval__(this.getAttribute('onreset')||'', this);
+ },
+ onfocus: function(event){
+ __eval__(this.getAttribute('onfocus')||'', this);
+ },
+ onblur: function(event){
+ __eval__(this.getAttribute('onblur')||'', this);
+ },
+ onresize: function(event){
+ __eval__(this.getAttribute('onresize')||'', this);
+ },
+ onscroll: function(event){
+ __eval__(this.getAttribute('onscroll')||'', this);
+ }
+};
+
+
+var __eval__ = function(script, node){
+ if (!script == ""){
+ // don't assemble environment if no script...
+ try{
+ eval(script);
+ }catch(e){
+ console.log('error evaluating %s', e);
+ }
+ }
+};
+
+
+
+//HTMLDocument, HTMLFramesetElement, HTMLObjectElement
+var __load__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("load", false, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HTMLFramesetElement, HTMLBodyElement
+var __unload__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("unload", false, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HTMLObjectElement
+var __abort__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("abort", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HTMLFramesetElement, HTMLObjectElement, HTMLBodyElement
+var __error__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("error", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HTMLInputElement, HTMLTextAreaElement
+var __select__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("select", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HTMLInputElement, HTMLSelectElement, HTMLTextAreaElement
+var __change__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("change", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HtmlFormElement
+var __submit__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("submit", true, true);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//HtmlFormElement
+var __reset__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("reset", false, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//LABEL, INPUT, SELECT, TEXTAREA, and BUTTON
+var __focus__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("focus", false, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//LABEL, INPUT, SELECT, TEXTAREA, and BUTTON
+var __blur__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("blur", false, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//Window
+var __resize__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("resize", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
+
+//Window
+var __scroll__ = function(element){
+ var event = new Event('HTMLEvents');
+ event.initEvent("scroll", true, false);
+ element.dispatchEvent(event);
+ return event;
+};
Added: trunk/mapbender/test/tools/env-js/src/html/iframe.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/iframe.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/iframe.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,26 @@
+
+/*
+ * HTMLIFrameElement - DOM Level 2
+ */
+HTMLIFrameElement = function(ownerDocument) {
+ HTMLFrameElement.apply(this, arguments);
+};
+HTMLIFrameElement.prototype = new HTMLFrameElement;
+__extend__(HTMLIFrameElement.prototype, {
+ get height() {
+ return this.getAttribute("height") || "";
+ },
+ set height(val) {
+ return this.setAttribute("height",val);
+ },
+ get width() {
+ return this.getAttribute("width") || "";
+ },
+ set width(val) {
+ return this.setAttribute("width",val);
+ },
+ toString: function(){
+ return '[object HTMLIFrameElement]';
+ }
+});
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/img.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/img.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/img.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,59 @@
+
+/**
+ * HTMLImageElement - DOM Level 2
+ */
+HTMLImageElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLImageElement.prototype = new HTMLElement;
+__extend__(HTMLImageElement.prototype, {
+ get alt(){
+ return this.getAttribute('alt');
+ },
+ set alt(value){
+ this.setAttribute('alt', value);
+ },
+ get height(){
+ return this.getAttribute('height');
+ },
+ set height(value){
+ this.setAttribute('height', value);
+ },
+ get isMap(){
+ return this.hasAttribute('map');
+ },
+ set useMap(value){
+ this.setAttribute('map', value);
+ },
+ get longDesc(){
+ return this.getAttribute('longdesc');
+ },
+ set longDesc(value){
+ this.setAttribute('longdesc', value);
+ },
+ get name(){
+ return this.getAttribute('name');
+ },
+ set name(value){
+ this.setAttribute('name', value);
+ },
+ get src(){
+ return this.getAttribute('src');
+ },
+ set src(value){
+ this.setAttribute('src', value);
+
+ var event = document.createEvent();
+ event.initEvent("load");
+ this.dispatchEvent( event, false );
+ },
+ get width(){
+ return this.getAttribute('width');
+ },
+ set width(value){
+ this.setAttribute('width', value);
+ },
+ onload: function(event){
+ __eval__(this.getAttribute('onload')||'', this)
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/input-elements.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/input-elements.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/input-elements.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,263 @@
+/*
+ * a set of convenience classes to centralize implementation of
+ * properties and methods across multiple in-form elements
+ *
+ * the hierarchy of related HTML elements and their members is as follows:
+ *
+ *
+ * HTMLInputCommon: common to all elements
+ * .form
+ *
+ * <legend>
+ * [common plus:]
+ * .align
+ *
+ * <fieldset>
+ * [identical to "legend" plus:]
+ * .margin
+ *
+ *
+ * ****
+ *
+ * <label>
+ * [common plus:]
+ * .dataFormatAs
+ * .htmlFor
+ * [plus data properties]
+ *
+ * <option>
+ * [common plus:]
+ * .defaultSelected
+ * .index
+ * .label
+ * .selected
+ * .text
+ * .value // unique implementation, not duplicated
+ *
+ * ****
+ *
+ * HTMLTypeValueInputs: common to remaining elements
+ * [common plus:]
+ * .name
+ * .type
+ * .value
+ * [plus data properties]
+ *
+ *
+ * <select>
+ * .length
+ * .multiple
+ * .options[]
+ * .selectedIndex
+ * .add()
+ * .remove()
+ * .item() // unimplemented
+ * .namedItem() // unimplemented
+ * [plus ".onchange"]
+ * [plus focus events]
+ * [plus data properties]
+ * [plus ".size"]
+ *
+ * <button>
+ * .dataFormatAs // duplicated from above, oh well....
+ * [plus ".status", ".createTextRange()"]
+ *
+ * ****
+ *
+ * HTMLInputAreaCommon: common to remaining elements
+ * .defaultValue
+ * .readOnly
+ * .handleEvent() // unimplemented
+ * .select()
+ * .onselect
+ * [plus ".size"]
+ * [plus ".status", ".createTextRange()"]
+ * [plus focus events]
+ * [plus ".onchange"]
+ *
+ * <textarea>
+ * .cols
+ * .rows
+ * .wrap // unimplemented
+ * .onscroll // unimplemented
+ *
+ * <input>
+ * .alt
+ * .accept // unimplemented
+ * .checked
+ * .complete // unimplemented
+ * .defaultChecked
+ * .dynsrc // unimplemented
+ * .height
+ * .hspace // unimplemented
+ * .indeterminate // unimplemented
+ * .loop // unimplemented
+ * .lowsrc // unimplemented
+ * .maxLength
+ * .src
+ * .start // unimplemented
+ * .useMap
+ * .vspace // unimplemented
+ * .width
+ * .onclick
+ * [plus ".size"]
+ * [plus ".status", ".createTextRange()"]
+
+ * [data properties] // unimplemented
+ * .dataFld
+ * .dataSrc
+
+ * [status stuff] // unimplemented
+ * .status
+ * .createTextRange()
+
+ * [focus events]
+ * .onblur
+ * .onfocus
+
+ */
+
+
+
+var inputElements_dataProperties = {};
+var inputElements_status = {};
+
+var inputElements_onchange = {
+ onchange: function(event){
+ __eval__(this.getAttribute('onchange')||'', this)
+ }
+};
+
+var inputElements_size = {
+ get size(){
+ return Number(this.getAttribute('size'));
+ },
+ set size(value){
+ this.setAttribute('size',value);
+ }
+};
+
+var inputElements_focusEvents = {
+ blur: function(){
+ __blur__(this);
+
+ if (this._oldValue != this.value){
+ var event = document.createEvent("HTMLEvents");
+ event.initEvent("change", true, true);
+ this.dispatchEvent( event );
+ }
+ },
+ focus: function(){
+ __focus__(this);
+ this._oldValue = this.value;
+ }
+};
+
+
+/*
+* HTMLInputCommon - convenience class, not DOM
+*/
+var HTMLInputCommon = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLInputCommon.prototype = new HTMLElement;
+__extend__(HTMLInputCommon.prototype, {
+ get form(){
+ var parent = this.parentNode;
+ while(parent.nodeName.toLowerCase() != 'form'){
+ parent = parent.parentNode;
+ }
+ return parent;
+ },
+ get accessKey(){
+ return this.getAttribute('accesskey');
+ },
+ set accessKey(value){
+ this.setAttribute('accesskey',value);
+ },
+ get access(){
+ return this.getAttribute('access');
+ },
+ set access(value){
+ this.setAttribute('access', value);
+ },
+ get disabled(){
+ return (this.getAttribute('disabled')=='disabled');
+ },
+ set disabled(value){
+ this.setAttribute('disabled', (value ? 'disabled' :''));
+ }
+});
+
+
+
+
+/*
+* HTMLTypeValueInputs - convenience class, not DOM
+*/
+var HTMLTypeValueInputs = function(ownerDocument) {
+
+ HTMLInputCommon.apply(this, arguments);
+
+ this._oldValue = "";
+};
+HTMLTypeValueInputs.prototype = new HTMLInputCommon;
+__extend__(HTMLTypeValueInputs.prototype, inputElements_size);
+__extend__(HTMLTypeValueInputs.prototype, inputElements_status);
+__extend__(HTMLTypeValueInputs.prototype, inputElements_dataProperties);
+__extend__(HTMLTypeValueInputs.prototype, {
+ get defaultValue(){
+ return this.getAttribute('defaultValue');
+ },
+ set defaultValue(value){
+ this.setAttribute('defaultValue', value);
+ },
+ get name(){
+ return this.getAttribute('name')||'';
+ },
+ set name(value){
+ this.setAttribute('name',value);
+ },
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(type){
+ return this.setAttribute('type', type);
+ },
+ get value(){
+ return this.getAttribute('value')||'';
+ },
+ set value(newValue){
+ this.setAttribute('value',newValue);
+ },
+ setAttribute: function(name, value){
+ if(name == 'value' && !this.defaultValue){
+ this.defaultValue = value;
+ }
+ HTMLElement.prototype.setAttribute.apply(this, [name, value]);
+ }
+});
+
+
+/*
+* HTMLInputAreaCommon - convenience class, not DOM
+*/
+var HTMLInputAreaCommon = function(ownerDocument) {
+ HTMLTypeValueInputs.apply(this, arguments);
+};
+HTMLInputAreaCommon.prototype = new HTMLTypeValueInputs;
+__extend__(HTMLInputAreaCommon.prototype, inputElements_focusEvents);
+__extend__(HTMLInputAreaCommon.prototype, inputElements_onchange);
+__extend__(HTMLInputAreaCommon.prototype, {
+ get readOnly(){
+ return (this.getAttribute('readonly')=='readonly');
+ },
+ set readOnly(value){
+ this.setAttribute('readonly', (value ? 'readonly' :''));
+ },
+ select:function(){
+ __select__(this);
+
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/input.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/input.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/input.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,56 @@
+/**
+ * HTMLInputElement - DOM Level 2
+ */
+HTMLInputElement = function(ownerDocument) {
+ HTMLInputAreaCommon.apply(this, arguments);
+};
+HTMLInputElement.prototype = new HTMLInputAreaCommon;
+__extend__(HTMLInputElement.prototype, {
+ get alt(){
+ return this.getAttribute('alt');
+ },
+ set alt(value){
+ this.setAttribute('alt', value);
+ },
+ get checked(){
+ return (this.getAttribute('checked')=='checked');
+ },
+ set checked(value){
+ this.setAttribute('checked', (value ? 'checked' :''));
+ },
+ get defaultChecked(){
+ return this.getAttribute('defaultChecked');
+ },
+ get height(){
+ return this.getAttribute('height');
+ },
+ set height(value){
+ this.setAttribute('height',value);
+ },
+ get maxLength(){
+ return Number(this.getAttribute('maxlength')||'0');
+ },
+ set maxLength(value){
+ this.setAttribute('maxlength', value);
+ },
+ get src(){
+ return this.getAttribute('src');
+ },
+ set src(value){
+ this.setAttribute('src', value);
+ },
+ get useMap(){
+ return this.getAttribute('map');
+ },
+ get width(){
+ return this.getAttribute('width');
+ },
+ set width(value){
+ this.setAttribute('width',value);
+ },
+ click:function(){
+ __click__(this);
+ }
+});
+
+
Added: trunk/mapbender/test/tools/env-js/src/html/keyboardevents.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/keyboardevents.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/keyboardevents.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,53 @@
+
+/**
+ * @name KeyboardEvents
+ * @w3c:domlevel 2
+ * @uri http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html
+ */
+var KeyboardEvents= function(){};
+KeyboardEvents.prototype = {
+ onkeydown: function(event){
+ __eval__(this.getAttribute('onkeydown')||'', this);
+ },
+ onkeypress: function(event){
+ __eval__(this.getAttribute('onkeypress')||'', this);
+ },
+ onkeyup: function(event){
+ __eval__(this.getAttribute('onkeyup')||'', this);
+ }
+};
+
+
+var __registerKeyboardEventAttrs__ = function(elm){
+ if(elm.hasAttribute('onkeydown')){
+ elm.addEventListener('keydown', elm.onkeydown, false);
+ }
+ if(elm.hasAttribute('onkeypress')){
+ elm.addEventListener('keypress', elm.onkeypress, false);
+ }
+ if(elm.hasAttribute('onkeyup')){
+ elm.addEventListener('keyup', elm.onkeyup, false);
+ }
+ return elm;
+};
+
+//HTMLInputElement, HTMLSelectElement, HTMLTextAreaElement
+var __keydown__ = function(element){
+ var event = new Event('KeyboardEvents');
+ event.initEvent("keydown", false, false);
+ element.dispatchEvent(event);
+};
+
+//HTMLInputElement, HTMLSelectElement, HTMLTextAreaElement
+var __keypress__ = function(element){
+ var event = new Event('KeyboardEvents');
+ event.initEvent("keypress", false, false);
+ element.dispatchEvent(event);
+};
+
+//HTMLInputElement, HTMLSelectElement, HTMLTextAreaElement
+var __keyup__ = function(element){
+ var event = new Event('KeyboardEvents');
+ event.initEvent("keyup", false, false);
+ element.dispatchEvent(event);
+};
Added: trunk/mapbender/test/tools/env-js/src/html/label.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/label.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/label.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,24 @@
+
+/**
+ * HTMLLabelElement - DOM Level 2
+ */
+HTMLLabelElement = function(ownerDocument) {
+ HTMLInputCommon.apply(this, arguments);
+};
+HTMLLabelElement.prototype = new HTMLInputCommon;
+__extend__(HTMLLabelElement.prototype, inputElements_dataProperties);
+__extend__(HTMLLabelElement.prototype, {
+ get htmlFor(){
+ return this.getAttribute('for');
+ },
+ set htmlFor(value){
+ this.setAttribute('for',value);
+ },
+ get dataFormatAs(){
+ return this.getAttribute('dataFormatAs');
+ },
+ set dataFormatAs(value){
+ this.setAttribute('dataFormatAs',value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/legend.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/legend.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/legend.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,17 @@
+
+/**
+ * HTMLLegendElement - DOM Level 2
+ */
+HTMLLegendElement = function(ownerDocument) {
+ HTMLInputCommon.apply(this, arguments);
+};
+HTMLLegendElement.prototype = new HTMLInputCommon;
+__extend__(HTMLLegendElement.prototype, {
+ get align(){
+ return this.getAttribute('align');
+ },
+ set align(value){
+ this.setAttribute('align',value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/link.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/link.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/link.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+
+/*
+* HTMLLinkElement - DOM Level 2
+*/
+HTMLLinkElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLLinkElement.prototype = new HTMLElement;
+__extend__(HTMLLinkElement.prototype, {
+ get disabled(){
+ return this.getAttribute('disabled');
+ },
+ set disabled(value){
+ this.setAttribute('disabled',value);
+ },
+ get charset(){
+ return this.getAttribute('charset');
+ },
+ set charset(value){
+ this.setAttribute('charset',value);
+ },
+ get href(){
+ return this.getAttribute('href');
+ },
+ set href(value){
+ this.setAttribute('href',value);
+ },
+ get hreflang(){
+ return this.getAttribute('hreflang');
+ },
+ set hreflang(value){
+ this.setAttribute('hreflang',value);
+ },
+ get media(){
+ return this.getAttribute('media');
+ },
+ set media(value){
+ this.setAttribute('media',value);
+ },
+ get rel(){
+ return this.getAttribute('rel');
+ },
+ set rel(value){
+ this.setAttribute('rel',value);
+ },
+ get rev(){
+ return this.getAttribute('rev');
+ },
+ set rev(value){
+ this.setAttribute('rev',value);
+ },
+ get target(){
+ return this.getAttribute('target');
+ },
+ set target(value){
+ this.setAttribute('target',value);
+ },
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(value){
+ this.setAttribute('type',value);
+ },
+ onload: function(event){
+ __eval__(this.getAttribute('onload')||'', this)
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/map.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/map.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/map.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,19 @@
+
+/**
+ * HTMLMapElement - DOM Level 2
+ */
+HTMLMapElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLMapElement.prototype = new HTMLElement;
+__extend__(HTMLMapElement.prototype, {
+ get areas(){
+ return this.getElementsByTagName('area');
+ },
+ get name(){
+ return this.getAttribute('name');
+ },
+ set name(value){
+ this.setAttribute('name',value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/meta.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/meta.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/meta.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,35 @@
+
+/**
+ * HTMLMetaElement - DOM Level 2
+ */
+HTMLMetaElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLMetaElement.prototype = new HTMLElement;
+__extend__(HTMLMetaElement.prototype, {
+ get content(){
+ return this.getAttribute('content');
+ },
+ set content(value){
+ this.setAttribute('content',value);
+ },
+ get httpEquiv(){
+ return this.getAttribute('http-equiv');
+ },
+ set httpEquiv(value){
+ this.setAttribute('http-equiv',value);
+ },
+ get name(){
+ return this.getAttribute('name');
+ },
+ set name(value){
+ this.setAttribute('name',value);
+ },
+ get scheme(){
+ return this.getAttribute('scheme');
+ },
+ set scheme(value){
+ this.setAttribute('scheme',value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/mouseevents.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/mouseevents.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/mouseevents.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,99 @@
+
+/**
+ * @name MaouseEvents
+ * @w3c:domlevel 2
+ * @uri http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html
+ */
+var MouseEvents= function(){};
+MouseEvents.prototype = {
+ onclick: function(event){
+ __eval__(this.getAttribute('onclick')||'', this);
+ },
+ ondblclick: function(event){
+ __eval__(this.getAttribute('ondblclick')||'', this);
+ },
+ onmousedown: function(event){
+ __eval__(this.getAttribute('onmousedown')||'', this);
+ },
+ onmousemove: function(event){
+ __eval__(this.getAttribute('onmousemove')||'', this);
+ },
+ onmouseout: function(event){
+ __eval__(this.getAttribute('onmouseout')||'', this);
+ },
+ onmouseover: function(event){
+ __eval__(this.getAttribute('onmouseover')||'', this);
+ },
+ onmouseup: function(event){
+ __eval__(this.getAttribute('onmouseup')||'', this);
+ }
+};
+
+var __registerMouseEventAttrs__ = function(elm){
+ if(elm.hasAttribute('onclick')){
+ elm.addEventListener('click', elm.onclick, false);
+ }
+ if(elm.hasAttribute('ondblclick')){
+ elm.addEventListener('dblclick', elm.ondblclick, false);
+ }
+ if(elm.hasAttribute('onmousedown')){
+ elm.addEventListener('mousedown', elm.onmousedown, false);
+ }
+ if(elm.hasAttribute('onmousemove')){
+ elm.addEventListener('mousemove', elm.onmousemove, false);
+ }
+ if(elm.hasAttribute('onmouseout')){
+ elm.addEventListener('mouseout', elm.onmouseout, false);
+ }
+ if(elm.hasAttribute('onmouseover')){
+ elm.addEventListener('mouseover', elm.onmouseover, false);
+ }
+ if(elm.hasAttribute('onmouseup')){
+ elm.addEventListener('mouseup', elm.onmouseup, false);
+ }
+ return elm;
+};
+
+
+var __click__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("click", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
+var __mousedown__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("mousedown", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
+var __mouseup__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("mouseup", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
+var __mouseover__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("mouseover", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
+var __mousemove__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("mousemove", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
+var __mouseout__ = function(element){
+ var event = new Event('MouseEvents');
+ event.initEvent("mouseout", true, true, null, 0,
+ 0, 0, 0, 0, false, false, false,
+ false, null, null);
+ element.dispatchEvent(event);
+};
Added: trunk/mapbender/test/tools/env-js/src/html/object.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/object.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/object.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,87 @@
+
+/**
+ * HTMLObjectElement - DOM Level 2
+ */
+HTMLObjectElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLObjectElement.prototype = new HTMLElement;
+__extend__(HTMLObjectElement.prototype, {
+ get code(){
+ return this.getAttribute('code');
+ },
+ set code(value){
+ this.setAttribute('code',value);
+ },
+ get archive(){
+ return this.getAttribute('archive');
+ },
+ set archive(value){
+ this.setAttribute('archive',value);
+ },
+ get codeBase(){
+ return this.getAttribute('codebase');
+ },
+ set codeBase(value){
+ this.setAttribute('codebase',value);
+ },
+ get codeType(){
+ return this.getAttribute('codetype');
+ },
+ set codeType(value){
+ this.setAttribute('codetype',value);
+ },
+ get data(){
+ return this.getAttribute('data');
+ },
+ set data(value){
+ this.setAttribute('data',value);
+ },
+ get declare(){
+ return this.getAttribute('declare');
+ },
+ set declare(value){
+ this.setAttribute('declare',value);
+ },
+ get height(){
+ return this.getAttribute('height');
+ },
+ set height(value){
+ this.setAttribute('height',value);
+ },
+ get standby(){
+ return this.getAttribute('standby');
+ },
+ set standby(value){
+ this.setAttribute('standby',value);
+ },
+ /*get tabIndex(){
+ return this.getAttribute('tabindex');
+ },
+ set tabIndex(value){
+ this.setAttribute('tabindex',value);
+ },*/
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(value){
+ this.setAttribute('type',value);
+ },
+ get useMap(){
+ return this.getAttribute('usemap');
+ },
+ set useMap(value){
+ this.setAttribute('usemap',value);
+ },
+ get width(){
+ return this.getAttribute('width');
+ },
+ set width(value){
+ this.setAttribute('width',value);
+ },
+ get contentDocument(){
+ return this.ownerDocument;
+ }
+});
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/optgroup.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/optgroup.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/optgroup.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,23 @@
+
+/**
+ * HTMLOptGroupElement - DOM Level 2
+ */
+HTMLOptGroupElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLOptGroupElement.prototype = new HTMLElement;
+__extend__(HTMLOptGroupElement.prototype, {
+ get disabled(){
+ return this.getAttribute('disabled');
+ },
+ set disabled(value){
+ this.setAttribute('disabled',value);
+ },
+ get label(){
+ return this.getAttribute('label');
+ },
+ set label(value){
+ this.setAttribute('label',value);
+ },
+});
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/option.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/option.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/option.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,77 @@
+
+/**
+ * HTMLOptionElement - DOM Level 2
+ */
+HTMLOptionElement = function(ownerDocument) {
+ HTMLInputCommon.apply(this, arguments);
+};
+HTMLOptionElement.prototype = new HTMLInputCommon;
+__extend__(HTMLOptionElement.prototype, {
+ get defaultSelected(){
+ return this.getAttribute('defaultSelected');
+ },
+ set defaultSelected(value){
+ this.setAttribute('defaultSelected',value);
+ },
+ get index(){
+ var options = this.parent.childNodes;
+ for(var i; i<options.length;i++){
+ if(this == options[i])
+ return i;
+ }
+ return -1;
+ },
+ get label(){
+ return this.getAttribute('label');
+ },
+ set label(value){
+ this.setAttribute('label',value);
+ },
+ get selected(){
+ return (this.getAttribute('selected')=='selected');
+ },
+ set selected(value){
+ if(this.defaultSelected===null && this.selected!==null){
+ this.defaultSelected = this.selected;
+ }
+ var selectedValue = (value ? 'selected' : '');
+ if (this.getAttribute('selected') == selectedValue) {
+ // prevent inifinite loops (option's selected modifies
+ // select's value which modifies option's selected)
+ return;
+ }
+ this.setAttribute('selected', selectedValue);
+ if (value) {
+ // set select's value to this option's value (this also
+ // unselects previously selected value)
+ this.parentNode.value = this.value;
+ } else {
+ // if no other option is selected, select the first option in the select
+ var i, anythingSelected;
+ for (i=0; i<this.parentNode.options.length; i++) {
+ if (this.parentNode.options[i].selected) {
+ anythingSelected = true;
+ break;
+ }
+ }
+ if (!anythingSelected) {
+ this.parentNode.value = this.parentNode.options[0].value;
+ }
+ }
+
+ },
+ get text(){
+ return ((this.nodeValue === null) || (this.nodeValue ===undefined)) ?
+ this.innerHTML :
+ this.nodeValue;
+ },
+ get value(){
+ return ((this.getAttribute('value') === undefined) || (this.getAttribute('value') === null)) ?
+ this.text :
+ this.getAttribute('value');
+ },
+ set value(value){
+ this.setAttribute('value',value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/p.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/p.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/p.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,14 @@
+
+/*
+* HTMLParagraphElement - DOM Level 2
+*/
+HTMLParagraphElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLParagraphElement.prototype = new HTMLElement;
+__extend__(HTMLParagraphElement.prototype, {
+ toString: function(){
+ return '[object HTMLParagraphElement]';
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/param.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/param.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/param.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,36 @@
+
+/**
+ * HTMLParamElement - DOM Level 2
+ */
+HTMLParamElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLParamElement.prototype = new HTMLElement;
+__extend__(HTMLParamElement.prototype, {
+ get name(){
+ return this.getAttribute('name');
+ },
+ set name(value){
+ this.setAttribute('name',value);
+ },
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(value){
+ this.setAttribute('type',value);
+ },
+ get value(){
+ return this.getAttribute('value');
+ },
+ set value(value){
+ this.setAttribute('value',value);
+ },
+ get valueType(){
+ return this.getAttribute('valuetype');
+ },
+ set valueType(value){
+ this.setAttribute('valuetype',value);
+ },
+});
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/script.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/script.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/script.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+
+/**
+ * HTMLScriptElement - DOM Level 2
+ */
+HTMLScriptElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLScriptElement.prototype = new HTMLElement;
+__extend__(HTMLScriptElement.prototype, {
+ get text(){
+ // text of script is in a child node of the element
+ // scripts with < operator must be in a CDATA node
+ for (var i=0; i<this.childNodes.length; i++) {
+ if (this.childNodes[i].nodeType == Node.CDATA_SECTION_NODE) {
+ return this.childNodes[i].nodeValue;
+ }
+ }
+ // otherwise there will be a text node containing the script
+ if (this.childNodes[0] && this.childNodes[0].nodeType == Node.TEXT_NODE) {
+ return this.childNodes[0].nodeValue;
+ }
+ return this.nodeValue;
+
+ },
+ set text(value){
+ this.nodeValue = value;
+ Envjs.loadInlineScript(this);
+ },
+ get htmlFor(){
+ return this.getAttribute('for');
+ },
+ set htmlFor(value){
+ this.setAttribute('for',value);
+ },
+ get event(){
+ return this.getAttribute('event');
+ },
+ set event(value){
+ this.setAttribute('event',value);
+ },
+ get charset(){
+ return this.getAttribute('charset');
+ },
+ set charset(value){
+ this.setAttribute('charset',value);
+ },
+ get defer(){
+ return this.getAttribute('defer');
+ },
+ set defer(value){
+ this.setAttribute('defer',value);
+ },
+ get src(){
+ return this.getAttribute('src');
+ },
+ set src(value){
+ this.setAttribute('src',value);
+ },
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(value){
+ this.setAttribute('type',value);
+ },
+ onload: HTMLEvents.prototype.onload,
+ onerror: HTMLEvents.prototype.onerror
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/select.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/select.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/select.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,84 @@
+
+/**
+ * HTMLSelectElement - DOM Level 2
+ */
+HTMLSelectElement = function(ownerDocument) {
+ HTMLTypeValueInputs.apply(this, arguments);
+
+ this._oldIndex = -1;
+};
+HTMLSelectElement.prototype = new HTMLTypeValueInputs;
+__extend__(HTMLSelectElement.prototype, inputElements_dataProperties);
+__extend__(HTMLButtonElement.prototype, inputElements_size);
+__extend__(HTMLSelectElement.prototype, inputElements_onchange);
+__extend__(HTMLSelectElement.prototype, inputElements_focusEvents);
+__extend__(HTMLSelectElement.prototype, {
+
+ // over-ride the value setter in HTMLTypeValueInputs
+ set value(newValue) {
+ var options = this.options,
+ i, index;
+ for (i=0; i<options.length; i++) {
+ if (options[i].value == newValue) {
+ index = i;
+ break;
+ }
+ }
+ if (index !== undefined) {
+ this.setAttribute('value', newValue);
+ this.selectedIndex = index;
+ }
+ },
+ get value() {
+ var value = this.getAttribute('value');
+ if (value === undefined || value === null) {
+ var index = this.selectedIndex;
+ return (index != -1) ? this.options[index].value : "";
+ } else {
+ return value;
+ }
+ },
+
+
+ get length(){
+ return this.options.length;
+ },
+ get multiple(){
+ return this.getAttribute('multiple');
+ },
+ set multiple(value){
+ this.setAttribute('multiple',value);
+ },
+ get options(){
+ return this.getElementsByTagName('option');
+ },
+ get selectedIndex(){
+ var options = this.options;
+ for(var i=0;i<options.length;i++){
+ if(options[i].selected){
+ return i;
+ }
+ };
+ return -1;
+ },
+
+ set selectedIndex(value) {
+ var i;
+ for (i=0; i<this.options.length; i++) {
+ this.options[i].selected = (i == Number(value));
+ }
+ },
+ get type(){
+ var type = this.getAttribute('type');
+ return type?type:'select-one';
+ },
+
+ add : function(){
+ __add__(this);
+ },
+ remove : function(){
+ __remove__(this);
+ }
+});
+
+
Added: trunk/mapbender/test/tools/env-js/src/html/style.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/style.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/style.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,28 @@
+
+/**
+ * HTMLStyleElement - DOM Level 2
+ */
+HTMLStyleElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLStyleElement.prototype = new HTMLElement;
+__extend__(HTMLStyleElement.prototype, {
+ get disabled(){
+ return this.getAttribute('disabled');
+ },
+ set disabled(value){
+ this.setAttribute('disabled',value);
+ },
+ get media(){
+ return this.getAttribute('media');
+ },
+ set media(value){
+ this.setAttribute('media',value);
+ },
+ get type(){
+ return this.getAttribute('type');
+ },
+ set type(value){
+ this.setAttribute('type',value);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/html/table.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/table.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/table.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,195 @@
+
+/**
+ * HTMLTableElement - DOM Level 2
+ * Implementation Provided by Steven Wood
+ */
+HTMLTableElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTableElement.prototype = new HTMLElement;
+__extend__(HTMLTableElement.prototype, {
+
+ get tFoot() {
+ //tFoot returns the table footer.
+ return this.getElementsByTagName("tfoot")[0];
+ },
+
+ createTFoot : function () {
+ var tFoot = this.tFoot;
+
+ if (!tFoot) {
+ tFoot = document.createElement("tfoot");
+ this.appendChild(tFoot);
+ }
+
+ return tFoot;
+ },
+
+ deleteTFoot : function () {
+ var foot = this.tFoot;
+ if (foot) {
+ foot.parentNode.removeChild(foot);
+ }
+ },
+
+ get tHead() {
+ //tHead returns the table head.
+ return this.getElementsByTagName("thead")[0];
+ },
+
+ createTHead : function () {
+ var tHead = this.tHead;
+
+ if (!tHead) {
+ tHead = document.createElement("thead");
+ this.insertBefore(tHead, this.firstChild);
+ }
+
+ return tHead;
+ },
+
+ deleteTHead : function () {
+ var head = this.tHead;
+ if (head) {
+ head.parentNode.removeChild(head);
+ }
+ },
+
+ appendChild : function (child) {
+
+ var tagName;
+ if(child&&child.nodeType==Node.ELEMENT_NODE){
+ tagName = child.tagName.toLowerCase();
+ if (tagName === "tr") {
+ // need an implcit <tbody> to contain this...
+ if (!this.currentBody) {
+ this.currentBody = document.createElement("tbody");
+
+ Node.prototype.appendChild.apply(this, [this.currentBody]);
+ }
+
+ return this.currentBody.appendChild(child);
+
+ } else if (tagName === "tbody" || tagName === "tfoot" && this.currentBody) {
+ this.currentBody = child;
+ return Node.prototype.appendChild.apply(this, arguments);
+
+ } else {
+ return Node.prototype.appendChild.apply(this, arguments);
+ }
+ }else{
+ //tables can still have text node from white space
+ return Node.prototype.appendChild.apply(this, arguments);
+ }
+ },
+
+ get tBodies() {
+ return new HTMLCollection(this.getElementsByTagName("tbody"));
+
+ },
+
+ get rows() {
+ return new HTMLCollection(this.getElementsByTagName("tr"));
+ },
+
+ insertRow : function (idx) {
+ if (idx === undefined) {
+ throw new Error("Index omitted in call to HTMLTableElement.insertRow ");
+ }
+
+ var rows = this.rows,
+ numRows = rows.length,
+ node,
+ inserted,
+ lastRow;
+
+ if (idx > numRows) {
+ throw new Error("Index > rows.length in call to HTMLTableElement.insertRow");
+ }
+
+ var inserted = document.createElement("tr");
+ // If index is -1 or equal to the number of rows,
+ // the row is appended as the last row. If index is omitted
+ // or greater than the number of rows, an error will result
+ if (idx === -1 || idx === numRows) {
+ this.appendChild(inserted);
+ } else {
+ rows[idx].parentNode.insertBefore(inserted, rows[idx]);
+ }
+
+ return inserted;
+ },
+
+ deleteRow : function (idx) {
+ var elem = this.rows[idx];
+ elem.parentNode.removeChild(elem);
+ },
+
+ get summary() {
+ return this.getAttribute("summary");
+ },
+
+ set summary(summary) {
+ this.setAttribute("summary", summary);
+ },
+
+ get align() {
+ return this.getAttribute("align");
+ },
+
+ set align(align) {
+ this.setAttribute("align", align);
+ },
+
+
+ get bgColor() {
+ return this.getAttribute("bgColor");
+ },
+
+ set bgColor(bgColor) {
+ return this.setAttribute("bgColor", bgColor);
+ },
+
+ get cellPadding() {
+ return this.getAttribute("cellPadding");
+ },
+
+ set cellPadding(cellPadding) {
+ return this.setAttribute("cellPadding", cellPadding);
+ },
+
+
+ get cellSpacing() {
+ return this.getAttribute("cellSpacing");
+ },
+
+ set cellSpacing(cellSpacing) {
+ this.setAttribute("cellSpacing", cellSpacing);
+ },
+
+ get frame() {
+ return this.getAttribute("frame");
+ },
+
+ set frame(frame) {
+ this.setAttribute("frame", frame);
+ },
+
+ get rules() {
+ return this.getAttribute("rules");
+ },
+
+ set rules(rules) {
+ this.setAttribute("rules", rules);
+ },
+
+ get width() {
+ return this.getAttribute("width");
+ },
+
+ set width(width) {
+ this.setAttribute("width", width);
+ }
+
+});
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/html/tbody-thead-tfoot.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/tbody-thead-tfoot.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/tbody-thead-tfoot.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,89 @@
+
+/*
+* HTMLxElement - DOM Level 2
+* - Contributed by Steven Wood
+*/
+HTMLTableSectionElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTableSectionElement.prototype = new HTMLElement;
+__extend__(HTMLTableSectionElement.prototype, {
+
+ appendChild : function (child) {
+
+ // disallow nesting of these elements.
+ if (child.tagName.match(/TBODY|TFOOT|THEAD/)) {
+ return this.parentNode.appendChild(child);
+ } else {
+ return Node.prototype.appendChild.apply(this, arguments);
+ }
+
+ },
+
+ get align() {
+ return this.getAttribute("align");
+ },
+
+ get ch() {
+ return this.getAttribute("ch");
+ },
+
+ set ch(ch) {
+ this.setAttribute("ch", ch);
+ },
+
+ // ch gets or sets the alignment character for cells in a column.
+ set chOff(chOff) {
+ this.setAttribute("chOff", chOff);
+ },
+
+ get chOff(chOff) {
+ return this.getAttribute("chOff");
+ },
+
+ get vAlign () {
+ return this.getAttribute("vAlign");
+ },
+
+ get rows() {
+ return new HTMLCollection(this.getElementsByTagName("tr"));
+ },
+
+ insertRow : function (idx) {
+ if (idx === undefined) {
+ throw new Error("Index omitted in call to HTMLTableSectionElement.insertRow ");
+ }
+
+ var numRows = this.rows.length,
+ node = null;
+
+ if (idx > numRows) {
+ throw new Error("Index > rows.length in call to HTMLTableSectionElement.insertRow");
+ }
+
+ var row = document.createElement("tr");
+ // If index is -1 or equal to the number of rows,
+ // the row is appended as the last row. If index is omitted
+ // or greater than the number of rows, an error will result
+ if (idx === -1 || idx === numRows) {
+ this.appendChild(row);
+ } else {
+ node = this.firstChild;
+
+ for (var i=0; i<idx; i++) {
+ node = node.nextSibling;
+ }
+ }
+
+ this.insertBefore(row, node);
+
+ return row;
+ },
+
+ deleteRow : function (idx) {
+ var elem = this.rows[idx];
+ this.removeChild(elem);
+ }
+
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/td-th.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/td-th.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/td-th.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,14 @@
+
+/**
+ * HTMLTableCellElement - DOM Level 2
+ * Implementation Provided by Steven Wood
+ */
+HTMLTableCellElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTableCellElement.prototype = new HTMLElement;
+__extend__(HTMLTableCellElement.prototype, {
+
+ // TODO :
+
+});
Added: trunk/mapbender/test/tools/env-js/src/html/textarea.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/textarea.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/textarea.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,23 @@
+
+/**
+ * HTMLTextAreaElement - DOM Level 2
+ */
+HTMLTextAreaElement = function(ownerDocument) {
+ HTMLInputAreaCommon.apply(this, arguments);
+};
+HTMLTextAreaElement.prototype = new HTMLInputAreaCommon;
+__extend__(HTMLTextAreaElement.prototype, {
+ get cols(){
+ return this.getAttribute('cols');
+ },
+ set cols(value){
+ this.setAttribute('cols', value);
+ },
+ get rows(){
+ return this.getAttribute('rows');
+ },
+ set rows(value){
+ this.setAttribute('rows', value);
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/title.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/title.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/title.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,19 @@
+
+/**
+ * HTMLTitleElement - DOM Level 2
+ */
+HTMLTitleElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTitleElement.prototype = new HTMLElement;
+__extend__(HTMLTitleElement.prototype, {
+ get text() {
+ return this.innerText;
+ },
+
+ set text(titleStr) {
+ this.textContent = titleStr;
+ }
+});
+
+
Added: trunk/mapbender/test/tools/env-js/src/html/tr.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/tr.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/tr.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,111 @@
+
+/**
+ * HTMLRowElement - DOM Level 2
+ * Implementation Provided by Steven Wood
+ */
+HTMLTableRowElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLTableRowElement.prototype = new HTMLElement;
+__extend__(HTMLTableRowElement.prototype, {
+
+ appendChild : function (child) {
+
+ var retVal = Node.prototype.appendChild.apply(this, arguments);
+ retVal.cellIndex = this.cells.length -1;
+
+ return retVal;
+ },
+ // align gets or sets the horizontal alignment of data within cells of the row.
+ get align() {
+ return this.getAttribute("align");
+ },
+
+ get bgColor() {
+ return this.getAttribute("bgcolor");
+ },
+
+ get cells() {
+ var nl = this.getElementsByTagName("td");
+ return new HTMLCollection(nl);
+ },
+
+ get ch() {
+ return this.getAttribute("ch");
+ },
+
+ set ch(ch) {
+ this.setAttribute("ch", ch);
+ },
+
+ // ch gets or sets the alignment character for cells in a column.
+ set chOff(chOff) {
+ this.setAttribute("chOff", chOff);
+ },
+
+ get chOff(chOff) {
+ return this.getAttribute("chOff");
+ },
+
+ get rowIndex() {
+ var nl = this.parentNode.childNodes;
+ for (var i=0; i<nl.length; i++) {
+ if (nl[i] === this) {
+ return i;
+ }
+ }
+ },
+
+ get sectionRowIndex() {
+ var nl = this.parentNode.getElementsByTagName(this.tagName);
+ for (var i=0; i<nl.length; i++) {
+ if (nl[i] === this) {
+ return i;
+ }
+ }
+ },
+
+ get vAlign () {
+ return this.getAttribute("vAlign");
+ },
+
+ insertCell : function (idx) {
+ if (idx === undefined) {
+ throw new Error("Index omitted in call to HTMLTableRow.insertCell");
+ }
+
+ var numCells = this.cells.length,
+ node = null;
+
+ if (idx > numCells) {
+ throw new Error("Index > rows.length in call to HTMLTableRow.insertCell");
+ }
+
+ var cell = document.createElement("td");
+
+ if (idx === -1 || idx === numCells) {
+ this.appendChild(cell);
+ } else {
+
+
+ node = this.firstChild;
+
+ for (var i=0; i<idx; i++) {
+ node = node.nextSibling;
+ }
+ }
+
+ this.insertBefore(cell, node);
+ cell.cellIndex = idx;
+
+ return cell;
+ },
+
+
+ deleteCell : function (idx) {
+ var elem = this.cells[idx];
+ this.removeChild(elem);
+ }
+
+});
+
Added: trunk/mapbender/test/tools/env-js/src/html/unknown.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/html/unknown.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/html/unknown.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,13 @@
+
+/**
+ * HTMLUnknownElement DOM Level 2
+ */
+HTMLUnknownElement = function(ownerDocument) {
+ HTMLElement.apply(this, arguments);
+};
+HTMLUnknownElement.prototype = new HTMLElement;
+__extend__(HTMLUnknownElement.prototype,{
+ toString: function(){
+ return '[object HTMLUnknownElement]';
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/parser/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,10 @@
+
+
+var DOMParser,
+ //these are both non-standard globals that
+ //provide static namespaces and functions
+ //to support the html 5 parser from nu.
+ XMLParser = {},
+ HTMLParser = {};
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/document.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/document.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/document.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,30 @@
+
+/**
+ * @name Document
+ * @w3c:domlevel 2
+ * @uri http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html
+ */
+__extend__(Document.prototype, {
+ loadXML : function(xmlString) {
+ //console.log('Parser::Document.loadXML');
+ // create Document
+ if(this === document){
+ //$debug("Setting internal window.document");
+ document = this;
+ }
+ // populate Document
+ try {
+ // make sure this document object is empty before we try to load ...
+ this.attributes = new NamedNodeMap(this, this);
+ this._namespaces = new NamespaceNodeMap(this, this);
+ this._readonly = false;
+
+ XMLParser.parseDocument(xmlString, this);
+
+ Envjs.wait(-1);
+ } catch (e) {
+ //$error(e);
+ }
+ return this;
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/parser/domparser.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/domparser.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/domparser.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,115 @@
+
+/**
+* DOMParser
+*/
+
+__defineParser__(function(e){
+ console.log('Error loading html 5 parser implementation');
+}, 'nu_validator_htmlparser_HtmlParser', '');
+
+DOMParser = function(principle, documentURI, baseURI){};
+__extend__(DOMParser.prototype,{
+ parseFromString: function(xmlstring, mimetype){
+ var xmldoc = new DOMImplementation().createDocument('','',null);
+ return XMLParser.parseDocument(xmlstring, xmldoc, mimetype);
+ }
+});
+
+XMLParser.parseDocument = function(xmlstring, xmldoc, mimetype){
+ //console.log('XMLParser.parseDocument')
+ var tmpdoc = new Document(new DOMImplementation()),
+ parent,
+ importedNode,
+ tmpNode;
+
+ if(mimetype && mimetype == 'text/xml'){
+ tmpdoc.baseURI = 'http://envjs.com/xml';
+ xmlstring = '<html><head></head><body>'+
+ '<envjs_1234567890 xmlns="envjs_1234567890">'
+ +xmlstring+
+ '</envjs_1234567890>'+
+ '</body></html>';
+ Envjs.parseHtmlDocument(xmlstring, tmpdoc, false, null, null);
+ parent = tmpdoc.getElementsByTagName('envjs_1234567890')[0];
+ }else{
+ Envjs.parseHtmlDocument(xmlstring, tmpdoc, false, null, null);
+ parent = tmpdoc.documentElement;
+ }
+
+ while(xmldoc.firstChild != null){
+ tmpNode = xmldoc.removeChild( xmldoc.firstChild );
+ delete tmpNode;
+ }
+ while(parent.firstChild != null){
+ tmpNode = parent.removeChild( parent.firstChild );
+ importedNode = xmldoc.importNode( tmpNode, true);
+ xmldoc.appendChild( importedNode );
+ delete tmpNode;
+ }
+ delete tmpdoc,
+ xmlstring;
+ return xmldoc;
+};
+
+var __fragmentCache__ = {};
+HTMLParser.parseDocument = function(htmlstring, htmldoc){
+ //console.log('HTMLParser.parseDocument %s', htmldoc.async);
+ htmldoc.parsing = true;
+ Envjs.parseHtmlDocument(htmlstring, htmldoc, htmldoc.async, null, null);
+ //Envjs.wait(-1);
+ return htmldoc;
+};
+HTMLParser.parseFragment = function(htmlstring, fragment){
+ //console.log('HTMLParser.parseFragment')
+ // fragment is allowed to be an element as well
+ var tmpdoc,
+ parent,
+ importedNode,
+ tmpNode,
+ length,
+ i;
+
+ if( htmlstring.length > 127 && htmlstring in __fragmentCache__){
+ tmpdoc = __fragmentCache__[htmlstring];
+ }else{
+ //console.log('parsing html fragment \n%s', htmlstring);
+ tmpdoc = new HTMLDocument(new DOMImplementation());
+ Envjs.parseHtmlDocument(htmlstring,tmpdoc, false, null,null);
+ if(htmlstring.length > 127 ){
+ tmpdoc.normalizeDocument();
+ __fragmentCache__[htmlstring] = tmpdoc;
+ tmpdoc.cached = true;
+ }else{
+ tmpdoc.cached = false;
+ }
+ }
+
+ parent = tmpdoc.body;
+ while(fragment.firstChild != null){
+ tmpNode = fragment.removeChild( fragment.firstChild );
+ delete tmpNode;
+ }
+ if(tmpdoc.cached){
+ length = parent.childNodes.length;
+ for(i=0;i<length;i++){
+ importedNode = fragment.importNode( parent.childNodes[i], true );
+ fragment.appendChild( importedNode );
+ }
+ }else{
+ while(parent.firstChild != null){
+ tmpNode = parent.removeChild( parent.firstChild );
+ importedNode = fragment.importNode( tmpNode, true);
+ fragment.appendChild( importedNode );
+ delete tmpNode;
+ }
+ delete tmpdoc,
+ htmlstring;
+ }
+
+ return fragment;
+};
+
+var __clearFragmentCache__ = function(){
+ __fragmentCache__ = {};
+}
+
Added: trunk/mapbender/test/tools/env-js/src/parser/factory.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/factory.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/factory.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,28 @@
+
+//not really a factory! just uses current closure to
+//fill out all variables but still allow the parser to
+// be compiled in stages
+debugger;
+HTMLParser.strings_0.call(this);
+HTMLParser.strings_1.call(this);
+HTMLParser.strings_2.call(this);
+
+
+HTMLParser.functions_0.call(this);
+HTMLParser.functions_1.call(this);
+HTMLParser.functions_2.call(this);
+HTMLParser.functions_3.call(this);
+HTMLParser.functions_4.call(this);
+HTMLParser.functions_5.call(this);
+HTMLParser.functions_6.call(this);
+
+HTMLParser.prototypes.call(this);
+
+
+HTMLParser.variables_0.call(this);
+
+
+debugger;
+__defineParser__(function(e){
+ console.log('Error loading html 5 parser implementation');
+}, 'nu_validator_htmlparser_HtmlParser', '');
Added: trunk/mapbender/test/tools/env-js/src/parser/function_declarations.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/function_declarations.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/function_declarations.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,527 @@
+
+var $gwt_version = "1.5.1";
+var $wnd = {};
+var $doc = {};
+var $moduleName, $moduleBase;
+var $stats = $wnd.__gwtStatsEvent ? function(a) {$wnd.__gwtStatsEvent(a)} : null;
+var _, C7h = [0, -9223372036854775808], D7h = [16777216, 0], E7h = [4294967295, 9223372032559808512];
+var zdi;
+var Adi;
+var Bdi;
+var Cdi;
+var xdi;
+var agi;
+var bgi;
+var cgi;
+var dgi;
+var Efi;
+var Bci;
+var Dci;
+var Aci;
+var Edi;
+var aei;
+var Ddi;
+var a8h;
+var c8h;
+var e8h;
+var d8h;
+var f8h;
+var h8h;
+var g8h;
+var i8h;
+var F7h;
+var q8h;
+var s8h;
+var w8h;
+var c9h;
+var d9h;
+var e9h;
+var f9h;
+var h9h;
+var j9h;
+var E8h;
+var n9h;
+var m9h;
+var p9h;
+var o9h;
+var s9h;
+var gai;
+var rai;
+var sai;
+var tai;
+var uai;
+var jai;
+var mai;
+var gbi;
+var fbi;
+var hbi;
+var ibi;
+var lbi;
+var mbi;
+var nbi;
+var abi;
+var dbi;
+var ebi;
+var bbi;
+var sbi;
+var ubi;
+var vbi;
+var xbi;
+var ybi;
+var Fbi;
+var bci;
+var Ebi;
+var ici;
+var jci;
+var kci;
+var mci;
+var nci;
+var dci;
+var gci;
+var eci;
+var vci;
+var wci;
+var xci;
+var yci;
+var zci;
+var tci;
+var Fci;
+var bdi;
+var Eci;
+var ddi;
+var fdi;
+var cdi;
+var idi;
+var rdi;
+var pdi;
+var udi;
+var efi;
+var ffi;
+var lfi;
+var mfi;
+var ofi;
+var qfi;
+var pfi;
+var rfi;
+var sfi;
+var tfi;
+var ufi;
+var xfi;
+var dei;
+var fei;
+var iei;
+var jei;
+var mei;
+var nei;
+var pei;
+var qei;
+var kei;
+var tei;
+var uei;
+var wei;
+var yei;
+var zei;
+var Aei;
+var Dei;
+var rei;
+var Fei;
+var bfi;
+var Eei;
+var Afi;
+var fgi;
+var hgi;
+var egi;
+var jgi;
+var lgi;
+var mgi;
+var ngi;
+var ogi;
+var igi;
+var vii;
+var wii;
+var xii;
+var yii;
+var nii;
+var khi;
+var lhi;
+var mhi;
+var ohi;
+var rhi;
+var phi;
+var shi;
+var thi;
+var uhi;
+var vhi;
+var pgi;
+var bji;
+var cji;
+var dji;
+var Fii;
+var xgi;
+var zgi;
+var Agi;
+var Bgi;
+var Cgi;
+var qgi;
+var sgi;
+var ugi;
+var vgi;
+var wgi;
+var rgi;
+var qii;
+var rii;
+var sii;
+var tii;
+var oii;
+var Egi;
+var ahi;
+var bhi;
+var chi;
+var Dgi;
+var ehi;
+var ghi;
+var hhi;
+var ihi;
+var jhi;
+var dhi;
+var gii;
+var fii;
+var hii;
+var iii;
+var jii;
+var kii;
+var lii;
+var mii;
+var whi;
+var zhi;
+var Bhi;
+var Chi;
+var Dhi;
+var Ehi;
+var Fhi;
+var xhi;
+var bii;
+var dii;
+var aii;
+var Bii;
+var Dii;
+var Cii;
+var Eii;
+var zii;
+var fji;
+var gji;
+var iji;
+var jji;
+var lji;
+var nji;
+var mji;
+var oji;
+var qji;
+var pji;
+var rji;
+var eji;
+var wji;
+var xji;
+var Eji;
+var Dji;
+var Bji;
+var cki;
+var eki;
+var fki;
+var bki;
+var xki;
+var yki;
+var zki;
+var Aki;
+var Cki;
+var Dki;
+var Eki;
+var Fki;
+var ali;
+var bli;
+var cli;
+var hki;
+var kki;
+var nki;
+var oki;
+var pki;
+var qki;
+var iki;
+var ski;
+var tki;
+var wki;
+var rki;
+var jli;
+var hli;
+var pli;
+var sli;
+var rli;
+var uli;
+var qli;
+var xli;
+var wli;
+var Bli;
+var vli;
+var Fli;
+var Eli;
+var dmi;
+var Dli;
+var CYi;
+var eYi;
+var fYi;
+var gYi;
+var vYi;
+var hYi;
+var nYi;
+var lYi;
+var mYi;
+var jYi;
+var kYi;
+var oYi;
+var pYi;
+var qYi;
+var sYi;
+var tYi;
+var rYi;
+var wYi;
+var xYi;
+var yYi;
+var zYi;
+var AYi;
+var BYi;
+var DYi;
+var EYi;
+var FYi;
+var aZi;
+var bZi;
+var cZi;
+var dZi;
+var eZi;
+var fZi;
+var gZi;
+var iZi;
+var hZi;
+var qZi;
+var kZi;
+var jZi;
+var nZi;
+var lZi;
+var mZi;
+var pZi;
+var oZi;
+var rZi;
+var tZi;
+var sZi;
+var uZi;
+var vZi;
+var wZi;
+var xZi;
+var yZi;
+var zZi;
+var AZi;
+var BZi;
+var CZi;
+var EZi;
+var DZi;
+var a0i;
+var FZi;
+var b0i;
+var c0i;
+var d0i;
+var e0i;
+var f0i;
+var g0i;
+var i0i;
+var j0i;
+var n0i;
+var o0i;
+var bYi;
+var qHi;
+var pHi;
+var rHi;
+var sHi;
+var oHi;
+var rmi;
+var kmi;
+var lmi;
+var mmi;
+var nmi;
+var pmi;
+var omi;
+var qmi;
+var smi;
+var tmi;
+var umi;
+var vmi;
+var wmi;
+var xmi;
+var ymi;
+var zmi;
+var Ami;
+var cni;
+var jni;
+var lni;
+var emi;
+var gmi;
+var imi;
+var fmi;
+var Ani;
+var Cni;
+var Dni;
+var aoi;
+var boi;
+var nni;
+var qni;
+var pni;
+var rni;
+var sni;
+var oni;
+var wni;
+var xni;
+var yni;
+var doi;
+var goi;
+var coi;
+var koi;
+var joi;
+var ioi;
+var ooi;
+var poi;
+var Eri;
+var msi;
+var ACi;
+var sEi;
+var jHi;
+var kHi;
+var mHi;
+var nHi;
+var hoi;
+var wHi;
+var vHi;
+var uHi;
+var aUi;
+var bUi;
+var cUi;
+var tHi;
+var qWi;
+var hWi;
+var iWi;
+var jWi;
+var kWi;
+var lWi;
+var mWi;
+var nWi;
+var oWi;
+var rWi;
+var sWi;
+var tWi;
+var uWi;
+var xWi;
+var vWi;
+var wWi;
+var yWi;
+var zWi;
+var AWi;
+var BWi;
+var CWi;
+var DWi;
+var EWi;
+var aXi;
+var bXi;
+var dXi;
+var eXi;
+var hXi;
+var iXi;
+var jXi;
+var kXi;
+var FXi;
+var aYi;
+var eWi;
+var hUi;
+var fUi;
+var gUi;
+var iUi;
+var jUi;
+var kUi;
+var lUi;
+var oUi;
+var pUi;
+var qUi;
+var dUi;
+var wUi;
+var sUi;
+var tUi;
+var vUi;
+var uUi;
+var xUi;
+var yUi;
+var zUi;
+var AUi;
+var BUi;
+var CUi;
+var DUi;
+var EUi;
+var FUi;
+var dVi;
+var rUi;
+var fVi;
+var hVi;
+var eVi;
+var jVi;
+var lVi;
+var mVi;
+var pVi;
+var nVi;
+var oVi;
+var rVi;
+var xVi;
+var yVi;
+var zVi;
+var CVi;
+var DVi;
+var aWi;
+var EVi;
+var FVi;
+var cWi;
+var dWi;
+var AVi;
+var q0i;
+var r0i;
+var u0i;
+var p0i;
+var z0i;
+var B0i;
+var C0i;
+var D0i;
+var E0i;
+var y0i;
+var a1i;
+var b1i;
+var d1i;
+var F0i;
+var Cbi;
+var v0i;
+var envjsABC;
+
+
+var D8h=0;
+var B9h=[{},{},{1:1,6:1,7:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1,19:1},{4:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{6:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{7:1},{7:1},{2:1,6:1},{2:1,6:1},{18:1},{14:1},{14:1},{14:1},{15:1},{15:1},{6:1,15:1},{6:1,16:1},{6:1,15:1},{2:1,6:1,17:1},{6:1,8:1},{6:1,8:1},{6:1,8:1},{20:1},{3:1},{9:1},{10:1},{11:1},{21:1},{2:1,6:1,22:1},{2:1,6:1,22:1},{12:1},{13:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1}];
+var kai;
+var nai,oai,pai;
+var tbi=null,wbi=false;
+var vdi;
+var eei,gei=0,hei;
+var Fji;
+
+var kVi;
+var sVi,tVi,uVi;
+var g9h=null;
+var obi;
+var tli;
+var yli,zli,Ali;
+var ami,bmi,cmi;
+var k0i,l0i,m0i;
+var roi,soi,toi,uoi,voi,woi,xoi,yoi,zoi,Aoi,Boi,Coi,Doi,Eoi,Foi,api,bpi,cpi,dpi,epi,fpi,gpi,hpi,ipi,jpi,kpi,lpi,mpi,npi,opi,ppi,qpi,rpi,spi,tpi,upi,vpi,wpi,xpi,ypi,zpi,Api,Bpi,Cpi,Dpi,Epi,Fpi,aqi,bqi,cqi,dqi,eqi,fqi,gqi,hqi,iqi,jqi,kqi,lqi,mqi,nqi,oqi,pqi,qqi,rqi,sqi,tqi,uqi,vqi,wqi,xqi,yqi,zqi,Aqi,Bqi,Cqi,Dqi,Eqi,Fqi,ari,bri,cri,dri,eri,fri,gri,hri,iri,jri,kri,lri,mri,nri,ori,pri,qri,rri,sri,tri,uri,vri,wri,xri,yri,zri,Ari,Bri,Cri,Dri,Fri,asi,bsi,csi,dsi,esi,fsi,gsi,hsi,isi,jsi,ksi,lsi,nsi,osi,psi,qsi,rsi,ssi,tsi,usi,vsi,wsi,xsi,ysi,zsi,Asi,Bsi,Csi,Dsi,Esi,Fsi,ati,bti,cti,dti,eti,fti,gti,hti,iti,jti,kti,lti,mti,nti,oti,pti,qti,rti,sti,tti,uti,vti,wti,xti,yti,zti,Ati,Bti,Cti,Dti,Eti,Fti,aui,bui,cui,dui,eui,fui,gui,hui,iui,jui,kui,lui,mui,nui,oui,pui,qui,rui,sui,tui,uui,vui,wui,xui,yui,zui,Aui,Bui,Cui,Dui,Eui,Fui,avi,bvi,cvi,dvi,evi,fvi,gvi,hvi,ivi,jvi,kvi,lvi,mvi,nvi,ovi,pvi,qvi,rvi,svi,tvi,uvi,vvi,wvi,xvi,yvi,zvi,Avi,Bvi,Cvi,Dvi,Evi,Fvi,awi,bwi,cwi,dwi,ewi,fwi,gwi,hwi,iwi,jwi,kwi,lwi,mwi,nwi,owi,pwi,qwi,rwi,swi,twi,uwi,vwi,wwi,xwi,ywi,zwi,Awi,Bwi,Cwi,Dwi,Ewi,Fwi,axi,bxi,cxi,dxi,exi,fxi,gxi,hxi,ixi,jxi,kxi,lxi,nxi,oxi,pxi,qxi,rxi,sxi,txi,uxi,vxi,wxi,xxi,yxi,zxi,Axi,Bxi,Cxi,Dxi,Exi,Fxi,ayi,byi,cyi,dyi,eyi,fyi,gyi,hyi,iyi,jyi,kyi,lyi,myi,nyi,oyi,pyi,qyi,ryi,syi,tyi,uyi,vyi,wyi,xyi,yyi,zyi,Ayi,Byi,Cyi,Dyi,Eyi,Fyi,azi,bzi,czi,dzi,ezi,fzi,gzi,hzi,izi,jzi,kzi,lzi,mzi,nzi,ozi,pzi,qzi,rzi,szi,tzi,uzi,vzi,wzi,xzi,yzi,zzi,Azi,Bzi,Czi,Dzi,Ezi,Fzi,aAi,bAi,cAi,dAi,eAi,fAi,gAi,hAi,iAi,jAi,kAi,lAi,mAi,nAi,oAi,pAi,qAi,rAi,sAi,tAi,uAi,vAi,wAi,xAi,yAi,zAi,AAi,BAi,CAi,DAi,EAi,FAi,aBi,bBi,cBi,dBi,eBi,fBi,gBi,hBi,iBi,jBi,kBi,lBi,mBi,nBi,oBi,pBi,qBi,rBi,sBi,tBi,uBi,vBi,wBi,xBi,yBi,zBi,ABi,BBi,CBi,DBi,EBi,FBi,aCi,bCi,cCi,dCi,eCi,fCi,gCi,hCi,iCi,jCi,kCi,lCi,mCi,nCi,oCi,pCi,qCi,rCi,sCi,tCi,uCi,vCi,wCi,xCi,yCi,zCi,BCi,CCi,DCi,ECi,FCi,aDi,bDi,cDi,dDi,eDi,fDi,gDi,hDi,iDi,jDi,kDi,lDi,mDi,nDi,oDi,pDi,qDi,rDi,sDi,tDi,uDi,vDi,wDi,xDi,yDi,zDi,ADi,BDi,CDi,DDi,EDi,FDi,aEi,bEi,cEi,dEi,eEi,fEi,gEi,hEi,iEi,jEi,kEi,lEi,mEi,nEi,oEi,pEi,qEi,rEi,tEi,uEi,vEi,wEi,xEi,yEi,zEi,AEi,BEi,CEi,DEi,EEi,FEi,aFi,bFi,cFi,dFi,eFi,fFi,gFi,hFi,iFi,jFi,kFi,lFi,mFi,nFi,oFi,pFi,qFi,rFi,sFi,tFi,uFi,vFi,wFi,xFi,yFi,zFi,AFi,BFi,CFi,DFi,EFi,FFi,aGi,bGi,cGi,dGi,eGi,fGi,gGi,hGi,iGi,jGi,kGi,lGi,mGi,nGi,oGi,pGi,qGi,rGi,sGi,tGi,uGi,vGi,wGi,xGi,yGi,zGi,AGi,BGi,CGi,DGi,EGi,FGi,aHi,bHi,cHi,dHi,eHi,fHi,gHi,hHi,iHi;
+var xHi,yHi,zHi,AHi,BHi,CHi,DHi,EHi,FHi,aIi,bIi,cIi,dIi,eIi,fIi,gIi,hIi,iIi,jIi,kIi,lIi,mIi,nIi,oIi,pIi,qIi,rIi,sIi,tIi,uIi,vIi,wIi,xIi,yIi,zIi,AIi,BIi,CIi,DIi,EIi,FIi,aJi,bJi,cJi,dJi,eJi,fJi,gJi,hJi,iJi,jJi,kJi,lJi,mJi,nJi,oJi,pJi,qJi,rJi,sJi,tJi,uJi,vJi,wJi,xJi,yJi,zJi,AJi,BJi,CJi,DJi,EJi,FJi,aKi,bKi,cKi,dKi,eKi,fKi,gKi,hKi,iKi,jKi,kKi,lKi,mKi,nKi,oKi,pKi,qKi,rKi,sKi,tKi,uKi,vKi,wKi,xKi,yKi,zKi,AKi,BKi,CKi,DKi,EKi,FKi,aLi,bLi,cLi,dLi,eLi,fLi,gLi,hLi,iLi,jLi,kLi,lLi,mLi,nLi,oLi,pLi,qLi,rLi,sLi,tLi,uLi,vLi,wLi,xLi,yLi,zLi,ALi,BLi,CLi,DLi,ELi,FLi,aMi,bMi,cMi,dMi,eMi,fMi,gMi,hMi,iMi,jMi,kMi,lMi,mMi,nMi,oMi,pMi,qMi,rMi,sMi,tMi,uMi,vMi,wMi,xMi,yMi,zMi,AMi,BMi,CMi,DMi,EMi,FMi,aNi,bNi,cNi,dNi,eNi,fNi,gNi,hNi,iNi,jNi,kNi,lNi,mNi,nNi,oNi,pNi,qNi,rNi,sNi,tNi,uNi,vNi,wNi,xNi,yNi,zNi,ANi,BNi,CNi,DNi,ENi,FNi,aOi,bOi,cOi,dOi,eOi,fOi,gOi,hOi,iOi,jOi,kOi,lOi,mOi,nOi,oOi,pOi,qOi,rOi,sOi,tOi,uOi,vOi,wOi,xOi,yOi,zOi,AOi,BOi,COi,DOi,EOi,FOi,aPi,bPi,cPi,dPi,ePi,fPi,gPi,hPi,iPi,jPi,kPi,lPi,mPi,nPi,oPi,pPi,qPi,rPi,sPi,tPi,uPi,vPi,wPi,xPi,yPi,zPi,APi,BPi,CPi,DPi,EPi,FPi,aQi,bQi,cQi,dQi,eQi,fQi,gQi,hQi,iQi,jQi,kQi,lQi,mQi,nQi,oQi,pQi,qQi,rQi,sQi,tQi,uQi,vQi,wQi,xQi,yQi,zQi,AQi,BQi,CQi,DQi,EQi,FQi,aRi,bRi,cRi,dRi,eRi,fRi,gRi,hRi,iRi,jRi,kRi,lRi,mRi,nRi,oRi,pRi,qRi,rRi,sRi,tRi,uRi,vRi,wRi,xRi,yRi,zRi,ARi,BRi,CRi,DRi,ERi,FRi,aSi,bSi,cSi,dSi,eSi,fSi,gSi,hSi,iSi,jSi,kSi,lSi,mSi,nSi,oSi,pSi,qSi,rSi,sSi,tSi,uSi,vSi,wSi,xSi,ySi,zSi,ASi,BSi,CSi,DSi,ESi,FSi,aTi,bTi,cTi,dTi,eTi,fTi,gTi,hTi,iTi,jTi,kTi,lTi,mTi,nTi,oTi,pTi,qTi,rTi,sTi,tTi,uTi,vTi,wTi,xTi,yTi,zTi,ATi,BTi,CTi,DTi,ETi,FTi;
+var lXi,mXi,nXi,oXi,pXi,qXi,rXi,sXi,tXi,uXi,vXi,wXi,xXi,yXi,zXi,AXi,BXi,CXi,DXi,EXi;
+var aVi,bVi,cVi;
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_0.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_0.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_0.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,328 @@
+
+HTMLParser.functions_0 = function(){
+
+zdi = function(a){return (this==null?null:this)===(a==null?null:a)}
+Adi = function(){return k$h}
+Bdi = function(){return this.$H||(this.$H=++D8h)}
+Cdi = function(){return (this.tM==v0i||this.tI==2?this.gC():F9h).b+zqg+idi(this.tM==v0i||this.tI==2?this.hC():this.$H||(this.$H=++D8h),4)}
+xdi = function(){}
+agi = function(c){var a,b;a=c.gC().b;b=c.Bb();if(b!=null){return a+Aqg+b}else{return a}}
+bgi = function(){return q$h}
+cgi = function(){return this.b}
+dgi = function(){return agi(this)}
+Efi = function(){}
+Bci = function(b,a){b.b=a;return b}
+Dci = function(){return g$h}
+Aci = function(){}
+Edi = function(b,a){b.b=a;return b}
+aei = function(){return l$h}
+Ddi = function(){}
+a8h = function(b,a){Bci(b,rZg+h8h(a)+iwh+e8h(a)+(a!=null&&(a.tM!=v0i&&a.tI!=2)?i8h(o9h(a)):cNh));h8h(a);e8h(a);f8h(a);return b}
+c8h = function(){return E9h}
+e8h = function(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return d8h(o9h(a))}else{return a+cNh}}
+d8h = function(a){return a==null?null:a.message}
+f8h = function(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return o9h(a)}else{return null}}
+h8h = function(a){if(a==null){return rQh}else if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return g8h(o9h(a))}else if(a!=null&&n9h(a.tI,1)){return aUh}else{return (a.tM==v0i||a.tI==2?a.gC():F9h).b}}
+g8h = function(a){return a==null?null:a.name}
+i8h = function(a){var b=cNh;for(prop in a){if(prop!=pXh&&prop!=E0h){b+=n4h+prop+Aqg+a[prop]}}return b}
+F7h = function(){}
+q8h = function(){return function(){}}
+s8h = function(b,a){return b.tM==v0i||b.tI==2?b.eQ(a):(b==null?null:b)===(a==null?null:a)}
+w8h = function(a){return a.tM==v0i||a.tI==2?a.hC():a.$H||(a.$H=++D8h)}
+c9h = function(e,c){var d=[null,0,false,[0,0]];var f=d[e];var a=new Array(c);for(var b=0;b<c;++b){a[b]=f}return a}
+d9h = function(){return this.aC}
+e9h = function(a,f,c,b,e){var d;d=c9h(e,b);f9h(a,f,c,d);return d}
+f9h = function(b,d,c,a){if(!g9h){g9h=new E8h()}j9h(a,g9h);a.aC=b;a.tI=d;a.qI=c;return a}
+h9h = function(a,b,c){if(c!=null){if(a.qI>0&&!m9h(c.tI,a.qI)){throw new Ebi()}if(a.qI<0&&(c.tM==v0i||c.tI==2)){throw new Ebi()}}return a[b]=c}
+j9h = function(a,c){for(var b in c){var d=c[b];if(d){a[b]=d}}return a}
+E8h = function(){}
+n9h = function(b,a){return b&&!!B9h[b][a]}
+m9h = function(b,a){return b&&B9h[b][a]}
+p9h = function(b,a){if(b!=null&&!m9h(b.tI,a)){throw new eci()}return b}
+o9h = function(a){if(a!=null&&(a.tM==v0i||a.tI==2)){throw new eci()}return a}
+s9h = function(b,a){return b!=null&&n9h(b.tI,a)}
+gai = function(a){if(a!=null&&n9h(a.tI,2)){return a}return a8h(new F7h(),a)}
+rai = function(d,c){var a,b;c%=1.8446744073709552E19;d%=1.8446744073709552E19;a=c%4294967296;b=Math.floor(d/4294967296)*4294967296;c=c-a+b;d=d-b+a;while(d<0){d+=4294967296;c-=4294967296}while(d>4294967295){d-=4294967296;c+=4294967296}c=c%1.8446744073709552E19;while(c>9223372032559808512){c-=1.8446744073709552E19}while(c<-9223372036854775808){c+=1.8446744073709552E19}return [d,c]}
+sai = function(a){if(isNaN(a)){return mai(),pai}if(a<-9223372036854775808){return mai(),oai}if(a>=9223372036854775807){return mai(),nai}if(a>0){return rai(Math.floor(a),0)}else{return rai(Math.ceil(a),0)}}
+tai = function(c){var a,b;if(c>-129&&c<128){a=c+128;b=(jai(),kai)[a];if(b==null){b=kai[a]=uai(c)}return b}return uai(c)}
+uai = function(a){if(a>=0){return [a,0]}else{return [a+4294967296,-4294967296]}}
+jai = function(){jai=v0i;kai=e9h(dai,53,13,256,0)}
+
+mai = function(){mai=v0i;Math.log(2);nai=E7h;oai=C7h;tai(-1);tai(1);tai(2);pai=tai(0)}
+
+gbi = function(){gbi=v0i;obi=fji(new eji());sbi(new bbi())}
+fbi = function(a){if(a.b){clearInterval(a.c)}else{clearTimeout(a.c)}lji(obi,a)}
+hbi = function(a){if(!a.b){lji(obi,a)}rni(a)}
+ibi = function(b,a){if(a<=0){throw Fci(new Eci(),Bqg)}fbi(b);b.b=false;b.c=lbi(b,a);gji(obi,b)}
+lbi = function(b,a){return setTimeout(function(){b.zb()},a)}
+mbi = function(){hbi(this)}
+nbi = function(){return b$h}
+abi = function(){}
+dbi = function(){while((gbi(),obi).b>0){fbi(p9h(iji(obi,0),3))}}
+ebi = function(){return a$h}
+bbi = function(){}
+
+sbi = function(a){ybi();if(!tbi){tbi=fji(new eji())}gji(tbi,a)}
+ubi = function(){var a;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);dbi()}}}
+vbi = function(){var a,b;b=null;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);b=null}}return b}
+xbi = function(){__gwt_initHandlers(function(){},function(){return vbi()},function(){ubi()})}
+ybi = function(){if(!wbi){xbi();wbi=true}}
+
+Fbi = function(b,a){b.b=a;return b}
+bci = function(){return c$h}
+Ebi = function(){}
+ici = function(c,a){var b;b=new dci();b.b=c+a;b.a=4;return b}
+jci = function(c,a){var b;b=new dci();b.b=c+a;return b}
+kci = function(c,a){var b;b=new dci();b.b=c+a;b.a=8;return b}
+mci = function(){return e$h}
+nci = function(){return ((this.a&2)!=0?kug:(this.a&1)!=0?cNh:zxg)+this.b}
+dci = function(){}
+gci = function(){return d$h}
+eci = function(){}
+vci = function(a){return this.b-a.b}
+wci = function(a){return (this==null?null:this)===(a==null?null:a)}
+xci = function(){return f$h}
+yci = function(){return this.$H||(this.$H=++D8h)}
+zci = function(){return this.a}
+
+tci = function(){}
+Fci = function(b,a){b.b=a;return b}
+bdi = function(){return h$h}
+Eci = function(){}
+ddi = function(b,a){b.b=a;return b}
+fdi = function(){return i$h}
+cdi = function(){}
+idi = function(f,e){var a,b,c,d;c=~~(32/e);a=(1<<e)-1;b=e9h(A_h,42,-1,c,1);d=c-1;if(f>=0){while(f>a){b[d--]=(udi(),vdi)[f&a];f>>=e}}else{while(d>0){b[d--]=(udi(),vdi)[f&a];f>>=e}}b[d]=(udi(),vdi)[f&a];return ofi(b,d,c)}
+rdi = function(){return j$h}
+pdi = function(){}
+udi = function(){udi=v0i;vdi=f9h(A_h,42,-1,[48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122])}
+
+efi = function(b,a){if(!(a!=null&&n9h(a.tI,1))){return false}return String(b)==a}
+ffi = function(f,c,d,a,b){var e;for(e=c;e<d;++e){a[b++]=f.charCodeAt(e)}}
+lfi = function(c){var a,b;b=c.length;a=e9h(A_h,42,-1,b,1);ffi(c,0,b,a,0);return a}
+mfi = function(b,c,a){if(c<0){throw Fei(new Eei(),c)}if(a<c){throw Fei(new Eei(),a-c)}if(a>b){throw Fei(new Eei(),a)}}
+ofi = function(c,b,a){c=c.slice(b,a);return String.fromCharCode.apply(null,c)}
+qfi = function(b,a){b=String(b);if(b==a){return 0}return b<a?-1:1}
+pfi = function(a){return qfi(this,a)}
+rfi = function(a){return efi(this,a)}
+sfi = function(){return p$h}
+tfi = function(){return iei(this)}
+ufi = function(){return this}
+xfi = function(d,c,a){var b;b=c+a;mfi(d.length,c,b);return ofi(d,c,b)}
+dei = function(){dei=v0i;eei={};hei={}}
+fei = function(e){var a,b,c,d;d=e.length;c=d<64?1:~~(d/32);a=0;for(b=0;b<d;b+=c){a<<=1;a+=e.charCodeAt(b)}a|=0;return a}
+iei = function(c){dei();var a=iBg+c;var b=hei[a];if(b!=null){return b}b=eei[a];if(b==null){b=fei(c)}jei();return hei[a]=b}
+jei = function(){if(gei==256){eei=hei;hei={};gei=0}++gei}
+
+mei = function(a){a.a=tei(new rei());return a}
+nei = function(a,b){uei(a.a,b);return a}
+pei = function(){return m$h}
+qei = function(){return zei(this.a)}
+kei = function(){}
+tei = function(a){a.b=e9h(D_h,48,1,0,0);return a}
+uei = function(b,c){var a;if(c==null){c=rQh}a=c.length;if(a>0){b.b[b.a++]=c;b.c+=a;if(b.a>1024){zei(b);b.b.length=1024}}return b}
+wei = function(f,e,d,a,b){var c;mfi(f.c,e,d);mfi(a.length,b,b+(d-e));c=zei(f);while(e<d){a[b++]=c.charCodeAt(e++)}}
+yei = function(d,b){var c,a;c=d.c;if(b<c){a=zei(d);d.b=f9h(D_h,48,1,[a.substr(0,b-0),cNh,a.substr(c,a.length-c)]);d.a=3;d.c+=cNh.length-(c-b)}else if(b>c){uei(d,String.fromCharCode.apply(null,e9h(A_h,42,-1,b-c,1)))}}
+zei = function(b){var a;if(b.a!=1){b.b.length=b.a;a=b.b.join(cNh);b.b=f9h(D_h,48,1,[a]);b.a=1}return b.b[0]}
+Aei = function(){return n$h}
+Dei = function(){return zei(this)}
+rei = function(){}
+Fei = function(b,a){b.b=xEg+a;return b}
+bfi = function(){return o$h}
+
+Eei = function(){}
+Afi = function(h,j,a,d,g){var b,c,e,f,i,k,l;if(h==null||a==null){throw new pdi()}k=(h.tM==v0i||h.tI==2?h.gC():F9h).b;e=(a.tM==v0i||a.tI==2?a.gC():F9h).b;if(k.charCodeAt(0)!=91||e.charCodeAt(0)!=91){throw Fbi(new Ebi(),gIg)}if(k.charCodeAt(1)!=e.charCodeAt(1)){throw Fbi(new Ebi(),vLg)}l=h.length;f=a.length;if(j<0||d<0||g<0||j+g>l||d+g>f){throw new cdi()}if((k.charCodeAt(1)==76||k.charCodeAt(1)==91)&&!efi(k,e)){i=p9h(h,5);b=p9h(a,5);if((h==null?null:h)===(a==null?null:a)&&j<d){j+=g;for(c=d+g;c-->d;){h9h(b,c,i[--j])}}else{for(c=d+g;d<c;){h9h(b,d++,i[j++])}}}else{Array.prototype.splice.apply(a,[d,g].concat(h.slice(j,j+g)))}}
+fgi = function(b,a){b.b=a;return b}
+hgi = function(){return r$h}
+egi = function(){}
+jgi = function(a,b){var c;while(a.Eb()){c=a.ac();if(b==null?c==null:s8h(b,c)){return a}}return null}
+lgi = function(a){throw fgi(new egi(),ePg)}
+mgi = function(b){var a;a=jgi(this.Fb(),b);return !!a}
+ngi = function(){return s$h}
+ogi = function(){var a,b,c;c=mei(new kei());a=null;uei(c.a,tSg);b=this.Fb();while(b.Eb()){if(a!=null){uei(c.a,a)}else{a=cWg}nei(c,cNh+b.ac())}uei(c.a,sZg);return zei(c.a)}
+igi = function(){}
+vii = function(c){var a,b,d,e,f;if((c==null?null:c)===(this==null?null:this)){return true}if(!(c!=null&&n9h(c.tI,16))){return false}e=p9h(c,16);if(p9h(this,16).d!=e.d){return false}for(b=sgi(new rgi(),xgi(new qgi(),e).a);Bhi(b.a);){a=p9h(Chi(b.a),14);d=a.Ab();f=a.Cb();if(!(d==null?p9h(this,16).c:d!=null?thi(p9h(this,16),d):shi(p9h(this,16),d,~~iei(d)))){return false}if(!pli(f,d==null?p9h(this,16).b:d!=null?p9h(this,16).e[iBg+d]:phi(p9h(this,16),d,~~iei(d)))){return false}}return true}
+wii = function(){return C$h}
+xii = function(){var a,b,c;c=0;for(b=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(b.a);){a=p9h(Chi(b.a),14);c+=a.hC();c=~~c}return c}
+yii = function(){var a,b,c,d;d=b3g;a=false;for(c=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(c.a);){b=p9h(Chi(c.a),14);if(a){d+=cWg}else{a=true}d+=cNh+b.Ab();d+=q6g;d+=cNh+b.Cb()}return d+F9g}
+nii = function(){}
+khi = function(g,c){var e=g.a;for(var d in e){if(d==parseInt(d)){var a=e[d];for(var f=0,b=a.length;f<b;++f){c.vb(a[f])}}}}
+lhi = function(e,a){var d=e.e;for(var c in d){if(c.charCodeAt(0)==58){var b=jhi(e,c.substring(1));a.vb(b)}}}
+mhi = function(a){a.a=[];a.e={};a.c=false;a.b=null;a.d=0}
+ohi = function(b,a){return a==null?b.c:a!=null?iBg+a in b.e:shi(b,a,~~iei(a))}
+rhi = function(b,a){return a==null?b.b:a!=null?b.e[iBg+a]:phi(b,a,~~iei(a))}
+phi = function(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return c.Cb()}}}return null}
+shi = function(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return true}}}return false}
+thi = function(b,a){return iBg+a in b.e}
+uhi = function(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+vhi = function(){return x$h}
+pgi = function(){}
+bji = function(b){var a,c,d;if((b==null?null:b)===(this==null?null:this)){return true}if(!(b!=null&&n9h(b.tI,18))){return false}c=p9h(b,18);if(c.a.d!=this.bc()){return false}for(a=sgi(new rgi(),c.a);Bhi(a.a);){d=p9h(Chi(a.a),14);if(!this.wb(d)){return false}}return true}
+cji = function(){return E$h}
+dji = function(){var a,b,c;a=0;for(b=this.Fb();b.Eb();){c=b.ac();if(c!=null){a+=w8h(c);a=~~a}}return a}
+Fii = function(){}
+xgi = function(b,a){b.a=a;return b}
+zgi = function(c){var a,b,d;if(c!=null&&n9h(c.tI,14)){a=p9h(c,14);b=a.Ab();if(ohi(this.a,b)){d=rhi(this.a,b);return eki(a.Cb(),d)}}return false}
+Agi = function(){return u$h}
+Bgi = function(){return sgi(new rgi(),this.a)}
+Cgi = function(){return this.a.d}
+qgi = function(){}
+sgi = function(c,b){var a;c.b=b;a=fji(new eji());if(c.b.c){gji(a,Egi(new Dgi(),c.b))}lhi(c.b,a);khi(c.b,a);c.a=zhi(new xhi(),a);return c}
+ugi = function(){return t$h}
+vgi = function(){return Bhi(this.a)}
+wgi = function(){return p9h(Chi(this.a),14)}
+rgi = function(){}
+qii = function(b){var a;if(b!=null&&n9h(b.tI,14)){a=p9h(b,14);if(pli(this.Ab(),a.Ab())&&pli(this.Cb(),a.Cb())){return true}}return false}
+rii = function(){return B$h}
+sii = function(){var a,b;a=0;b=0;if(this.Ab()!=null){a=iei(this.Ab())}if(this.Cb()!=null){b=w8h(this.Cb())}return a^b}
+tii = function(){return this.Ab()+q6g+this.Cb()}
+oii = function(){}
+Egi = function(b,a){b.a=a;return b}
+ahi = function(){return v$h}
+bhi = function(){return null}
+chi = function(){return this.a.b}
+Dgi = function(){}
+ehi = function(c,a,b){c.b=b;c.a=a;return c}
+ghi = function(){return w$h}
+hhi = function(){return this.a}
+ihi = function(){return this.b.e[iBg+this.a]}
+jhi = function(b,a){return ehi(new dhi(),a,b)}
+dhi = function(){}
+gii = function(a){this.ub(this.bc(),a);return true}
+fii = function(b,a){throw fgi(new egi(),obh)}
+hii = function(a,b){if(a<0||a>=b){lii(a,b)}}
+iii = function(e){var a,b,c,d,f;if((e==null?null:e)===(this==null?null:this)){return true}if(!(e!=null&&n9h(e.tI,15))){return false}f=p9h(e,15);if(this.bc()!=f.bc()){return false}c=this.Fb();d=f.Fb();while(c.a<c.b.bc()){a=Chi(c);b=Chi(d);if(!(a==null?b==null:s8h(a,b))){return false}}return true}
+jii = function(){return A$h}
+kii = function(){var a,b,c;b=1;a=this.Fb();while(a.a<a.b.bc()){c=Chi(a);b=31*b+(c==null?0:w8h(c));b=~~b}return b}
+lii = function(a,b){throw ddi(new cdi(),Deh+a+mih+b)}
+mii = function(){return zhi(new xhi(),this)}
+whi = function(){}
+zhi = function(b,a){b.b=a;return b}
+Bhi = function(a){return a.a<a.b.bc()}
+Chi = function(a){if(a.a>=a.b.bc()){throw new hli()}return a.b.Db(a.a++)}
+Dhi = function(){return y$h}
+Ehi = function(){return this.a<this.b.bc()}
+Fhi = function(){return Chi(this)}
+xhi = function(){}
+bii = function(b,a){b.b=a;return b}
+dii = function(){return z$h}
+aii = function(){}
+Bii = function(b,a){var c;c=Dki(this,b);yki(c.d,a,c.b);++c.a;c.c=null}
+Dii = function(c){var a,d;d=Dki(this,c);try{return nki(d)}catch(a){a=gai(a);if(s9h(a,17)){throw ddi(new cdi(),Blh+c)}else throw a}}
+Cii = function(){return D$h}
+Eii = function(){return bii(new aii(),this)}
+zii = function(){}
+fji = function(a){a.a=e9h(C_h,47,0,0,0);a.b=0;return a}
+gji = function(b,a){h9h(b.a,b.b++,a);return true}
+iji = function(b,a){hii(a,b.b);return b.a[a]}
+jji = function(c,b,a){for(;a<c.b;++a){if(pli(b,c.a[a])){return a}}return -1}
+lji = function(d,c){var a,b;a=jji(d,c,0);if(a==-1){return false}b=(hii(a,d.b),d.a[a]);d.a.splice(a,1);--d.b;return true}
+nji = function(a){return h9h(this.a,this.b++,a),true}
+mji = function(a,b){if(a<0||a>this.b){lii(a,this.b)}this.a.splice(a,0,b);++this.b}
+oji = function(a){return jji(this,a,0)!=-1}
+qji = function(a){return hii(a,this.b),this.a[a]}
+pji = function(){return F$h}
+rji = function(){return this.b}
+eji = function(){}
+wji = function(f,b){var a,c,d,e;c=0;a=f.length-1;while(c<=a){d=c+(a-c>>1);e=f[d];if(e<b){c=d+1}else if(e>b){a=d-1}else{return d}}return -c-1}
+xji = function(h,d,a){var b,c,e,f,g;if(!a){a=(Eji(),Fji)}e=0;c=h.length-1;while(e<=c){f=e+(c-e>>1);g=h[f];b=g.cT(d);if(b<0){e=f+1}else if(b>0){c=f-1}else{return f}}return -e-1}
+Eji = function(){Eji=v0i;Fji=new Bji()}
+
+Dji = function(){return a_h}
+Bji = function(){}
+cki = function(a){mhi(a);return a}
+eki = function(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+fki = function(){return b_h}
+bki = function(){}
+xki = function(a){a.a=ski(new rki());a.b=0;return a}
+yki = function(c,a,b){tki(new rki(),a,b);++c.b}
+zki = function(b,a){tki(new rki(),a,b.a);++b.b}
+Aki = function(a){a.a=ski(new rki());a.b=0}
+Cki = function(a){Fki(a);return a.a.b.c}
+Dki = function(d,b){var a,c;if(b<0||b>d.b){lii(b,d.b)}if(b>=d.b>>1){c=d.a;for(a=d.b;a>b;--a){c=c.b}}else{c=d.a.a;for(a=0;a<b;++a){c=c.a}}return kki(new iki(),b,c,d)}
+Eki = function(b){var a;Fki(b);--b.b;a=b.a.b;a.a.b=a.b;a.b.a=a.a;a.a=a.b=a;return a.c}
+Fki = function(a){if(a.b==0){throw new hli()}}
+ali = function(a){tki(new rki(),a,this.a);++this.b;return true}
+bli = function(){return e_h}
+cli = function(){return this.b}
+hki = function(){}
+kki = function(d,a,b,c){d.d=c;d.b=b;d.a=a;return d}
+nki = function(a){if(a.b==a.d.a){throw new hli()}a.c=a.b;a.b=a.b.a;++a.a;return a.c.c}
+oki = function(){return c_h}
+pki = function(){return this.b!=this.d.a}
+qki = function(){return nki(this)}
+iki = function(){}
+ski = function(a){a.a=a.b=a;return a}
+tki = function(b,c,a){b.c=c;b.a=a;b.b=a.b;a.b.a=b;a.b=b;return b}
+wki = function(){return d_h}
+rki = function(){}
+jli = function(){return f_h}
+hli = function(){}
+pli = function(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+sli = function(){sli=v0i;tli=rli(new qli(),kph,0);rli(new qli(),zsh,1);rli(new qli(),jwh,2);rli(new qli(),yzh,3);rli(new qli(),hDh,4)}
+rli = function(c,a,b){sli();c.a=a;c.b=b;return c}
+uli = function(){return g_h}
+qli = function(){}
+xli = function(){xli=v0i;Ali=wli(new vli(),wGh,0);yli=wli(new vli(),fKh,1);zli=wli(new vli(),lLh,2)}
+wli = function(c,a,b){xli();c.a=a;c.b=b;return c}
+Bli = function(){return h_h}
+vli = function(){}
+Fli = function(){Fli=v0i;ami=Eli(new Dli(),wLh,0);cmi=Eli(new Dli(),bMh,1);bmi=Eli(new Dli(),mMh,2)}
+Eli = function(c,a,b){Fli();c.a=a;c.b=b;return c}
+dmi = function(){return i_h}
+Dli = function(){}
+CYi = function(){CYi=v0i;l0i=lfi(xMh);k0i=f9h(D_h,48,1,[dNh,oNh,zNh,eOh,pOh,AOh]);m0i=f9h(D_h,48,1,[fPh,qPh,BPh,gQh,sQh,DQh,iRh,tRh,ERh,jSh,uSh,FSh,kTh,vTh,bUh,mUh,xUh,cVh,nVh,yVh,dWh,oWh,zWh,eXh,qXh,BXh,gYh,rYh,CYh,hZh,sZh,DZh,i0h,t0h,F0h,k1h,v1h,a2h,l2h,w2h,b3h,m3h,x3h,c4h,o4h,z4h,e5h,p5h,A5h,f6h,q6h,B6h,g7h,r7h,Cqg])}
+eYi = function(d,a){var b,c;c=d.g+1;if(c>d.f.length){b=e9h(A_h,42,-1,c,1);Afi(d.f,0,b,0,d.g);d.f=b}d.f[d.g]=a;d.g=c}
+fYi = function(c,a){var b;FUi(a,c,c.u);if(c.j>=1){b=c.y[1];if(b.c==3){lmi(c,b.e,a)}}}
+gYi = function(u,m){var a,b,c,d,e,f,g,h,i,j,k,l,n,o,p,q;rZi(u);for(;;){f=u.s;while(f>-1){l=u.r[f];if(!l){f=-1;break}else if(l.d==m){break}--f}if(f==-1){return}e=u.r[f];g=u.j;j=true;while(g>-1){o=u.y[g];if(o==e){break}else if(o.i){j=false}--g}if(g==-1){c0i(u,f);return}if(!j){return}i=g+1;while(i<=u.j){o=u.y[i];if(o.i||o.j){break}++i}if(i>u.j){while(u.j>=g){EZi(u)}c0i(u,f);return}c=u.y[g-1];h=u.y[i];a=f;q=i;k=h;for(;;){--q;o=u.y[q];p=iZi(u,o);if(p==-1){d0i(u,q);--i;continue}if(q==g){break}if(q==i){a=p+1}b=smi(u,hrg,o.d,xUi(o.a));n=CVi(new AVi(),o.c,o.f,o.d,b,o.i,o.j,o.b,o.g,o.a);o.a=null;u.y[q]=n;++n.h;u.r[p]=n;--o.h;--o.h;o=n;vmi(u,k.e);qmi(u,k.e,o.e);k=o}if(c.b){vmi(u,k.e);wZi(u,k.e)}else{vmi(u,k.e);qmi(u,k.e,c.e)}b=smi(u,hrg,e.d,xUi(e.a));d=CVi(new AVi(),e.c,e.f,e.d,b,e.i,e.j,e.b,e.g,e.a);e.a=null;nmi(u,h.e,b);qmi(u,b,h.e);c0i(u,f);xZi(u,d,a);d0i(u,g);yZi(u,d,i)}}
+vYi = function(c,b){var a;++c.s;if(c.s==c.r.length){a=e9h(aai,51,11,c.r.length+64,0);Afi(c.r,0,a,0,c.r.length);c.r=a}c.r[c.s]=b}
+hYi = function(d,a){var b,c;FUi(a,d,d.u);b=umi(d,a);c=DVi(new AVi(),hrg,(wHi(),gNi),b);a0i(d,c)}
+nYi = function(f,e,b,a){var c,d;rZi(f);FUi(a,f,f.u);c=smi(f,e,b.e,a);qmi(f,c,f.y[f.j].e);d=DVi(new AVi(),e,b,c);a0i(f,d)}
+lYi = function(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=EVi(new AVi(),f,c,d,g);a0i(h,e)}
+mYi = function(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=tmi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=DVi(new AVi(),f,c,d);a0i(g,e)}
+jYi = function(h,f,c,a){var b,d,e,g;rZi(h);g=c.a;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,(wHi(),qMi)==c);a0i(h,e)}
+kYi = function(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,false);a0i(h,e)}
+oYi = function(e,a){var b,c,d;rZi(e);FUi(a,e,e.u);c=smi(e,hrg,srg,a);e.m=c;b=e.y[e.j];if(b.b){wZi(e,c)}else{qmi(e,c,b.e)}d=DVi(new AVi(),hrg,(wHi(),rMi),c);a0i(e,d)}
+pYi = function(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=smi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=aWi(new AVi(),f,c,d,xUi(a));a0i(g,e);vYi(g,e);++e.h}
+qYi = function(d,a){var b,c;rZi(d);FUi(a,d,d.u);b=smi(d,hrg,Drg,a);qmi(d,b,d.y[d.j].e);d.o=b;c=DVi(new AVi(),hrg,(wHi(),cNi),b);a0i(d,c)}
+sYi = function(f,e,d,a){var b,c;rZi(f);FUi(a,f,f.u);c=tmi(f,e,d,a);b=f.y[f.j];if(b.b){wZi(f,c)}else{qmi(f,c,b.e)}wmi(f,e,d,c)}
+tYi = function(g,e,c,a){var b,d,f;rZi(g);f=c.e;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+rYi = function(g,e,c,a){var b,d,f;rZi(g);f=c.a;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+wYi = function(b){var a;for(a=0;a<b.g;++a){switch(b.f[a]){case 32:case 9:case 10:case 12:continue;default:return true;}}return false}
+xYi = function(p,a,o,e){var c,d;if(p.v){if(a[o]==10){++o;--e;if(e==0){return}}p.v=false}switch(p.t){case 6:case 12:case 8:b0i(p);case 20:pHi(p,a,o,e);return;default:c=o+e;b:for(d=o;d<c;++d){switch(a[d]){case 32:case 9:case 10:case 12:switch(p.t){case 0:case 1:case 2:o=d+1;continue;case 21:case 3:case 4:case 5:case 9:case 16:case 17:continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 15:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;case 18:case 19:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;}default:switch(p.t){case 0:aZi(p,(xli(),zli));p.t=1;--d;continue;case 1:hYi(p,AWi(p.z));p.t=2;--d;continue;case 2:if(o<d){pHi(p,a,o,d-o);o=d}qYi(p,(wUi(),bVi));p.t=3;--d;continue;case 3:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=5;--d;continue;case 4:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=3;--d;continue;case 5:if(o<d){pHi(p,a,o,d-o);o=d}nYi(p,hrg,(wHi(),cJi),AWi(p.z));p.t=21;--d;continue;case 21:p.t=6;--d;continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 9:if(o<d){pHi(p,a,o,d-o);o=d}if(p.j==0){o=d+1;continue}EZi(p);p.t=7;--d;continue;break b;case 15:p.t=6;--d;continue;case 16:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 17:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 18:p.t=6;--d;continue;case 19:p.t=16;--d;continue;}}}if(o<c){pHi(p,a,o,c-o)}}}
+yYi = function(e,a){var b,c,d;b=EUi(a,(koi(),nsi));d=null;if(b!=null){d=n0i(b)}if(d==null){c=EUi(a,pri);if(c!=null){e.z.jb=true}}else{e.z.jb=true}}
+zYi = function(b,a){if(pVi(a)){return a}else{switch(b.u.b){case 0:return a;case 2:return mVi(a);case 1:gZi(b,isg+a+tsg);}}return null}
+AYi = function(e,a){while(e.j>a){EZi(e)}}
+BYi = function(a){while(a.s>-1){if(!a.r[a.s]){--a.s;return}--a.r[a.s].h;--a.s}}
+DYi = function(e,a){tZi(e);while(e.j>=a){EZi(e)}BYi(e);e.t=11;return}
+EYi = function(h,a,g,f){var c,d,e;h.v=false;if(!h.A){return}b:for(;;){switch(h.l){case 0:break b;default:switch(h.t){case 0:case 1:case 18:case 19:omi(h,(c=g+f,mfi(a.length,g,c),ofi(a,g,c)));return;case 15:rZi(h);pmi(h,h.y[0].e,(d=g+f,mfi(a.length,g,d),ofi(a,g,d)));return;default:break b;}}}rZi(h);pmi(h,h.y[h.j].e,(e=g+f,mfi(a.length,g,e),ofi(a,g,e)));return}
+FYi = function(f,c,d,e,b){f.v=false;a:for(;;){switch(f.l){case 0:break a;default:switch(f.t){case 0:switch(f.k.b){case 0:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(zNh,d)&&(e==null||efi(Esg,e))||efi(AOh,d)&&(e==null||efi(jtg,e))||efi(utg,d)&&efi(Ftg,e)||efi(lug,d)&&efi(wug,e)){}else !((e==null||efi(bvg,e))&&d==null);aZi(f,(xli(),Ali))}break;case 2:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 1:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)&&e!=null){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}break;case 3:f.p=AZi(d);if(f.p){f.z.A=true}if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 4:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}}f.t=1;return;default:break a;}}}return}
+aZi = function(b,a){b.x=a==(xli(),zli)}
+bZi = function(e){var a;a=nZi(e,xvg);if(a==2147483647){return}while(e.j>=a){EZi(e)}f0i(e)}
+cZi = function(ad,a){var b,d,e,f;ad.v=false;c:for(;;){d=a.d;e=a.e;switch(ad.t){case 11:switch(d){case 37:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;break c;case 34:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;case 39:if(nZi(ad,e)==2147483647){break c}b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;break c;}case 10:switch(d){case 39:b=pZi(ad,e);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;break c;case 34:b=lZi(ad);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;continue;break c;}case 7:switch(d){case 34:b=qZi(ad,cwg);if(b==2147483647){break c}while(ad.j>=b){EZi(ad)}f0i(ad);break c;}case 8:switch(d){case 6:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;break c;case 34:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;continue;break c;}case 12:switch(d){case 40:b=nZi(ad,e);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=11;break c;case 34:case 39:case 37:if(nZi(ad,e)==2147483647){break c}DYi(ad,mZi(ad));continue;break c;}case 21:case 6:switch(d){case 3:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;break c;case 23:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;continue;case 50:case 46:case 44:case 61:case 51:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 9:if(!ad.m){break c}ad.m=null;b=kZi(ad,e);if(b==2147483647){break c}tZi(ad);d0i(ad,b);break c;case 29:b=kZi(ad,ywg);if(b==2147483647){if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}tYi(ad,hrg,a,(wUi(),bVi));break c}sZi(ad,ywg);while(ad.j>=b){EZi(ad)}break c;case 41:case 15:b=kZi(ad,e);if(b==2147483647){}else{sZi(ad,e);while(ad.j>=b){EZi(ad)}}break c;case 42:b=jZi(ad);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 1:case 45:case 64:case 24:gYi(ad,e);break c;case 5:case 63:case 43:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad)}break c;case 4:if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}b0i(ad);tYi(ad,hrg,a,(wUi(),bVi));break c;case 49:case 55:case 48:case 12:case 13:case 65:case 22:case 14:case 47:case 60:case 25:case 32:case 34:case 35:break c;case 26:default:if(e==ad.y[ad.j].d){EZi(ad);break c}b=ad.j;for(;;){f=ad.y[b];if(f.d==e){tZi(ad);while(ad.j>=b){EZi(ad)}break c}else if(f.i||f.j){break c}--b}}case 9:switch(d){case 8:if(ad.j==0){break c}EZi(ad);ad.t=7;break c;case 7:break c;default:if(ad.j==0){break c}EZi(ad);ad.t=7;continue;}case 14:switch(d){case 6:case 34:case 39:case 37:case 40:if(nZi(ad,e)!=2147483647){bZi(ad);continue}else{break c}}case 13:switch(d){case 28:if(dxg==ad.y[ad.j].d){EZi(ad);break c}else{break c}case 27:if(dxg==ad.y[ad.j].d&&oxg==ad.y[ad.j-1].d){EZi(ad)}if(oxg==ad.y[ad.j].d){EZi(ad)}else{}break c;case 32:bZi(ad);break c;default:break c;}case 15:switch(d){case 23:if(ad.n){break c}else{ad.t=18;break c}default:ad.t=6;continue;}case 16:switch(d){case 11:if(ad.j==0){break c}EZi(ad);if(!ad.n&&Axg!=ad.y[ad.j].d){ad.t=17}break c;default:break c;}case 17:switch(d){case 23:ad.t=19;break c;default:break c;}case 0:aZi(ad,(xli(),zli));ad.t=1;continue;case 1:hYi(ad,AWi(ad.z));ad.t=2;continue;case 2:switch(d){case 20:case 4:case 23:case 3:qYi(ad,(wUi(),bVi));ad.t=3;continue;default:break c;}case 3:switch(d){case 20:EZi(ad);ad.t=5;break c;case 4:case 23:case 3:EZi(ad);ad.t=5;continue;default:break c;}case 4:switch(d){case 26:EZi(ad);ad.t=3;break c;case 4:EZi(ad);ad.t=3;continue;default:break c;}case 5:switch(d){case 23:case 3:case 4:nYi(ad,hrg,(wHi(),cJi),AWi(ad.z));ad.t=21;continue;default:break c;}case 18:ad.t=6;continue;case 19:ad.t=16;continue;case 20:if(ad.w==5){EZi(ad)}EZi(ad);ad.t=ad.w;break c;}}if(ad.l==0&&!uZi(ad)){ad.l=1}}
+dZi = function(a){a.m=null;a.o=null;while(a.j>-1){--a.y[a.j].h;--a.j}a.y=null;while(a.s>-1){if(a.r[a.s]){--a.r[a.s].h}--a.s}a.r=null;mhi(a.q);a.f=null}
+eZi = function(C){var b,c;rZi(C);switch(C.l){case 0:while(C.y[C.j].f!=hrg){DZi(C)}C.l=1;}a:for(;;){switch(C.t){case 0:aZi(C,(xli(),zli));C.t=1;continue;case 1:hYi(C,AWi(C.z));C.t=2;continue;case 2:qYi(C,(wUi(),bVi));C.t=3;continue;case 3:while(C.j>0){DZi(C)}C.t=5;continue;case 4:while(C.j>1){DZi(C)}C.t=3;continue;case 5:nYi(C,hrg,(wHi(),cJi),AWi(C.z));C.t=6;continue;case 9:if(C.j==0){break a}else{DZi(C);C.t=7;continue}case 21:case 8:case 12:case 6:B:for(c=C.j;c>=0;--c){b=C.y[c].c;switch(b){case 41:case 15:case 29:case 39:case 40:case 3:case 23:break;default:break B;}}break a;case 20:if(C.w==5){DZi(C)}DZi(C);C.t=C.w;continue;case 10:case 11:case 7:case 13:case 14:case 16:break a;case 15:case 17:case 18:case 19:default:if(C.j==0){sai((new Date()).getTime())}break a;}}while(C.j>0){DZi(C)}if(!C.n){DZi(C)}}
+fZi = function(c,a){var b;b=b1i(new F0i(),a.b,c.z,a);throw b}
+gZi = function(c,a){var b;b=a1i(new F0i(),a,c.z);throw b}
+iZi = function(c,b){var a;for(a=c.s;a>=0;--a){if(b==c.r[a]){return a}}return -1}
+hZi = function(d,b){var a,c;for(a=d.s;a>=0;--a){c=d.r[a];if(!c){return -1}else if(c.d==b){return a}}return -1}
+qZi = function(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 2147483647}
+kZi = function(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].i){return 2147483647}}return 2147483647}
+jZi = function(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==42){return a}else if(b.y[a].i){return 2147483647}}return 2147483647}
+nZi = function(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].d==cwg){return 2147483647}}return 2147483647}
+lZi = function(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==39){return a}}return 0}
+mZi = function(c){var a,b;for(a=c.j;a>0;--a){b=c.y[a].d;if(fyg==b||qyg==b){return a}else if(b==cwg){return 2147483647}}return 2147483647}
+pZi = function(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 0}
+oZi = function(c,a){var b;for(b=c.j;b>0;--b){if(c.y[b].c==a){return b}}return 0}
+rZi = function(e){var a,b,c,d;if(e.g>0){a=e.y[e.j];if(a.b&&wYi(e)){c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){mmi(e,b,xfi(e.f,0,e.g));e.g=0;return}rHi(e,e.f,0,e.g,b,e.y[c-1].e);e.g=0;return}mmi(e,e.y[e.j].e,xfi(e.f,0,e.g));e.g=0}}
+tZi = function(d){for(;;){switch(d.y[d.j].c){case 29:case 15:case 41:case 28:case 27:case 53:EZi(d);continue;default:return;}}}
+sZi = function(f,a){var b;for(;;){b=f.y[f.j];switch(b.c){case 29:case 15:case 41:case 28:case 27:case 53:if(b.d==a){return}EZi(f);continue;default:return;}}}
+uZi = function(b){var a;for(a=b.j;a>0;--a){if(b.y[a].f!=hrg){return true}else if(b.y[a].i){return false}}return false}
+vZi = function(e){var a;a=kZi(e,ywg);if(a==2147483647){return}sZi(e,ywg);while(e.j>=a){EZi(e)}}
+wZi = function(e,a){var b,c,d;c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){qmi(e,a,b);return}zmi(e,a,b,e.y[c-1].e)}
+xZi = function(c,b,a){++b.h;if(a<=c.s){Afi(c.r,a,c.r,a+1,c.s-a+1)}++c.s;c.r[a]=b}
+yZi = function(c,a,b){if(b==c.j+1){rZi(c);a0i(c,a)}else{Afi(c.y,b,c.y,b+1,c.j-b+1);++c.j;c.y[b]=a}}
+zZi = function(a,b){if(yVi(Byg,a)){return true}if(yVi(gzg,a)){return true}if(b!=null){if(yVi(rzg,a)){return true}if(yVi(Czg,a)){return true}}return false}
+AZi = function(a){if(a!=null&&xji(k0i,a,(Eji(),Fji))>-1){return true}return false}
+
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_1.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_1.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_1.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,81 @@
+HTMLParser.functions_1 = function(){
+
+BZi = function(c,b){var a;for(a=c.j;a>=0;--a){if(c.y[a]==b){return true}}return false}
+CZi = function(c,d,e,a){var b;if(a){return true}if(c!=hAg){return true}if(d!=null){for(b=0;b<m0i.length;++b){if(zVi(m0i[b],d)){return true}}if(yVi(sAg,d)||yVi(DAg,d)||yVi(hAg,d)){return true}}if(e==null){if(yVi(rzg,d)){return true}else if(yVi(Czg,d)){return true}}else if(yVi(jBg,e)){return true}return false}
+EZi = function(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+DZi = function(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+a0i = function(c,b){var a;++c.j;if(c.j==c.y.length){a=e9h(aai,51,11,c.y.length+64,0);Afi(c.y,0,a,0,c.y.length);c.y=a}c.y[c.j]=b}
+FZi = function(a){rZi(a);if(!a.o){a0i(a,a.y[a.j])}else{a0i(a,DVi(new AVi(),hrg,(wHi(),cNi),a.o))}}
+b0i = function(g){var a,b,c,d,e,f;if(g.s==-1){return}f=g.r[g.s];if(!f||BZi(g,f)){return}e=g.s;for(;;){--e;if(e==-1){break}if(!g.r[e]){break}if(BZi(g,g.r[e])){break}}if(e<g.s){rZi(g)}while(e<g.s){++e;c=g.r[e];a=smi(g,hrg,c.d,xUi(c.a));d=CVi(new AVi(),c.c,c.f,c.d,a,c.i,c.j,c.b,c.g,c.a);c.a=null;b=g.y[g.j];if(b.b){wZi(g,a)}else{qmi(g,a,b.e)}a0i(g,d);g.r[e]=d;--c.h;++d.h}}
+c0i = function(b,a){--b.r[a].h;if(a==b.s){--b.s;return}Afi(b.r,a+1,b.r,a,b.s-a);--b.s}
+d0i = function(e,d){if(e.j==d){EZi(e)}else{--e.y[d].h;Afi(e.y,d+1,e.y,d,e.j-d);--e.j}}
+e0i = function(f,a){var e;if(f.y[f.j]==a){EZi(f)}else{e=f.j-1;while(e>=0&&f.y[e]!=a){--e}if(e==-1){return}--a.h;Afi(f.y,e+1,f.y,e,f.j-e);--f.j}}
+f0i = function(d){var a,b,c;d.l=1;for(a=d.j;a>=0;--a){c=d.y[a];b=c.d;if(a==0){if(d.i==hrg&&(d.h==fyg||d.h==qyg)){d.t=6;return}else{b=d.h}}if(xvg==b){d.t=13;return}else if(fyg==b||qyg==b){d.t=12;return}else if(uBg==b){d.t=11;return}else if(FBg==b||kCg==b||vCg==b){d.t=10;return}else if(nwg==b){d.t=8;return}else if(aDg==b){d.t=9;return}else if(cwg==b){d.t=7;return}else if(hrg!=c.f){d.l=0;d.t=6;return}else if(Drg==b){d.t=6;return}else if(lDg==b){d.t=6;return}else if(Axg==b){d.t=16;return}else if(hAg==b){if(!d.o){d.t=2}else{d.t=5}return}else if(a==0){d.t=6;return}}}
+g0i = function(b,a){b.h=a;b.i=hrg;b.n=false;b.x=false}
+i0i = function(wg,i,e,ug){var a,b,c,d,f,g,h,j,k,l,m,p,r,s,t,sg,tg,ae,be;wg.v=false;s=false;vg:for(;;){l=i.d;r=i.e;switch(wg.l){case 0:h=wg.y[wg.j];g=h.f;f=h.c;if(hrg==g||wDg==g&&(56!=l&&57==f||19==l&&58==f)||bEg==g&&(36==f||59==f)){s=true}else{switch(l){case 45:case 50:case 3:case 4:case 52:case 41:case 46:case 48:case 42:case 20:case 22:case 15:case 18:case 24:case 29:case 44:case 34:while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg;case 64:if(yUi(e,(koi(),Fri))||yUi(e,Ati)||yUi(e,nDi)){while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg}default:if(bEg==g){e.b=2;if(ug){rYi(wg,g,i,e);ug=false}else{jYi(wg,g,i,e)}e=null;break vg}else{e.b=1;if(ug){tYi(wg,g,i,e);ug=false}else{kYi(wg,g,i,e)}e=null;break vg}}}default:switch(wg.t){case 10:switch(l){case 37:AYi(wg,lZi(wg));nYi(wg,hrg,i,e);wg.t=11;e=null;break vg;case 40:AYi(wg,lZi(wg));nYi(wg,hrg,(wHi(),lTi),(wUi(),bVi));wg.t=11;continue;case 6:case 7:case 8:case 39:j=lZi(wg);if(j==0){break vg}else{AYi(wg,j);EZi(wg);wg.t=7;continue}}case 11:switch(l){case 40:AYi(wg,oZi(wg,37));nYi(wg,hrg,i,e);wg.t=12;vYi(wg,null);e=null;break vg;case 6:case 7:case 8:case 39:case 37:j=oZi(wg,37);if(j==0){break vg}AYi(wg,j);EZi(wg);wg.t=10;continue;}case 7:q:for(;;){switch(l){case 6:AYi(wg,oZi(wg,34));vYi(wg,null);nYi(wg,hrg,i,e);wg.t=8;e=null;break vg;case 8:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=9;e=null;break vg;case 7:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),uJi),(wUi(),bVi));wg.t=9;continue vg;case 39:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=10;e=null;break vg;case 37:case 40:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),ESi),(wUi(),bVi));wg.t=10;continue vg;case 34:j=nZi(wg,r);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}f0i(wg);continue vg;case 31:case 33:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 13:if(!yVi(mEg,EUi(e,(koi(),fFi)))){break q}rZi(wg);FUi(e,wg,wg.u);be=tmi(wg,hrg,r,e);ae=wg.y[wg.j];qmi(wg,be,ae.e);wmi(wg,hrg,r,be);ug=false;e=null;break vg;default:break q;}}case 8:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=nZi(wg,nwg);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);wg.t=7;continue;}case 12:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=mZi(wg);if(j==2147483647){break vg}else{DYi(wg,j);continue}}case 21:switch(l){case 11:if(wg.t==21){if(wg.j==0||wg.y[1].c!=3){break vg}else{vmi(wg,wg.y[1].e);while(wg.j>0){EZi(wg)}nYi(wg,hrg,i,e);wg.t=16;e=null;break vg}}else{break vg}case 44:case 15:case 41:case 5:case 43:case 63:case 34:case 49:case 4:case 48:case 13:case 65:case 22:case 35:case 38:case 47:case 32:if(wg.t==21){wg.t=6}}case 6:n:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 16:case 18:case 33:case 31:case 36:case 54:break n;case 3:fYi(wg,e);e=null;break vg;case 29:case 50:case 46:case 51:vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 42:vZi(wg);if(wg.y[wg.j].c==42){EZi(wg)}lYi(wg,hrg,i,e);e=null;break vg;case 61:vZi(wg);mYi(wg,hrg,i,e);e=null;break vg;case 44:vZi(wg);lYi(wg,hrg,i,e);wg.v=true;e=null;break vg;case 9:if(wg.m){break vg}else{vZi(wg);oYi(wg,e);e=null;break vg}case 15:case 41:j=wg.j;for(;;){t=wg.y[j];if(t.c==l){sZi(wg,t.d);while(wg.j>=j){EZi(wg)}break}else if(t.i||t.j&&t.d!=ywg&&t.d!=yEg&&t.d!=dFg){break}--j}vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 30:vZi(wg);lYi(wg,hrg,i,e);eXi(wg.z,3,i);e=null;break vg;case 1:c=hZi(wg,oFg);if(c!=-1){b=wg.r[c];++b.h;gYi(wg,oFg);e0i(wg,b);c=iZi(wg,b);if(c!=-1){c0i(wg,c)}--b.h}b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 45:case 64:b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 24:b0i(wg);if(2147483647!=kZi(wg,zFg)){gYi(wg,zFg)}pYi(wg,hrg,i,e);e=null;break vg;case 5:j=kZi(wg,r);if(j!=2147483647){tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);continue vg}else{b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg}case 63:b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 43:b0i(wg);lYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 38:b0i(wg);lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 34:if(!wg.x){vZi(wg)}lYi(wg,hrg,i,e);wg.t=7;e=null;break vg;case 4:case 48:case 49:b0i(wg);case 55:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 22:vZi(wg);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 12:i=(wHi(),nNi);continue vg;case 65:case 13:b0i(wg);sYi(wg,hrg,r,e);ug=false;e=null;break vg;case 14:if(wg.m){break vg}vZi(wg);k=sUi(new rUi(),0);a=AUi(e,(koi(),zoi));if(a>-1){tUi(k,zoi,DUi(e,a),(Fli(),ami))}oYi(wg,k);tYi(wg,hrg,(wHi(),fNi),(wUi(),bVi));lYi(wg,hrg,AQi,bVi);lYi(wg,hrg,BNi,bVi);tg=AUi(e,wBi);if(tg>-1){sg=lfi(DUi(e,tg));mmi(wg,wg.y[wg.j].e,xfi(sg,0,sg.length))}else{mmi(wg,wg.y[wg.j].e,xfi(l0i,0,l0i.length))}p=sUi(new rUi(),0);tUi(p,yxi,eGg,(Fli(),ami));for(m=0;m<e.a;++m){d=zUi(e,m);if(yxi==d||wBi==d){}else if(zoi!=d){tUi(p,d,DUi(e,m),ami)}}uUi(e);sYi(wg,hrg,pGg,p);EZi(wg);EZi(wg);tYi(wg,hrg,fNi,bVi);EZi(wg);ug=false;e=null;break vg;case 35:mYi(wg,hrg,i,e);eXi(wg.z,1,i);wg.w=wg.t;wg.t=20;wg.v=true;e=null;break vg;case 26:{b0i(wg);lYi(wg,hrg,i,e);e=null;break vg}case 25:case 47:case 60:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 32:b0i(wg);mYi(wg,hrg,i,e);switch(wg.t){case 7:case 8:case 9:case 10:case 11:case 12:wg.t=14;break;default:wg.t=13;}e=null;break vg;case 27:case 28:if(kZi(wg,dxg)!=2147483647){rg:for(;;){if(dxg==wg.y[wg.j].d){EZi(wg);break rg}j=wg.j;for(;;){if(wg.y[j].d==dxg){tZi(wg);while(wg.j>=j){EZi(wg)}break rg}--j}}}b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;case 53:j=kZi(wg,AGg);if(j!=2147483647){tZi(wg)}if(j!=wg.j){while(wg.j>j){EZi(wg)}}lYi(wg,hrg,i,e);e=null;break vg;case 17:b0i(wg);e.b=1;if(ug){tYi(wg,wDg,i,e);ug=false}else{lYi(wg,wDg,i,e);wg.l=0}e=null;break vg;case 19:b0i(wg);e.b=2;if(ug){rYi(wg,bEg,i,e);ug=false}else{lYi(wg,bEg,i,e);wg.l=0}e=null;break vg;case 6:case 7:case 8:case 39:case 37:case 40:case 10:case 11:case 20:break vg;case 62:b0i(wg);mYi(wg,hrg,i,e);e=null;break vg;default:b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;}}case 3:o:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 54:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:case 16:break o;case 36:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 26:{lYi(wg,hrg,i,e);wg.t=4}e=null;break vg;case 31:case 33:case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;default:EZi(wg);wg.t=5;continue vg;}}case 4:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 16:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:yYi(wg,e);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 33:case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;case 26:break vg;default:EZi(wg);wg.t=3;continue;}case 9:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 7:tYi(wg,hrg,i,e);ug=false;e=null;break vg;default:if(wg.j==0){break vg}EZi(wg);wg.t=7;continue;}case 14:switch(l){case 6:case 39:case 37:case 40:case 34:bZi(wg);continue;}case 13:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 28:if(dxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 27:if(dxg==wg.y[wg.j].d){EZi(wg)}if(oxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 32:j=nZi(wg,r);if(j==2147483647){break vg}else{while(wg.j>=j){EZi(wg)}f0i(wg);break vg}case 13:case 35:bZi(wg);continue;case 31:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 15:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 16:switch(l){case 11:nYi(wg,hrg,i,e);e=null;break vg;case 10:tYi(wg,hrg,i,e);ug=false;e=null;break vg;}case 17:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 0:aZi(wg,(xli(),zli));wg.t=1;continue;case 1:switch(l){case 23:if(e==(wUi(),bVi)){hYi(wg,AWi(wg.z))}else{hYi(wg,e)}wg.t=2;e=null;break vg;default:hYi(wg,AWi(wg.z));wg.t=2;continue;}case 2:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 20:qYi(wg,e);wg.t=3;e=null;break vg;default:qYi(wg,(wUi(),bVi));wg.t=3;continue;}case 5:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 3:if(e.a==0){nYi(wg,hrg,(wHi(),cJi),AWi(wg.z))}else{nYi(wg,hrg,(wHi(),cJi),e)}wg.t=21;e=null;break vg;case 11:nYi(wg,hrg,i,e);wg.t=16;e=null;break vg;case 2:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 16:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 18:yYi(wg,e);FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 31:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 33:case 25:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 36:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 20:break vg;default:nYi(wg,hrg,(wHi(),cJi),AWi(wg.z));wg.t=21;continue;}case 18:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 19:switch(l){case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}}}}if(s&&wg.l==0&&!uZi(wg)){wg.l=1}e!=(wUi(),bVi)}
+j0i = function(d,c){var a,b;d.z=c;d.y=e9h(aai,51,11,64,0);d.r=e9h(aai,51,11,64,0);d.v=false;d.w=0;d.j=-1;d.s=-1;d.m=null;d.o=null;d.p=false;mhi(d.q);d.A=d.A;d.d=null;d.b=null;d.c=false;d.g=0;d.f=e9h(A_h,42,-1,1024,1);if(d.n){a=umi(d,AWi(d.z));b=DVi(new AVi(),hrg,(wHi(),gNi),a);++d.j;d.y[d.j]=b;f0i(d);if(fHg==d.h||qHg==d.h){dXi(d.z,1)}else if(BHg==d.h||hIg==d.h||sIg==d.h||DIg==d.h||iJg==d.h||tJg==d.h){dXi(d.z,2)}else if(EJg==d.h){dXi(d.z,3)}else{dXi(d.z,0)}d.h=null}else{d.t=0;d.l=1}}
+n0i = function(a){var b,c,d,e,g,h,o;e=0;o=-1;g=-1;b=lfi(a);f:for(h=0;h<b.length;++h){c=b[h];switch(e){case 0:switch(c){case 99:case 67:e=1;continue;default:continue;}case 1:switch(c){case 104:case 72:e=2;continue;default:e=0;continue;}case 2:switch(c){case 97:case 65:e=3;continue;default:e=0;continue;}case 3:switch(c){case 114:case 82:e=4;continue;default:e=0;continue;}case 4:switch(c){case 115:case 83:e=5;continue;default:e=0;continue;}case 5:switch(c){case 101:case 69:e=6;continue;default:e=0;continue;}case 6:switch(c){case 116:case 84:e=7;continue;default:e=0;continue;}case 7:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 61:e=8;continue;default:return null;}case 8:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 39:o=h+1;e=9;continue;case 34:o=h+1;e=10;continue;default:o=h;e=11;continue;}case 9:switch(c){case 39:g=h;break f;default:continue;}case 10:switch(c){case 34:g=h;break f;default:continue;}case 11:switch(c){case 9:case 10:case 12:case 13:case 32:case 59:g=h;break f;default:continue;}}}d=null;if(o!=-1){if(g==-1){g=b.length}d=xfi(b,o,g-o)}return d}
+o0i = function(){return w_h}
+bYi = function(){}
+qHi = function(){qHi=v0i;CYi()}
+pHi = function(f,a,e,b){var c,d;d=f.g+b;if(d>f.f.length){c=e9h(A_h,42,-1,d,1);Afi(f.f,0,c,0,f.g);f.f=c}Afi(a,e,f.f,f.g,b);f.g=d}
+rHi = function(g,a,e,c,f,d){var b;ymi(g,(b=e+c,mfi(a.length,e,b),ofi(a,e,b)),f,d)}
+sHi = function(){return p_h}
+oHi = function(){}
+rmi = function(){rmi=v0i;qHi()}
+kmi = function(b,a){rmi();b.k=(sli(),tli);b.u=(Fli(),bmi);b.q=cki(new bki());b.n=false;b.e=xki(new hki());b.a=a;jni(a);return b}
+lmi = function(h,e,c){var a,d,f,g,i;try{for(f=0;f<c.a;++f){g=BUi(c,f);i=CUi(c,f);if(!e.hasAttributeNS(i,g)){e.setAttributeNS(i,g,DUi(c,f))}}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+mmi = function(f,d,e){var a,c;try{if(d==f.b){f.d.appendChild(f.a.createTextNode(e))}d.appendChild(f.a.createTextNode(e))}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+nmi = function(f,e,d){var a,c;try{while(e.hasChildNodes()){d.appendChild(e.firstChild)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+pmi = function(f,e,c){var a,d;try{if(e==f.b){f.d.appendChild(f.a.createComment(c))}e.appendChild(f.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+omi = function(e,c){var a,d;try{e.a.appendChild(e.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(e,d)}else throw a}}
+qmi = function(f,c,e){var a,d;try{if(e==f.b){f.d.appendChild(c.cloneNode(true))}e.appendChild(c)}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+smi = function(i,g,f,c){var a,d,e,h;try{h=i.a.createElementNS(g,f);for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}if(hIg==f){if(i.b){zki(i.e,gmi(new fmi(),i.d,i.b))}i.d=h;i.b=i.a.createElementNS(jKg,hIg);h=i.b;for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}}return h}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d);throw Edi(new Ddi(),uKg)}else throw a}}
+tmi = function(h,f,e,c){var a,d,g;try{g=smi(h,f,e,c);return g}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d);return null}else throw a}}
+umi = function(g,c){var a,d,e,f;try{f=g.a.createElementNS(hrg,hAg);for(e=0;e<c.a;++e){f.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}g.a.appendChild(f);return f}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(g,d);throw Edi(new Ddi(),uKg)}else throw a}}
+vmi = function(f,d){var a,c,e;try{e=d.parentNode;if(e){e.removeChild(d)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+wmi = function(d,c,a,b){if(b==d.b){d.c=true;d.z.jb=true}__elementPopped__(c,a,b)}
+xmi = function(b){var a;a=b.a;b.a=null;return a}
+ymi = function(i,h,g,f){var a,c,d,e;try{c=i.a.createTextNode(h);e=g.parentNode;if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d)}else throw a}}
+zmi = function(h,c,g,f){var a,d,e;e=g.parentNode;try{if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+Ami = function(b){var a;if(b.c){b.c=false;lni(b.b,b.d);if(b.e.b==0){b.d=null;b.b=null}else{a=p9h(Eki(b.e),20);b.d=a.b;b.b=a.a}}}
+cni = function(){return k_h}
+jni = function(d){if(!d.createElementNS){d.createElementNS=function(c,a){if(hrg==c){return d.createElement(a)}else if(wDg==c){if(!d.mathplayerinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,wLg);b.setAttribute(bMg,mMg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(xMg,wDg,cNg);d.mathplayerinitialized=true}return d.createElement(nNg+a)}else if(bEg==c){if(!d.renesisinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,yNg);b.setAttribute(bMg,dOg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(oOg,bEg,zOg);d.renesisinitialized=true}return d.createElement(fPg+a)}else{}}}}
+lni = function(b,a){b.parentNode.replaceChild(a,b);__elementPopped__(cNh,a.nodeName,a)}
+emi = function(){}
+gmi = function(c,b,a){c.b=b;c.a=a;return c}
+imi = function(){return j_h}
+fmi = function(){}
+Ani = function(b,a){b.b=tei(new rei());b.a=xki(new hki());b.c=kmi(new emi(),a);b.i=fUi(new dUi(),b.c);b.c.u=(Fli(),bmi);b.i.p=bmi;b.i.e=bmi;b.i.t=bmi;b.i.db=bmi;hXi(b.i,bmi);return b}
+Cni = function(i,h,j,a){i.f=a;g0i(i.c,null);i.e=false;i.d=false;yei(i.b,0);i.h=h.length;i.g=q0i(new p0i(),lfi(h),0,i.h<512?i.h:512);Aki(i.a);zki(i.a,i.g);g0i(i.c,null);iXi(i.i);Dni(i,j)}
+Dni = function(g,i){var a,c,d,e,f,h;if(g.d){BWi(g.i);xmi(g.c);g.f.a();return}d=g.b.c;if(d>0){e=e9h(A_h,42,-1,d,1);wei(g.b,0,d,e,0);zki(g.a,q0i(new p0i(),e,0,d));yei(g.b,0)}for(;;){c=p9h(Cki(g.a),21);if(c.c>=c.b){if(c==g.g){if(c.b==g.h){CWi(g.i);g.d=true;break}else{f=c.c+512;c.b=f<g.h?f:g.h;continue}}else{p9h(Eki(g.a),21);continue}}r0i(c,g.e);g.e=false;if(c.c<c.b){g.e=kXi(g.i,c);Ami(g.c);break}else{continue}}if(i){h=pni(new oni(),g);ibi(h,1)}else{try{Dni(g,false)}catch(a){a=gai(a);if(s9h(a,22)){g.d=true}else throw a}}}
+aoi = function(h){var a;a=q0i(new p0i(),lfi(h),0,h.length);while(a.c<a.b){r0i(a,this.e);this.e=false;if(a.c<a.b){this.e=kXi(this.i,a);Ami(this.c)}}}
+boi = function(){return m_h}
+nni = function(){}
+qni = function(){qni=v0i;gbi()}
+pni = function(b,a){qni();b.a=a;return b}
+rni = function(c){var a;try{Dni(c.a,true)}catch(a){a=gai(a);if(s9h(a,22)){c.a.d=true}else throw a}}
+sni = function(){return l_h}
+
+oni = function(){}
+wni = function(c,d){c.write=function(){if(arguments.length==0){return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}d.xb(b)};c.writeln=function(){if(arguments.length==0){d.xb(qPg);return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}b+=qPg;d.xb(b)}}
+xni = function(e,a,f,d,b){var c;if(!d){d=q8h()}yni(a);c=Ani(new nni(),a);wni(a,c);Cni(c,e,f,doi(new coi(),d))}
+yni = function(a){while(a.hasChildNodes()){a.removeChild(a.lastChild)}}
+doi = function(b,a){b.a=a;return b}
+goi = function(){return n_h}
+coi = function(){}
+koi = function(){var bb;koi=v0i;dpi=f9h(D_h,48,1,[cNh,cNh,cNh,cNh]);zGi=f9h(D_h,48,1,[cNh,BPg,BPg,cNh]);EGi=f9h(D_h,48,1,[cNh,gQg,gQg,cNh]);sGi=f9h(D_h,48,1,[cNh,rQg,rQg,cNh]);hwi=f9h(D_h,48,1,[cNh,cNh,cNh,gQg]);epi=f9h(D_h,48,1,[null,null,null,null]);AGi=f9h(D_h,48,1,[null,CQg,CQg,null]);tGi=f9h(D_h,48,1,[null,hRg,hRg,null]);FGi=f9h(D_h,48,1,[null,sRg,sRg,null]);iwi=f9h(D_h,48,1,[null,null,null,sRg]);bpi=f9h(bai,0,-1,[true,true,true,true]);cpi=f9h(bai,0,-1,[false,false,false,false]);xsi=ioi(new hoi(),dpi,ACi(DRg),epi,bpi,false);zvi=ioi(new hoi(),dpi,ACi(iSg),epi,bpi,false);xBi=ioi(new hoi(),dpi,ACi(uSg),epi,bpi,false);lGi=ioi(new hoi(),dpi,ACi(FSg),epi,bpi,false);dHi=ioi(new hoi(),dpi,ACi(kTg),epi,bpi,false);hHi=ioi(new hoi(),dpi,ACi(vTg),epi,bpi,false);iri=ioi(new hoi(),dpi,ACi(aUg),epi,bpi,false);vsi=ioi(new hoi(),dpi,ACi(lUg),epi,bpi,false);wsi=ioi(new hoi(),dpi,ACi(wUg),epi,bpi,false);nti=ioi(new hoi(),dpi,ACi(bVg),epi,bpi,false);oti=ioi(new hoi(),dpi,ACi(mVg),epi,bpi,false);zui=ioi(new hoi(),dpi,ACi(xVg),epi,bpi,false);yui=ioi(new hoi(),dpi,ACi(dWg),epi,bpi,false);wui=ioi(new hoi(),dpi,ACi(oWg),epi,bpi,false);xui=ioi(new hoi(),dpi,ACi(zWg),epi,bpi,false);Dvi=ioi(new hoi(),dpi,ACi(eXg),epi,bpi,false);Bvi=ioi(new hoi(),dpi,ACi(pXg),epi,bpi,false);Cvi=ioi(new hoi(),dpi,ACi(AXg),epi,bpi,false);Avi=ioi(new hoi(),dpi,ACi(fYg),epi,bpi,false);pvi=joi(new hoi(),dpi,ACi(kLg),epi,bpi,false);svi=ioi(new hoi(),dpi,ACi(qYg),epi,bpi,false);hFi=ioi(new hoi(),dpi,ACi(BYg),epi,bpi,false);gFi=ioi(new hoi(),dpi,ACi(gZg),epi,bpi,false);wCi=ioi(new hoi(),dpi,ACi(tZg),epi,bpi,false);yCi=ioi(new hoi(),dpi,ACi(EZg),epi,bpi,false);zCi=ioi(new hoi(),dpi,ACi(j0g),epi,bpi,false);dFi=ioi(new hoi(),dpi,ACi(u0g),epi,bpi,false);fHi=ioi(new hoi(),dpi,ACi(F0g),epi,bpi,false);eHi=ioi(new hoi(),dpi,ACi(k1g),epi,bpi,false);mGi=ioi(new hoi(),dpi,ACi(v1g),epi,bpi,false);nGi=ioi(new hoi(),dpi,ACi(a2g),epi,bpi,false);gpi=ioi(new hoi(),dpi,ACi(l2g),epi,bpi,false);eti=ioi(new hoi(),dpi,ACi(w2g),epi,bpi,false);mti=ioi(new hoi(),dpi,ACi(c3g),epi,bpi,false);vti=ioi(new hoi(),dpi,ACi(n3g),epi,bpi,false);pui=ioi(new hoi(),dpi,ACi(y3g),epi,bpi,false);tvi=ioi(new hoi(),dpi,ACi(d4g),epi,bpi,false);nxi=ioi(new hoi(),dpi,ACi(o4g),epi,bpi,false);txi=ioi(new hoi(),dpi,ACi(z4g),epi,bpi,false);wwi=ioi(new hoi(),dpi,ACi(e5g),epi,bpi,false);DBi=ioi(new hoi(),dpi,ACi(p5g),epi,bpi,false);mCi=ioi(new hoi(),dpi,ACi(A5g),epi,bpi,false);wDi=ioi(new hoi(),dpi,ACi(f6g),epi,bpi,false);Aqi=ioi(new hoi(),dpi,ACi(r6g),epi,bpi,false);roi=ioi(new hoi(),dpi,ACi(C6g),epi,bpi,false);cri=ioi(new hoi(),dpi,ACi(h7g),epi,bpi,false);rri=ioi(new hoi(),dpi,ACi(s7g),epi,bpi,false);Bri=ioi(new hoi(),dpi,ACi(D7g),epi,bpi,false);gri=ioi(new hoi(),dpi,ACi(i8g),epi,bpi,false);esi=ioi(new hoi(),dpi,ACi(t8g),epi,bpi,false);vri=ioi(new hoi(),dpi,ACi(E8g),epi,bpi,false);nri=ioi(new hoi(),dpi,ACi(j9g),epi,bpi,false);Dqi=ioi(new hoi(),dpi,ACi(u9g),epi,bpi,false);pti=ioi(new hoi(),dpi,ACi(a$g),epi,bpi,false);ysi=ioi(new hoi(),dpi,ACi(l$g),epi,bpi,false);Cti=ioi(new hoi(),dpi,ACi(w$g),epi,bpi,false);vui=ioi(new hoi(),dpi,ACi(b_g),epi,bpi,false);qui=ioi(new hoi(),dpi,ACi(srg),epi,bpi,false);Ati=ioi(new hoi(),dpi,ACi(m_g),epi,bpi,false);gvi=ioi(new hoi(),dpi,ACi(x_g),epi,bpi,false);kvi=ioi(new hoi(),dpi,ACi(cah),epi,bpi,false);yAi=ioi(new hoi(),dpi,ACi(nah),epi,bpi,false);ovi=ioi(new hoi(),dpi,ACi(yah),epi,bpi,false);yxi=ioi(new hoi(),dpi,ACi(pXh),epi,bpi,false);vxi=ioi(new hoi(),dpi,ACi(dbh),epi,bpi,false);exi=ioi(new hoi(),dpi,ACi(pbh),epi,bpi,false);qwi=ioi(new hoi(),dpi,ACi(Abh),epi,bpi,false);fwi=ioi(new hoi(),hwi,ACi(fch),iwi,bpi,false);rwi=ioi(new hoi(),dpi,ACi(qch),epi,bpi,false);fFi=ioi(new hoi(),dpi,ACi(Bch),epi,bpi,false);fGi=ioi(new hoi(),dpi,ACi(gdh),epi,bpi,false);jGi=ioi(new hoi(),dpi,ACi(rdh),epi,bpi,false);BEi=ioi(new hoi(),dpi,ACi(Cdh),epi,bpi,false);eBi=ioi(new hoi(),dpi,ACi(heh),epi,bpi,false);kBi=ioi(new hoi(),dpi,ACi(seh),epi,bpi,false);BBi=ioi(new hoi(),dpi,sEi(Eeh,jfh),epi,bpi,false);CBi=ioi(new hoi(),dpi,sEi(ufh,Ffh),epi,bpi,false);nDi=ioi(new hoi(),dpi,ACi(kgh),epi,bpi,false);gDi=ioi(new hoi(),dpi,ACi(vgh),epi,bpi,false);rCi=ioi(new hoi(),dpi,ACi(ahh),epi,bpi,false);qDi=ioi(new hoi(),dpi,ACi(lhh),epi,bpi,false);DDi=ioi(new hoi(),dpi,ACi(whh),epi,bpi,false);nCi=ioi(new hoi(),dpi,ACi(bih),epi,bpi,false);bHi=ioi(new hoi(),dpi,ACi(nih),epi,bpi,false);rqi=ioi(new hoi(),dpi,ACi(yih),epi,bpi,false);api=ioi(new hoi(),dpi,ACi(djh),epi,bpi,false);Doi=ioi(new hoi(),dpi,ACi(ojh),epi,bpi,false);zri=ioi(new hoi(),dpi,ACi(zjh),epi,bpi,false);Fri=ioi(new hoi(),dpi,ACi(ekh),epi,bpi,false);sri=ioi(new hoi(),dpi,ACi(pkh),epi,bpi,false);uri=ioi(new hoi(),dpi,ACi(Akh),epi,bpi,false);dri=ioi(new hoi(),dpi,ACi(flh),epi,bpi,false);bti=ioi(new hoi(),dpi,ACi(qlh),epi,bpi,false);Fsi=ioi(new hoi(),dpi,ACi(Clh),epi,bpi,false);Bti=ioi(new hoi(),dpi,ACi(hmh),epi,bpi,false);sui=ioi(new hoi(),dpi,ACi(smh),epi,bpi,false);yvi=ioi(new hoi(),dpi,ACi(Dmh),epi,bpi,false);hzi=ioi(new hoi(),dpi,ACi(inh),epi,bpi,false);uvi=ioi(new hoi(),dpi,ACi(tnh),epi,bpi,false);BAi=ioi(new hoi(),dpi,ACi(Enh),epi,bpi,false);FAi=ioi(new hoi(),dpi,ACi(joh),epi,bpi,false);zyi=ioi(new hoi(),dpi,ACi(uoh),epi,bpi,false);zxi=ioi(new hoi(),dpi,ACi(Foh),epi,bpi,false);qxi=ioi(new hoi(),dpi,ACi(lph),epi,bpi,false);ewi=ioi(new hoi(),dpi,ACi(wph),epi,bpi,false);swi=ioi(new hoi(),dpi,ACi(bqh),epi,bpi,false);gGi=ioi(new hoi(),dpi,ACi(mqh),epi,bpi,false);cFi=ioi(new hoi(),dpi,ACi(fHg),epi,bpi,false);FFi=ioi(new hoi(),dpi,ACi(xqh),epi,bpi,false);rFi=ioi(new hoi(),dpi,ACi(crh),epi,bpi,false);oDi=ioi(new hoi(),dpi,ACi(nrh),epi,bpi,false);lDi=ioi(new hoi(),dpi,ACi(yrh),epi,bpi,false);ECi=ioi(new hoi(),dpi,ACi(dsh),epi,bpi,false);CCi=ioi(new hoi(),dpi,ACi(osh),epi,bpi,false);uDi=ioi(new hoi(),dpi,ACi(Ash),epi,bpi,false);nEi=ioi(new hoi(),dpi,ACi(BHg),epi,bpi,false);xCi=ioi(new hoi(),dpi,ACi(fth),epi,bpi,false);BDi=ioi(new hoi(),dpi,ACi(qth),epi,bpi,false);CDi=ioi(new hoi(),dpi,ACi(Bth),epi,bpi,false);yDi=ioi(new hoi(),dpi,ACi(guh),epi,bpi,false);yGi=ioi(new hoi(),zGi,ACi(CQg),epi,f9h(bai,0,-1,[false,false,false,false]),true);voi=ioi(new hoi(),dpi,ACi(ruh),epi,bpi,false);soi=ioi(new hoi(),dpi,ACi(Cuh),epi,bpi,false);qqi=ioi(new hoi(),dpi,ACi(hvh),epi,bpi,false);Boi=ioi(new hoi(),dpi,ACi(svh),epi,bpi,false);hpi=ioi(new hoi(),dpi,ACi(Dvh),epi,bpi,false);zoi=ioi(new hoi(),dpi,ACi(kwh),epi,bpi,false);hri=ioi(new hoi(),dpi,ACi(vwh),epi,bpi,false);usi=ioi(new hoi(),dpi,ACi(axh),epi,bpi,false);tsi=ioi(new hoi(),dpi,ACi(lxh),epi,bpi,false);Fti=ioi(new hoi(),dpi,ACi(wxh),epi,bpi,false);rui=ioi(new hoi(),dpi,ACi(byh),epi,bpi,false);evi=ioi(new hoi(),dpi,ACi(mEg),epi,bpi,false);mvi=ioi(new hoi(),dpi,ACi(myh),epi,bpi,false);dvi=ioi(new hoi(),dpi,ACi(xyh),epi,bpi,false);cAi=ioi(new hoi(),dpi,ACi(czh),epi,bpi,false);xzi=ioi(new hoi(),dpi,ACi(nzh),epi,bpi,false);Fyi=ioi(new hoi(),dpi,ACi(zzh),epi,bpi,false);EAi=ioi(new hoi(),dpi,ACi(eAh),epi,bpi,false);wAi=ioi(new hoi(),dpi,ACi(pAh),epi,bpi,false);rzi=ioi(new hoi(),dpi,ACi(AAh),epi,bpi,false);tAi=ioi(new hoi(),dpi,ACi(fBh),epi,bpi,false);gzi=ioi(new hoi(),dpi,ACi(qBh),epi,bpi,false);ryi=ioi(new hoi(),dpi,ACi(BBh),epi,bpi,false);ayi=ioi(new hoi(),dpi,ACi(FKg),epi,bpi,false);cyi=ioi(new hoi(),dpi,ACi(gCh),epi,bpi,false);CAi=ioi(new hoi(),dpi,ACi(rCh),epi,bpi,false);yyi=ioi(new hoi(),dpi,ACi(CCh),epi,bpi,false);Exi=ioi(new hoi(),dpi,ACi(iDh),epi,bpi,false);Axi=ioi(new hoi(),dpi,ACi(tDh),epi,bpi,false);Awi=ioi(new hoi(),dpi,ACi(EDh),epi,bpi,false);sxi=ioi(new hoi(),dpi,ACi(jEh),epi,bpi,false);xwi=ioi(new hoi(),dpi,ACi(uEh),epi,bpi,false);zwi=ioi(new hoi(),dpi,ACi(FEh),epi,bpi,false);ywi=ioi(new hoi(),dpi,ACi(kFh),epi,bpi,false);pFi=ioi(new hoi(),dpi,ACi(vFh),epi,bpi,false);hGi=ioi(new hoi(),dpi,ACi(aGh),epi,bpi,false);xEi=ioi(new hoi(),dpi,ACi(lGh),epi,bpi,false);sFi=ioi(new hoi(),dpi,ACi(xGh),epi,bpi,false);qFi=ioi(new hoi(),dpi,ACi(cHh),epi,bpi,false);aGi=ioi(new hoi(),dpi,ACi(nHh),epi,bpi,false);rBi=ioi(new hoi(),dpi,ACi(yHh),epi,bpi,false);nBi=ioi(new hoi(),dpi,ACi(dIh),epi,bpi,false);wBi=ioi(new hoi(),dpi,ACi(oIh),epi,bpi,false);FCi=ioi(new hoi(),dpi,ACi(zIh),epi,bpi,false);eEi=ioi(new hoi(),dpi,ACi(eJh),epi,bpi,false);DCi=ioi(new hoi(),dpi,ACi(pJh),epi,bpi,false);fEi=ioi(new hoi(),dpi,ACi(AJh),epi,bpi,false);zBi=ioi(new hoi(),dpi,ACi(gKh),epi,bpi,false);lCi=ioi(new hoi(),dpi,ACi(rKh),epi,bpi,false);FBi=ioi(new hoi(),dpi,ACi(CKh),epi,bpi,false);vCi=ioi(new hoi(),dpi,ACi(eLh),epi,bpi,false);oCi=ioi(new hoi(),dpi,ACi(fLh),epi,bpi,false);uCi=ioi(new hoi(),dpi,ACi(gLh),epi,bpi,false);ipi=ioi(new hoi(),dpi,ACi(hLh),epi,bpi,false);lpi=ioi(new hoi(),dpi,ACi(iLh),epi,bpi,false);Bqi=ioi(new hoi(),dpi,ACi(jLh),epi,bpi,false);Ari=ioi(new hoi(),dpi,ACi(kLh),epi,bpi,false);qri=ioi(new hoi(),dpi,ACi(mLh),epi,bpi,false);tri=ioi(new hoi(),dpi,ACi(bMg),epi,bpi,false);ori=ioi(new hoi(),dpi,ACi(nLh),epi,bpi,false);fri=ioi(new hoi(),dpi,ACi(oLh),epi,bpi,false);fsi=ioi(new hoi(),dpi,ACi(pLh),epi,bpi,false);pri=ioi(new hoi(),dpi,ACi(qLh),epi,bpi,false);lsi=ioi(new hoi(),dpi,ACi(rLh),epi,bpi,false);nsi=ioi(new hoi(),dpi,ACi(sLh),epi,bpi,false);uti=ioi(new hoi(),dpi,ACi(tLh),epi,bpi,false);Bsi=ioi(new hoi(),dpi,ACi(uLh),epi,bpi,false);zsi=ioi(new hoi(),dpi,ACi(vLh),epi,bpi,false);Dsi=ioi(new hoi(),dpi,ACi(xLh),epi,bpi,false);hti=ioi(new hoi(),dpi,ACi(yLh),epi,bpi,false);jti=ioi(new hoi(),dpi,ACi(zLh),epi,bpi,false);Esi=ioi(new hoi(),dpi,ACi(ALh),epi,bpi,false);cti=ioi(new hoi(),dpi,ACi(BLh),epi,bpi,false);awi=ioi(new hoi(),dpi,ACi(CLh),epi,bpi,false);bvi=ioi(new hoi(),dpi,ACi(DLh),epi,bpi,false);cvi=ioi(new hoi(),dpi,ACi(ELh),epi,bpi,false);fAi=ioi(new hoi(),dpi,ACi(FLh),epi,bpi,false);vyi=ioi(new hoi(),dpi,ACi(aMh),epi,bpi,false);AAi=ioi(new hoi(),dpi,ACi(cMh),epi,bpi,false);qyi=ioi(new hoi(),dpi,ACi(dMh),epi,bpi,false);wzi=ioi(new hoi(),dpi,ACi(eMh),epi,bpi,false);mzi=ioi(new hoi(),dpi,ACi(fMh),epi,bpi,false);izi=ioi(new hoi(),dpi,ACi(gMh),epi,bpi,false);szi=ioi(new hoi(),dpi,ACi(hMh),epi,bpi,false);dyi=ioi(new hoi(),dpi,ACi(iMh),epi,bpi,false);sAi=ioi(new hoi(),dpi,ACi(jMh),epi,bpi,false);jAi=ioi(new hoi(),dpi,ACi(kMh),epi,bpi,false);xAi=ioi(new hoi(),dpi,ACi(lMh),epi,bpi,false);Cxi=ioi(new hoi(),dpi,ACi(nMh),epi,bpi,false);uxi=ioi(new hoi(),dpi,ACi(oMh),epi,bpi,false);pxi=ioi(new hoi(),dpi,ACi(pMh),epi,bpi,false);uwi=ioi(new hoi(),dpi,ACi(qMh),epi,bpi,false);jwi=ioi(new hoi(),dpi,ACi(rMh),epi,bpi,false);kFi=ioi(new hoi(),dpi,ACi(sMh),epi,bpi,false);yEi=ioi(new hoi(),dpi,sEi(tMh,uMh),epi,bpi,false);zEi=ioi(new hoi(),dpi,sEi(vMh,wMh),epi,bpi,false);CFi=ioi(new hoi(),dpi,sEi(yMh,zMh),epi,bpi,false);uFi=ioi(new hoi(),dpi,ACi(AMh),epi,bpi,false);gBi=ioi(new hoi(),dpi,ACi(BMh),epi,bpi,false);vBi=ioi(new hoi(),dpi,ACi(CMh),epi,bpi,false);pDi=ioi(new hoi(),dpi,ACi(DMh),epi,bpi,false);kCi=ioi(new hoi(),dpi,ACi(EMh),epi,bpi,false);tCi=ioi(new hoi(),dpi,ACi(FMh),epi,bpi,false);BCi=ioi(new hoi(),dpi,ACi(aNh),epi,bpi,false);pEi=ioi(new hoi(),dpi,ACi(bNh),epi,bpi,false);xDi=ioi(new hoi(),dpi,ACi(eNh),epi,bpi,false);gCi=ioi(new hoi(),dpi,ACi(fNh),epi,bpi,false);yqi=ioi(new hoi(),dpi,ACi(gNh),epi,bpi,false);Coi=ioi(new hoi(),dpi,ACi(hNh),epi,bpi,false);jri=ioi(new hoi(),dpi,sEi(iNh,jNh),epi,bpi,false);Dri=ioi(new hoi(),dpi,ACi(kNh),epi,bpi,false);Cri=ioi(new hoi(),dpi,ACi(lNh),epi,bpi,false);ssi=ioi(new hoi(),dpi,ACi(mNh),epi,bpi,false);eri=ioi(new hoi(),dpi,ACi(nNh),epi,bpi,false);Fqi=ioi(new hoi(),dpi,ACi(pNh),epi,bpi,false);yti=ioi(new hoi(),dpi,ACi(qNh),epi,bpi,false);qti=ioi(new hoi(),dpi,sEi(rNh,sNh),epi,bpi,false);tti=ioi(new hoi(),dpi,ACi(tNh),epi,bpi,false);Aui=ioi(new hoi(),dpi,sEi(uNh,vNh),epi,bpi,false);Csi=ioi(new hoi(),dpi,ACi(wNh),epi,bpi,false);gti=ioi(new hoi(),dpi,ACi(xNh),epi,bpi,false);fui=ioi(new hoi(),dpi,ACi(yNh),epi,bpi,false);dwi=ioi(new hoi(),dpi,sEi(ANh,BNh),epi,bpi,false);dBi=ioi(new hoi(),dpi,ACi(CNh),epi,bpi,false);lvi=ioi(new hoi(),dpi,ACi(DNh),epi,bpi,false);kAi=ioi(new hoi(),dpi,ACi(ENh),epi,bpi,false);uyi=ioi(new hoi(),dpi,ACi(FNh),epi,bpi,false);syi=ioi(new hoi(),dpi,ACi(aOh),epi,bpi,false);vAi=ioi(new hoi(),dpi,ACi(bOh),epi,bpi,false);lzi=ioi(new hoi(),dpi,ACi(cOh),epi,bpi,false);pAi=ioi(new hoi(),dpi,ACi(dOh),epi,bpi,false);zAi=ioi(new hoi(),dpi,ACi(fOh),epi,bpi,false);aBi=ioi(new hoi(),dpi,ACi(gOh),epi,bpi,false);uAi=ioi(new hoi(),dpi,ACi(hOh),epi,bpi,false);iAi=ioi(new hoi(),dpi,ACi(iOh),epi,bpi,false);qAi=ioi(new hoi(),dpi,ACi(jOh),epi,bpi,false);Dxi=ioi(new hoi(),dpi,ACi(kOh),epi,bpi,false);Bxi=ioi(new hoi(),dpi,ACi(lOh),epi,bpi,false);Bwi=ioi(new hoi(),dpi,ACi(mOh),epi,bpi,false);kxi=ioi(new hoi(),dpi,ACi(nOh),epi,bpi,false);xxi=ioi(new hoi(),dpi,ACi(oOh),epi,bpi,false);twi=ioi(new hoi(),dpi,ACi(qOh),epi,bpi,false);gwi=ioi(new hoi(),dpi,ACi(rOh),epi,bpi,false);AEi=ioi(new hoi(),dpi,ACi(sOh),epi,bpi,false);vEi=ioi(new hoi(),dpi,ACi(tOh),epi,bpi,false);ABi=ioi(new hoi(),dpi,ACi(uOh),epi,bpi,false);hDi=ioi(new hoi(),dpi,ACi(vOh),epi,bpi,false);qCi=ioi(new hoi(),dpi,ACi(wOh),epi,bpi,false);fDi=ioi(new hoi(),dpi,ACi(xOh),epi,bpi,false);pCi=ioi(new hoi(),dpi,ACi(yOh),epi,bpi,false);bEi=ioi(new hoi(),dpi,ACi(zOh),epi,bpi,false);hCi=ioi(new hoi(),dpi,ACi(BOh),epi,bpi,false);CGi=ioi(new hoi(),EGi,Eri(COh,u9g),FGi,f9h(bai,0,-1,[false,true,true,false]),false);DGi=ioi(new hoi(),EGi,Eri(DOh,fch),FGi,f9h(bai,0,-1,[false,true,true,false]),false);cHi=ioi(new hoi(),dpi,ACi(EOh),epi,bpi,false);cqi=ioi(new hoi(),dpi,ACi(FOh),epi,bpi,false);xqi=ioi(new hoi(),dpi,ACi(aPh),epi,bpi,false);lqi=ioi(new hoi(),dpi,ACi(bPh),epi,bpi,false);xoi=ioi(new hoi(),dpi,ACi(cPh),epi,bpi,false);ppi=ioi(new hoi(),dpi,ACi(dPh),epi,bpi,false);zpi=ioi(new hoi(),dpi,ACi(ePh),epi,bpi,false);jpi=ioi(new hoi(),dpi,ACi(gPh),epi,bpi,false);Fpi=ioi(new hoi(),dpi,ACi(hPh),epi,bpi,false);yri=ioi(new hoi(),dpi,ACi(iPh),epi,bpi,false);xri=ioi(new hoi(),dpi,ACi(jPh),epi,bpi,false);xti=ioi(new hoi(),dpi,ACi(kPh),epi,bpi,false);rti=ioi(new hoi(),dpi,ACi(lPh),epi,bpi,false);fti=ioi(new hoi(),dpi,ACi(mPh),epi,bpi,false);lti=ioi(new hoi(),dpi,ACi(nPh),epi,bpi,false);aui=ioi(new hoi(),dpi,sEi(oPh,pPh),epi,bpi,false);Eti=ioi(new hoi(),dpi,ACi(rPh),epi,bpi,false);gui=ioi(new hoi(),dpi,ACi(sPh),epi,bpi,false);jui=ioi(new hoi(),dpi,ACi(tPh),epi,bpi,false);bwi=ioi(new hoi(),dpi,sEi(uPh,vPh),epi,bpi,false);fvi=ioi(new hoi(),dpi,ACi(wPh),epi,bpi,false);zzi=ioi(new hoi(),dpi,ACi(xPh),epi,bpi,false);wvi=ioi(new hoi(),dpi,ACi(yPh),epi,bpi,false);bzi=ioi(new hoi(),dpi,ACi(zPh),epi,bpi,false);dAi=ioi(new hoi(),dpi,ACi(APh),epi,bpi,false);tzi=ioi(new hoi(),dpi,ACi(CPh),epi,bpi,false);uzi=ioi(new hoi(),dpi,ACi(DPh),epi,bpi,false);nzi=ioi(new hoi(),dpi,ACi(EPh),epi,bpi,false);aAi=ioi(new hoi(),dpi,ACi(FPh),epi,bpi,false);vvi=ioi(new hoi(),dpi,ACi(aQh),epi,bpi,false);mAi=ioi(new hoi(),dpi,ACi(bQh),epi,bpi,false);ixi=ioi(new hoi(),dpi,ACi(cQh),epi,bpi,false);gxi=ioi(new hoi(),dpi,sEi(dQh,eQh),epi,bpi,false);oxi=ioi(new hoi(),dpi,ACi(fQh),epi,bpi,false);owi=ioi(new hoi(),dpi,ACi(hQh),epi,bpi,false);vwi=ioi(new hoi(),dpi,ACi(iQh),epi,bpi,false);eFi=ioi(new hoi(),dpi,ACi(jQh),epi,bpi,false);cGi=ioi(new hoi(),dpi,ACi(kQh),epi,bpi,false);tFi=ioi(new hoi(),dpi,ACi(lQh),epi,bpi,false);qBi=ioi(new hoi(),dpi,sEi(mQh,nQh),epi,bpi,false);oBi=ioi(new hoi(),dpi,sEi(oQh,pQh),epi,bpi,false);pBi=ioi(new hoi(),dpi,sEi(qQh,tQh),epi,bpi,false);lBi=ioi(new hoi(),dpi,ACi(uQh),epi,bpi,false);tEi=ioi(new hoi(),dpi,ACi(vQh),epi,bpi,false);eDi=ioi(new hoi(),dpi,ACi(wQh),epi,bpi,false);bCi=ioi(new hoi(),dpi,sEi(xQh,yQh),epi,bpi,false);iDi=ioi(new hoi(),dpi,ACi(zQh),epi,bpi,false);jDi=ioi(new hoi(),dpi,ACi(AQh),epi,bpi,false);aHi=ioi(new hoi(),EGi,Eri(BQh,CQh),FGi,f9h(bai,0,-1,[false,true,true,false]),false);zqi=ioi(new hoi(),dpi,ACi(EQh),epi,bpi,false);fpi=ioi(new hoi(),dpi,ACi(FQh),epi,bpi,false);Aoi=ioi(new hoi(),dpi,ACi(aRh),epi,bpi,false);yoi=ioi(new hoi(),dpi,ACi(bRh),epi,bpi,false);Epi=ioi(new hoi(),dpi,ACi(cRh),epi,bpi,false);jsi=ioi(new hoi(),dpi,ACi(dRh),epi,bpi,false);kri=ioi(new hoi(),dpi,ACi(eRh),epi,bpi,false);Cqi=ioi(new hoi(),dpi,ACi(fRh),epi,bpi,false);Bui=ioi(new hoi(),dpi,ACi(gRh),epi,bpi,false);avi=ioi(new hoi(),dpi,ACi(hRh),epi,bpi,false);eui=ioi(new hoi(),dpi,ACi(jRh),epi,bpi,false);hui=ioi(new hoi(),dpi,ACi(kRh),epi,bpi,false);mui=ioi(new hoi(),dpi,ACi(lRh),epi,bpi,false);cwi=ioi(new hoi(),dpi,sEi(mRh,nRh),epi,bpi,false);nvi=ioi(new hoi(),dpi,ACi(oRh),epi,bpi,false);eyi=ioi(new hoi(),dpi,ACi(pRh),epi,bpi,false);byi=ioi(new hoi(),dpi,ACi(qRh),epi,bpi,false);xvi=ioi(new hoi(),dpi,ACi(rRh),epi,bpi,false);Dyi=ioi(new hoi(),dpi,ACi(sRh),epi,bpi,false);azi=ioi(new hoi(),dpi,ACi(uRh),epi,bpi,false);vzi=ioi(new hoi(),dpi,ACi(vRh),epi,bpi,false);lAi=ioi(new hoi(),dpi,ACi(wRh),epi,bpi,false);ezi=ioi(new hoi(),dpi,ACi(xRh),epi,bpi,false);ozi=ioi(new hoi(),dpi,ACi(yRh),epi,bpi,false);Ezi=ioi(new hoi(),dpi,ACi(zRh),epi,bpi,false);Fxi=ioi(new hoi(),dpi,sEi(ARh,BRh),epi,bpi,false);cxi=ioi(new hoi(),dpi,ACi(CRh),epi,bpi,false);bxi=ioi(new hoi(),dpi,ACi(DRh),epi,bpi,false);CEi=ioi(new hoi(),dpi,sEi(FRh,aSh),epi,bpi,false);EFi=ioi(new hoi(),dpi,ACi(bSh),epi,bpi,false);DFi=ioi(new hoi(),dpi,sEi(cSh,dSh),epi,bpi,false);vFi=ioi(new hoi(),dpi,ACi(eSh),epi,bpi,false);fBi=ioi(new hoi(),dpi,sEi(fSh,gSh),epi,bpi,false);cCi=ioi(new hoi(),dpi,ACi(hSh),epi,bpi,false);yBi=ioi(new hoi(),dpi,ACi(iSh),epi,bpi,false);FDi=ioi(new hoi(),dpi,ACi(kSh),epi,bpi,false);kDi=ioi(new hoi(),dpi,ACi(lSh),epi,bpi,false);dCi=ioi(new hoi(),dpi,ACi(mSh),epi,bpi,false);sCi=ioi(new hoi(),dpi,ACi(nSh),epi,bpi,false);iHi=ioi(new hoi(),dpi,sEi(oSh,pSh),epi,bpi,false);xGi=ioi(new hoi(),sGi,Eri(qSh,Bch),tGi,f9h(bai,0,-1,[false,true,true,false]),false);uGi=ioi(new hoi(),sGi,Eri(rSh,bih),tGi,f9h(bai,0,-1,[false,true,true,false]),false);rGi=ioi(new hoi(),sGi,Eri(sSh,cah),tGi,f9h(bai,0,-1,[false,true,true,false]),false);vGi=ioi(new hoi(),sGi,Eri(tSh,vSh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);toi=ioi(new hoi(),dpi,ACi(wSh),epi,bpi,false);iqi=ioi(new hoi(),dpi,ACi(xSh),epi,bpi,false);npi=ioi(new hoi(),dpi,ACi(ySh),epi,bpi,false);Bpi=ioi(new hoi(),dpi,ACi(zSh),epi,bpi,false);ypi=ioi(new hoi(),dpi,ACi(ASh),epi,bpi,false);kpi=ioi(new hoi(),dpi,ACi(BSh),epi,bpi,false);lri=ioi(new hoi(),dpi,ACi(CSh),epi,bpi,false);mri=ioi(new hoi(),dpi,ACi(DSh),epi,bpi,false);ksi=ioi(new hoi(),dpi,ACi(ESh),epi,bpi,false);gsi=ioi(new hoi(),dpi,ACi(aTh),epi,bpi,false);hsi=ioi(new hoi(),dpi,ACi(bTh),epi,bpi,false);rsi=ioi(new hoi(),dpi,ACi(cTh),epi,bpi,false);bri=ioi(new hoi(),dpi,sEi(dTh,eTh),epi,bpi,false);iui=ioi(new hoi(),dpi,ACi(fTh),epi,bpi,false);tui=ioi(new hoi(),dpi,ACi(gTh),epi,bpi,false);bui=ioi(new hoi(),dpi,sEi(hTh,iTh),epi,bpi,false);cui=ioi(new hoi(),dpi,ACi(jTh),epi,bpi,false);oui=ioi(new hoi(),dpi,ACi(lTh),epi,bpi,false);hvi=ioi(new hoi(),dpi,ACi(mTh),epi,bpi,false);dzi=ioi(new hoi(),dpi,ACi(nTh),epi,bpi,false);Dzi=ioi(new hoi(),dpi,ACi(oTh),epi,bpi,false);DAi=ioi(new hoi(),dpi,ACi(pTh),epi,bpi,false);Azi=ioi(new hoi(),dpi,ACi(qTh),epi,bpi,false);Fzi=ioi(new hoi(),dpi,ACi(rTh),epi,bpi,false);czi=ioi(new hoi(),dpi,ACi(sTh),epi,bpi,false);qvi=ioi(new hoi(),dpi,ACi(tTh),epi,bpi,false);kyi=ioi(new hoi(),dpi,ACi(uTh),epi,bpi,false);qzi=ioi(new hoi(),dpi,ACi(wTh),epi,bpi,false);fzi=ioi(new hoi(),dpi,ACi(xTh),epi,bpi,false);eAi=ioi(new hoi(),dpi,ACi(yTh),epi,bpi,false);Fwi=ioi(new hoi(),dpi,sEi(zTh,ATh),epi,bpi,false);lxi=ioi(new hoi(),dpi,ACi(BTh),epi,bpi,false);Dwi=ioi(new hoi(),dpi,ACi(CTh),epi,bpi,false);axi=ioi(new hoi(),dpi,sEi(DTh,ETh),epi,bpi,false);DEi=ioi(new hoi(),dpi,ACi(FTh),epi,bpi,false);wEi=ioi(new hoi(),dpi,sEi(cUh,dUh),epi,bpi,false);aDi=ioi(new hoi(),dpi,ACi(eUh),epi,bpi,false);aCi=ioi(new hoi(),dpi,sEi(fUh,gUh),epi,bpi,false);EDi=ioi(new hoi(),dpi,sEi(hUh,iUh),epi,bpi,false);zDi=ioi(new hoi(),dpi,sEi(jUh,kUh),epi,bpi,false);dDi=ioi(new hoi(),dpi,ACi(lUh),epi,bpi,false);BGi=ioi(new hoi(),zGi,Eri(nUh,hRg),AGi,f9h(bai,0,-1,[false,false,false,false]),true);wGi=ioi(new hoi(),sGi,Eri(oUh,fHg),tGi,f9h(bai,0,-1,[false,true,true,false]),false);Cpi=ioi(new hoi(),dpi,ACi(pUh),epi,bpi,false);eqi=ioi(new hoi(),dpi,ACi(qUh),epi,bpi,false);rpi=ioi(new hoi(),dpi,ACi(rUh),epi,bpi,false);wqi=ioi(new hoi(),dpi,ACi(sUh),epi,bpi,false);kqi=ioi(new hoi(),dpi,ACi(tUh),epi,bpi,false);qpi=ioi(new hoi(),dpi,ACi(uUh),epi,bpi,false);wti=ioi(new hoi(),dpi,ACi(vUh),epi,bpi,false);iti=ioi(new hoi(),dpi,ACi(wUh),epi,bpi,false);Asi=ioi(new hoi(),dpi,ACi(yUh),epi,bpi,false);Dti=ioi(new hoi(),dpi,ACi(zUh),epi,bpi,false);nui=ioi(new hoi(),dpi,ACi(AUh),epi,bpi,false);lui=ioi(new hoi(),dpi,ACi(BUh),epi,bpi,false);uui=ioi(new hoi(),dpi,ACi(CUh),epi,bpi,false);Evi=ioi(new hoi(),dpi,sEi(DUh,EUh),epi,bpi,false);Eyi=ioi(new hoi(),dpi,ACi(FUh),epi,bpi,false);nAi=ioi(new hoi(),dpi,ACi(aVh),epi,bpi,false);Czi=ioi(new hoi(),dpi,ACi(bVh),epi,bpi,false);pzi=ioi(new hoi(),dpi,ACi(dVh),epi,bpi,false);tyi=ioi(new hoi(),dpi,ACi(eVh),epi,bpi,false);bAi=ioi(new hoi(),dpi,ACi(fVh),epi,bpi,false);Bzi=ioi(new hoi(),dpi,ACi(gVh),epi,bpi,false);fyi=ioi(new hoi(),dpi,ACi(hVh),epi,bpi,false);jyi=ioi(new hoi(),dpi,ACi(iVh),epi,bpi,false);Cwi=ioi(new hoi(),dpi,ACi(jVh),epi,bpi,false);Ewi=ioi(new hoi(),dpi,sEi(kVh,lVh),epi,bpi,false);dxi=ioi(new hoi(),dpi,ACi(mVh),epi,bpi,false);jxi=ioi(new hoi(),dpi,ACi(oVh),epi,bpi,false);kwi=ioi(new hoi(),dpi,sEi(pVh,qVh),epi,bpi,false);oFi=ioi(new hoi(),dpi,ACi(rVh),epi,bpi,false);lFi=ioi(new hoi(),dpi,ACi(sVh),epi,bpi,false);nFi=ioi(new hoi(),dpi,ACi(tVh),epi,bpi,false);iGi=ioi(new hoi(),dpi,ACi(uVh),epi,bpi,false);kGi=ioi(new hoi(),dpi,ACi(vVh),epi,bpi,false);bGi=ioi(new hoi(),dpi,ACi(wVh),epi,bpi,false);jBi=ioi(new hoi(),dpi,sEi(xVh,zVh),epi,bpi,false);vDi=ioi(new hoi(),dpi,sEi(AVh,BVh),epi,bpi,false);rEi=ioi(new hoi(),dpi,sEi(CVh,DVh),epi,bpi,false);mEi=ioi(new hoi(),dpi,ACi(EVh),epi,bpi,false);eCi=ioi(new hoi(),dpi,ACi(FVh),epi,bpi,false);ADi=ioi(new hoi(),dpi,sEi(aWh,bWh),epi,bpi,false);aEi=ioi(new hoi(),dpi,ACi(cWh),epi,bpi,false);spi=ioi(new hoi(),dpi,ACi(eWh),epi,bpi,false);Api=ioi(new hoi(),dpi,ACi(fWh),epi,bpi,false);uoi=ioi(new hoi(),dpi,ACi(gWh),epi,bpi,false);pqi=ioi(new hoi(),dpi,ACi(hWh),epi,bpi,false);gqi=ioi(new hoi(),dpi,ACi(iWh),epi,bpi,false);dqi=ioi(new hoi(),dpi,ACi(jWh),epi,bpi,false);nqi=ioi(new hoi(),dpi,ACi(kWh),epi,bpi,false);fqi=ioi(new hoi(),dpi,ACi(lWh),epi,bpi,false);jqi=ioi(new hoi(),dpi,ACi(mWh),epi,bpi,false);hqi=ioi(new hoi(),dpi,ACi(nWh),epi,bpi,false);xpi=ioi(new hoi(),dpi,ACi(pWh),epi,bpi,false);vpi=ioi(new hoi(),dpi,ACi(qWh),epi,bpi,false);tqi=ioi(new hoi(),dpi,sEi(rWh,sWh),epi,bpi,false);sqi=ioi(new hoi(),dpi,sEi(tWh,uWh),epi,bpi,false);tpi=ioi(new hoi(),dpi,ACi(vWh),epi,bpi,false);oqi=ioi(new hoi(),dpi,ACi(wWh),epi,bpi,false);Eqi=ioi(new hoi(),dpi,sEi(xWh,yWh),epi,bpi,false);isi=ioi(new hoi(),dpi,ACi(AWh),epi,bpi,false);csi=ioi(new hoi(),dpi,ACi(BWh),epi,bpi,false);wri=ioi(new hoi(),dpi,sEi(CWh,DWh),epi,bpi,false);ati=ioi(new hoi(),dpi,(bb=e9h(D_h,48,1,4,0),bb[0]=EWh,bb[1]=FWh,bb[2]=EWh,bb[3]=EWh,bb),epi,bpi,false);Fui=ioi(new hoi(),dpi,sEi(aXh,bXh),epi,bpi,false);dui=ioi(new hoi(),dpi,ACi(cXh),epi,bpi,false);gyi=ioi(new hoi(),dpi,ACi(dXh),epi,bpi,false);jzi=ioi(new hoi(),dpi,ACi(fXh),epi,bpi,false);myi=ioi(new hoi(),dpi,ACi(gXh),epi,bpi,false);yzi=ioi(new hoi(),dpi,ACi(hXh),epi,bpi,false);wyi=ioi(new hoi(),dpi,ACi(iXh),epi,bpi,false);rAi=ioi(new hoi(),dpi,ACi(jXh),epi,bpi,false);nyi=ioi(new hoi(),dpi,ACi(kXh),epi,bpi,false);wxi=ioi(new hoi(),dpi,ACi(lXh),epi,bpi,false);pwi=ioi(new hoi(),dpi,ACi(mXh),epi,bpi,false);mFi=ioi(new hoi(),dpi,ACi(nXh),epi,bpi,false);bFi=ioi(new hoi(),dpi,ACi(oXh),epi,bpi,false);wFi=ioi(new hoi(),dpi,ACi(rXh),epi,bpi,false);xFi=ioi(new hoi(),dpi,ACi(sXh),epi,bpi,false);dGi=ioi(new hoi(),dpi,ACi(tXh),epi,bpi,false);sBi=ioi(new hoi(),dpi,sEi(uXh,vXh),epi,bpi,false);bDi=ioi(new hoi(),dpi,ACi(wXh),epi,bpi,false);rDi=ioi(new hoi(),dpi,ACi(xXh),epi,bpi,false);pGi=ioi(new hoi(),sGi,Eri(yXh,zXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);qGi=ioi(new hoi(),sGi,Eri(AXh,CXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);woi=ioi(new hoi(),dpi,ACi(DXh),epi,bpi,false);Eoi=ioi(new hoi(),dpi,ACi(EXh),epi,bpi,false);aqi=ioi(new hoi(),dpi,ACi(FXh),epi,bpi,false);ari=ioi(new hoi(),dpi,ACi(aYh),epi,bpi,false);ivi=ioi(new hoi(),dpi,ACi(bYh),epi,bpi,false);jvi=ioi(new hoi(),dpi,ACi(cYh),epi,bpi,false);pyi=ioi(new hoi(),dpi,ACi(dYh),epi,bpi,false);kzi=ioi(new hoi(),dpi,ACi(eYh),epi,bpi,false);oAi=ioi(new hoi(),dpi,ACi(fYh),epi,bpi,false);oyi=ioi(new hoi(),dpi,ACi(hYh),epi,bpi,false);hxi=ioi(new hoi(),dpi,ACi(iYh),epi,bpi,false);lwi=ioi(new hoi(),dpi,ACi(jYh),epi,bpi,false);mwi=ioi(new hoi(),dpi,ACi(kYh),epi,bpi,false);aFi=ioi(new hoi(),dpi,ACi(lYh),epi,bpi,false);FEi=ioi(new hoi(),dpi,ACi(mYh),epi,bpi,false);eGi=ioi(new hoi(),dpi,ACi(nYh),epi,bpi,false);mBi=ioi(new hoi(),dpi,ACi(oYh),epi,bpi,false);uBi=ioi(new hoi(),dpi,sEi(pYh,qYh),epi,bpi,false);uEi=ioi(new hoi(),dpi,sEi(sYh,tYh),epi,bpi,false);iEi=ioi(new hoi(),dpi,ACi(uYh),epi,bpi,false);oEi=ioi(new hoi(),dpi,ACi(vYh),epi,bpi,false);lEi=ioi(new hoi(),dpi,ACi(wYh),epi,bpi,false);wpi=ioi(new hoi(),dpi,ACi(xYh),epi,bpi,false);Dpi=ioi(new hoi(),dpi,ACi(yYh),epi,bpi,false);mqi=ioi(new hoi(),dpi,ACi(zYh),epi,bpi,false);dsi=ioi(new hoi(),dpi,ACi(AYh),epi,bpi,false);osi=ioi(new hoi(),dpi,ACi(BYh),epi,bpi,false);dti=ioi(new hoi(),dpi,sEi(DYh,EYh),epi,bpi,false);Ayi=ioi(new hoi(),dpi,ACi(FYh),epi,bpi,false);xyi=ioi(new hoi(),dpi,ACi(aZh),epi,bpi,false);rvi=ioi(new hoi(),dpi,ACi(bZh),epi,bpi,false);rxi=ioi(new hoi(),dpi,ACi(cZh),epi,bpi,false);EEi=ioi(new hoi(),dpi,ACi(dZh),epi,bpi,false);mDi=ioi(new hoi(),dpi,ACi(eZh),epi,bpi,false);jEi=ioi(new hoi(),dpi,ACi(fZh),epi,bpi,false);fCi=ioi(new hoi(),dpi,ACi(gZh),epi,bpi,false);upi=ioi(new hoi(),dpi,ACi(iZh),epi,bpi,false);qsi=ioi(new hoi(),dpi,sEi(jZh,kZh),epi,bpi,false);kui=ioi(new hoi(),dpi,ACi(lZh),epi,bpi,false);Fvi=ioi(new hoi(),dpi,sEi(mZh,nZh),epi,bpi,false);iyi=ioi(new hoi(),dpi,ACi(oZh),epi,bpi,false);gAi=ioi(new hoi(),dpi,ACi(pZh),epi,bpi,false);Byi=ioi(new hoi(),dpi,ACi(qZh),epi,bpi,false);fxi=ioi(new hoi(),dpi,sEi(rZh,tZh),epi,bpi,false);iBi=ioi(new hoi(),dpi,sEi(uZh,vZh),epi,bpi,false);jCi=ioi(new hoi(),dpi,sEi(wZh,xZh),epi,bpi,false);EBi=ioi(new hoi(),dpi,ACi(yZh),epi,bpi,false);tDi=ioi(new hoi(),dpi,sEi(zZh,AZh),epi,bpi,false);sDi=ioi(new hoi(),dpi,sEi(BZh,CZh),epi,bpi,false);qEi=ioi(new hoi(),dpi,ACi(EZh),epi,bpi,false);gEi=ioi(new hoi(),dpi,ACi(FZh),epi,bpi,false);oGi=ioi(new hoi(),dpi,sEi(a0h,b0h),epi,bpi,false);gHi=ioi(new hoi(),dpi,sEi(c0h,d0h),epi,bpi,false);opi=ioi(new hoi(),dpi,ACi(e0h),epi,bpi,false);psi=ioi(new hoi(),dpi,sEi(f0h,g0h),epi,bpi,false);sti=ioi(new hoi(),dpi,ACi(h0h),epi,bpi,false);kti=ioi(new hoi(),dpi,ACi(j0h),epi,bpi,false);Eui=ioi(new hoi(),dpi,sEi(k0h,l0h),epi,bpi,false);hyi=ioi(new hoi(),dpi,ACi(m0h),epi,bpi,false);Cyi=ioi(new hoi(),dpi,ACi(n0h),epi,bpi,false);bBi=ioi(new hoi(),dpi,ACi(o0h),epi,bpi,false);lyi=ioi(new hoi(),dpi,ACi(p0h),epi,bpi,false);nwi=ioi(new hoi(),dpi,sEi(q0h,r0h),epi,bpi,false);zFi=ioi(new hoi(),dpi,ACi(s0h),epi,bpi,false);hEi=ioi(new hoi(),dpi,ACi(u0h),epi,bpi,false);kEi=ioi(new hoi(),dpi,ACi(v0h),epi,bpi,false);Foi=ioi(new hoi(),dpi,ACi(w0h),epi,bpi,false);hAi=ioi(new hoi(),dpi,ACi(x0h),epi,bpi,false);cBi=ioi(new hoi(),dpi,ACi(y0h),epi,bpi,false);iFi=ioi(new hoi(),dpi,ACi(z0h),epi,bpi,false);yFi=ioi(new hoi(),dpi,ACi(A0h),epi,bpi,false);iCi=ioi(new hoi(),dpi,sEi(B0h,C0h),epi,bpi,false);asi=ioi(new hoi(),dpi,ACi(D0h),epi,bpi,false);jFi=ioi(new hoi(),dpi,ACi(a1h),epi,bpi,false);tBi=ioi(new hoi(),dpi,sEi(b1h,c1h),epi,bpi,false);hBi=ioi(new hoi(),dpi,sEi(d1h,e1h),epi,bpi,false);bqi=ioi(new hoi(),dpi,ACi(f1h),epi,bpi,false);cDi=ioi(new hoi(),dpi,ACi(g1h),epi,bpi,false);mpi=ioi(new hoi(),dpi,ACi(h1h),epi,bpi,false);BFi=ioi(new hoi(),dpi,ACi(i1h),epi,bpi,false);AFi=ioi(new hoi(),dpi,ACi(j1h),epi,bpi,false);cEi=ioi(new hoi(),dpi,ACi(l1h),epi,bpi,false);dEi=ioi(new hoi(),dpi,ACi(m1h),epi,bpi,false);zti=ioi(new hoi(),dpi,sEi(n1h,o1h),epi,bpi,false);Dui=ioi(new hoi(),dpi,ACi(p1h),epi,bpi,false);bsi=ioi(new hoi(),dpi,ACi(q1h),epi,bpi,false);Cui=ioi(new hoi(),dpi,ACi(r1h),epi,bpi,false);vqi=f9h(E_h,49,9,[xsi,zvi,xBi,lGi,dHi,hHi,iri,vsi,wsi,nti,oti,zui,yui,wui,xui,Dvi,Bvi,Cvi,Avi,pvi,svi,hFi,gFi,wCi,yCi,zCi,dFi,fHi,eHi,mGi,nGi,gpi,eti,mti,vti,pui,tvi,nxi,txi,wwi,DBi,mCi,wDi,Aqi,roi,cri,rri,Bri,gri,esi,vri,nri,Dqi,pti,ysi,Cti,vui,qui,Ati,gvi,kvi,yAi,ovi,yxi,vxi,exi,qwi,fwi,rwi,fFi,fGi,jGi,BEi,eBi,kBi,BBi,CBi,nDi,gDi,rCi,qDi,DDi,nCi,bHi,rqi,api,Doi,zri,Fri,sri,uri,dri,bti,Fsi,Bti,sui,yvi,hzi,uvi,BAi,FAi,zyi,zxi,qxi,ewi,swi,gGi,cFi,FFi,rFi,oDi,lDi,ECi,CCi,uDi,nEi,xCi,BDi,CDi,yDi,yGi,voi,soi,qqi,Boi,hpi,zoi,hri,usi,tsi,Fti,rui,evi,mvi,dvi,cAi,xzi,Fyi,EAi,wAi,rzi,tAi,gzi,ryi,ayi,cyi,CAi,yyi,Exi,Axi,Awi,sxi,xwi,zwi,ywi,pFi,hGi,xEi,sFi,qFi,aGi,rBi,nBi,wBi,FCi,eEi,DCi,fEi,zBi,lCi,FBi,vCi,oCi,uCi,ipi,lpi,Bqi,Ari,qri,tri,ori,fri,fsi,pri,lsi,nsi,uti,Bsi,zsi,Dsi,hti,jti,Esi,cti,awi,bvi,cvi,fAi,vyi,AAi,qyi,wzi,mzi,izi,szi,dyi,sAi,jAi,xAi,Cxi,uxi,pxi,uwi,jwi,kFi,yEi,zEi,CFi,uFi,gBi,vBi,pDi,kCi,tCi,BCi,pEi,xDi,gCi,yqi,Coi,jri,Dri,Cri,ssi,eri,Fqi,yti,qti,tti,Aui,Csi,gti,fui,dwi,dBi,lvi,kAi,uyi,syi,vAi,lzi,pAi,zAi,aBi,uAi,iAi,qAi,Dxi,Bxi,Bwi,kxi,xxi,twi,gwi,AEi,vEi,ABi,hDi,qCi,fDi,pCi,bEi,hCi,CGi,DGi,cHi,cqi,xqi,lqi,xoi,ppi,zpi,jpi,Fpi,yri,xri,xti,rti,fti,lti,aui,Eti,gui,jui,bwi,fvi,zzi,wvi,bzi,dAi,tzi,uzi,nzi,aAi,vvi,mAi,ixi,gxi,oxi,owi,vwi,eFi,cGi,tFi,qBi,oBi,pBi,lBi,tEi,eDi,bCi,iDi,jDi,aHi,zqi,fpi,Aoi,yoi,Epi,jsi,kri,Cqi,Bui,avi,eui,hui,mui,cwi,nvi,eyi,byi,xvi,Dyi,azi,vzi,lAi,ezi,ozi,Ezi,Fxi,cxi,bxi,CEi,EFi,DFi,vFi,fBi,cCi,yBi,FDi,kDi,dCi,sCi,iHi,xGi,uGi,rGi,vGi,toi,iqi,npi,Bpi,ypi,kpi,lri,mri,ksi,gsi,hsi,rsi,bri,iui,tui,bui,cui,oui,hvi,dzi,Dzi,DAi,Azi,Fzi,czi,qvi,kyi,qzi,fzi,eAi,Fwi,lxi,Dwi,axi,DEi,wEi,aDi,aCi,EDi,zDi,dDi,BGi,wGi,Cpi,eqi,rpi,wqi,kqi,qpi,wti,iti,Asi,Dti,nui,lui,uui,Evi,Eyi,nAi,Czi,pzi,tyi,bAi,Bzi,fyi,jyi,Cwi,Ewi,dxi,jxi,kwi,oFi,lFi,nFi,iGi,kGi,bGi,jBi,vDi,rEi,mEi,eCi,ADi,aEi,spi,Api,uoi,pqi,gqi,dqi,nqi,fqi,jqi,hqi,xpi,vpi,tqi,sqi,tpi,oqi,Eqi,isi,csi,wri,ati,Fui,dui,gyi,jzi,myi,yzi,wyi,rAi,nyi,wxi,pwi,mFi,bFi,wFi,xFi,dGi,sBi,bDi,rDi,pGi,qGi,woi,Eoi,aqi,ari,ivi,jvi,pyi,kzi,oAi,oyi,hxi,lwi,mwi,aFi,FEi,eGi,mBi,uBi,uEi,iEi,oEi,lEi,wpi,Dpi,mqi,dsi,osi,dti,Ayi,xyi,rvi,rxi,EEi,mDi,jEi,fCi,upi,qsi,kui,Fvi,iyi,gAi,Byi,fxi,iBi,jCi,EBi,tDi,sDi,qEi,gEi,oGi,gHi,opi,psi,sti,kti,Eui,hyi,Cyi,bBi,lyi,nwi,zFi,hEi,kEi,Foi,hAi,cBi,iFi,yFi,iCi,asi,jFi,tBi,hBi,bqi,cDi,mpi,BFi,AFi,cEi,dEi,zti,Dui,bsi,Cui]);uqi=f9h(B_h,0,-1,[1153,1383,1601,1793,1827,1857,68600,69146,69177,70237,70270,71572,71669,72415,72444,74846,74904,74943,75001,75276,75590,84742,84839,85575,85963,85992,87204,88074,88171,89130,89163,3207892,3283895,3284791,3338752,3358197,3369562,3539124,3562402,3574260,3670335,3696933,3721879,135280021,135346322,136317019,136475749,136548517,136652214,136884919,136902418,136942992,137292068,139120259,139785574,142250603,142314056,142331176,142519584,144752417,145106895,146147200,146765926,148805544,149655723,149809441,150018784,150445028,150923321,152528754,152536216,152647366,152962785,155219321,155654904,157317483,157350248,157437941,157447478,157604838,157685404,157894402,158315188,166078431,169409980,169700259,169856932,170007032,170409695,170466488,170513710,170608367,173028944,173896963,176090625,176129212,179390001,179489057,179627464,179840468,179849042,180004216,181779081,183027151,183645319,183698797,185922012,185997252,188312483,188675799,190977533,190992569,191006194,191033518,191038774,191096249,191166163,191194426,191522106,191568039,200104642,202506661,202537381,202602917,203070590,203120766,203389054,203690071,203971238,203986524,209040857,209125756,212055489,212322418,212746849,213002877,213055164,213088023,213259873,213273386,213435118,213437318,213438231,213493071,213532268,213542834,213584431,213659891,215285828,215880731,216112976,216684637,217369699,217565298,217576549,218186795,219743185,220082234,221623802,221986406,222283890,223089542,223138630,223311265,224547358,224587256,224589550,224655650,224785518,224810917,224813302,225429618,225432950,225440869,236107233,236709921,236838947,237117095,237143271,237172455,237209953,237354143,237372743,237668065,237703073,237714273,239743521,240512803,240522627,240560417,240656513,241015715,241062755,241065383,243523041,245865199,246261793,246556195,246774817,246923491,246928419,246981667,247014847,247058369,247112833,247118177,247119137,247128739,247316903,249533729,250235623,250269543,251083937,251402351,252339047,253260911,253293679,254844367,255547879,256077281,256345377,258124199,258354465,258605063,258744193,258845603,258856961,258926689,269869248,270174334,270709417,270778994,270781796,271102503,271478858,271490090,272870654,273335275,273369140,273924313,274108530,274116736,276818662,277476156,279156579,279349675,280108533,280128712,280132869,280162403,280280292,280413430,280506130,280677397,280678580,280686710,280689066,282736758,283110901,283275116,283823226,283890012,284479340,284606461,286700477,286798916,291557706,291665349,291804100,292138018,292166446,292418738,292451039,300298041,300374839,300597935,303073389,303083839,303266673,303354997,303430688,303576261,303724281,303819694,304242723,304382625,306247792,307227811,307468786,307724489,309671175,310252031,310358241,310373094,311015256,313357609,313683893,313701861,313706996,313707317,313710350,314027746,314038181,314091299,314205627,314233813,316741830,316797986,317486755,317794164,318721061,320076137,322657125,322887778,323506876,323572412,323605180,323938869,325060058,325320188,325398738,325541490,325671619,333868843,336806130,337212108,337282686,337285434,337585223,338036037,338298087,338566051,340943551,341190970,342995704,343352124,343912673,344585053,346977248,347218098,347262163,347278576,347438191,347655959,347684788,347726430,347727772,347776035,347776629,349500753,350880161,350887073,353384123,355496998,355906922,355979793,356545959,358637867,358905016,359164318,359247286,359350571,359579447,365560330,367399355,367420285,367510727,368013212,370234760,370353345,370710317,371074566,371122285,371194213,371448425,371448430,371545055,371596922,371758751,371964792,372151328,376550136,376710172,376795771,376826271,376906556,380514830,380774774,380775037,381030322,381136500,381281631,381282269,381285504,381330595,381331422,381335911,381336484,383907298,383917408,384595009,384595013,387799894,387823201,392581647,392584937,392742684,392906485,393003349,400644707,400973830,404428547,404432113,404432865,404469244,404478897,404694860,406887479,408294949,408789955,410022510,410467324,410586448,410945965,411845275,414327152,414327932,414329781,414346257,414346439,414639928,414835998,414894517,414986533,417465377,417465381,417492216,418259232,419310946,420103495,420242342,420380455,420658662,420717432,423183880,424539259,425929170,425972964,426050649,426126450,426142833,426607922,437289840,437347469,437412335,437423943,437455540,437462252,437597991,437617485,437986305,437986507,437986828,437987072,438015591,438034813,438038966,438179623,438347971,438483573,438547062,438895551,441592676,442032555,443548979,447881379,447881655,447881895,447887844,448416189,448445746,448449012,450942191,452816744,453668677,454434495,456610076,456642844,456738709,457544600,459451897,459680944,468058810,468083581,470964084,471470955,471567278,472267822,481177859,481210627,481435874,481455115,481485378,481490218,485105638,486005878,486383494,487988916,488103783,490661867,491574090,491578272,493041952,493441205,493582844,493716979,504577572,504740359,505091638,505592418,505656212,509516275,514998531,515571132,515594682,518712698,521362273,526592419,526807354,527348842,538294791,539214049,544689535,545535009,548544752,548563346,548595116,551679010,558034099,560329411,560356209,560671018,560671152,560692590,560845442,569212097,569474241,572252718,572768481,575326764,576174758,576190819,582099184,582099438,582372519,582558889,586552164,591325418,594231990,594243961,605711268,615672071,616086845,621792370,624879850,627432831,640040548,654392808,658675477,659420283,672891587,694768102,705890982,725543146,759097578,761686526,795383908,843809551,878105336,908643300,945213471])}
+joi = function(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+ioi = function(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+ooi = function(a){return a==Boi||a==rqi||a==xqi||a==zqi||a==qri||a==lsi||a==Dsi||a==Esi||a==Fsi||a==gti||a==yvi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==hCi||a==hDi}
+poi = function(a){return a==Boi||a==Doi||a==rqi||a==wqi||a==xqi||a==zqi||a==qri||a==uri||a==lsi||a==Asi||a==Dsi||a==Esi||a==Fsi||a==eti||a==gti||a==uti||a==sui||a==yvi||a==sxi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==gCi||a==hCi||a==xCi||a==ECi||a==eDi||a==hDi||a==lDi||a==DDi||a==fFi||a==qFi||a==tFi}
+Eri = function(b,c){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=c;a[2]=c;a[3]=b;return a}
+msi = function(c,d){var a,b;a=e9h(D_h,48,1,4,0);for(b=0;b<a.length;++b){if(d[b]==null){a[b]=c[b]}else{a[b]=String(d[b]+iBg+c[b])}}return a}
+ACi = function(b){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=b;a[2]=b;a[3]=b;return a}
+sEi = function(c,b){var a;a=e9h(D_h,48,1,4,0);a[0]=c;a[1]=c;a[2]=b;a[3]=c;return a}
+jHi = function(a,f){var b,c,d,e;c=0;b=f;b<<=5;b+=a[0]-96;e=f;for(d=0;d<4&&e>0;++d){--e;b<<=5;b+=a[e]-96;c<<=6;c+=a[d]-95}return b^c}
+kHi = function(b,a){var c,g;c=true;g=b.indexOf(s1h)==0;if(a){if(g){c=false}else{c=pVi(b)}}return ioi(new hoi(),dpi,ACi(b),epi,c?bpi:cpi,g)}
+mHi = function(){return o_h}
+nHi = function(b,j,h,c){var f,g;koi();var a,d,e,i;d=jHi(b,h);e=wji(uqi,d);if(e<0){return kHi(String((f=j+h,mfi(b.length,j,f),ofi(b,j,f))),c)}else{a=vqi[e];i=a.a[0];if(!xVi(i,b,j,h)){return kHi(String((g=j+h,mfi(b.length,j,g),ofi(b,j,g))),c)}return a}}
+
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_2.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_2.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_2.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,56 @@
+HTMLParser.functions_2 = function(){
+
+hoi = function(){}
+wHi = function(){wHi=v0i;uHi(new tHi(),null);xHi=vHi(new tHi(),oFg,oFg,1,false,false,false);BIi=vHi(new tHi(),t1h,t1h,45,false,false,false);uMi=vHi(new tHi(),u1h,u1h,0,false,false,false);hNi=vHi(new tHi(),w1h,w1h,45,false,false,false);AQi=vHi(new tHi(),ywg,ywg,29,true,false,false);nRi=vHi(new tHi(),x1h,x1h,0,false,false,false);BRi=vHi(new tHi(),oOg,oOg,45,false,false,false);rTi=vHi(new tHi(),y1h,y1h,45,false,false,false);dJi=vHi(new tHi(),z1h,z1h,4,true,false,false);mJi=vHi(new tHi(),A1h,A1h,0,false,false,false);qJi=vHi(new tHi(),B1h,B1h,0,false,false,false);gKi=vHi(new tHi(),C1h,C1h,41,true,false,false);xKi=vHi(new tHi(),D1h,D1h,46,true,false,false);AKi=vHi(new tHi(),E1h,E1h,41,true,false,false);EKi=vHi(new tHi(),F1h,F1h,45,false,false,false);bLi=vHi(new tHi(),b2h,b2h,0,false,false,false);hMi=vHi(new tHi(),c2h,c2h,0,false,false,false);BMi=vHi(new tHi(),d2h,d2h,42,true,false,false);CMi=vHi(new tHi(),e2h,e2h,42,true,false,false);DMi=vHi(new tHi(),f2h,f2h,42,true,false,false);EMi=vHi(new tHi(),g2h,g2h,42,true,false,false);FMi=vHi(new tHi(),h2h,h2h,42,true,false,false);aNi=vHi(new tHi(),i2h,i2h,42,true,false,false);AMi=vHi(new tHi(),j2h,j2h,0,false,false,false);fNi=vHi(new tHi(),k2h,k2h,22,true,false,false);pNi=vHi(new tHi(),qYg,qYg,0,false,false,false);bOi=vHi(new tHi(),m2h,m2h,15,true,false,false);jOi=vHi(new tHi(),n2h,n2h,0,false,false,false);nOi=vHi(new tHi(),o2h,o2h,0,false,false,false);fPi=vHi(new tHi(),p2h,p2h,57,false,false,false);lPi=vHi(new tHi(),q2h,q2h,57,false,false,false);mPi=vHi(new tHi(),r2h,r2h,57,false,false,false);xPi=vHi(new tHi(),s2h,s2h,57,false,false,false);tQi=vHi(new tHi(),t2h,t2h,46,true,false,false);wQi=vHi(new tHi(),u2h,u2h,0,false,false,false);FQi=vHi(new tHi(),v2h,v2h,0,false,false,false);xRi=vHi(new tHi(),x2h,x2h,53,false,false,false);yRi=vHi(new tHi(),tZg,tZg,53,false,false,false);aTi=vHi(new tHi(),fyg,fyg,40,false,true,false);gTi=vHi(new tHi(),qyg,qyg,40,false,true,false);lTi=vHi(new tHi(),uBg,uBg,37,true,false,true);qTi=vHi(new tHi(),y2h,y2h,45,false,false,false);sTi=vHi(new tHi(),z2h,z2h,46,true,false,false);FHi=vHi(new tHi(),A2h,A2h,0,false,false,false);xIi=vHi(new tHi(),B2h,B2h,0,false,false,false);zHi=vHi(new tHi(),C2h,C2h,0,false,false,false);aJi=vHi(new tHi(),D2h,D2h,45,false,false,false);EIi=vHi(new tHi(),E2h,E2h,0,false,false,false);FJi=vHi(new tHi(),F2h,F2h,0,false,false,false);tJi=vHi(new tHi(),a3h,a3h,7,true,false,false);BJi=vHi(new tHi(),c3h,c3h,0,false,false,false);DJi=vHi(new tHi(),d3h,d3h,0,false,false,false);lKi=vHi(new tHi(),e3h,e3h,0,false,false,false);pKi=vHi(new tHi(),f3h,f3h,0,false,false,false);sKi=vHi(new tHi(),w2g,w2g,51,true,false,false);uKi=vHi(new tHi(),dFg,dFg,50,true,false,false);gLi=vHi(new tHi(),g3h,g3h,0,false,false,false);vMi=vHi(new tHi(),h3h,h3h,0,false,false,false);wMi=vHi(new tHi(),i3h,i3h,0,false,false,false);nNi=vHi(new tHi(),j3h,j3h,48,true,false,false);sNi=vHi(new tHi(),k3h,k3h,0,false,false,false);tNi=vHi(new tHi(),l3h,l3h,0,false,false,false);zNi=vHi(new tHi(),n3h,n3h,0,false,false,false);kOi=vHi(new tHi(),o3h,o3h,0,false,false,false);ENi=vHi(new tHi(),p3h,p3h,0,false,false,false);aOi=vHi(new tHi(),q3h,q3h,0,false,false,false);FPi=vHi(new tHi(),r3h,r3h,0,false,false,false);gPi=vHi(new tHi(),z4g,z4g,0,false,false,false);rOi=vHi(new tHi(),s3h,s3h,0,false,false,false);bQi=vHi(new tHi(),t3h,t3h,0,false,false,false);zOi=vHi(new tHi(),o4g,o4g,0,false,false,false);gQi=vHi(new tHi(),u3h,u3h,0,false,false,false);nQi=vHi(new tHi(),v3h,v3h,0,false,false,false);fQi=vHi(new tHi(),w3h,w3h,51,true,false,false);hRi=vHi(new tHi(),y3h,y3h,44,true,false,false);vRi=vHi(new tHi(),z3h,z3h,0,false,false,false);uSi=vHi(new tHi(),A3h,A3h,52,false,false,false);aSi=vHi(new tHi(),B3h,B3h,0,false,false,false);ySi=vHi(new tHi(),C3h,C3h,19,false,false,false);wSi=vHi(new tHi(),D3h,D3h,0,false,false,false);jSi=vHi(new tHi(),E3h,E3h,0,false,false,false);gSi=vHi(new tHi(),F3h,F3h,0,false,false,false);xSi=vHi(new tHi(),a4h,a4h,52,false,false,false);hSi=vHi(new tHi(),b4h,b4h,0,false,false,false);CSi=vHi(new tHi(),d4h,d4h,0,false,false,false);vTi=vHi(new tHi(),e4h,e4h,0,false,false,false);wTi=vHi(new tHi(),f4h,f4h,52,false,false,false);DTi=vHi(new tHi(),g4h,g4h,49,true,false,false);ETi=vHi(new tHi(),sIg,sIg,38,false,false,false);FTi=vHi(new tHi(),h4h,h4h,0,false,false,false);wIi=vHi(new tHi(),i4h,i4h,49,true,false,false);yHi=vHi(new tHi(),C6g,C6g,0,false,false,false);CIi=vHi(new tHi(),u9g,u9g,2,true,false,false);fJi=vHi(new tHi(),j4h,j4h,0,false,false,false);cJi=vHi(new tHi(),lDg,lDg,3,true,false,false);iJi=vHi(new tHi(),k4h,k4h,0,false,false,false);rJi=vHi(new tHi(),D7g,D7g,45,false,false,false);oJi=vHi(new tHi(),s7g,s7g,0,false,false,false);aKi=vHi(new tHi(),l4h,l4h,0,false,false,false);CJi=vHi(new tHi(),m4h,m4h,0,false,false,false);EJi=vHi(new tHi(),p4h,p4h,0,false,false,false);cKi=vHi(new tHi(),q4h,q4h,0,false,false,false);mKi=vHi(new tHi(),r4h,r4h,59,false,false,false);rKi=vHi(new tHi(),s4h,s4h,0,false,false,false);jKi=vHi(new tHi(),t4h,t4h,0,false,false,false);rMi=vHi(new tHi(),srg,srg,9,true,false,false);iMi=vHi(new tHi(),u4h,u4h,64,false,false,false);zMi=vHi(new tHi(),v4h,v4h,0,false,false,false);cNi=vHi(new tHi(),Drg,Drg,20,true,false,false);gNi=vHi(new tHi(),hAg,hAg,23,false,true,false);dOi=vHi(new tHi(),w4h,w4h,0,false,false,false);fOi=vHi(new tHi(),Abh,Abh,16,true,false,false);gOi=vHi(new tHi(),qch,qch,0,false,false,false);FOi=vHi(new tHi(),x4h,x4h,18,true,false,false);BPi=vHi(new tHi(),y4h,y4h,0,false,false,false);nPi=vHi(new tHi(),dbh,dbh,0,false,false,false);wOi=vHi(new tHi(),A4h,A4h,17,false,false,false);sOi=vHi(new tHi(),B4h,B4h,0,false,false,false);vOi=vHi(new tHi(),pbh,pbh,0,false,false,false);AOi=vHi(new tHi(),C4h,C4h,0,false,false,false);DPi=vHi(new tHi(),D4h,D4h,0,false,false,false);DOi=vHi(new tHi(),E4h,E4h,50,true,false,false);wPi=vHi(new tHi(),F4h,F4h,0,false,false,false);lQi=vHi(new tHi(),a5h,a5h,0,false,false,false);iQi=vHi(new tHi(),zFg,zFg,24,false,false,false);hQi=vHi(new tHi(),b5h,b5h,0,false,false,false);DQi=vHi(new tHi(),heh,heh,0,false,false,false);dRi=vHi(new tHi(),c5h,c5h,0,false,false,false);ARi=vHi(new tHi(),d5h,d5h,0,false,false,false);rRi=vHi(new tHi(),f5h,f5h,0,false,false,false);uRi=vHi(new tHi(),g5h,g5h,0,false,false,false);tRi=vHi(new tHi(),h5h,h5h,0,false,false,false);wRi=vHi(new tHi(),i5h,i5h,0,false,false,false);zRi=vHi(new tHi(),AGg,AGg,52,false,false,false);bSi=vHi(new tHi(),j5h,j5h,0,false,false,false);kSi=vHi(new tHi(),k5h,k5h,0,false,false,false);pSi=vHi(new tHi(),lhh,lhh,52,false,false,false);CRi=vHi(new tHi(),l5h,l5h,0,false,false,false);qSi=vHi(new tHi(),m5h,m5h,0,false,false,false);FRi=vHi(new tHi(),n5h,n5h,0,false,false,false);iTi=vHi(new tHi(),o5h,o5h,0,false,false,false);oTi=vHi(new tHi(),q5h,q5h,0,false,false,false);nTi=vHi(new tHi(),r5h,r5h,0,false,false,false);DSi=vHi(new tHi(),s5h,s5h,0,false,false,false);cTi=vHi(new tHi(),Cdh,Cdh,0,false,false,false);BTi=vHi(new tHi(),t5h,t5h,0,false,false,false);zIi=vHi(new tHi(),u5h,u5h,51,true,false,false);AIi=vHi(new tHi(),v5h,v5h,0,false,false,false);iIi=vHi(new tHi(),w5h,w5h,0,false,false,false);FKi=vHi(new tHi(),x5h,x5h,48,true,false,false);sMi=vHi(new tHi(),smh,smh,10,true,false,false);kLi=vHi(new tHi(),y5h,y5h,0,false,false,false);gMi=vHi(new tHi(),z5h,z5h,0,false,false,false);xMi=vHi(new tHi(),B5h,B5h,0,false,false,false);eNi=vHi(new tHi(),C5h,C5h,0,false,false,false);kNi=vHi(new tHi(),D5h,D5h,12,true,false,false);iNi=vHi(new tHi(),E5h,E5h,0,false,false,false);rNi=vHi(new tHi(),pGg,pGg,13,true,false,false);BNi=vHi(new tHi(),wph,wph,62,false,false,false);cOi=vHi(new tHi(),F5h,F5h,0,false,false,false);dPi=vHi(new tHi(),a6h,a6h,0,false,false,false);sPi=vHi(new tHi(),b6h,b6h,0,false,false,false);bPi=vHi(new tHi(),c6h,c6h,0,false,false,false);qPi=vHi(new tHi(),d6h,d6h,0,false,false,false);hPi=vHi(new tHi(),e6h,e6h,0,false,false,false);vPi=vHi(new tHi(),g6h,g6h,0,false,false,false);zPi=vHi(new tHi(),h6h,h6h,0,false,false,false);aQi=vHi(new tHi(),i6h,i6h,57,false,false,false);pQi=vHi(new tHi(),j6h,j6h,0,false,false,false);aRi=vHi(new tHi(),k6h,k6h,0,false,false,false);BQi=vHi(new tHi(),l6h,l6h,55,true,false,false);gRi=vHi(new tHi(),m6h,m6h,0,false,false,false);sRi=vHi(new tHi(),n6h,n6h,0,false,false,false);tSi=vHi(new tHi(),BHg,BHg,33,true,false,false);lSi=vHi(new tHi(),o6h,o6h,45,false,false,false);hTi=vHi(new tHi(),kCg,kCg,39,true,false,true);BSi=vHi(new tHi(),cwg,cwg,34,false,true,true);kTi=vHi(new tHi(),fHg,fHg,36,true,false,false);pTi=vHi(new tHi(),p6h,p6h,0,false,false,false);jTi=vHi(new tHi(),r6h,r6h,0,false,false,false);fTi=vHi(new tHi(),vCg,vCg,39,true,false,true);ESi=vHi(new tHi(),FBg,FBg,39,true,false,true);tTi=vHi(new tHi(),s6h,s6h,0,false,false,false);CTi=vHi(new tHi(),t6h,t6h,0,false,false,false);ATi=vHi(new tHi(),u6h,u6h,0,false,false,false);qIi=vHi(new tHi(),v6h,v6h,0,false,false,false);oIi=vHi(new tHi(),w6h,w6h,0,false,false,false);uIi=vHi(new tHi(),x6h,x6h,0,false,false,false);sIi=vHi(new tHi(),y6h,y6h,0,false,false,false);kIi=vHi(new tHi(),z6h,z6h,0,false,false,false);hIi=vHi(new tHi(),A6h,A6h,43,false,true,false);mIi=vHi(new tHi(),C6h,C6h,0,false,false,false);jIi=vHi(new tHi(),D6h,D6h,0,false,false,false);eJi=vHi(new tHi(),E6h,E6h,5,false,true,false);nJi=vHi(new tHi(),F6h,F6h,0,false,false,false);lJi=vHi(new tHi(),a7h,a7h,50,true,false,false);dKi=vHi(new tHi(),axh,axh,0,false,false,false);gJi=vHi(new tHi(),b7h,b7h,0,false,false,false);wKi=vHi(new tHi(),c7h,c7h,0,false,false,false);kKi=vHi(new tHi(),d7h,d7h,0,false,false,false);qKi=vHi(new tHi(),e7h,e7h,51,true,false,false);yKi=vHi(new tHi(),f7h,f7h,0,false,false,false);fLi=vHi(new tHi(),h7h,h7h,0,false,false,false);bMi=vHi(new tHi(),i7h,j7h,0,false,false,false);eMi=vHi(new tHi(),k7h,k7h,51,true,false,false);pMi=vHi(new tHi(),l7h,l7h,0,false,false,false);fMi=vHi(new tHi(),wxh,wxh,0,false,false,false);oMi=vHi(new tHi(),m7h,m7h,51,true,false,false);dNi=vHi(new tHi(),n7h,n7h,51,true,false,false);jNi=vHi(new tHi(),DIg,DIg,47,true,false,false);ANi=vHi(new tHi(),o7h,o7h,65,true,false,false);CNi=vHi(new tHi(),p7h,p7h,0,false,false,false);FNi=vHi(new tHi(),q7h,q7h,0,false,false,false);yPi=vHi(new tHi(),s7h,s7h,0,false,false,false);EPi=vHi(new tHi(),t7h,t7h,0,false,false,false);APi=vHi(new tHi(),u7h,u7h,0,false,false,false);ePi=vHi(new tHi(),v7h,v7h,56,false,false,false);BOi=vHi(new tHi(),w7h,w7h,0,false,false,false);cQi=vHi(new tHi(),x7h,x7h,0,false,false,false);tOi=vHi(new tHi(),y7h,y7h,0,false,false,false);EOi=vHi(new tHi(),z7h,z7h,0,false,false,false);oPi=vHi(new tHi(),A7h,A7h,0,false,false,false);xOi=vHi(new tHi(),B7h,B7h,0,false,false,false);vQi=vHi(new tHi(),dxg,dxg,28,true,false,false);sQi=vHi(new tHi(),FKg,FKg,63,false,true,false);zQi=vHi(new tHi(),Dqg,Dqg,62,false,false,false);jRi=vHi(new tHi(),Eqg,Eqg,0,false,false,false);nSi=vHi(new tHi(),Fqg,Fqg,55,false,false,false);rSi=vHi(new tHi(),arg,arg,45,false,false,false);sSi=vHi(new tHi(),brg,brg,45,false,false,false);zSi=vHi(new tHi(),crg,crg,0,false,false,false);ASi=vHi(new tHi(),drg,drg,0,false,false,false);oSi=vHi(new tHi(),erg,erg,49,true,false,false);dSi=vHi(new tHi(),xvg,xvg,32,true,false,false);vSi=vHi(new tHi(),frg,frg,0,false,false,false);ERi=vHi(new tHi(),hIg,hIg,31,true,false,false);FSi=vHi(new tHi(),grg,grg,0,false,false,false);yTi=vHi(new tHi(),irg,irg,0,false,false,false);yIi=vHi(new tHi(),jrg,jrg,51,true,false,false);aIi=vHi(new tHi(),krg,krg,0,false,false,false);rIi=vHi(new tHi(),lrg,lrg,0,false,false,false);pIi=vHi(new tHi(),mrg,mrg,0,false,false,false);vIi=vHi(new tHi(),nrg,nrg,0,false,false,false);tIi=vHi(new tHi(),org,org,0,false,false,false);lIi=vHi(new tHi(),prg,prg,0,false,false,false);nIi=vHi(new tHi(),qrg,qrg,0,false,false,false);AHi=vHi(new tHi(),rrg,rrg,0,false,false,false);BHi=vHi(new tHi(),yEg,yEg,51,true,false,false);FIi=vHi(new tHi(),trg,trg,49,true,false,false);wJi=vHi(new tHi(),urg,urg,54,true,false,false);yJi=vHi(new tHi(),vrg,vrg,0,false,false,false);kJi=vHi(new tHi(),wrg,wrg,0,false,false,false);bKi=vHi(new tHi(),xrg,xrg,0,false,false,false);hJi=vHi(new tHi(),nwg,nwg,6,false,true,false);tKi=vHi(new tHi(),yrg,yrg,0,false,false,false);hKi=vHi(new tHi(),xLh,xLh,0,false,false,false);nKi=vHi(new tHi(),zrg,zrg,51,true,false,false);DKi=vHi(new tHi(),Arg,Arg,0,false,false,false);uLi=vHi(new tHi(),Brg,Crg,0,false,false,false);vLi=vHi(new tHi(),Erg,Frg,0,false,false,false);lLi=vHi(new tHi(),asg,bsg,0,false,false,false);tLi=vHi(new tHi(),csg,dsg,0,false,false,false);zLi=vHi(new tHi(),esg,fsg,0,false,false,false);ALi=vHi(new tHi(),gsg,hsg,0,false,false,false);wLi=vHi(new tHi(),jsg,ksg,0,false,false,false);xLi=vHi(new tHi(),lsg,msg,0,false,false,false);bNi=vHi(new tHi(),nsg,nsg,0,false,false,false);xNi=vHi(new tHi(),osg,osg,0,false,false,false);oNi=vHi(new tHi(),psg,psg,0,false,false,false);yNi=vHi(new tHi(),eGg,eGg,14,true,false,false);lOi=vHi(new tHi(),qsg,qsg,0,false,false,false);iOi=vHi(new tHi(),rsg,rsg,44,true,false,false);cPi=vHi(new tHi(),ssg,ssg,0,false,false,false);rPi=vHi(new tHi(),usg,usg,0,false,false,false);uOi=vHi(new tHi(),vsg,vsg,43,false,true,false);oOi=vHi(new tHi(),wsg,wsg,0,false,false,false);CPi=vHi(new tHi(),xsg,xsg,0,false,false,false);jQi=vHi(new tHi(),iJg,iJg,60,true,false,false);eRi=vHi(new tHi(),ysg,ysg,0,false,false,false);EQi=vHi(new tHi(),BMh,BMh,0,false,false,false);kRi=vHi(new tHi(),zsg,zsg,0,false,false,false);iSi=vHi(new tHi(),Asg,Asg,0,false,false,false);cSi=vHi(new tHi(),Bsg,Bsg,51,true,false,false);bTi=vHi(new tHi(),Csg,Csg,0,false,false,false);uTi=vHi(new tHi(),Dsg,Dsg,0,false,false,false);CHi=vHi(new tHi(),Fsg,atg,0,false,false,false);DIi=vHi(new tHi(),btg,btg,49,true,false,false);pJi=vHi(new tHi(),ctg,dtg,0,false,false,false);sJi=vHi(new tHi(),etg,etg,0,false,false,false);uJi=vHi(new tHi(),aDg,aDg,8,true,false,false);eKi=vHi(new tHi(),ftg,ftg,51,true,false,false);aLi=vHi(new tHi(),gtg,gtg,0,false,false,false);jLi=vHi(new tHi(),htg,htg,0,false,false,false);dMi=vHi(new tHi(),itg,itg,61,true,false,false);tMi=vHi(new tHi(),Axg,Axg,11,true,false,false);DLi=vHi(new tHi(),ktg,ltg,0,false,false,false);yMi=vHi(new tHi(),uNh,vNh,0,false,false,false);wNi=vHi(new tHi(),mtg,mtg,0,false,false,false);uNi=vHi(new tHi(),ntg,ntg,0,false,false,false);qNi=vHi(new tHi(),otg,otg,0,false,false,false);hOi=vHi(new tHi(),ptg,ptg,0,false,false,false);mOi=vHi(new tHi(),qtg,qtg,0,false,false,false);aPi=vHi(new tHi(),rtg,rtg,0,false,false,false);COi=vHi(new tHi(),stg,stg,0,false,false,false);tPi=vHi(new tHi(),ttg,ttg,0,false,false,false);kQi=vHi(new tHi(),tJg,tJg,25,true,false,false);mQi=vHi(new tHi(),vtg,vtg,26,true,false,false);uQi=vHi(new tHi(),oxg,oxg,27,true,false,false);fRi=vHi(new tHi(),wtg,wtg,0,false,false,false);iRi=vHi(new tHi(),xtg,xtg,0,false,false,false);lRi=vHi(new tHi(),ytg,ytg,0,false,false,false);mRi=vHi(new tHi(),ztg,ztg,0,false,false,false);oRi=vHi(new tHi(),Atg,Atg,0,false,false,false);eSi=vHi(new tHi(),Btg,Btg,0,false,false,false);dTi=vHi(new tHi(),qHg,qHg,35,true,false,false);eTi=vHi(new tHi(),Ctg,Dtg,0,false,false,false);xTi=vHi(new tHi(),Etg,Etg,0,false,false,false);eIi=vHi(new tHi(),aug,aug,0,false,false,false);AJi=vHi(new tHi(),bug,bug,0,false,false,false);zJi=vHi(new tHi(),cug,cug,0,false,false,false);xJi=vHi(new tHi(),dug,dug,0,false,false,false);jMi=vHi(new tHi(),eug,eug,0,false,false,false);iLi=vHi(new tHi(),fug,fug,0,false,false,false);vNi=vHi(new tHi(),gug,gug,0,false,false,false);lNi=vHi(new tHi(),hug,hug,0,false,false,false);DNi=vHi(new tHi(),iug,iug,0,false,false,false);yOi=vHi(new tHi(),jug,jug,0,false,false,false);rQi=vHi(new tHi(),mug,mug,0,false,false,false);xQi=vHi(new tHi(),nug,nug,0,false,false,false);bRi=vHi(new tHi(),oug,oug,0,false,false,false);cRi=vHi(new tHi(),EJg,EJg,30,true,false,false);qRi=vHi(new tHi(),pug,pug,0,false,false,false);fSi=vHi(new tHi(),qug,qug,0,false,false,false);mTi=vHi(new tHi(),rug,rug,0,false,false,false);fIi=vHi(new tHi(),sug,sug,0,false,false,false);bJi=vHi(new tHi(),tug,tug,50,true,false,false);vKi=vHi(new tHi(),uug,uug,0,false,false,false);dLi=vHi(new tHi(),vug,vug,0,false,false,false);cLi=vHi(new tHi(),xug,xug,0,false,false,false);mNi=vHi(new tHi(),yug,yug,0,false,false,false);qOi=vHi(new tHi(),zug,zug,56,false,false,false);dQi=vHi(new tHi(),Aug,Aug,0,false,false,false);jPi=vHi(new tHi(),Bug,Bug,0,false,false,false);oQi=vHi(new tHi(),Cug,Cug,0,false,false,false);mSi=vHi(new tHi(),Dug,Dug,0,false,false,false);DHi=vHi(new tHi(),Eug,Fug,0,false,false,false);oKi=vHi(new tHi(),avg,avg,0,false,false,false);eLi=vHi(new tHi(),cvg,cvg,54,true,false,false);BLi=vHi(new tHi(),dvg,evg,0,false,false,false);oLi=vHi(new tHi(),fvg,gvg,0,false,false,false);aMi=vHi(new tHi(),hvg,ivg,0,false,false,false);pOi=vHi(new tHi(),jvg,jvg,0,false,false,false);uPi=vHi(new tHi(),kvg,kvg,0,false,false,false);pPi=vHi(new tHi(),lvg,lvg,0,false,false,false);qQi=vHi(new tHi(),nvg,nvg,0,false,false,false);CQi=vHi(new tHi(),ovg,ovg,0,false,false,false);EHi=vHi(new tHi(),pvg,qvg,0,false,false,false);bIi=vHi(new tHi(),rvg,svg,0,false,false,false);fKi=vHi(new tHi(),tvg,tvg,0,false,false,false);hLi=vHi(new tHi(),uvg,uvg,0,false,false,false);cMi=vHi(new tHi(),vvg,wvg,0,false,false,false);ELi=vHi(new tHi(),yvg,zvg,0,false,false,false);CLi=vHi(new tHi(),Avg,Bvg,0,false,false,false);yQi=vHi(new tHi(),Cvg,Cvg,0,false,false,false);cIi=vHi(new tHi(),Dvg,Evg,0,false,false,false);vJi=vHi(new tHi(),BWh,BWh,0,false,false,false);mMi=vHi(new tHi(),Fvg,Fvg,0,false,false,false);nMi=vHi(new tHi(),awg,awg,0,false,false,false);qMi=vHi(new tHi(),bwg,dwg,59,false,false,false);mLi=vHi(new tHi(),ewg,fwg,0,false,false,false);iPi=vHi(new tHi(),gwg,gwg,0,false,false,false);kPi=vHi(new tHi(),hwg,hwg,0,false,false,false);DRi=vHi(new tHi(),iwg,iwg,0,false,false,false);zTi=vHi(new tHi(),jwg,jwg,0,false,false,false);gIi=vHi(new tHi(),kwg,kwg,58,false,false,false);iKi=vHi(new tHi(),lwg,lwg,0,false,false,false);lMi=vHi(new tHi(),mwg,mwg,0,false,false,false);yLi=vHi(new tHi(),owg,pwg,0,false,false,false);sLi=vHi(new tHi(),qwg,rwg,0,false,false,false);eOi=vHi(new tHi(),swg,twg,0,false,false,false);eQi=vHi(new tHi(),uwg,uwg,0,false,false,false);pRi=vHi(new tHi(),vwg,wwg,0,false,false,false);dIi=vHi(new tHi(),xwg,zwg,0,false,false,false);jJi=vHi(new tHi(),Awg,Awg,0,false,false,false);kMi=vHi(new tHi(),Bwg,Bwg,0,false,false,false);pLi=vHi(new tHi(),Cwg,Dwg,0,false,false,false);qLi=vHi(new tHi(),Ewg,Fwg,0,false,false,false);rLi=vHi(new tHi(),axg,bxg,0,false,false,false);FLi=vHi(new tHi(),cxg,exg,0,false,false,false);zKi=vHi(new tHi(),fxg,fxg,0,false,false,false);nLi=vHi(new tHi(),gxg,hxg,0,false,false,false);CKi=f9h(F_h,50,10,[xHi,BIi,uMi,hNi,AQi,nRi,BRi,rTi,dJi,mJi,qJi,gKi,xKi,AKi,EKi,bLi,hMi,BMi,CMi,DMi,EMi,FMi,aNi,AMi,fNi,pNi,bOi,jOi,nOi,fPi,lPi,mPi,xPi,tQi,wQi,FQi,xRi,yRi,aTi,gTi,lTi,qTi,sTi,FHi,xIi,zHi,aJi,EIi,FJi,tJi,BJi,DJi,lKi,pKi,sKi,uKi,gLi,vMi,wMi,nNi,sNi,tNi,zNi,kOi,ENi,aOi,FPi,gPi,rOi,bQi,zOi,gQi,nQi,fQi,hRi,vRi,uSi,aSi,ySi,wSi,jSi,gSi,xSi,hSi,CSi,vTi,wTi,DTi,ETi,FTi,wIi,yHi,CIi,fJi,cJi,iJi,rJi,oJi,aKi,CJi,EJi,cKi,mKi,rKi,jKi,rMi,iMi,zMi,cNi,gNi,dOi,fOi,gOi,FOi,BPi,nPi,wOi,sOi,vOi,AOi,DPi,DOi,wPi,lQi,iQi,hQi,DQi,dRi,ARi,rRi,uRi,tRi,wRi,zRi,bSi,kSi,pSi,CRi,qSi,FRi,iTi,oTi,nTi,DSi,cTi,BTi,zIi,AIi,iIi,FKi,sMi,kLi,gMi,xMi,eNi,kNi,iNi,rNi,BNi,cOi,dPi,sPi,bPi,qPi,hPi,vPi,zPi,aQi,pQi,aRi,BQi,gRi,sRi,tSi,lSi,hTi,BSi,kTi,pTi,jTi,fTi,ESi,tTi,CTi,ATi,qIi,oIi,uIi,sIi,kIi,hIi,mIi,jIi,eJi,nJi,lJi,dKi,gJi,wKi,kKi,qKi,yKi,fLi,bMi,eMi,pMi,fMi,oMi,dNi,jNi,ANi,CNi,FNi,yPi,EPi,APi,ePi,BOi,cQi,tOi,EOi,oPi,xOi,vQi,sQi,zQi,jRi,nSi,rSi,sSi,zSi,ASi,oSi,dSi,vSi,ERi,FSi,yTi,yIi,aIi,rIi,pIi,vIi,tIi,lIi,nIi,AHi,BHi,FIi,wJi,yJi,kJi,bKi,hJi,tKi,hKi,nKi,DKi,uLi,vLi,lLi,tLi,zLi,ALi,wLi,xLi,bNi,xNi,oNi,yNi,lOi,iOi,cPi,rPi,uOi,oOi,CPi,jQi,eRi,EQi,kRi,iSi,cSi,bTi,uTi,CHi,DIi,pJi,sJi,uJi,eKi,aLi,jLi,dMi,tMi,DLi,yMi,wNi,uNi,qNi,hOi,mOi,aPi,COi,tPi,kQi,mQi,uQi,fRi,iRi,lRi,mRi,oRi,eSi,dTi,eTi,xTi,eIi,AJi,zJi,xJi,jMi,iLi,vNi,lNi,DNi,yOi,rQi,xQi,bRi,cRi,qRi,fSi,mTi,fIi,bJi,vKi,dLi,cLi,mNi,qOi,dQi,jPi,oQi,mSi,DHi,oKi,eLi,BLi,oLi,aMi,pOi,uPi,pPi,qQi,CQi,EHi,bIi,fKi,hLi,cMi,ELi,CLi,yQi,cIi,vJi,mMi,nMi,qMi,mLi,iPi,kPi,DRi,zTi,gIi,iKi,lMi,yLi,sLi,eOi,eQi,pRi,dIi,jJi,kMi,pLi,qLi,rLi,FLi,zKi,nLi]);BKi=f9h(B_h,0,-1,[1057,1090,1255,1321,1552,1585,1651,1717,68162,68899,69059,69764,70020,70276,71077,71205,72134,72232,72264,72296,72328,72360,72392,73351,74312,75209,78124,78284,78476,79149,79309,79341,79469,81295,81487,82224,84498,84626,86164,86292,86612,86676,87445,3183041,3186241,3198017,3218722,3226754,3247715,3256803,3263971,3264995,3289252,3291332,3295524,3299620,3326725,3379303,3392679,3448233,3460553,3461577,3510347,3546604,3552364,3556524,3576461,3586349,3588141,3590797,3596333,3622062,3625454,3627054,3675728,3749042,3771059,3771571,3776211,3782323,3782963,3784883,3785395,3788979,3815476,3839605,3885110,3917911,3948984,3951096,135304769,135858241,136498210,136906434,137138658,137512995,137531875,137548067,137629283,137645539,137646563,137775779,138529956,138615076,139040932,140954086,141179366,141690439,142738600,143013512,146979116,147175724,147475756,147902637,147936877,148017645,148131885,148228141,148229165,148309165,148395629,148551853,148618829,149076462,149490158,149572782,151277616,151639440,153268914,153486514,153563314,153750706,153763314,153914034,154406067,154417459,154600979,154678323,154680979,154866835,155366708,155375188,155391572,155465780,155869364,158045494,168988979,169321621,169652752,173151309,174240818,174247297,174669292,175391532,176638123,177380397,177879204,177886734,180753473,181020073,181503558,181686320,181999237,181999311,182048201,182074866,182078003,182083764,182920847,184716457,184976961,185145071,187281445,187872052,188100653,188875944,188919873,188920457,189203987,189371817,189414886,189567458,190266670,191318187,191337609,202479203,202493027,202835587,202843747,203013219,203036048,203045987,203177552,203898516,204648562,205067918,205078130,205096654,205689142,205690439,205766017,205988909,207213161,207794484,207800999,208023602,208213644,208213647,210310273,210940978,213325049,213946445,214055079,215125040,215134273,215135028,215237420,215418148,215553166,215553394,215563858,215627949,215754324,217529652,217713834,217732628,218731945,221417045,221424946,221493746,221515401,221658189,221844577,221908140,221910626,221921586,222659762,225001091,236105833,236113965,236194995,236195427,236206132,236206387,236211683,236212707,236381647,236571826,237124271,238172205,238210544,238270764,238435405,238501172,239224867,239257644,239710497,240307721,241208789,241241557,241318060,241319404,241343533,241344069,241405397,241765845,243864964,244502085,244946220,245109902,247647266,247707956,248648814,248648836,248682161,248986932,249058914,249697357,252132601,252135604,252317348,255007012,255278388,256365156,257566121,269763372,271202790,271863856,272049197,272127474,272770631,274339449,274939471,275388004,275388005,275388006,275977800,278267602,278513831,278712622,281613765,281683369,282120228,282250732,282508942,283743649,283787570,284710386,285391148,285478533,285854898,285873762,286931113,288964227,289445441,289689648,291671489,303512884,305319975,305610036,305764101,308448294,308675890,312085683,312264750,315032867,316391000,317331042,317902135,318950711,319447220,321499182,322538804,323145200,337067316,337826293,339905989,340833697,341457068,345302593,349554733,349771471,349786245,350819405,356072847,370349192,373962798,374509141,375558638,375574835,376053993,383276530,383373833,383407586,384439906,386079012,404133513,404307343,407031852,408072233,409112005,409608425,409771500,419040932,437730612,439529766,442616365,442813037,443157674,443295316,450118444,450482697,456789668,459935396,471217869,474073645,476230702,476665218,476717289,483014825,485083298,489306281,538364390,540675748,543819186,543958612,576960820,577242548,610515252,642202932,644420819])}
+vHi = function(g,d,a,c,f,e,b){wHi();g.e=d;g.a=a;g.d=c;g.g=f;g.f=e;g.c=b;g.b=false;return g}
+uHi = function(b,a){wHi();b.e=a;b.a=a;b.d=0;b.g=false;b.f=false;b.c=false;b.b=true;return b}
+aUi = function(a,e){var b,c,d;b=e;b<<=5;b+=a[0]-96;d=e;for(c=0;c<4&&d>0;++c){--d;b<<=5;b+=a[d]-96}return b}
+bUi = function(a,i,g){var e,f;wHi();var b,c,d,h;c=aUi(a,g);d=wji(BKi,c);if(d<0){return uHi(new tHi(),String((e=i+g,mfi(a.length,i,e),ofi(a,i,e))))}else{b=CKi[d];h=b.e;if(!xVi(h,a,i,g)){return uHi(new tHi(),String((f=i+g,mfi(a.length,i,f),ofi(a,i,f))))}return b}}
+cUi = function(){return q_h}
+tHi = function(){}
+qWi = function(){qWi=v0i;oXi=f9h(A_h,42,-1,[60,62]);pXi=f9h(A_h,42,-1,[60,47]);wXi=f9h(A_h,42,-1,[93,93]);vXi=f9h(A_h,42,-1,[65533]);yXi=f9h(A_h,42,-1,[32]);nXi=f9h(A_h,42,-1,[10]);lXi=lfi(ixg);tXi=lfi(jxg);CXi=lfi(kxg);EXi=lfi(lxg);BXi=f9h(A_h,42,-1,[116,105,116,108,101]);xXi=f9h(A_h,42,-1,[115,99,114,105,112,116]);zXi=f9h(A_h,42,-1,[115,116,121,108,101]);uXi=f9h(A_h,42,-1,[112,108,97,105,110,116,101,120,116]);DXi=f9h(A_h,42,-1,[120,109,112]);AXi=f9h(A_h,42,-1,[116,101,120,116,97,114,101,97]);mXi=f9h(A_h,42,-1,[105,102,114,97,109,101]);qXi=f9h(A_h,42,-1,[110,111,101,109,98,101,100]);sXi=f9h(A_h,42,-1,[110,111,115,99,114,105,112,116]);rXi=f9h(A_h,42,-1,[110,111,102,114,97,109,101,115])}
+hWi = function(a){var b;a.cb&&(wHi(),FOi)==a.pb&&(koi(),pri)==a.l;if(a.l){b=xfi(a.F,0,a.ab);if(!a.w&&a.A&&a.B&&poi(a.l)){b=aYi(b)}tUi(a.m,a.l,b,a.tb)}}
+iWi = function(a){a.cb&&(koi(),pri)==a.l&&(wHi(),FOi)==a.pb;if(a.l){if(a.A){if(ooi(a.l)){if(a.B){tUi(a.m,a.l,a.l.a[0],a.tb)}else{tUi(a.m,a.l,cNh,a.tb)}}else{tUi(a.m,a.l,cNh,a.tb)}}else{if((koi(),wDi)==a.l||kvi==a.l){mxg+a.l.a[0]+nxg}tUi(a.m,a.l,cNh,a.tb)}}}
+jWi = function(b,a){switch(b.p.b){case 2:--b.ab;kWi(b,32);kWi(b,45);case 0:kWi(b,a);break;case 1:DWi(b,pxg);}}
+kWi = function(c,a){var b;if(c.ab==c.F.length){b=e9h(A_h,42,-1,c.ab+(c.ab>>1),1);Afi(c.F,0,b,0,c.F.length);c.F=b}c.F[c.ab++]=a}
+lWi = function(f,a,d,b){var c,e;e=f.ab+b;if(f.F.length<e){c=e9h(A_h,42,-1,e+(e>>1),1);Afi(f.F,0,c,0,f.F.length);f.F=c}Afi(a,d,f.F,f.ab,b);f.ab=e}
+mWi = function(a){switch(a.p.b){case 2:kWi(a,32);case 0:kWi(a,45);break;case 1:DWi(a,pxg);}}
+nWi = function(c,a){var b;if(c.mb==c.lb.length){b=e9h(A_h,42,-1,c.lb.length+1024,1);Afi(c.lb,0,b,0,c.lb.length);c.lb=b}c.lb[c.mb++]=a}
+oWi = function(a){a.l=nHi(a.lb,0,a.mb,a.db!=(Fli(),ami));if(!a.m){a.m=sUi(new rUi(),a.bb)}if(yUi(a.m,a.l)){qxg+a.l.a[0]+rxg;a.l=null}}
+rWi = function(a){switch(a.r.d){case 36:a.s=BXi;return;case 31:a.s=xXi;return;case 33:a.s=zXi;return;case 30:a.s=uXi;return;case 38:a.s=DXi;return;case 35:a.s=AXi;return;case 47:a.s=mXi;return;case 60:a.s=qXi;return;case 26:a.s=sXi;return;case 25:a.s=rXi;return;default:return;}}
+sWi = function(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,nXi,0,1);c.u=2147483647}
+tWi = function(c,b,a){if(c.sb){EYi(c.qb,c.F,0,c.ab-b)}c.u=a+1}
+uWi = function(d,c,b){var a;d.u=b+1;d.kb=0;a=!d.m?(wUi(),bVi):d.m;if(d.w){cZi(d.qb,d.pb)}else{i0i(d.qb,d.pb,a,c)}bXi(d);return d.kb}
+xWi = function(b,c,a){if((a&-2)!=0){lWi(b,c,0,c.length)}else{xYi(b.qb,c,0,c.length)}}
+vWi = function(b,c,a){if((a&-2)!=0){kWi(b,c[0])}else{xYi(b.qb,c,0,1)}}
+wWi = function(b,a){if((a&-2)!=0){lWi(b,b.lb,0,b.mb)}else{zWi(b)}}
+yWi = function(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,vXi,0,1);c.u=2147483647}
+zWi = function(a){if(a.mb>0){xYi(a.qb,a.lb,0,a.mb)}}
+AWi = function(a){if(a.eb){return sUi(new rUi(),a.bb)}else{return wUi(),bVi}}
+BWi = function(a){a.lb=null;a.F=null;a.ob=null;a.gb=null;a.v=null;a.pb=null;a.l=null;dZi(a.qb);if(a.m){vUi(a.m,a.bb);a.m=null}}
+CWi = function(j){var a,b,e,h,i,k;i=j.kb;h=j.hb;c:for(;;){switch(i){case 53:xYi(j.qb,oXi,0,1);break c;case 4:xYi(j.qb,oXi,0,1);break c;case 37:if(j.C<j.s.length){break c}else{break c}case 5:xYi(j.qb,pXi,0,2);break c;case 6:break c;case 7:case 14:case 48:break c;case 8:break c;case 9:case 10:break c;case 11:case 12:case 13:break c;case 15:tWi(j,0,0);break c;case 59:aXi(j);tWi(j,0,0);break c;case 16:j.ab=0;tWi(j,0,0);break c;case 38:tWi(j,0,0);break c;case 39:if(j.C<6){tWi(j,0,0)}else{j.v=cNh;j.gb=null;j.ob=null;j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c}break c;case 30:case 32:case 35:tWi(j,0,0);break c;case 34:tWi(j,2,0);break c;case 33:case 31:tWi(j,1,0);break c;case 36:tWi(j,3,0);break c;case 17:case 18:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 19:j.v=String(xfi(j.lb,0,j.mb));j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 40:case 41:case 20:case 21:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 22:case 23:j.y=true;j.gb=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 24:case 25:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 26:case 27:j.y=true;j.ob=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 28:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 29:j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 42:wWi(j,h);i=h;continue;case 44:g:for(;;){++j.x;d:for(;;){if(j.z==-1){break d}if(j.x==(rVi(),sVi)[j.z].length){break d}if(j.x>sVi[j.z].length){break g}else if(0<sVi[j.z][j.x]){--j.z}else{break d}}f:for(;;){if(j.z<j.E){break g}if(j.x==(rVi(),sVi)[j.E].length){j.o=j.E;j.nb=j.mb;++j.E}else if(j.x>sVi[j.E].length){break g}else if(0>sVi[j.E][j.x]){++j.E}else{break f}}if(j.z<j.E){break g}continue}if(j.o==-1){wWi(j,h);i=h;continue c}else{a=(rVi(),sVi)[j.o];if(a[a.length-1]!=59){if((h&-2)!=0){if(j.nb==j.mb){b=0}else{b=j.lb[j.nb]}if(b>=48&&b<=57||b>=65&&b<=90||b>=97&&b<=122){lWi(j,j.lb,0,j.mb);i=h;continue c}}}k=tVi[j.o];xWi(j,k,h);if(j.nb<j.mb){if((h&-2)!=0){for(e=j.nb;e<j.mb;++e){kWi(j,j.lb[e])}}else{xYi(j.qb,j.lb,j.nb,j.mb-j.nb)}}i=h;continue c}case 43:case 46:case 45:if(j.ib){}else{sxg+xfi(j.lb,0,j.mb)+rxg;wWi(j,h);i=h;continue}EWi(j,h);i=h;continue;case 0:default:break c;}}eZi(j.qb);return}
+DWi = function(c,a){var b;b=a1i(new F0i(),a,c);throw b}
+EWi = function(c,b){var a,d;if(c.rb>=128&&c.rb<=159){d=(rVi(),uVi)[c.rb-128];vWi(c,d,b)}else if(c.rb==13){vWi(c,nXi,b)}else if(c.rb==12&&c.t!=(Fli(),ami)){if(c.t==(Fli(),bmi)){vWi(c,yXi,b)}else if(c.t==cmi){DWi(c,txg)}}else if(c.rb>=0&&c.rb<=8||c.rb==11||c.rb>=14&&c.rb<=31||c.rb==127){uxg+oUi(c.rb&65535)+vxg;vWi(c,vXi,b)}else if((c.rb&63488)==55296){vWi(c,vXi,b)}else if((c.rb&65534)==65534){vWi(c,vXi,b)}else if(c.rb>=64976&&c.rb<=65007){vWi(c,vXi,b)}else if(c.rb<=65535){a=c.rb&65535;c.n[0]=a;vWi(c,c.n,b)}else if(c.rb<=1114111){c.k[0]=55232+(c.rb>>10)&65535;c.k[1]=56320+(c.rb&1023)&65535;xWi(c,c.k,b)}else{vWi(c,vXi,b)}}
+aXi = function(a){switch(a.p.b){case 2:kWi(a,32);break;case 1:DWi(a,wxg);}}
+bXi = function(a){if(a.eb){a.m=null}else{vUi(a.m,a.bb)}}
+dXi = function(c,b){var a;c.kb=b;if(b==0){return}a=null.dc();c.r=bUi(a,0,null.cc);rWi(c)}
+eXi = function(c,b,a){c.kb=b;c.r=a;rWi(c)}
+hXi = function(a,b){if(b==(Fli(),cmi)){throw Fci(new Eci(),xxg)}a.tb=b}
+qUi = function(){return r_h}
+iXi = function(a){a.q=false;a.lb=e9h(A_h,42,-1,64,1);a.mb=0;a.F=e9h(A_h,42,-1,1024,1);a.ab=0;a.kb=0;a.D=false;a.A=false;a.cb=false;j0i(a.qb,a);a.sb=a.qb.A;a.C=0;a.y=false;a.j=0;a.x=-1;a.E=0;a.z=(rVi(),sVi).length-1;a.o=-1;a.nb=0;a.fb=-1;a.rb=0;a.ib=false;a.jb=false;if(a.eb){a.m=null}else{a.m=sUi(new rUi(),a.bb)}a.a=false;a.f=a.g=0;a.c=a.d=1;a.h=true;a.i=0;a.b=false}
+jXi = function(Ab,vb,p,rb,o,tb,ub,cb){var q,u,bb,ib,kb,Bb;wb:for(;;){switch(vb){case 0:z:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);vb=4;break z;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 4:yb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p>=65&&p<=90){Ab.w=false;Ab.lb[0]=p+32&65535;Ab.mb=1;vb=6;break yb}else if(p>=97&&p<=122){Ab.w=false;Ab.lb[0]=p;Ab.mb=1;vb=6;break yb}switch(p){case 33:vb=16;continue wb;case 47:vb=5;continue wb;case 63:Ab.F[0]=p;Ab.ab=1;vb=15;continue wb;case 62:xYi(Ab.qb,oXi,0,2);Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=0;tb=true;continue wb;}}case 6:xb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break xb;case 47:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=48;continue wb;case 62:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 7:h:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:vb=48;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:case 61:default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;break h;}}case 8:e:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;oWi(Ab);vb=9;break wb;case 10:Ab.h=true;case 32:case 9:case 12:oWi(Ab);vb=9;continue wb;case 47:oWi(Ab);iWi(Ab);vb=48;continue wb;case 61:oWi(Ab);vb=10;break e;case 62:oWi(Ab);iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 10:i:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=11;break i;case 38:Ab.ab=0;vb=13;tb=true;continue wb;case 39:Ab.ab=0;vb=12;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 61:iUi(p);default:Ab.F[0]=p;Ab.ab=1;vb=13;continue wb;}}case 11:f:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 34:hWi(Ab);vb=14;break f;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=34;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 14:a:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 47:vb=48;break a;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}}case 48:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:vb=uWi(Ab,true,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}case 13:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;hWi(Ab);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:hWi(Ab);vb=7;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=62;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 62:hWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 34:case 39:case 61:default:kWi(Ab,p);continue;}}case 9:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:iWi(Ab);vb=48;continue wb;case 61:vb=10;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:iWi(Ab);if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;continue wb;}}case 15:n:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=59;break n;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 59:m:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:aXi(Ab);tWi(Ab,0,rb);vb=0;continue wb;case 45:mWi(Ab);continue m;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=15;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=15;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=15;continue wb;}}case 16:ob:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:Ab.F[0]=p;Ab.ab=1;vb=38;break ob;case 100:case 68:Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=39;continue wb;case 91:if(Ab.qb.l==0){Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=49;continue wb}else{}default:Ab.ab=0;vb=15;tb=true;continue wb;}}case 38:nb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 0:break wb;case 45:Ab.ab=0;vb=30;break nb;default:vb=15;tb=true;continue wb;}}case 30:y:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=31;continue wb;case 62:tWi(Ab,0,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;break y;case 0:p=65533;default:kWi(Ab,p);vb=32;break y;}}case 32:x:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=33;break x;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 33:v:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;break v;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 34:w:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,2,rb);vb=0;continue wb;case 45:jWi(Ab,p);continue;case 32:case 9:case 12:jWi(Ab,p);vb=35;break w;case 13:Ab.h=true;Ab.D=true;jWi(Ab,10);vb=35;break wb;case 10:Ab.h=true;jWi(Ab,10);vb=35;break w;case 33:kWi(Ab,p);vb=36;continue wb;case 0:p=65533;default:jWi(Ab,p);vb=32;continue wb;}}case 35:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 32:case 9:case 12:kWi(Ab,p);continue;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 36:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,3,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 31:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;continue wb;case 62:tWi(Ab,1,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}case 39:mb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){ib=p;if(p>=65&&p<=90){ib+=32}if(ib==tXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{vb=17;tb=true;break mb}}case 17:B:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}Ab.v=cNh;Ab.ob=null;Ab.gb=null;Ab.y=false;switch(p){case 13:Ab.h=true;Ab.D=true;vb=18;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=18;break B;default:vb=18;tb=true;break B;}}case 18:j:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=19;break j;}}case 19:C:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break C;case 62:Ab.v=String(xfi(Ab.lb,0,Ab.mb));Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 20:b:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 112:case 80:Ab.C=0;vb=40;break b;case 115:case 83:Ab.C=0;vb=41;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 40:F:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=CXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue}else{vb=21;tb=true;break F}}case 21:k:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=22;break k;case 39:Ab.ab=0;vb=23;continue wb;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 22:D:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;break D;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 24:c:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;break c;case 39:Ab.ab=0;vb=27;continue wb;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 26:E:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 28:d:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=false;vb=29;break d;}}case 29:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;default:continue;}}case 41:ab:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=EXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue wb}else{vb=25;tb=true;break ab}}case 25:l:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;continue wb;case 39:Ab.ab=0;vb=27;break l;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 27:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 23:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;continue wb;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 49:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){if(p==lXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{Ab.u=rb;vb=50;tb=true;break}}case 50:t:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 93:jUi(Ab,o,rb);vb=51;break t;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 51:s:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 93:vb=52;break s;default:xYi(Ab.qb,wXi,0,1);Ab.u=rb;vb=50;tb=true;continue wb;}}case 52:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,wXi,0,2);Ab.u=rb;vb=50;tb=true;continue wb;}case 12:g:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 39:hWi(Ab);vb=14;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=39;fVi(new eVi(),Ab);ub=vb;vb=42;break g;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 42:if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p==0){break wb}switch(p){case 32:case 9:case 10:case 13:case 12:case 60:case 38:wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb;case 35:nWi(Ab,35);vb=43;continue wb;default:if(p==Ab.j){wWi(Ab,ub);vb=ub;tb=true;continue wb}Ab.x=-1;Ab.E=0;Ab.z=(rVi(),sVi).length-1;Ab.o=-1;Ab.nb=0;vb=44;tb=true;}case 44:pb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(p==0){break wb}++Ab.x;jb:for(;;){if(Ab.z==-1){break jb}if(Ab.x==(rVi(),sVi)[Ab.z].length){break jb}if(Ab.x>sVi[Ab.z].length){break pb}else if(p<sVi[Ab.z][Ab.x]){--Ab.z}else{break jb}}lb:for(;;){if(Ab.z<Ab.E){break pb}if(Ab.x==(rVi(),sVi)[Ab.E].length){Ab.o=Ab.E;Ab.nb=Ab.mb;++Ab.E}else if(Ab.x>sVi[Ab.E].length){break pb}else if(p>sVi[Ab.E][Ab.x]){++Ab.E}else{break lb}}if(Ab.z<Ab.E){break pb}nWi(Ab,p);continue}if(Ab.o==-1){wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}else{q=(rVi(),sVi)[Ab.o];if(q[q.length-1]!=59){if((ub&-2)!=0){if(Ab.nb==Ab.mb){u=p}else{u=Ab.lb[Ab.nb]}if(u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122){lWi(Ab,Ab.lb,0,Ab.mb);vb=ub;tb=true;continue wb}}}Bb=tVi[Ab.o];xWi(Ab,Bb,ub);if(Ab.nb<Ab.mb){if((ub&-2)!=0){for(kb=Ab.nb;kb<Ab.mb;++kb){kWi(Ab,Ab.lb[kb])}}else{xYi(Ab.qb,Ab.lb,Ab.nb,Ab.mb-Ab.nb)}}if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}case 43:if(++rb==cb){break wb}p=gUi(Ab,o,rb);Ab.fb=-1;Ab.rb=0;Ab.ib=false;switch(p){case 120:case 88:nWi(Ab,p);vb=45;continue wb;default:vb=46;tb=true;}case 46:A:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=10;Ab.rb+=p-48;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 47:EWi(Ab,ub);vb=ub;continue wb;case 45:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-48;continue}else if(p>=65&&p<=70){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-65+10;continue}else if(p>=97&&p<=102){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-97+10;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 3:qb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 2:r:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 60:jUi(Ab,o,rb);ub=vb;vb=53;break r;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 53:zb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 33:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=54;break zb;case 47:if(Ab.r){Ab.C=0;Ab.mb=0;vb=37;continue wb}default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=ub;tb=true;continue wb;}}case 54:eb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=55;break eb;default:vb=ub;tb=true;continue wb;}}case 55:db:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;break db;default:vb=ub;tb=true;continue wb;}}case 58:fb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:continue;case 62:vb=ub;continue wb;case 0:yWi(Ab,o,rb);vb=56;break fb;case 13:sWi(Ab,o,rb);vb=56;break wb;case 10:Ab.h=true;default:vb=56;break fb;}}case 56:hb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=57;break hb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 57:gb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;continue wb;case 0:yWi(Ab,o,rb);vb=56;continue wb;case 13:sWi(Ab,o,rb);vb=56;continue wb;case 10:Ab.h=true;default:vb=56;continue wb;}}case 37:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<Ab.s.length){bb=Ab.s[Ab.C];ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=bb){Ab.A&&(Ab.C>0||ib>=97&&ib<=122)&&(wHi(),jNi)!=Ab.r;xYi(Ab.qb,pXi,0,2);zWi(Ab);Ab.u=rb;vb=ub;tb=true;continue wb}nWi(Ab,p);++Ab.C;continue}else{Ab.w=true;Ab.pb=Ab.r;switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 47:vb=48;continue wb;default:xYi(Ab.qb,pXi,0,2);zWi(Ab);if(p==0){yWi(Ab,o,rb)}else{Ab.u=rb}vb=ub;continue wb;}}}case 5:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;Ab.F[0]=10;Ab.ab=1;vb=15;break wb;case 10:Ab.h=true;Ab.F[0]=10;Ab.ab=1;vb=15;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}if(p>=97&&p<=122){Ab.w=true;Ab.lb[0]=p;Ab.mb=1;vb=6;continue wb}else{Ab.F[0]=p;Ab.ab=1;vb=15;continue wb}}case 1:sb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);ub=vb;vb=53;continue wb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}}}jUi(Ab,o,rb);Ab.kb=vb;Ab.hb=ub;return rb}
+kXi = function(f,a){var b,c,d,e;e=f.kb;c=f.hb;f.jb=false;f.D=false;d=a.c;b=d-1;switch(e){case 0:case 1:case 2:case 3:case 50:case 56:case 54:case 55:case 57:case 58:f.u=d;break;default:f.u=2147483647;}b=jXi(f,e,0,b,a.a,false,c,a.b);if(b==a.b){a.c=b}else{a.c=b+1}return f.D}
+FXi = function(){return v_h}
+aYi = function(d){var a,b,c;if(d==null){return null}a=e9h(A_h,42,-1,d.length,1);for(c=0;c<d.length;++c){b=d.charCodeAt(c);if(b>=65&&b<=90){b+=32}a[c]=b}return String.fromCharCode.apply(null,a)}
+eWi = function(){}
+hUi = function(){hUi=v0i;qWi()}
+fUi = function(a,b){hUi();a.t=(Fli(),bmi);a.p=bmi;a.tb=bmi;a.db=bmi;a.qb=b;a.eb=false;a.n=e9h(A_h,42,-1,1,1);a.k=e9h(A_h,42,-1,2,1);a.e=bmi;return a}
+gUi = function(e,a,d){var b,c;e.g=e.f;e.d=e.c;if(e.h){++e.f;e.c=1;e.h=false}else{++e.c}b=a[d];if(!e.q&&!e.a&&b>127){e.a=true}switch(b){case 0:case 9:case 13:case 10:break;case 12:if(e.e==(Fli(),cmi)){DWi(e,yxg+oUi(b)+Bxg)}else{if(e.e==bmi){b=a[d]=32}yxg+oUi(b)+Bxg}break;default:if((b&64512)==56320){if((e.i&64512)==55296){c=(e.i<<10)+b+-56613888;if(c>=983040&&c<=1048573||c>=1048576&&c<=1114109){pUi(e)}}}else if(b<32||(b&65534)==65534){switch(e.e.b){case 1:DWi(e,Cxg+oUi(b)+Dxg);break;case 2:b=a[d]=65533;case 0:Cxg+oUi(b)+Dxg;}}else if(b>=127&&b<=159||b>=64976&&b<=64991){Cxg+oUi(b)+Dxg}else if(b>=57344&&b<=63743){pUi(e)}}e.i=b;return b}
+iUi = function(a){switch(a){case 61:return;case 60:return;}}
+jUi = function(e,a,d){var b,c;if(d>e.u){c=e.f;b=e.c;e.f=e.g;e.c=e.d;xYi(e.qb,a,e.u,d-e.u);e.f=c;e.c=b}e.u=2147483647}
+kUi = function(a){if(a.c>0){return a.c}else{return -1}}
+lUi = function(a){if(a.f>0){return a.f}else{return -1}}
+oUi = function(a){var b;b=idi(a,4);switch(b.length){case 1:return Exg+b;case 2:return Fxg+b;case 3:return ayg+b;case 4:return byg+b;default:throw Edi(new Ddi(),cyg);}}
+pUi = function(a){if(!a.b){a.b=true}}
+
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_3.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_3.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_3.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,30 @@
+HTMLParser.functions_3 = function(){
+
+dUi = function(){}
+wUi = function(){wUi=v0i;aVi=e9h(E_h,49,9,0,0);cVi=e9h(D_h,48,1,0,0);bVi=sUi(new rUi(),0)}
+sUi = function(b,a){wUi();b.b=a;b.a=0;b.c=e9h(E_h,49,9,5,0);b.d=e9h(D_h,48,1,5,0);b.e=0;b.f=aVi;b.g=cVi;return b}
+tUi = function(e,a,f,g){var b,c,d;a==(koi(),pvi);if(a.d){if(e.f.length==e.e){b=e.e==0?2:e.e<<1;c=e9h(E_h,49,9,b,0);Afi(e.f,0,c,0,e.f.length);e.f=c;d=e9h(D_h,48,1,b,0);Afi(e.g,0,d,0,e.g.length);e.g=d}e.f[e.e]=a;e.g[e.e]=f;++e.e;switch(g.b){case 1:throw z0i(new y0i(),dyg);case 2:return;}}if(e.c.length==e.a){b=e.a<<1;c=e9h(E_h,49,9,b,0);Afi(e.c,0,c,0,e.c.length);e.c=c;d=e9h(D_h,48,1,b,0);Afi(e.d,0,d,0,e.d.length);e.d=d}e.c[e.a]=a;e.d[e.a]=f;++e.a}
+vUi = function(c,b){var a;for(a=0;a<c.a;++a){h9h(c.c,a,null);h9h(c.d,a,null)}c.a=0;c.b=b;for(a=0;a<c.e;++a){h9h(c.f,a,null);h9h(c.g,a,null)}c.e=0}
+uUi = function(b){var a;for(a=0;a<b.a;++a){h9h(b.c,a,null);h9h(b.d,a,null)}b.a=0}
+xUi = function(c){var a,b;a=sUi(new rUi(),0);for(b=0;b<c.a;++b){tUi(a,c.c[b],c.d[b],(Fli(),ami))}for(b=0;b<c.e;++b){tUi(a,c.f[b],c.g[b],(Fli(),ami))}return a}
+yUi = function(c,b){var a;for(a=0;a<c.a;++a){if(b.a[0]==c.c[a].a[0]){return true}}for(a=0;a<c.e;++a){if(b.a[0]==c.f[a].a[0]){return true}}return false}
+zUi = function(b,a){if(a<b.a&&a>=0){return b.c[a]}else{return null}}
+AUi = function(c,b){var a;for(a=0;a<c.a;++a){if(c.c[a]==b){return a}}return -1}
+BUi = function(b,a){if(a<b.a&&a>=0){return b.c[a].a[b.b]}else{return null}}
+CUi = function(b,a){if(a<b.a&&a>=0){return b.c[a].c[b.b]}else{return null}}
+DUi = function(b,a){if(a<b.a&&a>=0){return b.d[a]}else{return null}}
+EUi = function(c,b){var a;a=AUi(c,b);if(a==-1){return null}else{return DUi(c,a)}}
+FUi = function(e,f,d){var a,b,c;for(b=0;b<e.a;++b){a=e.c[b];if(!a.b[e.b]){c=a.a[e.b];switch(d.b){case 2:e.c[b]=(koi(),ioi(new hoi(),dpi,ACi(mVi(c)),epi,bpi,false));case 0:a!=(koi(),DGi);break;case 1:gZi(f,mxg+c+eyg);}}}}
+dVi = function(){return s_h}
+rUi = function(){}
+fVi = function(b,a){kUi(a);lUi(a);return b}
+hVi = function(){return t_h}
+eVi = function(){}
+jVi = function(){jVi=v0i;kVi=lfi(gyg)}
+lVi = function(c,a){var b;uei(c,hyg);for(b=0;b<6;++b){uei(c,String.fromCharCode(kVi[(a&15728640)>>20]));a<<=4}}
+mVi = function(e){jVi();var a,b,c,d;d=tei(new rei());for(b=0;b<e.length;++b){a=e.charCodeAt(b);if((a&64512)==55296){c=e.charCodeAt(++b);lVi(d,(a<<10)+c+-56613888)}else if(b==0&&!(a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95)){lVi(d,a)}else if(b!=0&&!(a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542)){lVi(d,a)}else{uei(d,String.fromCharCode(a))}}return String(zei(d))}
+pVi = function(c){jVi();var a,b;if(c==null){return false}else{b=c.length;switch(b){case 0:return false;case 1:return nVi(c.charCodeAt(0));default:if(!nVi(c.charCodeAt(0))){return false}for(a=1;a<b;++a){if(!oVi(c.charCodeAt(a))){return false}}}return true}}
+nVi = function(a){return a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95}
+oVi = function(a){return a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542}
+
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_4.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_4.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_4.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,84 @@
+HTMLParser.functions_4 = function(){
+
+envjsABC = function(){return [
+ lfi(iyg),lfi(jyg),lfi(kyg),lfi(lyg),lfi(myg),lfi(nyg),lfi(oyg),lfi(pyg),
+ lfi(ryg),lfi(syg),lfi(tyg),lfi(uyg),lfi(vyg),lfi(wyg),lfi(xyg),lfi(yyg),
+ lfi(zyg),lfi(Ayg),lfi(Cyg),lfi(Dyg),lfi(Eyg),lfi(Fyg),lfi(azg),lfi(bzg),
+ lfi(czg),lfi(dzg),lfi(ezg),lfi(fzg),lfi(hzg),lfi(izg),lfi(jzg),lfi(kzg),
+ lfi(lzg),lfi(mzg),lfi(nzg),lfi(ozg),lfi(pzg),lfi(qzg),lfi(szg),lfi(tzg),
+ lfi(uzg),lfi(vzg),lfi(wzg),lfi(xzg),lfi(yzg),lfi(zzg),lfi(Azg),lfi(Bzg),
+ lfi(Dzg),lfi(Ezg),lfi(Fzg),lfi(aAg),lfi(bAg),lfi(cAg),lfi(dAg),lfi(eAg),
+ lfi(fAg),lfi(gAg),lfi(iAg),lfi(jAg),lfi(kAg),lfi(lAg),lfi(mAg),lfi(nAg),
+ lfi(oAg),lfi(pAg),lfi(qAg),lfi(rAg),lfi(tAg),lfi(uAg),lfi(vAg),lfi(wAg),
+ lfi(xAg),lfi(yAg),lfi(zAg),lfi(AAg),lfi(BAg),lfi(CAg),lfi(EAg),lfi(FAg),
+ lfi(aBg),lfi(bBg),lfi(cBg),lfi(dBg),lfi(eBg),lfi(fBg),lfi(gBg),lfi(hBg),
+ lfi(kBg),lfi(lBg),lfi(mBg),lfi(nBg),lfi(oBg),lfi(pBg),lfi(qBg),lfi(rBg),
+ lfi(sBg),lfi(tBg),lfi(vBg),lfi(wBg),lfi(xBg),lfi(yBg),lfi(zBg),lfi(ABg),
+ lfi(BBg),lfi(CBg),lfi(DBg),lfi(EBg),lfi(aCg),lfi(bCg),lfi(cCg),lfi(dCg),
+ lfi(eCg),lfi(fCg),lfi(gCg),lfi(hCg),lfi(iCg),lfi(jCg),lfi(lCg),lfi(mCg),
+ lfi(nCg),lfi(oCg),lfi(pCg),lfi(qCg),lfi(rCg),lfi(sCg),lfi(tCg),lfi(uCg),
+ lfi(wCg),lfi(xCg),lfi(yCg),lfi(zCg),lfi(ACg),lfi(BCg),lfi(CCg),lfi(DCg),
+ lfi(ECg),lfi(FCg),lfi(bDg),lfi(cDg),lfi(dDg),lfi(eDg),lfi(fDg),lfi(gDg),
+ lfi(hDg),lfi(iDg),lfi(jDg),lfi(kDg),lfi(mDg),lfi(nDg),lfi(oDg),lfi(pDg),
+ lfi(qDg),lfi(rDg),lfi(sDg),lfi(tDg),lfi(uDg),lfi(vDg),lfi(xDg),lfi(yDg),
+ lfi(zDg),lfi(ADg),lfi(BDg),lfi(CDg),lfi(DDg),lfi(EDg),lfi(FDg),lfi(aEg),
+ lfi(cEg),lfi(dEg),lfi(eEg),lfi(fEg),lfi(gEg),lfi(hEg),lfi(iEg),lfi(jEg),
+ lfi(kEg),lfi(lEg),lfi(nEg),lfi(oEg),lfi(pEg),lfi(qEg),lfi(rEg),lfi(sEg),
+ lfi(tEg),lfi(uEg),lfi(vEg),lfi(wEg),lfi(zEg),lfi(AEg),lfi(BEg),lfi(CEg),
+ lfi(DEg),lfi(EEg),lfi(FEg),lfi(aFg),lfi(bFg),lfi(cFg),lfi(eFg),lfi(fFg),
+ lfi(gFg),lfi(hFg),lfi(iFg),lfi(jFg),lfi(kFg),lfi(lFg),lfi(mFg),lfi(nFg),
+ lfi(pFg),lfi(qFg),lfi(rFg),lfi(sFg),lfi(tFg),lfi(uFg),lfi(vFg),lfi(wFg),
+ lfi(xFg),lfi(yFg),lfi(AFg),lfi(BFg),lfi(CFg),lfi(DFg),lfi(EFg),lfi(FFg),
+ lfi(aGg),lfi(bGg),lfi(cGg),lfi(dGg),lfi(fGg),lfi(gGg),lfi(hGg),lfi(iGg),
+ lfi(jGg),lfi(kGg),lfi(lGg),lfi(mGg),lfi(nGg),lfi(oGg),lfi(qGg),lfi(rGg),
+ lfi(sGg),lfi(tGg),lfi(uGg),lfi(vGg),lfi(wGg),lfi(xGg),lfi(yGg),lfi(zGg),
+ lfi(BGg),lfi(CGg),lfi(DGg),lfi(EGg),lfi(FGg),lfi(aHg),lfi(bHg),lfi(cHg),
+ lfi(dHg),lfi(eHg),lfi(gHg),lfi(hHg),lfi(iHg),lfi(jHg),lfi(kHg),lfi(lHg),
+ lfi(mHg),lfi(nHg),lfi(oHg),lfi(pHg),lfi(rHg),lfi(sHg),lfi(tHg),lfi(uHg),
+ lfi(vHg),lfi(wHg),lfi(xHg),lfi(yHg),lfi(zHg),lfi(AHg),lfi(CHg),lfi(DHg),
+ lfi(EHg),lfi(FHg),lfi(aIg),lfi(bIg),lfi(cIg),lfi(dIg),lfi(eIg),lfi(fIg),
+ lfi(iIg),lfi(jIg),lfi(kIg),lfi(lIg),lfi(mIg),lfi(nIg),lfi(oIg),lfi(pIg),
+ lfi(qIg),lfi(rIg),lfi(tIg),lfi(uIg),lfi(vIg),lfi(wIg),lfi(xIg),lfi(yIg),
+ lfi(zIg),lfi(AIg),lfi(BIg),lfi(CIg),lfi(EIg),lfi(FIg),lfi(aJg),lfi(bJg),
+ lfi(cJg),lfi(dJg),lfi(eJg),lfi(fJg),lfi(gJg),lfi(hJg),lfi(jJg),lfi(kJg),
+ lfi(lJg),lfi(mJg),lfi(nJg),lfi(oJg),lfi(pJg),lfi(qJg),lfi(rJg),lfi(sJg),
+ lfi(uJg),lfi(vJg),lfi(wJg),lfi(xJg),lfi(yJg),lfi(zJg),lfi(AJg),lfi(BJg),
+ lfi(CJg),lfi(DJg),lfi(FJg),lfi(aKg),lfi(bKg),lfi(cKg),lfi(dKg),lfi(eKg),
+ lfi(fKg),lfi(gKg),lfi(hKg),lfi(iKg),lfi(kKg),lfi(lKg),lfi(mKg),lfi(nKg),
+ lfi(oKg),lfi(pKg),lfi(qKg),lfi(rKg),lfi(sKg),lfi(tKg),lfi(vKg),lfi(wKg),
+ lfi(xKg),lfi(yKg),lfi(zKg),lfi(AKg),lfi(BKg),lfi(CKg),lfi(DKg),lfi(EKg),
+ lfi(aLg),lfi(bLg),lfi(cLg),lfi(dLg),lfi(eLg),lfi(fLg),lfi(gLg),lfi(hLg),
+ lfi(iLg),lfi(jLg),lfi(lLg),lfi(mLg),lfi(nLg),lfi(oLg),lfi(pLg),lfi(qLg),
+ lfi(rLg),lfi(sLg),lfi(tLg),lfi(uLg),lfi(xLg),lfi(yLg),lfi(zLg),lfi(ALg),
+ lfi(BLg),lfi(CLg),lfi(DLg),lfi(ELg),lfi(FLg),lfi(aMg),lfi(cMg),lfi(dMg),
+ lfi(eMg),lfi(fMg),lfi(gMg),lfi(hMg),lfi(iMg),lfi(jMg),lfi(kMg),lfi(lMg),
+ lfi(nMg),lfi(oMg),lfi(pMg),lfi(qMg),lfi(rMg),lfi(sMg),lfi(tMg),lfi(uMg),
+ lfi(vMg),lfi(wMg),lfi(yMg),lfi(zMg),lfi(AMg),lfi(BMg),lfi(CMg),lfi(DMg),
+ lfi(EMg),lfi(FMg),lfi(aNg),lfi(bNg),lfi(dNg),lfi(eNg),lfi(fNg),lfi(gNg),
+ lfi(hNg),lfi(iNg),lfi(jNg),lfi(kNg),lfi(lNg),lfi(mNg),lfi(oNg),lfi(pNg),
+ lfi(qNg),lfi(rNg),lfi(sNg),lfi(tNg),lfi(uNg),lfi(vNg),lfi(wNg),lfi(xNg),
+ lfi(zNg),lfi(ANg),lfi(BNg),lfi(CNg),lfi(DNg),lfi(ENg),lfi(FNg),lfi(aOg),
+ lfi(bOg),lfi(cOg),lfi(eOg),lfi(fOg),lfi(gOg),lfi(hOg),lfi(iOg),lfi(jOg),
+ lfi(kOg),lfi(lOg),lfi(mOg),lfi(nOg),lfi(pOg),lfi(qOg),lfi(rOg),lfi(sOg),
+ lfi(tOg),lfi(uOg),lfi(vOg),lfi(wOg),lfi(xOg),lfi(yOg),lfi(AOg),lfi(BOg),
+ lfi(COg),lfi(DOg),lfi(EOg),lfi(FOg),lfi(aPg),lfi(bPg),lfi(cPg),lfi(dPg),
+ lfi(gPg),lfi(hPg),lfi(iPg),lfi(jPg),lfi(kPg),lfi(lPg),lfi(mPg),lfi(nPg),
+ lfi(oPg),lfi(pPg),lfi(rPg),lfi(sPg),lfi(tPg),lfi(uPg),lfi(vPg),lfi(wPg),
+ lfi(xPg),lfi(yPg),lfi(zPg),lfi(APg),lfi(CPg),lfi(DPg),lfi(EPg),lfi(FPg),
+ lfi(aQg),lfi(bQg),lfi(cQg),lfi(dQg),lfi(eQg),lfi(fQg),lfi(hQg),lfi(iQg),
+ lfi(jQg),lfi(kQg),lfi(lQg),lfi(mQg),lfi(nQg),lfi(oQg),lfi(pQg),lfi(qQg),
+ lfi(sQg),lfi(tQg),lfi(uQg),lfi(vQg),lfi(wQg),lfi(xQg),lfi(yQg),lfi(zQg),
+ lfi(AQg),lfi(BQg),lfi(DQg),lfi(EQg),lfi(FQg),lfi(aRg),lfi(bRg),lfi(cRg),
+ lfi(dRg),lfi(eRg),lfi(fRg),lfi(gRg),lfi(iRg),lfi(jRg),lfi(kRg),lfi(lRg),
+ lfi(mRg),lfi(nRg),lfi(oRg),lfi(pRg),lfi(qRg),lfi(rRg),lfi(tRg),lfi(uRg),
+ lfi(vRg),lfi(wRg),lfi(xRg),lfi(yRg),lfi(zRg),lfi(ARg),lfi(BRg),lfi(CRg),
+ lfi(ERg),lfi(FRg),lfi(aSg),lfi(bSg),lfi(cSg),lfi(dSg),lfi(eSg),lfi(fSg),lfi(gSg),lfi(hSg),lfi(jSg),lfi(kSg),lfi(lSg),lfi(mSg),lfi(nSg),lfi(oSg),lfi(pSg),lfi(qSg),lfi(rSg),lfi(sSg),lfi(vSg),lfi(wSg),lfi(xSg),lfi(ySg),lfi(zSg),lfi(ASg),lfi(BSg),lfi(CSg),lfi(DSg),lfi(ESg),lfi(aTg),lfi(bTg),lfi(cTg),lfi(dTg),lfi(eTg),lfi(fTg),lfi(gTg),lfi(hTg),lfi(iTg),lfi(jTg),lfi(lTg),lfi(mTg),lfi(nTg),lfi(oTg),lfi(pTg),lfi(qTg),lfi(rTg),lfi(sTg),lfi(tTg),lfi(uTg),lfi(wTg),lfi(xTg),lfi(yTg),lfi(zTg),lfi(ATg),lfi(BTg),lfi(CTg),lfi(DTg),lfi(ETg),lfi(FTg),lfi(bUg),lfi(cUg),lfi(dUg),lfi(eUg),lfi(fUg),lfi(gUg),lfi(hUg),lfi(iUg),lfi(jUg),lfi(kUg),lfi(mUg),lfi(nUg),lfi(oUg),lfi(pUg),lfi(qUg),lfi(rUg),lfi(sUg),lfi(tUg),lfi(uUg),lfi(vUg),lfi(xUg),lfi(yUg),lfi(zUg),lfi(AUg),lfi(BUg),lfi(CUg),lfi(DUg),lfi(EUg),lfi(FUg),lfi(aVg),lfi(cVg),lfi(dVg),lfi(eVg),lfi(fVg),lfi(gVg),lfi(hVg),lfi(iVg),lfi(jVg),lfi(kVg),lfi(lVg),lfi(nVg),lfi(oVg),lfi(pVg),lfi(qVg),lfi(rVg),lfi(sVg),lfi(tVg),lfi(uVg),lfi(vVg),lfi(wVg),lfi(yVg),lfi(zVg),lfi(AVg),lfi(BVg),lfi(CVg),lfi(DVg),lfi(EVg),lfi(FVg),lfi(aWg),lfi(bWg),lfi(eWg),lfi(fWg),lfi(gWg),lfi(hWg),lfi(iWg),lfi(jWg),lfi(kWg),lfi(lWg),lfi(mWg),lfi(nWg),lfi(pWg),lfi(qWg),lfi(rWg),lfi(sWg),lfi(tWg),lfi(uWg),lfi(vWg),lfi(wWg),lfi(xWg),lfi(yWg),lfi(AWg),lfi(BWg),lfi(CWg),lfi(DWg),lfi(EWg),lfi(FWg),lfi(aXg),lfi(bXg),lfi(cXg),lfi(dXg),lfi(fXg),lfi(gXg),lfi(hXg),lfi(iXg),lfi(jXg),lfi(kXg),lfi(lXg),lfi(mXg),lfi(nXg),lfi(oXg),lfi(qXg),lfi(rXg),lfi(sXg),lfi(tXg),lfi(uXg),lfi(vXg),lfi(wXg),lfi(xXg),lfi(yXg),lfi(zXg),lfi(BXg),lfi(CXg),lfi(DXg),lfi(EXg),lfi(FXg),lfi(aYg),lfi(bYg),lfi(cYg),lfi(dYg),lfi(eYg),lfi(gYg),lfi(hYg),lfi(iYg),lfi(jYg),lfi(kYg),lfi(lYg),lfi(mYg),lfi(nYg),lfi(oYg),lfi(pYg),lfi(rYg),lfi(sYg),lfi(tYg),lfi(uYg),lfi(vYg),lfi(wYg),lfi(xYg),lfi(yYg),lfi(zYg),lfi(AYg),lfi(CYg),lfi(DYg),lfi(EYg),lfi(FYg),lfi(aZg),lfi(bZg),lfi(cZg),lfi(dZg),lfi(eZg),lfi(fZg),lfi(hZg),lfi(iZg),lfi(jZg),lfi(kZg),lfi(lZg),lfi(mZg),lfi(nZg),lfi(oZg),lfi(pZg),lfi(qZg),lfi(uZg),lfi(vZg),lfi(wZg),lfi(xZg),lfi(yZg),lfi(zZg),lfi(AZg),lfi(BZg),lfi(CZg),lfi(DZg),lfi(FZg),lfi(a0g),lfi(b0g),lfi(c0g),lfi(d0g),lfi(e0g),lfi(f0g),lfi(g0g),lfi(h0g),lfi(i0g),lfi(k0g),lfi(l0g),lfi(m0g),lfi(n0g),lfi(o0g),lfi(p0g),lfi(q0g),lfi(r0g),lfi(s0g),lfi(t0g),lfi(v0g),lfi(w0g),lfi(x0g),lfi(y0g),lfi(z0g),lfi(A0g),lfi(B0g),lfi(C0g),lfi(D0g),lfi(E0g),lfi(a1g),lfi(b1g),lfi(c1g),lfi(d1g),lfi(e1g),lfi(f1g),lfi(g1g),lfi(h1g),lfi(i1g),lfi(j1g),lfi(l1g),lfi(m1g),lfi(n1g),lfi(o1g),lfi(p1g),lfi(q1g),lfi(r1g),lfi(s1g),lfi(t1g),lfi(u1g),lfi(w1g),lfi(x1g),lfi(y1g),lfi(z1g),lfi(A1g),lfi(B1g),lfi(C1g),lfi(D1g),lfi(E1g),lfi(F1g),lfi(b2g),lfi(c2g),lfi(d2g),lfi(e2g),lfi(f2g),lfi(g2g),lfi(h2g),lfi(i2g),lfi(j2g),lfi(k2g),lfi(m2g),lfi(n2g),lfi(o2g),lfi(p2g),lfi(q2g),lfi(r2g),lfi(s2g),lfi(t2g),lfi(u2g),lfi(v2g),lfi(x2g),lfi(y2g),lfi(z2g),lfi(A2g),lfi(B2g),lfi(C2g),lfi(D2g),lfi(E2g),lfi(F2g),lfi(a3g),lfi(d3g),lfi(e3g),lfi(f3g),lfi(g3g),lfi(h3g),lfi(i3g),lfi(j3g),lfi(k3g),lfi(l3g),lfi(m3g),lfi(o3g),lfi(p3g),lfi(q3g),lfi(r3g),lfi(s3g),lfi(t3g),lfi(u3g),lfi(v3g),lfi(w3g),lfi(x3g),lfi(z3g),lfi(A3g),lfi(B3g),lfi(C3g),lfi(D3g),lfi(E3g),lfi(F3g),lfi(a4g),lfi(b4g),lfi(c4g),lfi(e4g),lfi(f4g),lfi(g4g),lfi(h4g),lfi(i4g),lfi(c7h),lfi(j4g),lfi(k4g),lfi(l4g),lfi(m4g),lfi(n4g),lfi(p4g),lfi(q4g),lfi(r4g),lfi(s4g),lfi(t4g),lfi(u4g),lfi(v4g),lfi(w4g),lfi(x4g),lfi(y4g),lfi(A4g),lfi(B4g),lfi(C4g),lfi(D4g),lfi(E4g),lfi(F4g),lfi(a5g),lfi(b5g),lfi(c5g),lfi(d5g),lfi(f5g),lfi(g5g),lfi(h5g),lfi(i5g),lfi(j5g),lfi(k5g),lfi(l5g),lfi(m5g),lfi(n5g),lfi(o5g),lfi(q5g),lfi(r5g),lfi(s5g),lfi(t5g),lfi(u5g),lfi(v5g),lfi(w5g),lfi(x5g),lfi(y5g),lfi(z5g),lfi(B5g),lfi(C5g),lfi(D5g),lfi(E5g),lfi(F5g),lfi(a6g),lfi(b6g),lfi(c6g),lfi(d6g),lfi(e6g),lfi(g6g),lfi(h6g),lfi(i6g),lfi(j6g),lfi(k6g),lfi(l6g),lfi(m6g),lfi(n6g),lfi(o6g),lfi(p6g),lfi(s6g),lfi(t6g),lfi(u6g),lfi(v6g),lfi(w6g),lfi(x6g),lfi(y6g),lfi(z6g),lfi(A6g),lfi(B6g),lfi(D6g),lfi(E6g),lfi(F6g),lfi(a7g),lfi(b7g),lfi(c7g),lfi(d7g),lfi(e7g),lfi(f7g),lfi(g7g),lfi(i7g),lfi(j7g),lfi(k7g),lfi(l7g),lfi(m7g),lfi(n7g),lfi(o7g),lfi(p7g),lfi(q7g),lfi(r7g),lfi(t7g),lfi(u7g),lfi(v7g),lfi(w7g),lfi(x7g),lfi(y7g),lfi(z7g),lfi(A7g),lfi(B7g),lfi(C7g),lfi(E7g),lfi(F7g),lfi(a8g),lfi(b8g),lfi(c8g),lfi(d8g),lfi(e8g),lfi(f8g),lfi(g8g),lfi(h8g),lfi(j8g),lfi(k8g),lfi(l8g),lfi(m8g),lfi(n8g),lfi(o8g),lfi(p8g),lfi(q8g),lfi(r8g),lfi(s8g),lfi(u8g),lfi(v8g),lfi(w8g),lfi(x8g),lfi(y8g),lfi(z8g),lfi(A8g),lfi(B8g),lfi(C8g),lfi(D8g),lfi(F8g),lfi(a9g),lfi(b9g),lfi(c9g),lfi(d9g),lfi(e9g),lfi(f9g),lfi(g9g),lfi(h9g),lfi(i9g),lfi(k9g),lfi(l9g),lfi(m9g),lfi(n9g),lfi(o9g),lfi(p9g),lfi(q9g),lfi(r9g),lfi(s9g),lfi(t9g),lfi(v9g),lfi(w9g),lfi(x9g),lfi(y9g),lfi(z9g),lfi(A9g),lfi(B9g),lfi(C9g),lfi(D9g),lfi(E9g),lfi(b$g),lfi(c$g),lfi(d$g),lfi(e$g),lfi(f$g),lfi(g$g),lfi(h$g),lfi(i$g),lfi(j$g),lfi(k$g),lfi(m$g),lfi(n$g),lfi(o$g),lfi(p$g),lfi(q$g),lfi(r$g),lfi(s$g),lfi(j2h),lfi(t$g),lfi(u$g),lfi(v$g),lfi(x$g),lfi(y$g),lfi(z$g),lfi(A$g),lfi(B$g),lfi(C$g),lfi(D$g),lfi(E$g),lfi(F$g),lfi(a_g),lfi(c_g),lfi(d_g),lfi(e_g),lfi(f_g),lfi(g_g),lfi(h_g),lfi(i_g),lfi(j_g),lfi(k_g),lfi(l_g),lfi(n_g),lfi(o_g),lfi(p_g),lfi(q_g),lfi(r_g),lfi(s_g),lfi(t_g),lfi(u_g),lfi(v_g),lfi(w_g),lfi(y_g),lfi(z_g),lfi(A_g),lfi(B_g),lfi(C_g),lfi(D_g),lfi(E_g),lfi(F_g),lfi(aah),lfi(bah),lfi(dah),lfi(eah),lfi(fah),lfi(gah),lfi(hah),lfi(iah),lfi(jah),lfi(kah),lfi(lah),lfi(mah),lfi(oah),lfi(pah),lfi(qah),lfi(rah),lfi(sah),lfi(tah),lfi(uah),lfi(vah),lfi(wah),lfi(xah),lfi(zah),lfi(Aah),lfi(Bah),lfi(Cah),lfi(Dah),lfi(Eah),lfi(Fah),lfi(abh),lfi(bbh),lfi(cbh),lfi(ebh),lfi(fbh),lfi(gbh),lfi(hbh),lfi(ibh),lfi(jbh),lfi(kbh),lfi(lbh),lfi(mbh),lfi(nbh),lfi(qbh),lfi(rbh),lfi(sbh),lfi(tbh),lfi(ubh),lfi(vbh),lfi(wbh),lfi(xbh),lfi(ybh),lfi(zbh),lfi(Bbh),lfi(Cbh),lfi(Dbh),lfi(Ebh),lfi(Fbh),lfi(ach),lfi(bch),lfi(cch),lfi(dch),lfi(ech),lfi(gch),lfi(hch),lfi(ich),lfi(jch),lfi(kch),lfi(lch),lfi(mch),lfi(nch),lfi(och),lfi(pch),lfi(rch),lfi(sch),lfi(tch),lfi(uch),lfi(vch),lfi(wch),lfi(xch),lfi(ych),lfi(zch),lfi(Ach),lfi(Cch),lfi(Dch),lfi(Ech),lfi(Fch),lfi(adh),lfi(bdh),lfi(cdh),lfi(ddh),lfi(edh),lfi(fdh),lfi(hdh),lfi(idh),lfi(jdh),lfi(kdh),lfi(ldh),lfi(mdh),lfi(ndh),lfi(odh),lfi(pdh),lfi(qdh),lfi(sdh),lfi(tdh),lfi(udh),lfi(vdh),lfi(wdh),lfi(xdh),lfi(ydh),lfi(zdh),lfi(Adh),lfi(Bdh),lfi(Ddh),lfi(Edh),lfi(Fdh),lfi(aeh),lfi(beh),lfi(ceh),lfi(deh),lfi(eeh),lfi(feh),lfi(geh),lfi(ieh),lfi(jeh),lfi(keh),lfi(leh),lfi(meh),lfi(neh),lfi(oeh),lfi(peh),lfi(qeh),lfi(reh),lfi(teh),lfi(ueh),lfi(veh),lfi(weh),lfi(xeh),lfi(yeh),lfi(zeh),lfi(Aeh),lfi(Beh),lfi(Ceh),lfi(Feh),lfi(afh),lfi(bfh),lfi(cfh),lfi(dfh),lfi(efh),lfi(ffh),lfi(gfh),lfi(hfh),lfi(ifh),lfi(kfh),lfi(lfh),lfi(mfh),lfi(nfh),lfi(ofh),lfi(pfh),lfi(qfh),lfi(rfh),lfi(sfh),lfi(tfh),lfi(vfh),lfi(wfh),lfi(xfh),lfi(yfh),lfi(zfh),lfi(Afh),lfi(Bfh),lfi(Cfh),lfi(Dfh),lfi(Efh),lfi(agh),lfi(bgh),lfi(cgh),lfi(dgh),lfi(egh),lfi(fgh),lfi(ggh),lfi(hgh),lfi(igh),lfi(jgh),lfi(lgh),lfi(mgh),lfi(ngh),lfi(ogh),lfi(pgh),lfi(qgh),lfi(rgh),lfi(sgh),lfi(tgh),lfi(ugh),lfi(wgh),lfi(xgh),lfi(ygh),lfi(zgh),lfi(Agh),lfi(Bgh),lfi(Cgh),lfi(Dgh),lfi(Egh),lfi(Fgh),lfi(bhh),lfi(chh),lfi(dhh),lfi(ehh),lfi(fhh),lfi(ghh),lfi(hhh),lfi(o2h),lfi(ihh),lfi(jhh),lfi(khh),lfi(mhh),lfi(nhh),lfi(ohh),lfi(phh),lfi(qhh),lfi(rhh),lfi(shh),lfi(thh),lfi(uhh),lfi(vhh),lfi(xhh),lfi(yhh),lfi(zhh),lfi(Ahh),lfi(Bhh),lfi(Chh),lfi(Dhh),lfi(Ehh),lfi(Fhh),lfi(aih),lfi(cih),lfi(dih),lfi(eih),lfi(fih),lfi(gih),lfi(hih),lfi(iih),lfi(jih),lfi(kih),lfi(lih),lfi(oih),lfi(pih),lfi(qih),lfi(rih),lfi(sih),lfi(tih),lfi(uih),lfi(vih),lfi(wih),lfi(xih),lfi(zih),lfi(Aih),lfi(Bih),lfi(Cih),lfi(Dih),lfi(Eih),lfi(Fih),lfi(ajh),lfi(bjh),lfi(cjh),lfi(ejh),lfi(fjh),lfi(gjh),lfi(hjh),lfi(ijh),lfi(jjh),lfi(kjh),lfi(ljh),lfi(mjh),lfi(njh),lfi(pjh),lfi(qjh),lfi(rjh),lfi(sjh),lfi(tjh),lfi(ujh),lfi(vjh),lfi(wjh),lfi(xjh),lfi(yjh),lfi(Ajh),lfi(Bjh),lfi(Cjh),lfi(Djh),lfi(Ejh),lfi(Fjh),lfi(akh),lfi(bkh),lfi(ckh),lfi(dkh),lfi(fkh),lfi(gkh),lfi(hkh),lfi(ikh),lfi(jkh),lfi(kkh),lfi(lkh),lfi(mkh),lfi(nkh),lfi(okh),lfi(qkh),lfi(rkh),lfi(skh),lfi(tkh),lfi(ukh),lfi(vkh),lfi(wkh),lfi(xkh),lfi(ykh),lfi(zkh),lfi(Bkh),lfi(Ckh),lfi(Dkh),lfi(Ekh),lfi(Fkh),lfi(alh),lfi(blh),lfi(clh),lfi(dlh),lfi(elh),lfi(v3h),lfi(glh),lfi(hlh),lfi(ilh),lfi(jlh),lfi(klh),lfi(llh),lfi(mlh),lfi(nlh),lfi(olh),lfi(plh),lfi(rlh),lfi(slh),lfi(tlh),lfi(ulh),lfi(vlh),lfi(wlh),lfi(xlh),lfi(ylh),lfi(zlh),lfi(Alh),lfi(Dlh),lfi(Elh),lfi(Flh),lfi(amh),lfi(bmh),lfi(cmh),lfi(dmh),lfi(emh),lfi(fmh),lfi(gmh),lfi(imh),lfi(jmh),lfi(kmh),lfi(lmh),lfi(mmh),lfi(nmh),lfi(omh),lfi(pmh),lfi(qmh),lfi(rmh),lfi(tmh),lfi(umh),lfi(vmh),lfi(wmh),lfi(xmh),lfi(ymh),lfi(zmh),lfi(Amh),lfi(Bmh),lfi(Cmh),lfi(Emh),lfi(Fmh),lfi(anh),lfi(bnh),lfi(cnh),lfi(dnh),lfi(enh),lfi(fnh),lfi(gnh),lfi(hnh),lfi(jnh),lfi(knh),lfi(lnh),lfi(mnh),lfi(nnh),lfi(onh),lfi(pnh),lfi(qnh),lfi(rnh),lfi(snh),lfi(unh),lfi(vnh),lfi(wnh),lfi(xnh),lfi(ynh),lfi(znh),lfi(Anh),lfi(Bnh),lfi(Cnh),lfi(Dnh),lfi(Fnh),lfi(aoh),lfi(boh),lfi(coh),lfi(doh),lfi(eoh),lfi(foh),lfi(goh),lfi(hoh),lfi(ioh),lfi(koh),lfi(loh),lfi(moh),lfi(noh),lfi(ooh),lfi(poh),lfi(qoh),lfi(roh),lfi(soh),lfi(toh),lfi(voh),lfi(woh),lfi(xoh),lfi(yoh),lfi(zoh),lfi(Aoh),lfi(Boh),lfi(Coh),lfi(Doh),lfi(Eoh),lfi(aph),lfi(bph),lfi(cph),lfi(dph),lfi(eph),lfi(fph),lfi(gph),lfi(hph),lfi(iph),lfi(jph),lfi(mph),lfi(nph),lfi(oph),lfi(pph),lfi(qph),lfi(rph),lfi(sph),lfi(tph),lfi(uph),lfi(vph),lfi(xph),lfi(yph),lfi(zph),lfi(Aph),lfi(Bph),lfi(Cph),lfi(Dph),lfi(Eph),lfi(Fph),lfi(aqh),lfi(cqh),lfi(dqh),lfi(eqh),lfi(fqh),lfi(gqh),lfi(hqh),lfi(iqh),lfi(jqh),lfi(kqh),lfi(lqh),lfi(nqh),lfi(oqh),lfi(pqh),lfi(qqh),lfi(rqh),lfi(sqh),lfi(tqh),lfi(uqh),lfi(vqh),lfi(wqh),lfi(yqh),lfi(zqh),lfi(Aqh),lfi(Bqh),lfi(Cqh),lfi(Dqh),lfi(Eqh),lfi(Fqh),lfi(arh),lfi(brh),lfi(drh),lfi(erh),lfi(frh),lfi(grh),lfi(hrh),lfi(irh),lfi(jrh),lfi(krh),lfi(lrh),lfi(mrh),lfi(orh),lfi(prh),lfi(qrh),lfi(rrh),lfi(srh),lfi(trh),lfi(urh),lfi(vrh),lfi(wrh),lfi(xrh),lfi(zrh),lfi(Arh),lfi(Brh),lfi(Crh),lfi(Drh),lfi(Erh),lfi(Frh),lfi(ash),lfi(bsh),lfi(csh),lfi(esh),lfi(fsh),lfi(gsh),lfi(hsh),lfi(ish),lfi(jsh),lfi(ksh),lfi(lsh),lfi(msh),lfi(nsh),lfi(psh),lfi(qsh),lfi(rsh),lfi(ssh),lfi(tsh),lfi(ush),lfi(vsh),lfi(wsh),lfi(xsh),lfi(ysh),lfi(Bsh),lfi(Csh),lfi(Dsh),lfi(Esh),lfi(Fsh),lfi(ath),lfi(bth),lfi(cth),lfi(dth),lfi(eth),lfi(gth),lfi(hth),lfi(ith),lfi(jth),lfi(kth),lfi(lth),lfi(mth),lfi(nth),lfi(oth),lfi(pth),lfi(rth),lfi(sth),lfi(tth),lfi(uth),lfi(vth),lfi(wth),lfi(xth),lfi(yth),lfi(zth),lfi(Ath),lfi(Cth),lfi(Dth),lfi(Eth),lfi(Fth),lfi(auh),lfi(buh),lfi(cuh),lfi(duh),lfi(euh),lfi(fuh),lfi(huh),lfi(iuh),lfi(juh),lfi(kuh),lfi(luh),lfi(muh),lfi(nuh),lfi(ouh),lfi(puh),lfi(quh),lfi(suh),lfi(tuh),lfi(uuh),lfi(vuh),lfi(wuh),lfi(xuh),lfi(yuh),lfi(zuh),lfi(Auh),lfi(Buh),lfi(Duh),lfi(Euh),lfi(Fuh),lfi(avh),lfi(bvh),lfi(cvh),lfi(dvh),lfi(evh),lfi(fvh),lfi(gvh),lfi(ivh),lfi(jvh),lfi(kvh),lfi(lvh),lfi(mvh),lfi(nvh),lfi(ovh),lfi(pvh),lfi(qvh),lfi(rvh),lfi(tvh),lfi(uvh),lfi(vvh),lfi(wvh),lfi(xvh),lfi(yvh),lfi(zvh),lfi(Avh),lfi(Bvh),lfi(Cvh),lfi(Evh),lfi(Fvh),lfi(awh),lfi(bwh),lfi(cwh),lfi(dwh),lfi(ewh),lfi(fwh),lfi(gwh),lfi(hwh),lfi(lwh),lfi(mwh),lfi(nwh),lfi(owh),lfi(pwh),lfi(qwh),lfi(rwh),lfi(swh),lfi(twh),lfi(uwh),lfi(wwh),lfi(xwh),lfi(ywh),lfi(zwh),lfi(Awh),lfi(Bwh),lfi(Cwh),lfi(Dwh),lfi(Ewh),lfi(Fwh),lfi(bxh),lfi(cxh),lfi(dxh),lfi(exh),lfi(fxh),lfi(gxh),lfi(hxh),lfi(ixh),lfi(jxh),lfi(kxh),lfi(mxh),lfi(nxh),lfi(oxh),lfi(pxh),lfi(qxh),lfi(rxh),lfi(sxh),lfi(txh),lfi(uxh),lfi(vxh),lfi(xxh),lfi(yxh),lfi(zxh),lfi(Axh),lfi(Bxh),lfi(Cxh),lfi(Dxh),lfi(Exh),lfi(Fxh),lfi(ayh),lfi(cyh),lfi(dyh),lfi(eyh),lfi(fyh),lfi(gyh),lfi(hyh),lfi(iyh),lfi(jyh),lfi(kyh),lfi(lyh),lfi(nyh),lfi(oyh),lfi(pyh),lfi(qyh),lfi(ryh),lfi(syh),lfi(tyh),lfi(uyh),lfi(vyh),lfi(wyh),lfi(yyh),lfi(zyh),lfi(Ayh),lfi(Byh),lfi(Cyh),lfi(Dyh),lfi(Eyh),lfi(Fyh),lfi(azh),lfi(bzh),lfi(dzh),lfi(ezh),lfi(fzh),lfi(gzh),lfi(hzh),lfi(izh),lfi(jzh),lfi(kzh),lfi(lzh),lfi(mzh),lfi(ozh),lfi(pzh),lfi(qzh),lfi(rzh),lfi(szh),lfi(tzh),lfi(uzh),lfi(vzh),lfi(wzh),lfi(xzh),lfi(Azh),lfi(Bzh),lfi(Czh),lfi(Dzh),lfi(Ezh),lfi(Fzh),lfi(aAh),lfi(bAh),lfi(cAh),lfi(dAh),lfi(fAh),lfi(gAh),lfi(hAh),lfi(iAh),lfi(jAh),lfi(kAh),lfi(lAh),lfi(mAh),lfi(nAh),lfi(oAh),lfi(qAh),lfi(rAh),lfi(sAh),lfi(tAh),lfi(uAh),lfi(vAh),lfi(wAh),lfi(xAh),lfi(yAh),lfi(zAh),lfi(BAh),lfi(CAh),lfi(DAh),lfi(EAh),lfi(FAh),lfi(aBh),lfi(bBh),lfi(cBh),lfi(dBh),lfi(eBh),lfi(gBh),lfi(hBh),lfi(iBh),lfi(jBh),lfi(kBh),lfi(lBh),lfi(mBh),lfi(nBh),lfi(oBh),lfi(pBh),lfi(rBh),lfi(sBh),lfi(tBh),lfi(uBh),lfi(vBh),lfi(wBh),lfi(xBh),lfi(yBh),lfi(zBh),lfi(ABh),lfi(CBh),lfi(DBh),lfi(EBh),lfi(r6h),lfi(FBh),lfi(aCh),lfi(bCh),lfi(cCh),lfi(dCh),lfi(eCh),lfi(fCh),lfi(hCh),lfi(iCh),lfi(jCh),lfi(kCh),lfi(lCh),lfi(mCh),lfi(nCh),lfi(oCh),lfi(pCh),lfi(qCh),lfi(sCh),lfi(tCh),lfi(uCh),lfi(vCh),lfi(wCh),lfi(xCh),lfi(yCh),lfi(zCh),lfi(ACh),lfi(BCh),lfi(DCh),lfi(ECh),lfi(FCh),lfi(aDh),lfi(bDh),lfi(cDh),lfi(dDh),lfi(eDh),lfi(fDh),lfi(gDh),lfi(jDh),lfi(kDh),lfi(lDh),lfi(mDh),lfi(nDh),lfi(oDh),lfi(pDh),lfi(qDh),lfi(rDh),lfi(sDh),lfi(uDh),lfi(vDh),lfi(wDh),lfi(xDh),lfi(yDh),lfi(zDh),lfi(ADh),lfi(BDh),lfi(CDh),lfi(DDh),lfi(FDh),lfi(aEh),lfi(bEh),lfi(cEh),lfi(dEh),lfi(eEh),lfi(fEh),lfi(gEh),lfi(hEh),lfi(iEh),lfi(kEh),lfi(lEh),lfi(mEh),lfi(nEh),lfi(oEh),lfi(pEh),lfi(qEh),lfi(rEh),lfi(sEh),lfi(tEh),lfi(vEh),lfi(wEh),lfi(xEh),lfi(yEh),lfi(zEh),lfi(AEh),lfi(BEh),lfi(CEh),lfi(DEh),lfi(EEh),lfi(aFh),lfi(bFh),lfi(cFh),lfi(dFh),lfi(eFh),lfi(fFh),lfi(gFh),lfi(hFh),lfi(iFh),lfi(jFh),lfi(lFh),lfi(mFh),lfi(nFh),lfi(oFh),lfi(pFh),lfi(qFh),lfi(rFh),lfi(sFh),lfi(tFh),lfi(uFh),lfi(wFh),lfi(xFh),lfi(yFh),lfi(zFh),lfi(AFh),lfi(BFh),lfi(CFh),lfi(DFh),lfi(EFh),lfi(FFh),lfi(bGh),lfi(cGh),lfi(dGh),lfi(eGh),lfi(fGh),lfi(gGh),lfi(hGh),lfi(iGh),lfi(jGh),lfi(kGh),lfi(mGh),lfi(nGh),lfi(oGh),lfi(pGh),lfi(qGh),lfi(rGh),lfi(sGh),lfi(tGh),lfi(uGh),lfi(vGh),lfi(yGh),lfi(zGh),lfi(AGh),lfi(BGh),lfi(CGh),lfi(DGh),lfi(EGh),lfi(FGh),lfi(aHh),lfi(bHh),lfi(dHh),lfi(eHh),lfi(fHh),lfi(gHh),lfi(hHh),lfi(iHh),lfi(jHh),lfi(kHh),lfi(lHh),lfi(mHh),lfi(oHh),lfi(pHh),lfi(qHh),lfi(rHh),lfi(sHh),lfi(tHh),lfi(uHh),lfi(vHh),lfi(wHh),lfi(xHh),lfi(zHh),lfi(AHh),lfi(BHh),lfi(CHh),lfi(DHh),lfi(EHh),lfi(FHh),lfi(aIh),lfi(bIh),lfi(cIh),lfi(eIh),lfi(fIh),lfi(gIh),lfi(hIh)];
+}
+
+};
+
+
+
+
+
+
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_5.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_5.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_5.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,4 @@
+
+HTMLParser.functions_5 = function(){
+rVi = function(){rVi=v0i;sVi=f9h(cai,52,12,envjsABC());tVi=f9h(cai,52,12,[f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[258]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[1040]),f9h(A_h,42,-1,[55349,56580]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[913]),f9h(A_h,42,-1,[256]),f9h(A_h,42,-1,[10835]),f9h(A_h,42,-1,[260]),f9h(A_h,42,-1,[55349,56632]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[55349,56476]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10983]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[1041]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[914]),f9h(A_h,42,-1,[55349,56581]),f9h(A_h,42,-1,[55349,56633]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[1063]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[262]),f9h(A_h,42,-1,[8914]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[268]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[264]),f9h(A_h,42,-1,[8752]),f9h(A_h,42,-1,[266]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[935]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[10868]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10799]),f9h(A_h,42,-1,[55349,56478]),f9h(A_h,42,-1,[8915]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[10513]),f9h(A_h,42,-1,[1026]),f9h(A_h,42,-1,[1029]),f9h(A_h,42,-1,[1039]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8609]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[270]),f9h(A_h,42,-1,[1044]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[916]),f9h(A_h,42,-1,[55349,56583]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[55349,56635]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8412]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[10515]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[785]),f9h(A_h,42,-1,[10576]),f9h(A_h,42,-1,[10590]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[10582]),f9h(A_h,42,-1,[10591]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[10583]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[55349,56479]),f9h(A_h,42,-1,[272]),f9h(A_h,42,-1,[330]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[282]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[1069]),f9h(A_h,42,-1,[278]),f9h(A_h,42,-1,[55349,56584]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[274]),f9h(A_h,42,-1,[9723]),f9h(A_h,42,-1,[9643]),f9h(A_h,42,-1,[280]),f9h(A_h,42,-1,[55349,56636]),f9h(A_h,42,-1,[917]),f9h(A_h,42,-1,[10869]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[10867]),f9h(A_h,42,-1,[919]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[1060]),f9h(A_h,42,-1,[55349,56585]),f9h(A_h,42,-1,[9724]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[55349,56637]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[1027]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[915]),f9h(A_h,42,-1,[988]),f9h(A_h,42,-1,[286]),f9h(A_h,42,-1,[290]),f9h(A_h,42,-1,[284]),f9h(A_h,42,-1,[1043]),f9h(A_h,42,-1,[288]),f9h(A_h,42,-1,[55349,56586]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[55349,56638]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10914]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[55349,56482]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[1066]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[94]),f9h(A_h,42,-1,[292]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[294]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[1045]),f9h(A_h,42,-1,[306]),f9h(A_h,42,-1,[1025]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[1048]),f9h(A_h,42,-1,[304]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[298]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8748]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[302]),f9h(A_h,42,-1,[55349,56640]),f9h(A_h,42,-1,[921]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[296]),f9h(A_h,42,-1,[1030]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[308]),f9h(A_h,42,-1,[1049]),f9h(A_h,42,-1,[55349,56589]),f9h(A_h,42,-1,[55349,56641]),f9h(A_h,42,-1,[55349,56485]),f9h(A_h,42,-1,[1032]),f9h(A_h,42,-1,[1028]),f9h(A_h,42,-1,[1061]),f9h(A_h,42,-1,[1036]),f9h(A_h,42,-1,[922]),f9h(A_h,42,-1,[310]),f9h(A_h,42,-1,[1050]),f9h(A_h,42,-1,[55349,56590]),f9h(A_h,42,-1,[55349,56642]),f9h(A_h,42,-1,[55349,56486]),f9h(A_h,42,-1,[1033]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[313]),f9h(A_h,42,-1,[923]),f9h(A_h,42,-1,[10218]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[317]),f9h(A_h,42,-1,[315]),f9h(A_h,42,-1,[1051]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10593]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[10585]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10574]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[10586]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[10703]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[10577]),f9h(A_h,42,-1,[10592]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[10584]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10578]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10913]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[55349,56591]),f9h(A_h,42,-1,[8920]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[319]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[55349,56643]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[321]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10501]),f9h(A_h,42,-1,[1052]),f9h(A_h,42,-1,[8287]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[55349,56592]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56644]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[924]),f9h(A_h,42,-1,[1034]),f9h(A_h,42,-1,[323]),f9h(A_h,42,-1,[327]),f9h(A_h,42,-1,[325]),f9h(A_h,42,-1,[1053]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10]),f9h(A_h,42,-1,[55349,56593]),f9h(A_h,42,-1,[8288]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[10988]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[8813]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56489]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[925]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[1054]),f9h(A_h,42,-1,[336]),f9h(A_h,42,-1,[55349,56594]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[332]),f9h(A_h,42,-1,[937]),f9h(A_h,42,-1,[927]),f9h(A_h,42,-1,[55349,56646]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[10836]),f9h(A_h,42,-1,[55349,56490]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[10807]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9182]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[9180]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1055]),f9h(A_h,42,-1,[55349,56595]),f9h(A_h,42,-1,[934]),f9h(A_h,42,-1,[928]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10939]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8243]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[55349,56491]),f9h(A_h,42,-1,[936]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[55349,56596]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[55349,56492]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[340]),f9h(A_h,42,-1,[10219]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[10518]),f9h(A_h,42,-1,[344]),f9h(A_h,42,-1,[342]),f9h(A_h,42,-1,[1056]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[929]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10589]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10581]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[10587]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[10704]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[10575]),f9h(A_h,42,-1,[10588]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[10580]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10579]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[10608]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[10740]),f9h(A_h,42,-1,[1065]),f9h(A_h,42,-1,[1064]),f9h(A_h,42,-1,[1068]),f9h(A_h,42,-1,[346]),f9h(A_h,42,-1,[10940]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[350]),f9h(A_h,42,-1,[348]),f9h(A_h,42,-1,[1057]),f9h(A_h,42,-1,[55349,56598]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[931]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[55349,56650]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[55349,56494]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[1035]),f9h(A_h,42,-1,[1062]),f9h(A_h,42,-1,[9]),f9h(A_h,42,-1,[932]),f9h(A_h,42,-1,[356]),f9h(A_h,42,-1,[354]),f9h(A_h,42,-1,[1058]),f9h(A_h,42,-1,[55349,56599]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[920]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[55349,56651]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[55349,56495]),f9h(A_h,42,-1,[358]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[8607]),f9h(A_h,42,-1,[10569]),f9h(A_h,42,-1,[1038]),f9h(A_h,42,-1,[364]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[1059]),f9h(A_h,42,-1,[368]),f9h(A_h,42,-1,[55349,56600]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[362]),f9h(A_h,42,-1,[818]),f9h(A_h,42,-1,[9183]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9181]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[370]),f9h(A_h,42,-1,[55349,56652]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[10514]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[933]),f9h(A_h,42,-1,[366]),f9h(A_h,42,-1,[55349,56496]),f9h(A_h,42,-1,[360]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[8875]),f9h(A_h,42,-1,[10987]),f9h(A_h,42,-1,[1042]),f9h(A_h,42,-1,[8873]),f9h(A_h,42,-1,[10982]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[10072]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[55349,56601]),f9h(A_h,42,-1,[55349,56653]),f9h(A_h,42,-1,[55349,56497]),f9h(A_h,42,-1,[8874]),f9h(A_h,42,-1,[372]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[55349,56602]),f9h(A_h,42,-1,[55349,56654]),f9h(A_h,42,-1,[55349,56498]),f9h(A_h,42,-1,[55349,56603]),f9h(A_h,42,-1,[926]),f9h(A_h,42,-1,[55349,56655]),f9h(A_h,42,-1,[55349,56499]),f9h(A_h,42,-1,[1071]),f9h(A_h,42,-1,[1031]),f9h(A_h,42,-1,[1070]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[374]),f9h(A_h,42,-1,[1067]),f9h(A_h,42,-1,[55349,56604]),f9h(A_h,42,-1,[55349,56656]),f9h(A_h,42,-1,[55349,56500]),f9h(A_h,42,-1,[376]),f9h(A_h,42,-1,[1046]),f9h(A_h,42,-1,[377]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[1047]),f9h(A_h,42,-1,[379]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[918]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[55349,56501]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[259]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[8767]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[1072]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[55349,56606]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[945]),f9h(A_h,42,-1,[257]),f9h(A_h,42,-1,[10815]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[10837]),f9h(A_h,42,-1,[10844]),f9h(A_h,42,-1,[10840]),f9h(A_h,42,-1,[10842]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[10660]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[10664]),f9h(A_h,42,-1,[10665]),f9h(A_h,42,-1,[10666]),f9h(A_h,42,-1,[10667]),f9h(A_h,42,-1,[10668]),f9h(A_h,42,-1,[10669]),f9h(A_h,42,-1,[10670]),f9h(A_h,42,-1,[10671]),f9h(A_h,42,-1,[8735]),f9h(A_h,42,-1,[8894]),f9h(A_h,42,-1,[10653]),f9h(A_h,42,-1,[8738]),f9h(A_h,42,-1,[8491]),f9h(A_h,42,-1,[9084]),f9h(A_h,42,-1,[261]),f9h(A_h,42,-1,[55349,56658]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[10864]),f9h(A_h,42,-1,[10863]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[8779]),f9h(A_h,42,-1,[39]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[55349,56502]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10769]),f9h(A_h,42,-1,[10989]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[8893]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9142]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1073]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[10672]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[946]),f9h(A_h,42,-1,[8502]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[55349,56607]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[9251]),f9h(A_h,42,-1,[9618]),f9h(A_h,42,-1,[9617]),f9h(A_h,42,-1,[9619]),f9h(A_h,42,-1,[9608]),f9h(A_h,42,-1,[8976]),f9h(A_h,42,-1,[55349,56659]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8904]),f9h(A_h,42,-1,[9559]),f9h(A_h,42,-1,[9556]),f9h(A_h,42,-1,[9558]),f9h(A_h,42,-1,[9555]),f9h(A_h,42,-1,[9552]),f9h(A_h,42,-1,[9574]),f9h(A_h,42,-1,[9577]),f9h(A_h,42,-1,[9572]),f9h(A_h,42,-1,[9575]),f9h(A_h,42,-1,[9565]),f9h(A_h,42,-1,[9562]),f9h(A_h,42,-1,[9564]),f9h(A_h,42,-1,[9561]),f9h(A_h,42,-1,[9553]),f9h(A_h,42,-1,[9580]),f9h(A_h,42,-1,[9571]),f9h(A_h,42,-1,[9568]),f9h(A_h,42,-1,[9579]),f9h(A_h,42,-1,[9570]),f9h(A_h,42,-1,[9567]),f9h(A_h,42,-1,[10697]),f9h(A_h,42,-1,[9557]),f9h(A_h,42,-1,[9554]),f9h(A_h,42,-1,[9488]),f9h(A_h,42,-1,[9484]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[9573]),f9h(A_h,42,-1,[9576]),f9h(A_h,42,-1,[9516]),f9h(A_h,42,-1,[9524]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[9563]),f9h(A_h,42,-1,[9560]),f9h(A_h,42,-1,[9496]),f9h(A_h,42,-1,[9492]),f9h(A_h,42,-1,[9474]),f9h(A_h,42,-1,[9578]),f9h(A_h,42,-1,[9569]),f9h(A_h,42,-1,[9566]),f9h(A_h,42,-1,[9532]),f9h(A_h,42,-1,[9508]),f9h(A_h,42,-1,[9500]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[55349,56503]),f9h(A_h,42,-1,[8271]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[92]),f9h(A_h,42,-1,[10693]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[10926]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[263]),f9h(A_h,42,-1,[8745]),f9h(A_h,42,-1,[10820]),f9h(A_h,42,-1,[10825]),f9h(A_h,42,-1,[10827]),f9h(A_h,42,-1,[10823]),f9h(A_h,42,-1,[10816]),f9h(A_h,42,-1,[8257]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[10829]),f9h(A_h,42,-1,[269]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[265]),f9h(A_h,42,-1,[10828]),f9h(A_h,42,-1,[10832]),f9h(A_h,42,-1,[267]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[10674]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[55349,56608]),f9h(A_h,42,-1,[1095]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[967]),f9h(A_h,42,-1,[9675]),f9h(A_h,42,-1,[10691]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[10768]),f9h(A_h,42,-1,[10991]),f9h(A_h,42,-1,[10690]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[58]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[44]),f9h(A_h,42,-1,[64]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[10861]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[55349,56660]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[8471]),f9h(A_h,42,-1,[8629]),f9h(A_h,42,-1,[10007]),f9h(A_h,42,-1,[55349,56504]),f9h(A_h,42,-1,[10959]),f9h(A_h,42,-1,[10961]),f9h(A_h,42,-1,[10960]),f9h(A_h,42,-1,[10962]),f9h(A_h,42,-1,[8943]),f9h(A_h,42,-1,[10552]),f9h(A_h,42,-1,[10549]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[10557]),f9h(A_h,42,-1,[8746]),f9h(A_h,42,-1,[10824]),f9h(A_h,42,-1,[10822]),f9h(A_h,42,-1,[10826]),f9h(A_h,42,-1,[8845]),f9h(A_h,42,-1,[10821]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[10556]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8753]),f9h(A_h,42,-1,[9005]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[10597]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8504]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[271]),f9h(A_h,42,-1,[1076]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[948]),f9h(A_h,42,-1,[10673]),f9h(A_h,42,-1,[10623]),f9h(A_h,42,-1,[55349,56609]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[8946]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[1106]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[8973]),f9h(A_h,42,-1,[36]),f9h(A_h,42,-1,[55349,56661]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8972]),f9h(A_h,42,-1,[55349,56505]),f9h(A_h,42,-1,[1109]),f9h(A_h,42,-1,[10742]),f9h(A_h,42,-1,[273]),f9h(A_h,42,-1,[8945]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[10662]),f9h(A_h,42,-1,[1119]),f9h(A_h,42,-1,[10239]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[10862]),f9h(A_h,42,-1,[283]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[1101]),f9h(A_h,42,-1,[279]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[55349,56610]),f9h(A_h,42,-1,[10906]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10904]),f9h(A_h,42,-1,[10905]),f9h(A_h,42,-1,[9191]),f9h(A_h,42,-1,[8467]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[10903]),f9h(A_h,42,-1,[275]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8196]),f9h(A_h,42,-1,[8197]),f9h(A_h,42,-1,[8195]),f9h(A_h,42,-1,[331]),f9h(A_h,42,-1,[8194]),f9h(A_h,42,-1,[281]),f9h(A_h,42,-1,[55349,56662]),f9h(A_h,42,-1,[8917]),f9h(A_h,42,-1,[10723]),f9h(A_h,42,-1,[10865]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[61]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[10872]),f9h(A_h,42,-1,[10725]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[10609]),f9h(A_h,42,-1,[8495]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[951]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[33]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[1092]),f9h(A_h,42,-1,[9792]),f9h(A_h,42,-1,[64259]),f9h(A_h,42,-1,[64256]),f9h(A_h,42,-1,[64260]),f9h(A_h,42,-1,[55349,56611]),f9h(A_h,42,-1,[64257]),f9h(A_h,42,-1,[9837]),f9h(A_h,42,-1,[64258]),f9h(A_h,42,-1,[9649]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[55349,56663]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[10969]),f9h(A_h,42,-1,[10765]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8531]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[8533]),f9h(A_h,42,-1,[8537]),f9h(A_h,42,-1,[8539]),f9h(A_h,42,-1,[8532]),f9h(A_h,42,-1,[8534]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[8535]),f9h(A_h,42,-1,[8540]),f9h(A_h,42,-1,[8536]),f9h(A_h,42,-1,[8538]),f9h(A_h,42,-1,[8541]),f9h(A_h,42,-1,[8542]),f9h(A_h,42,-1,[8260]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[55349,56507]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[501]),f9h(A_h,42,-1,[947]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[287]),f9h(A_h,42,-1,[285]),f9h(A_h,42,-1,[1075]),f9h(A_h,42,-1,[289]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10921]),f9h(A_h,42,-1,[10880]),f9h(A_h,42,-1,[10882]),f9h(A_h,42,-1,[10884]),f9h(A_h,42,-1,[10900]),f9h(A_h,42,-1,[55349,56612]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[8503]),f9h(A_h,42,-1,[1107]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10898]),f9h(A_h,42,-1,[10917]),f9h(A_h,42,-1,[10916]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[8935]),f9h(A_h,42,-1,[55349,56664]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[8458]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[10894]),f9h(A_h,42,-1,[10896]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[10919]),f9h(A_h,42,-1,[10874]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[10645]),f9h(A_h,42,-1,[10876]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[10616]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[1098]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10568]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[293]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8889]),f9h(A_h,42,-1,[55349,56613]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8703]),f9h(A_h,42,-1,[8763]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[55349,56665]),f9h(A_h,42,-1,[8213]),f9h(A_h,42,-1,[55349,56509]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[295]),f9h(A_h,42,-1,[8259]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[1080]),f9h(A_h,42,-1,[1077]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[55349,56614]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10716]),f9h(A_h,42,-1,[8489]),f9h(A_h,42,-1,[307]),f9h(A_h,42,-1,[299]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8887]),f9h(A_h,42,-1,[437]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8453]),f9h(A_h,42,-1,[8734]),f9h(A_h,42,-1,[10717]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[10775]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[1105]),f9h(A_h,42,-1,[303]),f9h(A_h,42,-1,[55349,56666]),f9h(A_h,42,-1,[953]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[55349,56510]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8953]),f9h(A_h,42,-1,[8949]),f9h(A_h,42,-1,[8948]),f9h(A_h,42,-1,[8947]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[297]),f9h(A_h,42,-1,[1110]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[309]),f9h(A_h,42,-1,[1081]),f9h(A_h,42,-1,[55349,56615]),f9h(A_h,42,-1,[567]),f9h(A_h,42,-1,[55349,56667]),f9h(A_h,42,-1,[55349,56511]),f9h(A_h,42,-1,[1112]),f9h(A_h,42,-1,[1108]),f9h(A_h,42,-1,[954]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[311]),f9h(A_h,42,-1,[1082]),f9h(A_h,42,-1,[55349,56616]),f9h(A_h,42,-1,[312]),f9h(A_h,42,-1,[1093]),f9h(A_h,42,-1,[1116]),f9h(A_h,42,-1,[55349,56668]),f9h(A_h,42,-1,[55349,56512]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[10523]),f9h(A_h,42,-1,[10510]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[10594]),f9h(A_h,42,-1,[314]),f9h(A_h,42,-1,[10676]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[955]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10641]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[10527]),f9h(A_h,42,-1,[10525]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[10553]),f9h(A_h,42,-1,[10611]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[10923]),f9h(A_h,42,-1,[10521]),f9h(A_h,42,-1,[10925]),f9h(A_h,42,-1,[10508]),f9h(A_h,42,-1,[10098]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[10635]),f9h(A_h,42,-1,[10639]),f9h(A_h,42,-1,[10637]),f9h(A_h,42,-1,[318]),f9h(A_h,42,-1,[316]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[1083]),f9h(A_h,42,-1,[10550]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[10599]),f9h(A_h,42,-1,[10571]),f9h(A_h,42,-1,[8626]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10920]),f9h(A_h,42,-1,[10879]),f9h(A_h,42,-1,[10881]),f9h(A_h,42,-1,[10883]),f9h(A_h,42,-1,[10899]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10620]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[55349,56617]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10897]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10602]),f9h(A_h,42,-1,[9604]),f9h(A_h,42,-1,[1113]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[10603]),f9h(A_h,42,-1,[9722]),f9h(A_h,42,-1,[320]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[8934]),f9h(A_h,42,-1,[10220]),f9h(A_h,42,-1,[8701]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10629]),f9h(A_h,42,-1,[55349,56669]),f9h(A_h,42,-1,[10797]),f9h(A_h,42,-1,[10804]),f9h(A_h,42,-1,[8727]),f9h(A_h,42,-1,[95]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[40]),f9h(A_h,42,-1,[10643]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10605]),f9h(A_h,42,-1,[8206]),f9h(A_h,42,-1,[8895]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[55349,56513]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10893]),f9h(A_h,42,-1,[10895]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[322]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[10918]),f9h(A_h,42,-1,[10873]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8905]),f9h(A_h,42,-1,[10614]),f9h(A_h,42,-1,[10875]),f9h(A_h,42,-1,[10646]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[10570]),f9h(A_h,42,-1,[10598]),f9h(A_h,42,-1,[8762]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9794]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[9646]),f9h(A_h,42,-1,[10793]),f9h(A_h,42,-1,[1084]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[55349,56618]),f9h(A_h,42,-1,[8487]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[10992]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8722]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[10794]),f9h(A_h,42,-1,[10971]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[8871]),f9h(A_h,42,-1,[55349,56670]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56514]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[956]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8879]),f9h(A_h,42,-1,[8878]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[324]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[329]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[10819]),f9h(A_h,42,-1,[328]),f9h(A_h,42,-1,[326]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[10818]),f9h(A_h,42,-1,[1085]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8663]),f9h(A_h,42,-1,[10532]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[55349,56619]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[10994]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8956]),f9h(A_h,42,-1,[8954]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[1114]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8229]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56671]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8951]),f9h(A_h,42,-1,[8950]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8958]),f9h(A_h,42,-1,[8957]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[10772]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[55349,56515]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8836]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8837]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[957]),f9h(A_h,42,-1,[35]),f9h(A_h,42,-1,[8470]),f9h(A_h,42,-1,[8199]),f9h(A_h,42,-1,[8877]),f9h(A_h,42,-1,[10500]),f9h(A_h,42,-1,[8876]),f9h(A_h,42,-1,[10718]),f9h(A_h,42,-1,[10498]),f9h(A_h,42,-1,[10499]),f9h(A_h,42,-1,[8662]),f9h(A_h,42,-1,[10531]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[10535]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[1086]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[337]),f9h(A_h,42,-1,[10808]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[10684]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[10687]),f9h(A_h,42,-1,[55349,56620]),f9h(A_h,42,-1,[731]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[10689]),f9h(A_h,42,-1,[10677]),f9h(A_h,42,-1,[8486]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[10686]),f9h(A_h,42,-1,[10683]),f9h(A_h,42,-1,[8254]),f9h(A_h,42,-1,[10688]),f9h(A_h,42,-1,[333]),f9h(A_h,42,-1,[969]),f9h(A_h,42,-1,[959]),f9h(A_h,42,-1,[10678]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[55349,56672]),f9h(A_h,42,-1,[10679]),f9h(A_h,42,-1,[10681]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[10845]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[8886]),f9h(A_h,42,-1,[10838]),f9h(A_h,42,-1,[10839]),f9h(A_h,42,-1,[10843]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[8856]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[10806]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[9021]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[10995]),f9h(A_h,42,-1,[11005]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1087]),f9h(A_h,42,-1,[37]),f9h(A_h,42,-1,[46]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8241]),f9h(A_h,42,-1,[55349,56621]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[9742]),f9h(A_h,42,-1,[960]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[8462]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[43]),f9h(A_h,42,-1,[10787]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[10786]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[10789]),f9h(A_h,42,-1,[10866]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10790]),f9h(A_h,42,-1,[10791]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10773]),f9h(A_h,42,-1,[55349,56673]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10931]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8242]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[9006]),f9h(A_h,42,-1,[8978]),f9h(A_h,42,-1,[8979]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8880]),f9h(A_h,42,-1,[55349,56517]),f9h(A_h,42,-1,[968]),f9h(A_h,42,-1,[8200]),f9h(A_h,42,-1,[55349,56622]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[55349,56674]),f9h(A_h,42,-1,[8279]),f9h(A_h,42,-1,[55349,56518]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[10774]),f9h(A_h,42,-1,[63]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[10524]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[10596]),f9h(A_h,42,-1,[10714]),f9h(A_h,42,-1,[341]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[10675]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[10642]),f9h(A_h,42,-1,[10661]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[10613]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[10528]),f9h(A_h,42,-1,[10547]),f9h(A_h,42,-1,[10526]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10565]),f9h(A_h,42,-1,[10612]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[10522]),f9h(A_h,42,-1,[8758]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10099]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[10636]),f9h(A_h,42,-1,[10638]),f9h(A_h,42,-1,[10640]),f9h(A_h,42,-1,[345]),f9h(A_h,42,-1,[343]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[1088]),f9h(A_h,42,-1,[10551]),f9h(A_h,42,-1,[10601]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8627]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[9645]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[10621]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[55349,56623]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10604]),f9h(A_h,42,-1,[961]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[730]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8207]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[10990]),f9h(A_h,42,-1,[10221]),f9h(A_h,42,-1,[8702]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10630]),f9h(A_h,42,-1,[55349,56675]),f9h(A_h,42,-1,[10798]),f9h(A_h,42,-1,[10805]),f9h(A_h,42,-1,[41]),f9h(A_h,42,-1,[10644]),f9h(A_h,42,-1,[10770]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[55349,56519]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[8906]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[10702]),f9h(A_h,42,-1,[10600]),f9h(A_h,42,-1,[8478]),f9h(A_h,42,-1,[347]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10932]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[351]),f9h(A_h,42,-1,[349]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[10771]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[1089]),f9h(A_h,42,-1,[8901]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[10854]),f9h(A_h,42,-1,[8664]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[59]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10038]),f9h(A_h,42,-1,[55349,56624]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[9839]),f9h(A_h,42,-1,[1097]),f9h(A_h,42,-1,[1096]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[963]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[10858]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[10910]),f9h(A_h,42,-1,[10912]),f9h(A_h,42,-1,[10909]),f9h(A_h,42,-1,[10911]),f9h(A_h,42,-1,[8774]),f9h(A_h,42,-1,[10788]),f9h(A_h,42,-1,[10610]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10803]),f9h(A_h,42,-1,[10724]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[10922]),f9h(A_h,42,-1,[10924]),f9h(A_h,42,-1,[1100]),f9h(A_h,42,-1,[47]),f9h(A_h,42,-1,[10692]),f9h(A_h,42,-1,[9023]),f9h(A_h,42,-1,[55349,56676]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[55349,56520]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[9734]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[981]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[10941]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10947]),f9h(A_h,42,-1,[10945]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10943]),f9h(A_h,42,-1,[10617]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[10951]),f9h(A_h,42,-1,[10965]),f9h(A_h,42,-1,[10963]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[9834]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[10942]),f9h(A_h,42,-1,[10968]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10948]),f9h(A_h,42,-1,[10967]),f9h(A_h,42,-1,[10619]),f9h(A_h,42,-1,[10946]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10944]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[10952]),f9h(A_h,42,-1,[10964]),f9h(A_h,42,-1,[10966]),f9h(A_h,42,-1,[8665]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[10538]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[8982]),f9h(A_h,42,-1,[964]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[357]),f9h(A_h,42,-1,[355]),f9h(A_h,42,-1,[1090]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[8981]),f9h(A_h,42,-1,[55349,56625]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[952]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[10801]),f9h(A_h,42,-1,[10800]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[9014]),f9h(A_h,42,-1,[10993]),f9h(A_h,42,-1,[55349,56677]),f9h(A_h,42,-1,[10970]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8244]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9708]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[10810]),f9h(A_h,42,-1,[10809]),f9h(A_h,42,-1,[10701]),f9h(A_h,42,-1,[10811]),f9h(A_h,42,-1,[9186]),f9h(A_h,42,-1,[55349,56521]),f9h(A_h,42,-1,[1094]),f9h(A_h,42,-1,[1115]),f9h(A_h,42,-1,[359]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[10595]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[1118]),f9h(A_h,42,-1,[365]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[1091]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[369]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[10622]),f9h(A_h,42,-1,[55349,56626]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[9600]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8975]),f9h(A_h,42,-1,[9720]),f9h(A_h,42,-1,[363]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[371]),f9h(A_h,42,-1,[55349,56678]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8974]),f9h(A_h,42,-1,[367]),f9h(A_h,42,-1,[9721]),f9h(A_h,42,-1,[55349,56522]),f9h(A_h,42,-1,[8944]),f9h(A_h,42,-1,[361]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[10663]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[10984]),f9h(A_h,42,-1,[10985]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[10652]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[1074]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8891]),f9h(A_h,42,-1,[8794]),f9h(A_h,42,-1,[8942]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[55349,56627]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[55349,56679]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[55349,56523]),f9h(A_h,42,-1,[10650]),f9h(A_h,42,-1,[373]),f9h(A_h,42,-1,[10847]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[8793]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[55349,56628]),f9h(A_h,42,-1,[55349,56680]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[55349,56524]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[55349,56629]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[958]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[8955]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[55349,56681]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[55349,56525]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[1103]),f9h(A_h,42,-1,[375]),f9h(A_h,42,-1,[1099]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[55349,56630]),f9h(A_h,42,-1,[1111]),f9h(A_h,42,-1,[55349,56682]),f9h(A_h,42,-1,[55349,56526]),f9h(A_h,42,-1,[1102]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[378]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[1079]),f9h(A_h,42,-1,[380]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[950]),f9h(A_h,42,-1,[55349,56631]),f9h(A_h,42,-1,[1078]),f9h(A_h,42,-1,[8669]),f9h(A_h,42,-1,[55349,56683]),f9h(A_h,42,-1,[55349,56527]),f9h(A_h,42,-1,[8205]),f9h(A_h,42,-1,[8204])]);uVi=f9h(cai,52,12,[f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[376])])}
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/functions_6.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/functions_6.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/functions_6.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,34 @@
+
+HTMLParser.functions_6 = function(){
+
+
+xVi = function(d,a,e,c){var b;if(d.length!=c){return false}for(b=0;b<c;++b){if(d.charCodeAt(b)!=a[e+b]){return false}}return true}
+yVi = function(d,e){var a,b,c;if(e==null){return false}if(d.length!=e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+zVi = function(d,e){var a,b,c;if(e==null){return false}if(d.length>e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+CVi = function(j,c,f,d,e,h,i,b,g,a){j.c=c;j.d=d;j.g=g;j.f=f;j.e=e;j.i=h;j.j=i;j.b=b;j.a=a;j.h=1;return j}
+DVi = function(d,c,a,b){d.c=a.d;d.d=a.e;d.g=a.e;d.f=c;d.e=b;d.i=a.f;d.j=a.g;d.b=a.c;d.a=null;d.h=1;return d}
+aWi = function(e,d,b,c,a){e.c=b.d;e.d=b.e;e.g=b.e;e.f=d;e.e=c;e.i=b.f;e.j=b.g;e.b=b.c;e.a=a;e.h=1;return e}
+EVi = function(e,c,a,b,d){e.c=a.d;e.d=a.e;e.g=d;e.f=c;e.e=b;e.i=a.f;e.j=a.g;e.b=a.c;e.a=null;e.h=1;return e}
+FVi = function(f,c,a,b,d,e){f.c=a.d;f.d=a.e;f.g=d;f.f=c;f.e=b;f.i=e;f.j=false;f.b=false;f.a=null;f.h=1;return f}
+cWi = function(){return u_h}
+dWi = function(){return this.d}
+AVi = function(){}
+q0i = function(d,a,c,b){d.a=a;d.c=c;d.b=b;return d}
+r0i = function(b,a){if(a&&b.a[b.c]==10){++b.c}}
+u0i = function(){return x_h}
+p0i = function(){}
+z0i = function(b,a){b.b=a;b.a=null;return b}
+B0i = function(b){var a;a=b.b;if(a==null&&!!b.a){return b.a.b}else{return a}}
+C0i = function(){return y_h}
+D0i = function(){return B0i(this)}
+E0i = function(){if(this.a){return agi(this.a)}else{return agi(this)}}
+y0i = function(){}
+a1i = function(c,b,a){c.b=b;c.a=null;if(a){lUi(a);kUi(a)}else{}return c}
+b1i = function(d,c,b,a){d.b=c;d.a=a;if(b){lUi(b);kUi(b)}else{}return d}
+d1i = function(){return z_h}
+F0i = function(){}
+Cbi = function(){Envjs.parseHtmlDocument=xni}
+__defineParser__=function gwtOnLoad(b,d,c){$moduleName=d;$moduleBase=c;if(b)try{Cbi()}catch(a){b(d)}else{Cbi()}}
+v0i = function(){}
+
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/htmldocument.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/htmldocument.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/htmldocument.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,129 @@
+
+__extend__(HTMLDocument.prototype,{
+
+ open : function(){
+ this._open = true;
+ this._writebuffer = [];
+ },
+ close : function(){
+ if(this._open){
+ HTMLParser.parseDocument(this._writebuffer.join('\n'), this);
+ this._open = false;
+ this._writebuffer = null;
+ }
+ },
+ write: function(htmlstring){
+ if(this._open)
+ this._writebuffer = [htmlstring];
+ },
+ writeln: function(htmlstring){
+ if(this.open)
+ this._writebuffer.push(htmlstring);
+ }
+
+});
+
+var __elementPopped__ = function(ns, name, node){
+ //console.log('popped html element %s %s %s', ns, name, node);
+ var doc = node.ownerDocument,
+ okay,
+ event;
+ switch(doc+''){
+ case '[object XMLDocument]':
+ return;
+ case '[object HTMLDocument]':
+ switch(node.namespaceURI){
+ case "http://n.validator.nu/placeholder/":
+ return;
+ case null:
+ case "":
+ case "http://www.w3.org/1999/xhtml":
+ switch(name.toLowerCase()){
+ case 'script':
+ try{
+ okay = Envjs.loadLocalScript(node, null);
+ // console.log('loaded script? %s %s', node.uuid, okay);
+ // only fire event if we actually had something to load
+ if (node.src && node.src.length > 0){
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent( okay ? "load" : "error", false, false );
+ node.dispatchEvent( event, false );
+ }
+ }catch(e){
+ console.log('error loading html element %s %s %s %e', ns, name, node, e.toString());
+ }
+ return;
+ case 'frame':
+ case 'iframe':
+ try{
+ if (node.src && node.src.length > 0){
+ //console.log("getting content document for (i)frame from %s", node.src);
+ Envjs.loadFrame(node, Envjs.uri(node.src));
+ event = node.ownerDocument.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }else{
+ //console.log('src/parser/htmldocument: triggering frame load (no src)');
+ }
+ }catch(e){
+ console.log('error loading html element %s %s %s %e', ns, name, node, e.toString());
+ }
+ return;
+ case 'link':
+ if (node.href && node.href.length > 0){
+ // don't actually load anything, so we're "done" immediately:
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }
+ return;
+ case 'img':
+ if (node.src && node.src.length > 0){
+ // don't actually load anything, so we're "done" immediately:
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ node.dispatchEvent( event, false );
+ }
+ return;
+ case 'html':
+ doc.parsing = false;
+ //DOMContentLoaded event
+ if(doc.createEvent){
+ event = doc.createEvent('Events');
+ event.initEvent("DOMContentLoaded", false, false);
+ doc.dispatchEvent( event, false );
+ }
+
+ if(doc.createEvent){
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ doc.dispatchEvent( event, false );
+ }
+
+ try{
+ if(doc.parentWindow){
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ doc.parentWindow.dispatchEvent( event, false );
+ }
+ if(doc === window.document){
+ //console.log('triggering window.load')
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ window.dispatchEvent( event, false );
+ }
+ }catch(e){
+ //console.log('window load event failed %s', e);
+ //swallow
+ }
+ default:
+ return;
+ }//switch on name
+ default:
+ return;
+ }//switch on ns
+ break;
+ default:
+ console.log('element popped: %s %s', ns, name, node.ownerDocument+'');
+ }//switch on doc type
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/htmlelement.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/htmlelement.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/htmlelement.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,6 @@
+
+__extend__(HTMLElement.prototype,{
+ set innerHTML(html){
+ HTMLParser.parseFragment(html, this);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/parser/htmlparser.backup.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/htmlparser.backup.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/htmlparser.backup.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,507 @@
+var __defineParser__;
+(function () {
+var $gwt_version = "1.5.1";
+var $wnd = {};
+var $doc = {};
+var $moduleName, $moduleBase;
+var $stats = $wnd.__gwtStatsEvent ? function(a) {$wnd.__gwtStatsEvent(a)} : null;
+var cNh='',qPg='\n',n4h='\n ',Bxg=' which is not a legal XML 1.0 character.',cNg='#mathplayer',zOg='#renesis',rZg='(',vxg=').',iwh='): ',fPh='+//silmaril//dtd html pro v0r11 19970101//',cWg=', ',mih=', Size: ',dNh='-//W3C//DTD HTML 4.0 Frameset//EN',oNh='-//W3C//DTD HTML 4.0 Transitional//EN',zNh='-//W3C//DTD HTML 4.0//EN',eOh='-//W3C//DTD HTML 4.01 Frameset//EN',pOh='-//W3C//DTD HTML 4.01 Transitional//EN',AOh='-//W3C//DTD HTML 4.01//EN',utg='-//W3C//DTD XHTML 1.0 Strict//EN',lug='-//W3C//DTD XHTML 1.1//EN',qPh='-//advasoft ltd//dtd html 3.0 aswedit + extensions//',BPh='-//as//dtd html 3.0 aswedit + extensions//',gQh='-//ietf//dtd html 2.0 level 1//',sQh='-//ietf//dtd html 2.0 level 2//',DQh='-//ietf//dtd html 2.0 strict level 1//',iRh='-//ietf//dtd html 2.0 strict level 2//',tRh='-//ietf//dtd html 2.0 strict//',ERh='-//ietf//dtd html 2.0//',jSh='-//ietf//dtd html 2.1e//',uSh='-//ietf//dtd html 3.0//',FSh='-//ietf//dtd html 3.2 final//',kTh='-//ietf//dtd html 3.2//',vTh='-//ietf//dtd html 3//',bUh='-//ietf//dtd html level 0//',mUh='-//ietf//dtd html level 1//',xUh='-//ietf//dtd html level 2//',cVh='-//ietf//dtd html level 3//',nVh='-//ietf//dtd html strict level 0//',yVh='-//ietf//dtd html strict level 1//',dWh='-//ietf//dtd html strict level 2//',oWh='-//ietf//dtd html strict level 3//',zWh='-//ietf//dtd html strict//',eXh='-//ietf//dtd html//',qXh='-//metrius//dtd metrius presentational//',BXh='-//microsoft//dtd internet explorer 2.0 html strict//',gYh='-//microsoft//dtd internet explorer 2.0 html//',rYh='-//microsoft//dtd internet explorer 2.0 tables//',CYh='-//microsoft//dtd internet explorer 3.0 html strict//',hZh='-//microsoft//dtd internet explorer 3.0 html//',sZh='-//microsoft//dtd internet explorer 3.0 tables//',DZh='-//netscape comm. corp.//dtd html//',i0h='-//netscape comm. corp.//dtd strict html//',t0h="-//o'reilly and associates//dtd html 2.0//",F0h="-//o'reilly and associates//dtd html extended 1.0//",k1h="-//o'reilly and associates//dtd html extended relaxed 1.0//",v1h='-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//',a2h='-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//',l2h='-//spyglass//dtd html 2.0 extended//',w2h='-//sq//dtd html 2.0 hotmetal + extensions//',b3h='-//sun microsystems corp.//dtd hotjava html//',m3h='-//sun microsystems corp.//dtd hotjava strict html//',x3h='-//w3c//dtd html 3 1995-03-24//',c4h='-//w3c//dtd html 3.2 draft//',o4h='-//w3c//dtd html 3.2 final//',z4h='-//w3c//dtd html 3.2//',e5h='-//w3c//dtd html 3.2s draft//',p5h='-//w3c//dtd html 4.0 frameset//',A5h='-//w3c//dtd html 4.0 transitional//',Czg='-//w3c//dtd html 4.01 frameset//en',rzg='-//w3c//dtd html 4.01 transitional//en',f6h='-//w3c//dtd html experimental 19960712//',q6h='-//w3c//dtd html experimental 970421//',B6h='-//w3c//dtd w3 html//',gzg='-//w3c//dtd xhtml 1.0 frameset//en',Byg='-//w3c//dtd xhtml 1.0 transitional//en',g7h='-//w3o//dtd w3 html 3.0//',sAg='-//w3o//dtd w3 html strict 3.0//en//',r7h='-//webtechs//dtd mozilla html 2.0//',Cqg='-//webtechs//dtd mozilla html//',DAg='-/w3c/dtd html 4.0 transitional/en',Dxg='.',gyg='0123456789ABCDEF',iBg=':',Aqg=': ',q6g='=',zqg='@',txg='A character reference expanded to a form feed which is not legal XML 1.0 white space.',iyg='AElig',jyg='AElig;',wLh='ALLOW',fKh='ALMOST_STANDARDS_MODE',mMh='ALTER_INFOSET',kyg='AMP',lyg='AMP;',yzh='AUTO',myg='Aacute',nyg='Aacute;',oyg='Abreve;',DIh='AbstractCollection',rJh='AbstractHashMap',tJh='AbstractHashMap$EntrySet',uJh='AbstractHashMap$EntrySetIterator',wJh='AbstractHashMap$MapEntryNull',xJh='AbstractHashMap$MapEntryString',EIh='AbstractList',yJh='AbstractList$IteratorImpl',zJh='AbstractList$ListIteratorImpl',qJh='AbstractMap',vJh='AbstractMapEntry',BJh='AbstractSequentialList',sJh='AbstractSet',pyg='Acirc',ryg='Acirc;',syg='Acy;',ePg='Add not supported on this collection',obh='Add not supported on this list',tyg='Afr;',uyg='Agrave',vyg='Agrave;',wyg='Alpha;',xyg='Amacr;',yyg='And;',zyg='Aogon;',Ayg='Aopf;',Cyg='ApplyFunction;',Dyg='Aring',Eyg='Aring;',vLg='Array types must match',FIh='ArrayList',cJh='ArrayStoreException',Fyg='Ascr;',azg='Assign;',bzg='Atilde',czg='Atilde;',mxg='Attribute \u201C',vKh='AttributeName',uKh='AttributeName;',dzg='Auml',ezg='Auml;',fzg='Backslash;',hzg='Barv;',izg='Barwed;',jzg='Bcy;',kzg='Because;',lzg='Bernoullis;',mzg='Beta;',nzg='Bfr;',ozg='Bopf;',pzg='Breve;',mKh='BrowserTreeBuilder',nKh='BrowserTreeBuilder$ScriptHolder',qzg='Bscr;',szg='Bumpeq;',ixg='CDATA[',tzg='CHcy;',uzg='COPY',vzg='COPY;',wzg='Cacute;',Blh="Can't get element ",xxg="Can't use FATAL here.",xzg='Cap;',yzg='CapitalDifferentialD;',zzg='Cayleys;',Azg='Ccaron;',Bzg='Ccedil',Dzg='Ccedil;',Ezg='Ccirc;',Fzg='Cconint;',aAg='Cdot;',bAg='Cedilla;',cAg='CenterDot;',dAg='Cfr;',uxg='Character reference expands to a control character (',eAg='Chi;',fAg='CircleDot;',gAg='CircleMinus;',iAg='CirclePlus;',jAg='CircleTimes;',fJh='Class',gJh='ClassCastException',kAg='ClockwiseContourIntegral;',lAg='CloseCurlyDoubleQuote;',mAg='CloseCurlyQuote;',kKh='CoalescingTreeBuilder',nAg='Colon;',oAg='Colone;',CJh='Comparators$1',pAg='Congruent;',qAg='Conint;',rAg='ContourIntegral;',tAg='Copf;',uAg='Coproduct;',vAg='CounterClockwiseContourIntegral;',wAg='Cross;',xAg='Cscr;',yAg='Cup;',zAg='CupCap;',AAg='DD;',BAg='DDotrahd;',CAg='DJcy;',EAg='DScy;',FAg='DZcy;',aBg='Dagger;',bBg='Darr;',cBg='Dashv;',dBg='Dcaron;',eBg='Dcy;',fBg='Del;',gBg='Delta;',hBg='Dfr;',kBg='DiacriticalAcute;',lBg='DiacriticalDot;',mBg='DiacriticalDoubleAcute;',nBg='DiacriticalGrave;',oBg='DiacriticalTilde;',pBg='Diamond;',qBg='DifferentialD;',dKh='DoctypeExpectation',eKh='DocumentMode',rBg='Dopf;',sBg='Dot;',tBg='DotDot;',vBg='DotEqual;',wBg='DoubleContourIntegral;',xBg='DoubleDot;',yBg='DoubleDownArrow;',zBg='DoubleLeftArrow;',ABg='DoubleLeftRightArrow;',BBg='DoubleLeftTee;',CBg='DoubleLongLeftArrow;',DBg='DoubleLongLeftRightArrow;',EBg='DoubleLongRightArrow;',aCg='DoubleRightArrow;',bCg='DoubleRightTee;',cCg='DoubleUpArrow;',dCg='DoubleUpDownArrow;',eCg='DoubleVerticalBar;',fCg='DownArrow;',gCg='DownArrowBar;',hCg='DownArrowUpArrow;',iCg='DownBreve;',jCg='DownLeftRightVector;',lCg='DownLeftTeeVector;',mCg='DownLeftVector;',nCg='DownLeftVectorBar;',oCg='DownRightTeeVector;',pCg='DownRightVector;',qCg='DownRightVectorBar;',rCg='DownTee;',sCg='DownTeeArrow;',tCg='Downarrow;',uCg='Dscr;',wCg='Dstrok;',qxg='Duplicate attribute \u201C',xCg='ENG;',yCg='ETH',zCg='ETH;',ACg='Eacute',BCg='Eacute;',CCg='Ecaron;',DCg='Ecirc',ECg='Ecirc;',FCg='Ecy;',bDg='Edot;',cDg='Efr;',dDg='Egrave',eDg='Egrave;',isg='Element name \u201C',fDg='Element;',xKh='ElementName',wKh='ElementName;',gDg='Emacr;',hDg='EmptySmallSquare;',iDg='EmptyVerySmallSquare;',AIh='Enum',jDg='Eogon;',kDg='Eopf;',mDg='Epsilon;',nDg='Equal;',oDg='EqualTilde;',pDg='Equilibrium;',zKh='ErrorReportingTokenizer',qDg='Escr;',rDg='Esim;',sDg='Eta;',tDg='Euml',uDg='Euml;',sIh='Exception',vDg='Exists;',xDg='ExponentialE;',bMh='FATAL',yDg='Fcy;',zDg='Ffr;',ADg='FilledSmallSquare;',BDg='FilledVerySmallSquare;',CDg='Fopf;',DDg='ForAll;',Cxg='Forbidden code point ',EDg='Fouriertrf;',FDg='Fscr;',aEg='GJcy;',cEg='GT',dEg='GT;',eEg='Gamma;',fEg='Gammad;',gEg='Gbreve;',hEg='Gcedil;',iEg='Gcirc;',jEg='Gcy;',kEg='Gdot;',lEg='Gfr;',nEg='Gg;',oEg='Gopf;',pEg='GreaterEqual;',qEg='GreaterEqualLess;',rEg='GreaterFullEqual;',sEg='GreaterGreater;',tEg='GreaterLess;',uEg='GreaterSlantEqual;',vEg='GreaterTilde;',wEg='Gscr;',zEg='Gt;',AEg='HARDcy;',kph='HTML',jwh='HTML401_STRICT',zsh='HTML401_TRANSITIONAL',BEg='Hacek;',DJh='HashMap',CEg='Hat;',DEg='Hcirc;',EEg='Hfr;',FEg='HilbertSpace;',aFg='Hopf;',bFg='HorizontalLine;',cFg='Hscr;',eFg='Hstrok;',AKh='HtmlAttributes',oKh='HtmlParser',pKh='HtmlParser$1',fFg='HumpDownHump;',gFg='HumpEqual;',hFg='IEcy;',iFg='IJlig;',jFg='IOcy;',kFg='Iacute',lFg='Iacute;',mFg='Icirc',nFg='Icirc;',pFg='Icy;',qFg='Idot;',rFg='Ifr;',sFg='Igrave',tFg='Igrave;',hJh='IllegalArgumentException',uFg='Im;',vFg='Imacr;',wFg='ImaginaryI;',xFg='Implies;',Deh='Index: ',bJh='IndexOutOfBoundsException',yFg='Int;',AFg='Integral;',BFg='Intersection;',CFg='InvisibleComma;',DFg='InvisibleTimes;',EFg='Iogon;',FFg='Iopf;',aGg='Iota;',bGg='Iscr;',cGg='Itilde;',dGg='Iukcy;',fGg='Iuml',gGg='Iuml;',vIh='JavaScriptException',wIh='JavaScriptObject$',hGg='Jcirc;',iGg='Jcy;',jGg='Jfr;',kGg='Jopf;',lGg='Jscr;',mGg='Jsercy;',nGg='Jukcy;',oGg='KHcy;',qGg='KJcy;',rGg='Kappa;',sGg='Kcedil;',tGg='Kcy;',uGg='Kfr;',vGg='Kopf;',wGg='Kscr;',xGg='LJcy;',yGg='LT',zGg='LT;',BGg='Lacute;',CGg='Lambda;',DGg='Lang;',EGg='Laplacetrf;',FGg='Larr;',aHg='Lcaron;',bHg='Lcedil;',cHg='Lcy;',dHg='LeftAngleBracket;',eHg='LeftArrow;',gHg='LeftArrowBar;',hHg='LeftArrowRightArrow;',iHg='LeftCeiling;',jHg='LeftDoubleBracket;',kHg='LeftDownTeeVector;',lHg='LeftDownVector;',mHg='LeftDownVectorBar;',nHg='LeftFloor;',oHg='LeftRightArrow;',pHg='LeftRightVector;',rHg='LeftTee;',sHg='LeftTeeArrow;',tHg='LeftTeeVector;',uHg='LeftTriangle;',vHg='LeftTriangleBar;',wHg='LeftTriangleEqual;',xHg='LeftUpDownVector;',yHg='LeftUpTeeVector;',zHg='LeftUpVector;',AHg='LeftUpVectorBar;',CHg='LeftVector;',DHg='LeftVectorBar;',EHg='Leftarrow;',FHg='Leftrightarrow;',aIg='LessEqualGreater;',bIg='LessFullEqual;',cIg='LessGreater;',dIg='LessLess;',eIg='LessSlantEqual;',fIg='LessTilde;',iIg='Lfr;',EJh='LinkedList',FJh='LinkedList$ListIteratorImpl',aKh='LinkedList$Node',jIg='Ll;',kIg='Lleftarrow;',lIg='Lmidot;',BKh='LocatorImpl',mIg='LongLeftArrow;',nIg='LongLeftRightArrow;',oIg='LongRightArrow;',pIg='Longleftarrow;',qIg='Longleftrightarrow;',rIg='Longrightarrow;',tIg='Lopf;',uIg='LowerLeftArrow;',vIg='LowerRightArrow;',wIg='Lscr;',xIg='Lsh;',yIg='Lstrok;',zIg='Lt;',AIg='Map;',BIg='Mcy;',CIg='MediumSpace;',EIg='Mellintrf;',FIg='Mfr;',aJg='MinusPlus;',bJg='Mopf;',cJg='Mscr;',dJg='Mu;',gIg='Must be array types',eJg='NJcy;',hDh='NO_DOCTYPE_ERRORS',fJg='Nacute;',gJg='Ncaron;',hJg='Ncedil;',jJg='Ncy;',kJg='NegativeMediumSpace;',lJg='NegativeThickSpace;',mJg='NegativeThinSpace;',nJg='NegativeVeryThinSpace;',oJg='NestedGreaterGreater;',pJg='NestedLessLess;',qJg='NewLine;',rJg='Nfr;',sxg='No digits after \u201C',sJg='NoBreak;',bKh='NoSuchElementException',uJg='NonBreakingSpace;',vJg='Nopf;',wJg='Not;',xJg='NotCongruent;',yJg='NotCupCap;',zJg='NotDoubleVerticalBar;',AJg='NotElement;',BJg='NotEqual;',CJg='NotExists;',DJg='NotGreater;',FJg='NotGreaterEqual;',aKg='NotGreaterLess;',bKg='NotGreaterTilde;',cKg='NotLeftTriangle;',dKg='NotLeftTriangleEqual;',eKg='NotLess;',fKg='NotLessEqual;',gKg='NotLessGreater;',hKg='NotLessTilde;',iKg='NotPrecedes;',kKg='NotPrecedesSlantEqual;',lKg='NotReverseElement;',mKg='NotRightTriangle;',nKg='NotRightTriangleEqual;',oKg='NotSquareSubsetEqual;',pKg='NotSquareSupersetEqual;',qKg='NotSubsetEqual;',rKg='NotSucceeds;',sKg='NotSucceedsSlantEqual;',tKg='NotSupersetEqual;',vKg='NotTilde;',wKg='NotTildeEqual;',xKg='NotTildeFullEqual;',yKg='NotTildeTilde;',zKg='NotVerticalBar;',AKg='Nscr;',BKg='Ntilde',CKg='Ntilde;',DKg='Nu;',jJh='NullPointerException',EKg='OElig;',aLg='Oacute',bLg='Oacute;',nIh='Object',oJh='Object;',cLg='Ocirc',dLg='Ocirc;',eLg='Ocy;',fLg='Odblac;',gLg='Ofr;',hLg='Ograve',iLg='Ograve;',jLg='Omacr;',lLg='Omega;',mLg='Omicron;',nLg='Oopf;',oLg='OpenCurlyDoubleQuote;',pLg='OpenCurlyQuote;',qLg='Or;',rLg='Oscr;',sLg='Oslash',tLg='Oslash;',uLg='Otilde',xLg='Otilde;',yLg='Otimes;',zLg='Ouml',ALg='Ouml;',BLg='OverBar;',CLg='OverBrace;',DLg='OverBracket;',ELg='OverParenthesis;',qKh='ParseEndListener',FLg='PartialD;',aMg='Pcy;',cMg='Pfr;',dMg='Phi;',eMg='Pi;',fMg='PlusMinus;',gMg='Poincareplane;',hMg='Popf;',iMg='Pr;',jMg='Precedes;',kMg='PrecedesEqual;',lMg='PrecedesSlantEqual;',nMg='PrecedesTilde;',oMg='Prime;',pMg='Product;',qMg='Proportion;',rMg='Proportional;',sMg='Pscr;',tMg='Psi;',lLh='QUIRKS_MODE',uMg='QUOT',vMg='QUOT;',wMg='Qfr;',yMg='Qopf;',zMg='Qscr;',AMg='RBarr;',BMg='REG',CMg='REG;',DMg='Racute;',EMg='Rang;',FMg='Rarr;',aNg='Rarrtl;',bNg='Rcaron;',dNg='Rcedil;',eNg='Rcy;',fNg='Re;',gNg='ReverseElement;',hNg='ReverseEquilibrium;',iNg='ReverseUpEquilibrium;',jNg='Rfr;',kNg='Rho;',lNg='RightAngleBracket;',mNg='RightArrow;',oNg='RightArrowBar;',pNg='RightArrowLeftArrow;',qNg='RightCeiling;',rNg='RightDoubleBracket;',sNg='RightDownTeeVector;',tNg='RightDownVector;',uNg='RightDownVectorBar;',vNg='RightFloor;',wNg='RightTee;',xNg='RightTeeArrow;',zNg='RightTeeVector;',ANg='RightTriangle;',BNg='RightTriangleBar;',CNg='RightTriangleEqual;',DNg='RightUpDownVector;',ENg='RightUpTeeVector;',FNg='RightUpVector;',aOg='RightUpVectorBar;',bOg='RightVector;',cOg='RightVectorBar;',eOg='Rightarrow;',fOg='Ropf;',gOg='RoundImplies;',hOg='Rrightarrow;',iOg='Rscr;',jOg='Rsh;',kOg='RuleDelayed;',tIh='RuntimeException',cLh='SAXException',dLh='SAXParseException',lOg='SHCHcy;',mOg='SHcy;',nOg='SOFTcy;',wGh='STANDARDS_MODE',pOg='Sacute;',dyg='Saw an xmlns attribute.',qOg='Sc;',rOg='Scaron;',sOg='Scedil;',tOg='Scirc;',uOg='Scy;',vOg='Sfr;',wOg='ShortDownArrow;',xOg='ShortLeftArrow;',yOg='ShortRightArrow;',AOg='ShortUpArrow;',BOg='Sigma;',COg='SmallCircle;',DOg='Sopf;',EOg='Sqrt;',FOg='Square;',aPg='SquareIntersection;',bPg='SquareSubset;',cPg='SquareSubsetEqual;',dPg='SquareSuperset;',gPg='SquareSupersetEqual;',hPg='SquareUnion;',iPg='Sscr;',EKh='StackNode',FKh='StackNode;',jPg='Star;',aUh='String',xEg='String index out of range: ',yIh='String;',kJh='StringBuffer',lJh='StringBuilder',mJh='StringIndexOutOfBoundsException',kPg='Sub;',lPg='Subset;',mPg='SubsetEqual;',nPg='Succeeds;',oPg='SucceedsEqual;',pPg='SucceedsSlantEqual;',rPg='SucceedsTilde;',sPg='SuchThat;',tPg='Sum;',uPg='Sup;',vPg='Superset;',wPg='SupersetEqual;',xPg='Supset;',yPg='THORN',zPg='THORN;',APg='TRADE;',CPg='TSHcy;',DPg='TScy;',EPg='Tab;',FPg='Tau;',aQg='Tcaron;',bQg='Tcedil;',cQg='Tcy;',dQg='Tfr;',wxg='The document is not mappable to XML 1.0 due to a trailing hyphen in a comment.',pxg='The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.',eQg='Therefore;',fQg='Theta;',hQg='ThinSpace;',yxg='This document is not mappable to XML 1.0 without data loss due to ',xMh='This is a searchable index. Insert your search keywords here: ',rIh='Throwable',iQg='Tilde;',jQg='TildeEqual;',kQg='TildeFullEqual;',lQg='TildeTilde;',qIh='Timer',aJh='Timer$1',yKh='Tokenizer',mQg='Topf;',jKh='TreeBuilder',nQg='TripleDot;',oQg='Tscr;',pQg='Tstrok;',hyg='U',byg='U+',ayg='U+0',Fxg='U+00',Exg='U+000',aLh='UTF16Buffer',qQg='Uacute',sQg='Uacute;',tQg='Uarr;',uQg='Uarrocir;',vQg='Ubrcy;',wQg='Ubreve;',xQg='Ucirc',yQg='Ucirc;',zQg='Ucy;',AQg='Udblac;',BQg='Ufr;',DQg='Ugrave',EQg='Ugrave;',FQg='Umacr;',aRg='UnderBar;',bRg='UnderBrace;',cRg='UnderBracket;',dRg='UnderParenthesis;',eRg='Union;',fRg='UnionPlus;',uKg='Unreachable',cyg='Unreachable.',nJh='UnsupportedOperationException',gRg='Uogon;',iRg='Uopf;',jRg='UpArrow;',kRg='UpArrowBar;',lRg='UpArrowDownArrow;',mRg='UpDownArrow;',nRg='UpEquilibrium;',oRg='UpTee;',pRg='UpTeeArrow;',qRg='Uparrow;',rRg='Updownarrow;',tRg='UpperLeftArrow;',uRg='UpperRightArrow;',vRg='Upsi;',wRg='Upsilon;',xRg='Uring;',yRg='Uscr;',zRg='Utilde;',ARg='Uuml',BRg='Uuml;',CRg='VDash;',ERg='Vbar;',FRg='Vcy;',aSg='Vdash;',bSg='Vdashl;',cSg='Vee;',dSg='Verbar;',eSg='Vert;',fSg='VerticalBar;',gSg='VerticalLine;',hSg='VerticalSeparator;',jSg='VerticalTilde;',kSg='VeryThinSpace;',lSg='Vfr;',mSg='Vopf;',nSg='Vscr;',oSg='Vvdash;',pSg='Wcirc;',qSg='Wedge;',rSg='Wfr;',sSg='Wopf;',vSg='Wscr;',wSg='Xfr;',xSg='Xi;',hKh='XmlViolationPolicy',ySg='Xopf;',zSg='Xscr;',ASg='YAcy;',BSg='YIcy;',CSg='YUcy;',DSg='Yacute',ESg='Yacute;',aTg='Ycirc;',bTg='Ycy;',cTg='Yfr;',dTg='Yopf;',eTg='Yscr;',fTg='Yuml;',gTg='ZHcy;',hTg='Zacute;',iTg='Zcaron;',jTg='Zcy;',lTg='Zdot;',mTg='ZeroWidthSpace;',nTg='Zeta;',oTg='Zfr;',pTg='Zopf;',qTg='Zscr;',tSg='[',dJh='[C',iJh='[I',xIh='[Ljava.lang.',tKh='[Lnu.validator.htmlparser.impl.',sKh='[Z',DKh='[[C',BIh='[[D',sZg=']',oFg='a',rTg='aacute',sTg='aacute;',C6g='abbr',bvg='about:legacy-compat',tTg='abreve;',C2h='abs',uTg='ac;',Cuh='accent',gWh='accent-height',wSh='accentunder',ruh='accept',DXh='accept-charset',cPh='accesskey',bRh='accumulate',wTg='acd;',xTg='acirc',yTg='acirc;',rrg='acronym',kwh='action',aRh='actiontype',svh='active',zXh='actuate',zTg='acute',ATg='acute;',BTg='acy;',hNh='additive',yEg='address',CTg='aelig',DTg='aelig;',ETg='af;',FTg='afr;',bUg='agrave',cUg='agrave;',dUg='alefsym;',eUg='aleph;',ojh='align',w0h='alignment-baseline',EXh='alignmentscope',djh='alink',fUg='alpha;',FQh='alphabetic',l2g='alt',atg='altGlyph',Fug='altGlyphDef',qvg='altGlyphItem',Fsg='altglyph',Eug='altglyphdef',pvg='altglyphitem',Dvh='altimg',hLh='alttext',gUg='amacr;',hUg='amalg;',iUg='amp',jUg='amp;',gPh='amplitude',A2h='and',kUg='and;',mUg='andand;',nUg='andd;',oUg='andslope;',pUg='andv;',qUg='ang;',rUg='ange;',sUg='angle;',tUg='angmsd;',uUg='angmsdaa;',vUg='angmsdab;',xUg='angmsdac;',yUg='angmsdad;',zUg='angmsdae;',AUg='angmsdaf;',BUg='angmsdag;',CUg='angmsdah;',DUg='angrt;',EUg='angrtvb;',FUg='angrtvbd;',aVg='angsph;',cVg='angst;',dVg='angzarr;',krg='animate',svg='animateColor',Evg='animateMotion',zwg='animateTransform',rvg='animatecolor',Dvg='animatemotion',xwg='animatetransform',aug='animation',sug='annotation',kwg='annotation-xml',eVg='aogon;',fVg='aopf;',gVg='ap;',hVg='apE;',iVg='apacir;',jVg='ape;',kVg='apid;',lVg='apos;',A6h='applet',w5h='apply',D6h='approx',nVg='approx;',oVg='approxeq;',BSh='arabic-form',z6h='arccos',prg='arccosh',C6h='arccot',qrg='arccoth',w6h='arccsc',mrg='arccsch',iLh='archive',CXh='arcrole',v6h='arcsec',lrg='arcsech',y6h='arcsin',org='arcsinh',x6h='arctan',nrg='arctanh',i4h='area',B2h='arg',h1h='aria-activedescendant',ySh='aria-atomic',e0h='aria-autocomplete',dPh='aria-busy',uUh='aria-channel',rUh='aria-checked',eWh='aria-controls',vWh='aria-datatype',iZh='aria-describedby',qWh='aria-disabled',xYh='aria-dropeffect',pWh='aria-expanded',ASh='aria-flowto',ePh='aria-grab',fWh='aria-haspopup',zSh='aria-hidden',pUh='aria-invalid',yYh='aria-labelledby',cRh='aria-level',hPh='aria-live',FXh='aria-multiline',f1h='aria-multiselectable',FOh='aria-owns',jWh='aria-posinset',qUh='aria-pressed',lWh='aria-readonly',iWh='aria-relevant',nWh='aria-required',xSh='aria-secret',mWh='aria-selected',tUh='aria-setsize',bPh='aria-sort',zYh='aria-templateid',kWh='aria-valuemax',wWh='aria-valuemin',hWh='aria-valuenow',pVg='aring',qVg='aring;',jrg='article',hvh='ascent',rVg='ascr;',u5h='aside',sVg='ast;',tVg='asymp;',uVg='asympeq;',yih='async',vVg='atilde',wVg='atilde;',uWh='attributeName',sWh='attributeType',tWh='attributename',rWh='attributetype',v5h='audio',yVg='auml',zVg='auml;',sUh='autocomplete',aPh='autofocus',gNh='autoplay',EQh='autosubmit',AVg='awconint;',BVg='awint;',r6g='axis',jLh='azimuth',t1h='b',CVg='bNot;',DVg='backcong;',EVg='backepsilon;',fRh='background',FVg='backprime;',aWg='backsim;',bWg='backsimeq;',eWg='barvee;',fWg='barwed;',gWg='barwedge;',u9g='base',yWh='baseFrequency',eTh='baseProfile',btg='basefont',xWh='basefrequency',pNh='baseline',aYh='baseline-shift',dTh='baseprofile',h7g='bbox',hWg='bbrk;',iWg='bbrktbrk;',jWg='bcong;',kWg='bcy;',E2h='bdo',lWg='bdquo;',mWg='becaus;',nWg='because;',flh='begin',pWg='bemptyv;',qWg='bepsi;',rWg='bernou;',sWg='beta;',tWg='beth;',uWg='between;',nNh='bevelled',vWg='bfr;',oLh='bgcolor',trg='bgsound',i8g='bias',D2h='big',wWg='bigcap;',xWg='bigcirc;',yWg='bigcup;',AWg='bigodot;',BWg='bigoplus;',CWg='bigotimes;',DWg='bigsqcup;',EWg='bigstar;',FWg='bigtriangledown;',aXg='bigtriangleup;',bXg='biguplus;',cXg='bigvee;',dXg='bigwedge;',fXg='bkarow;',gXg='blacklozenge;',hXg='blacksquare;',iXg='blacktriangle;',jXg='blacktriangledown;',kXg='blacktriangleleft;',lXg='blacktriangleright;',mXg='blank;',nXg='blk12;',oXg='blk14;',qXg='blk34;',rXg='block;',tug='blockquote',sXg='bnot;',lDg='body',tXg='bopf;',vwh='border',uXg='bot;',vXg='bottom;',wXg='bowtie;',xXg='boxDL;',yXg='boxDR;',zXg='boxDl;',BXg='boxDr;',CXg='boxH;',DXg='boxHD;',EXg='boxHU;',FXg='boxHd;',aYg='boxHu;',bYg='boxUL;',cYg='boxUR;',dYg='boxUl;',eYg='boxUr;',gYg='boxV;',hYg='boxVH;',iYg='boxVL;',jYg='boxVR;',kYg='boxVh;',lYg='boxVl;',mYg='boxVr;',nYg='boxbox;',oYg='boxdL;',pYg='boxdR;',rYg='boxdl;',sYg='boxdr;',tYg='boxh;',uYg='boxhD;',vYg='boxhU;',wYg='boxhd;',xYg='boxhu;',yYg='boxminus;',zYg='boxplus;',AYg='boxtimes;',CYg='boxuL;',DYg='boxuR;',EYg='boxul;',FYg='boxur;',aZg='boxv;',bZg='boxvH;',cZg='boxvL;',dZg='boxvR;',eZg='boxvh;',fZg='boxvl;',hZg='boxvr;',iZg='bprime;',z1h='br',jZg='breve;',kZg='brvbar',lZg='brvbar;',mZg='bscr;',nZg='bsemi;',oZg='bsim;',pZg='bsime;',qZg='bsol;',uZg='bsolb;',vZg='bull;',wZg='bullet;',xZg='bump;',yZg='bumpE;',zZg='bumpe;',AZg='bumpeq;',E6h='button',j4h='bvar',aUg='by',BZg='cacute;',jNh='calcMode',iNh='calcmode',b7h='canvas',eRh='cap-height',CZg='cap;',DZg='capand;',FZg='capbrcup;',a0g='capcap;',b0g='capcup;',c0g='capdot;',nwg='caption',k4h='card',d0g='caret;',e0g='caron;',Awg='cartesianproduct',f0g='ccaps;',g0g='ccaron;',h0g='ccedil',i0g='ccedil;',k0g='ccirc;',l0g='ccups;',m0g='ccupssm;',n0g='cdot;',o0g='cedil',p0g='cedil;',wrg='ceiling',CSh='cellpadding',DSh='cellspacing',q0g='cemptyv;',r0g='cent',s0g='cent;',a7h='center',t0g='centerdot;',v0g='cfr;',j9g='char',nLh='charoff',qLh='charset',w0g='chcy;',x0g='check;',mLh='checked',y0g='checkmark;',z0g='chi;',A1h='ci',A0g='cir;',B0g='cirE;',C0g='circ;',D0g='circeq;',F6h='circle',E0g='circlearrowleft;',a1g='circlearrowright;',b1g='circledR;',c1g='circledS;',d1g='circledast;',e1g='circledcirc;',f1g='circleddash;',g1g='cire;',h1g='cirfnint;',i1g='cirmid;',j1g='cirscir;',s7g='cite',pkh='class',zxg='class ',bMg='classid',Akh='clear',E8g='clip',jPh='clip-path',iPh='clip-rule',dtg='clipPath',DWh='clipPathUnits',ctg='clippath',CWh='clippathunits',zjh='close',kLh='closure',mMg='clsid:32F66A20-7614-11D4-BD11-00104BD3F987',dOg='clsid:AC159093-1683-4BA2-9DCF-0C350141D7F2',l1g='clubs;',m1g='clubsuit;',B1h='cn',D7g='code',lNh='codebase',kNh='codetype',etg='codomain',a3h='col',aDg='colgroup',n1g='colon;',o1g='colone;',p1g='coloneq;',ekh='color',D0h='color-interpolation',q1h='color-interpolation-filters',BWh='color-profile',AYh='color-rendering',t8g='cols',pLh='colspan',aTh='columnalign',bTh='columnlines',AWh='columnspacing',dRh='columnspan',ESh='columnwidth',uIh='com.google.gwt.core.client.',pIh='com.google.gwt.user.client.',q1g='comma;',urg='command',r1g='commat;',s1g='comp;',rLh='compact',t1g='compfn;',u1g='complement;',dug='complexes',w1g='complexes;',vrg='compose',cug='condition',x1g='cong;',y1g='congdot;',z1g='conint;',bug='conjugate',sLh='content',g0h='contentScriptType',kZh='contentStyleType',BYh='contenteditable',f0h='contentscripttype',jZh='contentstyletype',cTh='contextmenu',mNh='controls',lxh='coords',A1g='copf;',B1g='coprod;',C1g='copy',D1g='copy;',E1g='copysr;',c3h='cos',m4h='cosh',d3h='cot',p4h='coth',F1g='crarr;',b2g='cross;',F2h='csc',l4h='csch',c2g='cscr;',d2g='csub;',e2g='csube;',f2g='csup;',g2g='csupe;',xrg='csymbol',h2g='ctdot;',i2g='cudarrl;',j2g='cudarrr;',k2g='cuepr;',m2g='cuesc;',n2g='cularr;',o2g='cularrp;',p2g='cup;',q2g='cupbrcap;',r2g='cupcap;',s2g='cupcup;',t2g='cupdot;',u2g='cupor;',v2g='curarr;',x2g='curarrm;',q4h='curl',y2g='curlyeqprec;',z2g='curlyeqsucc;',A2g='curlyvee;',B2g='curlywedge;',C2g='curren',D2g='curren;',axh='cursor',E2g='curvearrowleft;',F2g='curvearrowright;',a3g='cuvee;',d3g='cuwed;',e3g='cwconint;',f3g='cwint;',lUg='cx',wUg='cy',g3g='cylcty;',DRg='d',h3g='dArr;',i3g='dHar;',j3g='dagger;',k3g='daleth;',l3g='darr;',m3g='dash;',o3g='dashv;',l$g='data',vLh='datafld',yUh='dataformatas',ftg='datagrid',uLh='datasrc',tvg='datatemplate',wNh='datetime',p3g='dbkarow;',q3g='dblac;',r3g='dcaron;',s3g='dcy;',C1h='dd',t3g='dd;',u3g='ddagger;',v3g='ddarr;',w3g='ddotseq;',xLh='declare',ALh='default',Clh='defer',lwg='definition-src',FWh='definitionURL',EWh='definitionurl',t4h='defs',x3g='deg',z3g='deg;',d7h='degree',e3h='del',A3g='delta;',B3g='demptyv;',qlh='depth',r4h='desc',BLh='descent',zrg='details',avg='determinant',C3g='dfisht;',f3h='dfn',D3g='dfr;',E3g='dharl;',F3g='dharr;',e7h='dialog',a4g='diam;',b4g='diamond;',c4g='diamondsuit;',e4g='diams;',f4g='die;',s4h='diff',EYh='diffuseConstant',DYh='diffuseconstant',g4g='digamma;',w2g='dir',mPh='direction',xNh='disabled',yrg='discard',h4g='disin;',yLh='display',wUh='displaystyle',dFg='div',i4g='div;',uug='divergence',c7h='divide',j4g='divide;',k4g='divideontimes;',zLh='divisor',l4g='divonx;',m4g='djcy;',D1h='dl',n4g='dlcorn;',p4g='dlcrop;',q4g='dollar;',f7h='domain',fxg='domainofapplication',j0h='dominant-baseline',r4g='dopf;',s4g='dot;',t4g='doteq;',u4g='doteqdot;',v4g='dotminus;',w4g='dotplus;',x4g='dotsquare;',y4g='doublebarwedge;',A4g='downarrow;',B4g='downdownarrows;',C4g='downharpoonleft;',D4g='downharpoonright;',nPh='draggable',E4g='drbkarow;',F4g='drcorn;',a5g='drcrop;',b5g='dscr;',c5g='dscy;',d5g='dsol;',f5g='dstrok;',E1h='dt',g5g='dtdot;',h5g='dtri;',i5g='dtrif;',j5g='duarr;',k5g='duhar;',c3g='dur',l5g='dwangle;',bVg='dx',mVg='dy',m5g='dzcy;',n5g='dzigrarr;',o5g='eDDot;',q5g='eDot;',r5g='eacute',s5g='eacute;',t5g='easter;',u5g='ecaron;',v5g='ecir;',w5g='ecirc',x5g='ecirc;',y5g='ecolon;',z5g='ecy;',a$g='edge',sNh='edgeMode',rNh='edgemode',B5g='edot;',C5g='ee;',D5g='efDot;',E5g='efr;',F5g='eg;',a6g='egrave',b6g='egrave;',c6g='egs;',d6g='egsdot;',e6g='el;',lPh='elevation',g6g='elinters;',h6g='ell;',Arg='ellipse',i6g='els;',j6g='elsdot;',F1h='em',k6g='emacr;',x5h='embed',l6g='empty;',gtg='emptyset',m6g='emptyset;',n6g='emptyv;',o6g='emsp13;',p6g='emsp14;',s6g='emsp;',h0h='enable-background',tNh='encoding',tLh='enctype',n3g='end',t6g='eng;',u6g='ensp;',v6g='eogon;',w6g='eopf;',x6g='epar;',y6g='eparsl;',z6g='eplus;',A6g='epsi;',B6g='epsilon;',D6g='epsiv;',b2h='eq',E6g='eqcirc;',F6g='eqcolon;',a7g='eqsim;',b7g='eqslantgtr;',c7g='eqslantless;',vUh='equalcolumns',kPh='equalrows',d7g='equals;',e7g='equest;',f7g='equiv;',g7g='equivDD;',xug='equivalent',i7g='eqvparsl;',j7g='erDot;',k7g='erarr;',l7g='escr;',m7g='esdot;',n7g='esim;',o7g='eta;',p7g='eth',q7g='eth;',vug='eulergamma',r7g='euml',t7g='euml;',u7g='euro;',cvg='eventsource',v7g='excl;',w7g='exist;',h7h='exists',g3h='exp',x7g='expectation;',qNh='exponent',uvg='exponentiale',y7g='exponentiale;',o1h='externalResourcesRequired',n1h='externalresourcesrequired',m_g='face',fug='factorial',htg='factorof',z7g='fallingdotseq;',y5h='false',A7g='fcy;',bsg='feBlend',fwg='feColorMatrix',hxg='feComponentTransfer',gvg='feComposite',Dwg='feConvolveMatrix',Fwg='feDiffuseLighting',bxg='feDisplacementMap',rwg='feDistantLight',dsg='feFlood',Crg='feFuncA',Frg='feFuncB',ksg='feFuncG',msg='feFuncR',pwg='feGaussianBlur',fsg='feImage',hsg='feMerge',evg='feMergeNode',Bvg='feMorphology',ltg='feOffset',zvg='fePointLight',exg='feSpecularLighting',ivg='feSpotLight',j7h='feTile',wvg='feTurbulence',asg='feblend',ewg='fecolormatrix',gxg='fecomponenttransfer',fvg='fecomposite',Cwg='feconvolvematrix',Ewg='fediffuselighting',axg='fedisplacementmap',qwg='fedistantlight',csg='feflood',Brg='fefunca',Erg='fefuncb',jsg='fefuncg',lsg='fefuncr',owg='fegaussianblur',esg='feimage',B7g='female;',gsg='femerge',dvg='femergenode',Avg='femorphology',hmh='fence',ktg='feoffset',yvg='fepointlight',cxg='fespecularlighting',hvg='fespotlight',i7h='fetile',vvg='feturbulence',C7g='ffilig;',E7g='fflig;',F7g='ffllig;',a8g='ffr;',itg='fieldset',k7h='figure',b8g='filig;',w$g='fill',zUh='fill-opacity',rPh='fill-rule',wxh='filter',pPh='filterRes',iTh='filterUnits',oPh='filterres',hTh='filterunits',c8g='flat;',d8g='fllig;',jTh='flood-color',cXh='flood-opacity',z5h='floor',e8g='fltns;',c2h='fn',f8g='fnof;',u4h='font',eug='font-face',Bwg='font-face-format',mwg='font-face-name',Fvg='font-face-src',awg='font-face-uri',fTh='font-family',tPh='font-size',lZh='font-size-adjust',BUh='font-stretch',lRh='font-style',AUh='font-variant',lTh='font-weight',jRh='fontfamily',yNh='fontsize',sPh='fontstyle',kRh='fontweight',m7h='footer',g8g='fopf;',y3g='for',l7h='forall',h8g='forall;',dwg='foreignObject',bwg='foreignobject',j8g='fork;',k8g='forkv;',srg='form',byh='format',l8g='fpartint;',m8g='frac12',n8g='frac12;',o8g='frac13;',p8g='frac14',q8g='frac14;',r8g='frac15;',s8g='frac16;',u8g='frac18;',v8g='frac23;',w8g='frac25;',x8g='frac34',y8g='frac34;',z8g='frac35;',A8g='frac38;',B8g='frac45;',C8g='frac56;',D8g='frac58;',F8g='frac78;',smh='frame',gTh='frameborder',Axg='frameset',CUh='framespacing',a9g='frasl;',b_g='from',b9g='frown;',c9g='fscr;',oWg='fx',zWg='fy',u1h='g',dWg='g1',xVg='g2',d9g='gE;',e9g='gEl;',f9g='gacute;',g9g='gamma;',h9g='gammad;',i9g='gap;',k9g='gbreve;',h3h='gcd',l9g='gcirc;',m9g='gcy;',n9g='gdot;',o9g='ge;',p9g='gel;',i3h='geq',q9g='geq;',r9g='geqq;',s9g='geqslant;',t9g='ges;',v9g='gescc;',w9g='gesdot;',x9g='gesdoto;',y9g='gesdotol;',z9g='gesles;',A9g='gfr;',B9g='gg;',C9g='ggg;',D9g='gimel;',E9g='gjcy;',b$g='gl;',c$g='glE;',d$g='gla;',e$g='glj;',B5h='glyph',gRh='glyph-name',r1h='glyph-orientation-horizontal',p1h='glyph-orientation-vertical',vNh='glyphRef',uNh='glyphref',f$g='gnE;',g$g='gnap;',h$g='gnapprox;',i$g='gne;',j$g='gneq;',k$g='gneqq;',m$g='gnsim;',n$g='gopf;',v4h='grad',l0h='gradientTransform',bXh='gradientUnits',k0h='gradienttransform',aXh='gradientunits',o$g='grave;',hRh='groupalign',p$g='gscr;',q$g='gsim;',r$g='gsime;',s$g='gsiml;',j2h='gt',t$g='gt;',u$g='gtcc;',v$g='gtcir;',x$g='gtdot;',y$g='gtlPar;',z$g='gtquest;',A$g='gtrapprox;',B$g='gtrarr;',C$g='gtrdot;',D$g='gtreqless;',E$g='gtreqqless;',F$g='gtrless;',a_g='gtrsim;',d2h='h1',e2h='h2',f2h='h3',g2h='h4',h2h='h5',i2h='h6',c_g='hArr;',d_g='hairsp;',e_g='half;',f_g='hamilt;',nsg='handler',DLh='hanging',g_g='hardcy;',h_g='harr;',i_g='harrcir;',j_g='harrw;',k_g='hbar;',l_g='hcirc;',Drg='head',n7h='header',ELh='headers',n_g='hearts;',o_g='heartsuit;',xyh='height',p_g='hellip;',q_g='hercon;',r_g='hfr;',mEg='hidden',wPh='hidefocus',x_g='high',C5h='hkern',s_g='hksearow;',t_g='hkswarow;',u_g='hoarr;',v_g='homtht;',w_g='hookleftarrow;',y_g='hookrightarrow;',z_g='hopf;',A_g='horbar;',mTh='horiz-adv-x',bYh='horiz-origin-x',cYh='horiz-origin-y',k2h='hr',cah='href',DNh='hreflang',B_g='hscr;',C_g='hslash;',myh='hspace',D_g='hstrok;',hAg='html',oRh='http-equiv',jKg='http://n.validator.nu/placeholder/',jBg='http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd',wDg='http://www.w3.org/1998/Math/MathML',hrg='http://www.w3.org/1999/xhtml',rQg='http://www.w3.org/1999/xlink',bEg='http://www.w3.org/2000/svg',BPg='http://www.w3.org/2000/xmlns/',Esg='http://www.w3.org/TR/REC-html40/strict.dtd',mvg='http://www.w3.org/TR/html4/loose.dtd',jtg='http://www.w3.org/TR/html4/strict.dtd',Ftg='http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd',wug='http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd',gQg='http://www.w3.org/XML/1998/namespace',E_g='hybull;',F_g='hyphen;',w1h='i',aah='iacute',bah='iacute;',dah='ic;',eah='icirc',fah='icirc;',yah='icon',gah='icy;',kLg='id',E5h='ident',tTh='ideographic',hah='iecy;',iah='iexcl',jah='iexcl;',kah='iff;',lah='ifr;',DIg='iframe',mah='igrave',oah='igrave;',pah='ii;',qah='iiiint;',rah='iiint;',sah='iinfin;',tah='iiota;',uah='ijlig;',vah='imacr;',D5h='image',bZh='image-rendering',wah='image;',hug='imaginary',yug='imaginaryi',xah='imagline;',zah='imagpart;',Aah='imath;',j3h='img',Bah='imof;',Cah='imped;',psg='implies',qYg='in',d4g='in2',Dah='in;',Eah='incare;',tnh='index',Fah='infin;',otg='infinity',abh='infintie;',bbh='inodot;',pGg='input',aQh='inputmode',k3h='ins',l3h='int',cbh='int;',ebh='intcal;',ntg='integers',fbh='integers;',gbh='intercal;',yPh='intercept',kug='interface ',gug='intersect',mtg='interval',hbh='intlarhk;',ibh='intprod;',osg='inverse',jbh='iocy;',kbh='iogon;',lbh='iopf;',mbh='iota;',nbh='iprod;',qbh='iquest',rbh='iquest;',rRh='irrelevant',sbh='iscr;',tbh='isin;',ubh='isinE;',eGg='isindex',vbh='isindot;',wbh='isins;',xbh='isinsv;',ybh='isinv;',Dmh='ismap',zbh='it;',Bbh='itilde;',Cbh='iukcy;',Dbh='iuml',Ebh='iuml;',mIh='java.lang.',CIh='java.util.',Fbh='jcirc;',ach='jcy;',bch='jfr;',cch='jmath;',dch='jopf;',ech='jscr;',gch='jsercy;',hch='jukcy;',iSg='k',fYg='k1',pXg='k2',AXg='k3',eXg='k4',ich='kappa;',jch='kappav;',n3h='kbd',kch='kcedil;',lch='kcy;',EUh='kernelMatrix',nZh='kernelUnitLength',DUh='kernelmatrix',mZh='kernelunitlength',CLh='kerning',vPh='keyPoints',nRh='keySplines',BNh='keyTimes',o7h='keygen',uPh='keypoints',mRh='keysplines',ANh='keytimes',mch='kfr;',nch='kgreen;',och='khcy;',pch='kjcy;',rch='kopf;',sch='kscr;',tch='lAarr;',uch='lArr;',vch='lAtail;',wch='lBarr;',xch='lE;',ych='lEg;',zch='lHar;',wph='label',Ach='lacute;',Cch='laemptyv;',Dch='lagran;',p7h='lambda',Ech='lambda;',fch='lang',Fch='lang;',adh='langd;',bdh='langle;',rOh='language',cdh='lap;',iug='laplacian',ddh='laquo',edh='laquo;',rMh='largeop',fdh='larr;',hdh='larrb;',idh='larrbfs;',jdh='larrfs;',kdh='larrhk;',ldh='larrlp;',mdh='larrpl;',ndh='larrsim;',odh='larrtl;',pdh='lat;',qdh='latail;',sdh='late;',tdh='lbarr;',udh='lbbrk;',vdh='lbrace;',wdh='lbrack;',xdh='lbrke;',ydh='lbrksld;',zdh='lbrkslu;',Adh='lcaron;',Bdh='lcedil;',Ddh='lceil;',p3h='lcm',Edh='lcub;',Fdh='lcy;',aeh='ldca;',beh='ldquo;',ceh='ldquor;',deh='ldrdhar;',eeh='ldrushar;',feh='ldsh;',geh='le;',ieh='leftarrow;',jeh='leftarrowtail;',keh='leftharpoondown;',leh='leftharpoonup;',meh='leftleftarrows;',neh='leftrightarrow;',oeh='leftrightarrows;',peh='leftrightharpoons;',qeh='leftrightsquigarrow;',reh='leftthreetimes;',teh='leg;',q7h='legend',qVh='lengthAdjust',pVh='lengthadjust',q3h='leq',ueh='leq;',veh='leqq;',weh='leqslant;',xeh='les;',yeh='lescc;',zeh='lesdot;',Aeh='lesdoto;',Beh='lesdotor;',Ceh='lesges;',Feh='lessapprox;',afh='lessdot;',bfh='lesseqgtr;',cfh='lesseqqgtr;',dfh='lessgtr;',efh='lesssim;',jYh='letter-spacing',ffh='lfisht;',gfh='lfloor;',hfh='lfr;',ifh='lg;',kfh='lgE;',lfh='lhard;',mfh='lharu;',nfh='lharul;',ofh='lhblk;',m2h='li',kYh='lighting-color',F5h='limit',r0h='limitingConeAngle',q0h='limitingconeangle',w4h='line',twg='linearGradient',swg='lineargradient',hQh='linebreak',mXh='linethickness',Abh='link',qch='list',ptg='listener',rsg='listing',pfh='ljcy;',qfh='ll;',rfh='llarr;',sfh='llcorner;',tfh='llhard;',vfh='lltri;',wfh='lmidot;',xfh='lmoust;',yfh='lmoustache;',n2h='ln',zfh='lnE;',Afh='lnap;',Bfh='lnapprox;',Cfh='lne;',Dfh='lneq;',Efh='lneqq;',agh='lnsim;',bgh='loang;',cgh='loarr;',dgh='lobrk;',bqh='local',o3h='log',qsg='logbase',qOh='longdesc',egh='longleftarrow;',fgh='longleftrightarrow;',ggh='longmapsto;',hgh='longrightarrow;',igh='looparrowleft;',jgh='looparrowright;',qMh='loopend',iQh='loopstart',lgh='lopar;',mgh='lopf;',ngh='loplus;',ogh='lotimes;',e5g='low',pgh='lowast;',qgh='lowbar;',qtg='lowlimit',uEh='lowsrc',rgh='loz;',sgh='lozenge;',tgh='lozf;',ugh='lpar;',wgh='lparlt;',kFh='lquote',xgh='lrarr;',ygh='lrcorner;',zgh='lrhar;',Agh='lrhard;',Bgh='lrm;',Cgh='lrtri;',Dgh='lsaquo;',Egh='lscr;',Fgh='lsh;',bhh='lsim;',chh='lsime;',dhh='lsimg;',FEh='lspace',ehh='lsqb;',fhh='lsquo;',ghh='lsquor;',hhh='lstrok;',o2h='lt',ihh='lt;',jhh='ltcc;',khh='ltcir;',mhh='ltdot;',nhh='lthree;',ohh='ltimes;',phh='ltlarr;',qhh='ltquest;',rhh='ltrPar;',shh='ltri;',thh='ltrie;',uhh='ltrif;',vhh='lurdshar;',xhh='luruhar;',xMg='m',nNg='m:',yhh='mDDot;',zhh='macr',Ahh='macr;',EDh='macros',wsg='maction',Bhh='male;',jvg='maligngroup',zug='malignmark',Chh='malt;',Dhh='maltese;',mOh='manifest',s3h='map',Ehh='map;',Fhh='mapsto;',aih='mapstodown;',cih='mapstoleft;',dih='mapstoup;',jVh='marginheight',CTh='marginwidth',B4h='mark',y7h='marker',DRh='marker-end',CRh='marker-mid',mVh='marker-start',eih='marker;',lVh='markerHeight',ATh='markerUnits',ETh='markerWidth',kVh='markerheight',zTh='markerunits',DTh='markerwidth',vsg='marquee',pbh='mask',tZh='maskContentUnits',eQh='maskUnits',rZh='maskcontentunits',dQh='maskunits',A4h='math',iYh='mathbackground',cQh='mathcolor',oVh='mathematical',wLg='mathplayer',nOh='mathsize',BTh='mathvariant',B7h='matrix',jug='matrixrow',o4g='max',fQh='maxlength',pMh='maxsize',fih='mcomma;',gih='mcy;',hih='mdash;',C4h='mean',iih='measuredangle;',lph='media',w7h='median',cZh='mediummathspace',stg='menclose',E4h='menu',z7h='merror',E0h='message',x4h='meta',rtg='metadata',c6h='meter',jEh='method',ssg='mfenced',jih='mfr;',a6h='mfrac',v7h='mglyph',kih='mho;',p2h='mi',lih='micro',oih='micro;',pih='mid;',qih='midast;',rih='midcir;',sih='middot',tih='middot;',z4g='min',oMh='minsize',e6h='minus',uih='minus;',vih='minusb;',wih='minusd;',xih='minusdu;',gwg='missing-glyph',Bug='mlabeledtr',zih='mlcp;',Aih='mldr;',hwg='mmultiscripts',q2h='mn',Bih='mnplus;',r2h='mo',dbh='mode',Cih='models;',jIh='moduleStartup',A7h='moment',lvg='momentabout',Dih='mopf;',lXh='movablelimits',d6h='mover',Eih='mp;',usg='mpadded',b6h='mpath',ttg='mphantom',kvg='mprescripts',g6h='mroot',F4h='mrow',s2h='ms',Fih='mscr;',s7h='mspace',h6h='msqrt',ajh='mstpos;',u7h='mstyle',y4h='msub',xsg='msubsup',D4h='msup',t7h='mtable',r3h='mtd',i6h='mtext',t3h='mtr',bjh='mu;',cjh='multimap;',oOh='multiple',ejh='mumap;',x7h='munder',Aug='munderover',Bqg='must be positive',fjh='nLeftarrow;',gjh='nLeftrightarrow;',hjh='nRightarrow;',ijh='nVDash;',jjh='nVdash;',kjh='nabla;',ljh='nacute;',pXh='name',mjh='nap;',njh='napos;',pjh='napprox;',Foh='nargs',qjh='natur;',rjh='natural;',uwg='naturalnumbers',sjh='naturals;',w3h='nav',tjh='nbsp',ujh='nbsp;',vjh='ncap;',wjh='ncaron;',xjh='ncedil;',yjh='ncong;',Ajh='ncup;',Bjh='ncy;',Cjh='ndash;',Djh='ne;',Ejh='neArr;',Fjh='nearhk;',akh='nearr;',bkh='nearrow;',u3h='neq',ckh='nequiv;',dkh='nesear;',b5h='nest',fkh='nexist;',gkh='nexists;',hkh='nfr;',ikh='nge;',jkh='ngeq;',kkh='ngsim;',lkh='ngt;',mkh='ngtr;',nkh='nhArr;',okh='nharr;',qkh='nhpar;',rkh='ni;',skh='nis;',tkh='nisd;',ukh='niv;',vkh='njcy;',wkh='nlArr;',xkh='nlarr;',ykh='nldr;',zkh='nle;',Bkh='nleftarrow;',Ckh='nleftrightarrow;',Dkh='nleq;',Ekh='nless;',Fkh='nlsim;',alh='nlt;',blh='nltri;',clh='nltrie;',dlh='nmid;',zFg='nobr',iJg='noembed',tJg='noframes',tDh='nohref',a5h='none',elh='nopf;',lOh='noresize',vtg='noscript',nMh='noshade',v3h='not',glh='not;',Cug='notanumber',kOh='notation',j6h='notin',hlh='notin;',ilh='notinva;',jlh='notinvb;',klh='notinvc;',llh='notni;',mlh='notniva;',nlh='notnivb;',olh='notnivc;',nvg='notprsubset',mug='notsubset',iDh='nowrap',plh='npar;',rlh='nparallel;',slh='npolint;',tlh='npr;',ulh='nprcue;',vlh='nprec;',wlh='nrArr;',xlh='nrarr;',ylh='nrightarrow;',zlh='nrtri;',Alh='nrtrie;',Dlh='nsc;',Elh='nsccue;',Flh='nscr;',amh='nshortmid;',bmh='nshortparallel;',cmh='nsim;',dmh='nsime;',emh='nsimeq;',fmh='nsmid;',gmh='nspar;',imh='nsqsube;',jmh='nsqsupe;',kmh='nsub;',lmh='nsube;',mmh='nsubseteq;',nmh='nsucc;',omh='nsup;',pmh='nsupe;',qmh='nsupseteq;',rmh='ntgl;',tmh='ntilde',umh='ntilde;',vmh='ntlg;',wmh='ntriangleleft;',xmh='ntrianglelefteq;',ymh='ntriangleright;',zmh='ntrianglerighteq;',cKh='nu.validator.htmlparser.common.',lKh='nu.validator.htmlparser.gwt.',lIh='nu.validator.htmlparser.gwt.HtmlParserModule',iKh='nu.validator.htmlparser.impl.',Amh='nu;',rQh='null',Bmh='num;',BRh='numOctaves',Cmh='numero;',ARh='numoctaves',Emh='numsp;',Fmh='nvDash;',anh='nvHarr;',bnh='nvdash;',cnh='nvinfin;',dnh='nvlArr;',enh='nvrArr;',fnh='nwArr;',gnh='nwarhk;',hnh='nwarr;',jnh='nwarrow;',knh='nwnear;',lnh='oS;',mnh='oacute',nnh='oacute;',onh='oast;',FKg='object',qRh='occurrence',pnh='ocir;',qnh='ocirc',rnh='ocirc;',jxg='octype',snh='ocy;',unh='odash;',vnh='odblac;',wnh='odiv;',xnh='odot;',ynh='odsold;',znh='oelig;',Anh='ofcir;',gCh='offset',Bnh='ofr;',Cnh='ogon;',Dnh='ograve',Fnh='ograve;',aoh='ogt;',boh='ohbar;',coh='ohm;',doh='oint;',t2h='ol',eoh='olarr;',foh='olcir;',goh='olcross;',hoh='oline;',ioh='olt;',koh='omacr;',loh='omega;',moh='omicron;',noh='omid;',ooh='ominus;',kIh='onModuleLoadStart',iMh='onabort',pRh='onactivate',hVh='onafterprint',dXh='onafterupdate',m0h='onbefordeactivate',oZh='onbeforeactivate',iVh='onbeforecopy',uTh='onbeforecut',p0h='onbeforeeditfocus',gXh='onbeforepaste',kXh='onbeforeprint',hYh='onbeforeunload',dYh='onbeforeupdate',dMh='onbegin',BBh='onblur',aOh='onbounce',eVh='oncellchange',FNh='onchange',aMh='onclick',iXh='oncontextmenu',aZh='oncontrolselect',CCh='oncopy',uoh='oncut',FYh='ondataavailable',qZh='ondatasetchanged',n0h='ondatasetcomplete',sRh='ondblclick',FUh='ondeactivate',zzh='ondrag',uRh='ondragdrop',zPh='ondragend',sTh='ondragenter',nTh='ondragleave',xRh='ondragover',xTh='ondragstart',qBh='ondrop',inh='onend',gMh='onerror',fXh='onerrorupdate',eYh='onfilterchange',cOh='onfinish',fMh='onfocus',EPh='onfocusin',yRh='onfocusout',dVh='onformchange',wTh='onforminput',AAh='onhelp',hMh='oninput',CPh='oninvalid',DPh='onkeydown',vRh='onkeypress',eMh='onkeyup',nzh='onload',hXh='onlosecapture',xPh='onmessage',qTh='onmousedown',gVh='onmouseenter',bVh='onmouseleave',oTh='onmousemove',zRh='onmouseout',rTh='onmouseover',FPh='onmouseup',fVh='onmousewheel',czh='onmove',APh='onmoveend',yTh='onmovestart',FLh='onpaste',pZh='onpropertychange',x0h='onreadystatechange',iOh='onrepeat',kMh='onreset',ENh='onresize',wRh='onrowenter',bQh='onrowexit',aVh='onrowsdelete',fYh='onrowsinserted',dOh='onscroll',jOh='onselect',jXh='onselectstart',jMh='onstart',fBh='onstop',hOh='onsubmit',bOh='onunload',pAh='onzoom',poh='oopf;',lMh='opacity',qoh='opar;',nah='open',fOh='operator',roh='operp;',soh='oplus;',oxg='optgroup',cMh='optimum',dxg='option',u2h='or',toh='or;',voh='orarr;',woh='ord;',Enh='order',xoh='order;',yoh='orderof;',zoh='ordf',Aoh='ordf;',Boh='ordm',Coh='ordm;',bLh='org.xml.sax.',rCh='orient',pTh='orientation',eAh='origin',Doh='origof;',Eoh='oror;',aph='orslope;',bph='orv;',cph='oscr;',dph='oslash',eph='oslash;',fph='osol;',joh='other',nug='otherwise',gph='otilde',hph='otilde;',iph='otimes;',jph='otimesas;',mph='ouml',nph='ouml;',Cvg='outerproduct',Dqg='output',oph='ovbar;',gOh='overflow',o0h='overline-position',y0h='overline-thickness',ywg='p',CNh='panose-1',pph='par;',qph='para',rph='para;',sph='parallel;',l6h='param',tph='parsim;',uph='parsl;',vph='part;',ovg='partialdiff',heh='path',gSh='pathLength',fSh='pathlength',BMh='pattern',e1h='patternContentUnits',vZh='patternTransform',zVh='patternUnits',d1h='patterncontentunits',uZh='patterntransform',xVh='patternunits',xph='pcy;',yph='percnt;',zph='period;',Aph='permil;',Bph='perp;',Cph='pertenk;',Dph='pfr;',Eph='phi;',Fph='phiv;',aqh='phmmat;',cqh='phone;',v2h='pi',dqh='pi;',k6h='piece',oug='piecewise',seh='ping',eqh='pitchfork;',fqh='piv;',EJg='plaintext',gqh='planck;',hqh='planckh;',iqh='plankv;',uQh='playcount',c5h='plus',jqh='plus;',kqh='plusacir;',lqh='plusb;',nqh='pluscir;',oqh='plusdo;',pqh='plusdu;',qqh='pluse;',rqh='plusmn',sqh='plusmn;',tqh='plussim;',uqh='plustwo;',vqh='pm;',oYh='pointer-events',wqh='pointint;',dIh='points',pQh='pointsAtX',tQh='pointsAtY',nQh='pointsAtZ',oQh='pointsatx',qQh='pointsaty',mQh='pointsatz',ysg='polygon',wtg='polyline',yqh='popf;',yHh='poster',zqh='pound',Aqh='pound;',m6h='power',Bqh='pr;',Cqh='prE;',Dqh='prap;',Eqh='prcue;',y3h='pre',Fqh='pre;',arh='prec;',brh='precapprox;',drh='preccurlyeq;',erh='preceq;',frh='precnapprox;',grh='precneqq;',hrh='precnsim;',irh='precsim;',xtg='prefetch',vXh='preserveAlpha',c1h='preserveAspectRatio',uXh='preservealpha',b1h='preserveaspectratio',jrh='prime;',Eqg='primes',krh='primes;',qYh='primitiveUnits',pYh='primitiveunits',lrh='prnE;',mrh='prnap;',orh='prnsim;',prh='prod;',zsg='product',qrh='profalar;',CMh='profile',rrh='profline;',srh='profsurf;',ytg='progress',oIh='prompt',trh='prop;',urh='propto;',vrh='prsim;',ztg='prsubset',wrh='prurel;',xrh='pscr;',zrh='psi;',Arh='puncsp;',x1h='q',Brh='qfr;',Crh='qint;',Drh='qopf;',Erh='qprime;',Frh='qscr;',ash='quaternions;',bsh='quatint;',csh='quest;',esh='questeq;',fsh='quot',gsh='quot;',Atg='quotient',uSg='r',hsh='rAarr;',ish='rArr;',jsh='rAtail;',ksh='rBarr;',lsh='rHar;',msh='race;',nsh='racute;',wwg='radialGradient',vwg='radialgradient',psh='radic;',iSh='radiogroup',gKh='radius',qsh='raemptyv;',rsh='rang;',ssh='rangd;',tsh='range;',ush='rangle;',vsh='raquo',wsh='raquo;',xsh='rarr;',ysh='rarrap;',Bsh='rarrb;',Csh='rarrbfs;',Dsh='rarrc;',Esh='rarrfs;',Fsh='rarrhk;',ath='rarrlp;',bth='rarrpl;',cth='rarrsim;',dth='rarrtl;',eth='rarrw;',gth='ratail;',hth='ratio;',pug='rationals',ith='rationals;',jth='rbarr;',kth='rbbrk;',lth='rbrace;',mth='rbrack;',nth='rbrke;',oth='rbrksld;',pth='rbrkslu;',rth='rcaron;',sth='rcedil;',tth='rceil;',uth='rcub;',vth='rcy;',wth='rdca;',xth='rdldhar;',yth='rdquo;',zth='rdquor;',Ath='rdsh;',uOh='readonly',f5h='real',Cth='real;',Dth='realine;',Eth='realpart;',n6h='reals',Fth='reals;',h5h='rect',auh='rect;',jfh='refX',Ffh='refY',Eeh='refx',ufh='refy',buh='reg',cuh='reg;',p5g='rel',g5h='reln',z3h='rem',yZh='rendering-intent',yNg='renesis',CKh='repeat',hSh='repeat-max',mSh='repeat-min',FVh='repeat-start',gZh='repeat-template',gUh='repeatCount',yQh='repeatDur',fUh='repeatcount',xQh='repeatdur',fNh='replace',BOh='required',C0h='requiredExtensions',xZh='requiredFeatures',B0h='requiredextensions',wZh='requiredfeatures',EMh='restart',rKh='result',A5g='rev',duh='rfisht;',euh='rfloor;',fuh='rfr;',huh='rhard;',iuh='rharu;',juh='rharul;',kuh='rho;',luh='rhov;',muh='rightarrow;',nuh='rightarrowtail;',ouh='rightharpoondown;',puh='rightharpoonup;',quh='rightleftarrows;',suh='rightleftharpoons;',tuh='rightrightarrows;',uuh='rightsquigarrow;',vuh='rightthreetimes;',wuh='ring;',xuh='risingdotseq;',yuh='rlarr;',zuh='rlhar;',Auh='rlm;',Buh='rmoust;',Duh='rmoustache;',Euh='rnmid;',Fuh='roang;',avh='roarr;',bvh='robrk;',bih='role',i5h='root',cvh='ropar;',dvh='ropf;',evh='roplus;',fLh='rotate',fvh='rotimes;',yOh='rowalign',wOh='rowlines',ahh='rows',nSh='rowspacing',FMh='rowspan',x2h='rp',gvh='rpar;',ivh='rpargt;',jvh='rppolint;',gLh='rquote',kvh='rrarr;',lvh='rsaquo;',mvh='rscr;',nvh='rsh;',eLh='rspace',ovh='rsqb;',pvh='rsquo;',qvh='rsquor;',tZg='rt',rvh='rthree;',tvh='rtimes;',uvh='rtri;',vvh='rtrie;',wvh='rtrif;',xvh='rtriltri;',AGg='ruby',d5h='rule',fth='rules',yvh='ruluhar;',EZg='rx',zvh='rx;',j0g='ry',oOg='s',fPg='s:',Avh='sacute;',l5h='samp',aNh='sandbox',Bvh='sbquo;',Cvh='sc;',Evh='scE;',iwg='scalarproduct',osh='scale',Fvh='scap;',awh='scaron;',bwh='sccue;',cwh='sce;',dwh='scedil;',pJh='scheme',ewh='scirc;',fwh='scnE;',gwh='scnap;',hwh='scnsim;',dsh='scope',zIh='scoped',lwh='scpolint;',hIg='script',eUh='scriptlevel',wXh='scriptminsize',g1h='scriptsizemultiplier',lUh='scrolldelay',wQh='scrolling',mwh='scsim;',nwh='scy;',n5h='sdev',owh='sdot;',pwh='sdotb;',qwh='sdote;',rwh='seArr;',xOh='seamless',swh='searhk;',twh='searr;',uwh='searrow;',B3h='sec',j5h='sech',wwh='sect',xwh='sect;',Bsg='section',vgh='seed',xvg='select',vOh='selected',zQh='selection',Btg='selector',qug='semantics',ywh='semi;',F3h='sep',AQh='separator',lSh='separators',zwh='seswar;',b4h='set',Asg='setdiff',Awh='setminus;',Bwh='setmn;',Cwh='sext;',Dwh='sfr;',Ewh='sfrown;',yrh='shape',eZh='shape-rendering',Fwh='sharp;',bxh='shchcy;',cxh='shcy;',dxh='shortmid;',exh='shortparallel;',vSh='show',fxh='shy',gxh='shy;',hxh='sigma;',ixh='sigmaf;',jxh='sigmav;',kxh='sim;',mxh='simdot;',nxh='sime;',oxh='simeq;',pxh='simg;',qxh='simgE;',rxh='siml;',sxh='simlE;',txh='simne;',uxh='simplus;',vxh='simrarr;',E3h='sin',k5h='sinh',kgh='size',xxh='slarr;',nrh='slope',o6h='small',yxh='smallsetminus;',zxh='smashp;',Axh='smeparsl;',Bxh='smid;',Cxh='smile;',Dxh='smt;',Exh='smte;',Fxh='softcy;',ayh='sol;',cyh='solb;',dyh='solbar;',Dug='solidcolor',eyh='sopf;',Fqg='source',CQh='space',erg='spacer',DMh='spacing',fyh='spades;',gyh='spadesuit;',lhh='span',hyh='spar;',xXh='specification',CZh='specularConstant',AZh='specularExponent',BZh='specularconstant',zZh='specularexponent',Ash='speed',BVh='spreadMethod',AVh='spreadmethod',iyh='sqcap;',jyh='sqcup;',kyh='sqsub;',lyh='sqsube;',nyh='sqsubset;',oyh='sqsubseteq;',pyh='sqsup;',qyh='sqsupe;',ryh='sqsupset;',syh='sqsupseteq;',tyh='squ;',uyh='square;',vyh='squarf;',wyh='squf;',yyh='srarr;',f6g='src',zyh='sscr;',Ayh='ssetmn;',Byh='ssmile;',Cyh='sstarf;',eNh='standby',Dyh='star;',Eyh='starf;',guh='start',kUh='startOffset',jUh='startoffset',iIh='startup',bWh='stdDeviation',aWh='stddeviation',qth='stemh',Bth='stemv',whh='step',iUh='stitchTiles',hUh='stitchtiles',m5h='stop',kSh='stop-color',cWh='stop-opacity',Fyh='straightepsilon;',azh='straightphi;',zOh='stretchy',arg='strike',l1h='strikethrough-position',m1h='strikethrough-thickness',eJh='string',bzh='strns;',AJh='stroke',FZh='stroke-dasharray',u0h='stroke-dashoffset',uYh='stroke-linecap',fZh='stroke-linejoin',v0h='stroke-miterlimit',wYh='stroke-opacity',EVh='stroke-width',brg='strong',BHg='style',A3h='sub',dzh='sub;',ezh='subE;',fzh='subdot;',gzh='sube;',hzh='subedot;',izh='submult;',jzh='subnE;',kzh='subne;',lzh='subplus;',mzh='subrarr;',vYh='subscriptshift',frg='subset',ozh='subset;',pzh='subseteq;',qzh='subseteqq;',rzh='subsetneq;',szh='subsetneqq;',tzh='subsim;',uzh='subsub;',vzh='subsup;',wzh='succ;',xzh='succapprox;',Azh='succcurlyeq;',Bzh='succeq;',Czh='succnapprox;',Dzh='succneqq;',Ezh='succnsim;',Fzh='succsim;',D3h='sum',aAh='sum;',bNh='summary',bAh='sung;',a4h='sup',cAh='sup1',dAh='sup1;',fAh='sup2',gAh='sup2;',hAh='sup3',iAh='sup3;',jAh='sup;',kAh='supE;',lAh='supdot;',mAh='supdsub;',nAh='supe;',oAh='supedot;',EZh='superscriptshift',qAh='suphsub;',rAh='suplarr;',sAh='supmult;',tAh='supnE;',uAh='supne;',vAh='supplus;',wAh='supset;',xAh='supseteq;',yAh='supseteqq;',zAh='supsetneq;',BAh='supsetneqq;',CAh='supsim;',DAh='supsub;',EAh='supsup;',DVh='surfaceScale',CVh='surfacescale',C3h='svg',FAh='swArr;',aBh='swarhk;',bBh='swarr;',cBh='swarrow;',crg='switch',dBh='swnwar;',drg='symbol',vQh='symmetric',tYh='systemLanguage',sYh='systemlanguage',eBh='szlig',gBh='szlig;',tOh='tabindex',cwg='table',dUh='tableValues',cUh='tablevalues',d4h='tan',s5h='tanh',lGh='target',hBh='target;',uMh='targetX',wMh='targetY',tMh='targetx',vMh='targety',iBh='tau;',FBg='tbody',grg='tbreak',jBh='tbrk;',kBh='tcaron;',lBh='tcedil;',mBh='tcy;',fyg='td',nBh='tdot;',oBh='telrec;',sOh='template',Csg='tendsto',Cdh='text',FTh='text-anchor',dZh='text-decoration',mYh='text-rendering',aSh='textLength',Dtg='textPath',qHg='textarea',FRh='textlength',Ctg='textpath',vCg='tfoot',pBh='tfr;',qyg='th',kCg='thead',rBh='there4;',sBh='therefore;',tBh='theta;',uBh='thetasym;',vBh='thetav;',wBh='thickapprox;',lYh='thickmathspace',xBh='thicksim;',oXh='thinmathspace',yBh='thinsp;',zBh='thkap;',ABh='thksim;',CBh='thorn',DBh='thorn;',EBh='tilde;',o5h='time',r6h='times',FBh='times;',aCh='timesb;',bCh='timesbar;',cCh='timesd;',dCh='tint;',fHg='title',u0g='to',eCh='toea;',fCh='top;',hCh='topbot;',iCh='topcir;',jCh='topf;',kCh='topfork;',lCh='tosa;',mCh='tprime;',uBg='tr',nCh='trade;',jQh='transform',rug='transpose',r5h='tref',oCh='triangle;',pCh='triangledown;',qCh='triangleleft;',sCh='trianglelefteq;',tCh='triangleq;',uCh='triangleright;',vCh='trianglerighteq;',wCh='tridot;',xCh='trie;',yCh='triminus;',zCh='triplus;',ACh='trisb;',BCh='tritime;',DCh='trpezium;',q5h='true',ECh='tscr;',FCh='tscy;',aDh='tshcy;',p6h='tspan',bDh='tstrok;',y2h='tt',cDh='twixt;',dDh='twoheadleftarrow;',eDh='twoheadrightarrow;',Bch='type',y1h='u',gZg='u1',BYg='u2',fDh='uArr;',gDh='uHar;',jDh='uacute',kDh='uacute;',lDh='uarr;',kxg='ublic',mDh='ubrcy;',nDh='ubreve;',oDh='ucirc',pDh='ucirc;',qDh='ucy;',rDh='udarr;',sDh='udblac;',uDh='udhar;',vDh='ufisht;',wDh='ufr;',xDh='ugrave',yDh='ugrave;',zDh='uharl;',ADh='uharr;',BDh='uhblk;',z2h='ul',CDh='ulcorn;',DDh='ulcorner;',FDh='ulcrop;',aEh='ultri;',bEh='umacr;',cEh='uml',dEh='uml;',z0h='underline-position',a1h='underline-thickness',sMh='unicode',sVh='unicode-bidi',nXh='unicode-range',s6h='union',tVh='units-per-em',rVh='unselectable',eEh='uogon;',fEh='uopf;',gEh='uparrow;',hEh='updownarrow;',iEh='upharpoonleft;',kEh='upharpoonright;',Dsg='uplimit',lEh='uplus;',mEh='upsi;',nEh='upsih;',oEh='upsilon;',pEh='upuparrows;',qEh='urcorn;',rEh='urcorner;',sEh='urcrop;',tEh='uring;',vEh='urtri;',wEh='uscr;',e4h='use',vFh='usemap',xEh='utdot;',yEh='utilde;',zEh='utri;',AEh='utrif;',BEh='uuarr;',CEh='uuml',DEh='uuml;',EEh='uwangle;',wVh='v-alphabetic',kQh='v-hanging',tXh='v-ideographic',nYh='v-mathematical',aFh='vArr;',bFh='vBar;',cFh='vBarv;',dFh='vDash;',cHh='valign',crh='value',xGh='values',lQh='valuetype',eFh='vangrt;',f4h='var',fFh='varepsilon;',Etg='variance',gFh='varkappa;',hFh='varnothing;',iFh='varphi;',jFh='varpi;',lFh='varpropto;',mFh='varr;',nFh='varrho;',oFh='varsigma;',pFh='vartheta;',qFh='vartriangleleft;',rFh='vartriangleright;',sFh='vcy;',tFh='vdash;',irg='vector',jwg='vectorproduct',uFh='vee;',wFh='veebar;',xFh='veeeq;',yFh='vellip;',zFh='verbar;',AMh='version',eSh='vert-adv-y',rXh='vert-origin-x',sXh='vert-origin-y',AFh='vert;',A0h='verythickmathspace',s0h='verythinmathspace',j1h='veryverythickmathspace',i1h='veryverythinmathspace',BFh='vfr;',u6h='video',t5h='view',zMh='viewBox',dSh='viewTarget',yMh='viewbox',cSh='viewtarget',bSh='visibility',t6h='vkern',xqh='vlink',CFh='vltri;',DFh='vopf;',EFh='vprop;',FFh='vrtri;',bGh='vscr;',nHh='vspace',cGh='vzigzag;',g4h='wbr',dGh='wcirc;',eGh='wedbar;',fGh='wedge;',gGh='wedgeq;',hGh='weierp;',iGh='wfr;',gdh='when',mqh='width',aGh='widths',jGh='wopf;',uVh='word-spacing',kGh='wp;',mGh='wr;',rdh='wrap',nGh='wreath;',vVh='writing-mode',oGh='wscr;',FSg='x',EOh='x-height',v1g='x1',a2g='x2',b0h='xChannelSelector',pGh='xcap;',a0h='xchannelselector',qGh='xcirc;',rGh='xcup;',sGh='xdtri;',tGh='xfr;',uGh='xhArr;',vGh='xharr;',yGh='xi;',zGh='xlArr;',AGh='xlarr;',hRg='xlink',yXh='xlink:actuate',AXh='xlink:arcrole',sSh='xlink:href',rSh='xlink:role',tSh='xlink:show',oUh='xlink:title',qSh='xlink:type',BGh='xmap;',sRg='xml',COh='xml:base',DOh='xml:lang',BQh='xml:space',CQg='xmlns',s1h='xmlns:',nUh='xmlns:xlink',sIg='xmp',CGh='xnis;',DGh='xodot;',EGh='xopf;',FGh='xoplus;',h4h='xor',aHh='xotime;',bHh='xrArr;',dHh='xrarr;',nih='xref',eHh='xscr;',fHh='xsqcup;',gHh='xuplus;',hHh='xutri;',iHh='xvee;',jHh='xwedge;',kTg='y',k1g='y1',F0g='y2',d0h='yChannelSelector',kHh='yacute',lHh='yacute;',mHh='yacy;',c0h='ychannelselector',oHh='ycirc;',pHh='ycy;',qHh='yen',rHh='yen;',sHh='yfr;',tHh='yicy;',uHh='yopf;',vHh='yscr;',lxg='ystem',wHh='yucy;',xHh='yuml',zHh='yuml;',vTg='z',AHh='zacute;',BHh='zcaron;',CHh='zcy;',DHh='zdot;',EHh='zeetrf;',FHh='zeta;',aIh='zfr;',bIh='zhcy;',cIh='zigrarr;',pSh='zoomAndPan',oSh='zoomandpan',eIh='zopf;',fIh='zscr;',gIh='zwj;',hIh='zwnj;',b3g='{',F9g='}',tsg='\u201D cannot be represented as XML 1.0.',eyg='\u201D is not serializable as XML 1.0.',nxg='\u201D without an explicit value seen. The attribute may be dropped by IE7.',rxg='\u201D.';var _,C7h=[0,-9223372036854775808],D7h=[16777216,0],E7h=[4294967295,9223372032559808512];
+function zdi(a){return (this==null?null:this)===(a==null?null:a)}
+function Adi(){return k$h}
+function Bdi(){return this.$H||(this.$H=++D8h)}
+function Cdi(){return (this.tM==v0i||this.tI==2?this.gC():F9h).b+zqg+idi(this.tM==v0i||this.tI==2?this.hC():this.$H||(this.$H=++D8h),4)}
+function xdi(){}
+_=xdi.prototype={};_.eQ=zdi;_.gC=Adi;_.hC=Bdi;_.tS=Cdi;_.toString=function(){return this.tS()};_.tM=v0i;_.tI=1;function agi(c){var a,b;a=c.gC().b;b=c.Bb();if(b!=null){return a+Aqg+b}else{return a}}
+function bgi(){return q$h}
+function cgi(){return this.b}
+function dgi(){return agi(this)}
+function Efi(){}
+_=Efi.prototype=new xdi();_.gC=bgi;_.Bb=cgi;_.tS=dgi;_.tI=3;_.b=null;function Bci(b,a){b.b=a;return b}
+function Dci(){return g$h}
+function Aci(){}
+_=Aci.prototype=new Efi();_.gC=Dci;_.tI=4;function Edi(b,a){b.b=a;return b}
+function aei(){return l$h}
+function Ddi(){}
+_=Ddi.prototype=new Aci();_.gC=aei;_.tI=5;function a8h(b,a){Bci(b,rZg+h8h(a)+iwh+e8h(a)+(a!=null&&(a.tM!=v0i&&a.tI!=2)?i8h(o9h(a)):cNh));h8h(a);e8h(a);f8h(a);return b}
+function c8h(){return E9h}
+function e8h(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return d8h(o9h(a))}else{return a+cNh}}
+function d8h(a){return a==null?null:a.message}
+function f8h(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return o9h(a)}else{return null}}
+function h8h(a){if(a==null){return rQh}else if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return g8h(o9h(a))}else if(a!=null&&n9h(a.tI,1)){return aUh}else{return (a.tM==v0i||a.tI==2?a.gC():F9h).b}}
+function g8h(a){return a==null?null:a.name}
+function i8h(a){var b=cNh;for(prop in a){if(prop!=pXh&&prop!=E0h){b+=n4h+prop+Aqg+a[prop]}}return b}
+function F7h(){}
+_=F7h.prototype=new Ddi();_.gC=c8h;_.tI=6;function q8h(){return function(){}}
+function s8h(b,a){return b.tM==v0i||b.tI==2?b.eQ(a):(b==null?null:b)===(a==null?null:a)}
+function w8h(a){return a.tM==v0i||a.tI==2?a.hC():a.$H||(a.$H=++D8h)}
+var D8h=0;function c9h(e,c){var d=[null,0,false,[0,0]];var f=d[e];var a=new Array(c);for(var b=0;b<c;++b){a[b]=f}return a}
+function d9h(){return this.aC}
+function e9h(a,f,c,b,e){var d;d=c9h(e,b);f9h(a,f,c,d);return d}
+function f9h(b,d,c,a){if(!g9h){g9h=new E8h()}j9h(a,g9h);a.aC=b;a.tI=d;a.qI=c;return a}
+function h9h(a,b,c){if(c!=null){if(a.qI>0&&!m9h(c.tI,a.qI)){throw new Ebi()}if(a.qI<0&&(c.tM==v0i||c.tI==2)){throw new Ebi()}}return a[b]=c}
+function j9h(a,c){for(var b in c){var d=c[b];if(d){a[b]=d}}return a}
+function E8h(){}
+_=E8h.prototype=new xdi();_.gC=d9h;_.tI=0;_.aC=null;_.length=0;_.qI=0;var g9h=null;function n9h(b,a){return b&&!!B9h[b][a]}
+function m9h(b,a){return b&&B9h[b][a]}
+function p9h(b,a){if(b!=null&&!m9h(b.tI,a)){throw new eci()}return b}
+function o9h(a){if(a!=null&&(a.tM==v0i||a.tI==2)){throw new eci()}return a}
+function s9h(b,a){return b!=null&&n9h(b.tI,a)}
+var B9h=[{},{},{1:1,6:1,7:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1,19:1},{4:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{6:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{7:1},{7:1},{2:1,6:1},{2:1,6:1},{18:1},{14:1},{14:1},{14:1},{15:1},{15:1},{6:1,15:1},{6:1,16:1},{6:1,15:1},{2:1,6:1,17:1},{6:1,8:1},{6:1,8:1},{6:1,8:1},{20:1},{3:1},{9:1},{10:1},{11:1},{21:1},{2:1,6:1,22:1},{2:1,6:1,22:1},{12:1},{13:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1}];function gai(a){if(a!=null&&n9h(a.tI,2)){return a}return a8h(new F7h(),a)}
+function rai(d,c){var a,b;c%=1.8446744073709552E19;d%=1.8446744073709552E19;a=c%4294967296;b=Math.floor(d/4294967296)*4294967296;c=c-a+b;d=d-b+a;while(d<0){d+=4294967296;c-=4294967296}while(d>4294967295){d-=4294967296;c+=4294967296}c=c%1.8446744073709552E19;while(c>9223372032559808512){c-=1.8446744073709552E19}while(c<-9223372036854775808){c+=1.8446744073709552E19}return [d,c]}
+function sai(a){if(isNaN(a)){return mai(),pai}if(a<-9223372036854775808){return mai(),oai}if(a>=9223372036854775807){return mai(),nai}if(a>0){return rai(Math.floor(a),0)}else{return rai(Math.ceil(a),0)}}
+function tai(c){var a,b;if(c>-129&&c<128){a=c+128;b=(jai(),kai)[a];if(b==null){b=kai[a]=uai(c)}return b}return uai(c)}
+function uai(a){if(a>=0){return [a,0]}else{return [a+4294967296,-4294967296]}}
+function jai(){jai=v0i;kai=e9h(dai,53,13,256,0)}
+var kai;function mai(){mai=v0i;Math.log(2);nai=E7h;oai=C7h;tai(-1);tai(1);tai(2);pai=tai(0)}
+var nai,oai,pai;function gbi(){gbi=v0i;obi=fji(new eji());sbi(new bbi())}
+function fbi(a){if(a.b){clearInterval(a.c)}else{clearTimeout(a.c)}lji(obi,a)}
+function hbi(a){if(!a.b){lji(obi,a)}rni(a)}
+function ibi(b,a){if(a<=0){throw Fci(new Eci(),Bqg)}fbi(b);b.b=false;b.c=lbi(b,a);gji(obi,b)}
+function lbi(b,a){return setTimeout(function(){b.zb()},a)}
+function mbi(){hbi(this)}
+function nbi(){return b$h}
+function abi(){}
+_=abi.prototype=new xdi();_.zb=mbi;_.gC=nbi;_.tI=0;_.b=false;_.c=0;var obi;function dbi(){while((gbi(),obi).b>0){fbi(p9h(iji(obi,0),3))}}
+function ebi(){return a$h}
+function bbi(){}
+_=bbi.prototype=new xdi();_.gC=ebi;_.tI=7;
+function sbi(a){ybi();if(!tbi){tbi=fji(new eji())}gji(tbi,a)}
+function ubi(){var a;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);dbi()}}}
+function vbi(){var a,b;b=null;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);b=null}}return b}
+function xbi(){__gwt_initHandlers(function(){},function(){return vbi()},function(){ubi()})}
+function ybi(){if(!wbi){xbi();wbi=true}}
+var tbi=null,wbi=false;function Fbi(b,a){b.b=a;return b}
+function bci(){return c$h}
+function Ebi(){}
+_=Ebi.prototype=new Ddi();_.gC=bci;_.tI=9;function ici(c,a){var b;b=new dci();b.b=c+a;b.a=4;return b}
+function jci(c,a){var b;b=new dci();b.b=c+a;return b}
+function kci(c,a){var b;b=new dci();b.b=c+a;b.a=8;return b}
+function mci(){return e$h}
+function nci(){return ((this.a&2)!=0?kug:(this.a&1)!=0?cNh:zxg)+this.b}
+function dci(){}
+_=dci.prototype=new xdi();_.gC=mci;_.tS=nci;_.tI=0;_.a=0;_.b=null;function gci(){return d$h}
+function eci(){}
+_=eci.prototype=new Ddi();_.gC=gci;_.tI=12;function vci(a){return this.b-a.b}
+function wci(a){return (this==null?null:this)===(a==null?null:a)}
+function xci(){return f$h}
+function yci(){return this.$H||(this.$H=++D8h)}
+function zci(){return this.a}
+function tci(){}
+_=tci.prototype=new xdi();_.cT=vci;_.eQ=wci;_.gC=xci;_.hC=yci;_.tS=zci;_.tI=13;_.a=null;_.b=0;function Fci(b,a){b.b=a;return b}
+function bdi(){return h$h}
+function Eci(){}
+_=Eci.prototype=new Ddi();_.gC=bdi;_.tI=14;function ddi(b,a){b.b=a;return b}
+function fdi(){return i$h}
+function cdi(){}
+_=cdi.prototype=new Ddi();_.gC=fdi;_.tI=15;function idi(f,e){var a,b,c,d;c=~~(32/e);a=(1<<e)-1;b=e9h(A_h,42,-1,c,1);d=c-1;if(f>=0){while(f>a){b[d--]=(udi(),vdi)[f&a];f>>=e}}else{while(d>0){b[d--]=(udi(),vdi)[f&a];f>>=e}}b[d]=(udi(),vdi)[f&a];return ofi(b,d,c)}
+function rdi(){return j$h}
+function pdi(){}
+_=pdi.prototype=new Ddi();_.gC=rdi;_.tI=16;function udi(){udi=v0i;vdi=f9h(A_h,42,-1,[48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122])}
+var vdi;function efi(b,a){if(!(a!=null&&n9h(a.tI,1))){return false}return String(b)==a}
+function ffi(f,c,d,a,b){var e;for(e=c;e<d;++e){a[b++]=f.charCodeAt(e)}}
+function lfi(c){var a,b;b=c.length;a=e9h(A_h,42,-1,b,1);ffi(c,0,b,a,0);return a}
+function mfi(b,c,a){if(c<0){throw Fei(new Eei(),c)}if(a<c){throw Fei(new Eei(),a-c)}if(a>b){throw Fei(new Eei(),a)}}
+function ofi(c,b,a){c=c.slice(b,a);return String.fromCharCode.apply(null,c)}
+function qfi(b,a){b=String(b);if(b==a){return 0}return b<a?-1:1}
+function pfi(a){return qfi(this,a)}
+function rfi(a){return efi(this,a)}
+function sfi(){return p$h}
+function tfi(){return iei(this)}
+function ufi(){return this}
+function xfi(d,c,a){var b;b=c+a;mfi(d.length,c,b);return ofi(d,c,b)}
+_=String.prototype;_.cT=pfi;_.eQ=rfi;_.gC=sfi;_.hC=tfi;_.tS=ufi;_.tI=2;function dei(){dei=v0i;eei={};hei={}}
+function fei(e){var a,b,c,d;d=e.length;c=d<64?1:~~(d/32);a=0;for(b=0;b<d;b+=c){a<<=1;a+=e.charCodeAt(b)}a|=0;return a}
+function iei(c){dei();var a=iBg+c;var b=hei[a];if(b!=null){return b}b=eei[a];if(b==null){b=fei(c)}jei();return hei[a]=b}
+function jei(){if(gei==256){eei=hei;hei={};gei=0}++gei}
+var eei,gei=0,hei;function mei(a){a.a=tei(new rei());return a}
+function nei(a,b){uei(a.a,b);return a}
+function pei(){return m$h}
+function qei(){return zei(this.a)}
+function kei(){}
+_=kei.prototype=new xdi();_.gC=pei;_.tS=qei;_.tI=17;function tei(a){a.b=e9h(D_h,48,1,0,0);return a}
+function uei(b,c){var a;if(c==null){c=rQh}a=c.length;if(a>0){b.b[b.a++]=c;b.c+=a;if(b.a>1024){zei(b);b.b.length=1024}}return b}
+function wei(f,e,d,a,b){var c;mfi(f.c,e,d);mfi(a.length,b,b+(d-e));c=zei(f);while(e<d){a[b++]=c.charCodeAt(e++)}}
+function yei(d,b){var c,a;c=d.c;if(b<c){a=zei(d);d.b=f9h(D_h,48,1,[a.substr(0,b-0),cNh,a.substr(c,a.length-c)]);d.a=3;d.c+=cNh.length-(c-b)}else if(b>c){uei(d,String.fromCharCode.apply(null,e9h(A_h,42,-1,b-c,1)))}}
+function zei(b){var a;if(b.a!=1){b.b.length=b.a;a=b.b.join(cNh);b.b=f9h(D_h,48,1,[a]);b.a=1}return b.b[0]}
+function Aei(){return n$h}
+function Dei(){return zei(this)}
+function rei(){}
+_=rei.prototype=new xdi();_.gC=Aei;_.tS=Dei;_.tI=18;_.a=0;_.c=0;function Fei(b,a){b.b=xEg+a;return b}
+function bfi(){return o$h}
+function Eei(){}
+_=Eei.prototype=new cdi();_.gC=bfi;_.tI=19;function Afi(h,j,a,d,g){var b,c,e,f,i,k,l;if(h==null||a==null){throw new pdi()}k=(h.tM==v0i||h.tI==2?h.gC():F9h).b;e=(a.tM==v0i||a.tI==2?a.gC():F9h).b;if(k.charCodeAt(0)!=91||e.charCodeAt(0)!=91){throw Fbi(new Ebi(),gIg)}if(k.charCodeAt(1)!=e.charCodeAt(1)){throw Fbi(new Ebi(),vLg)}l=h.length;f=a.length;if(j<0||d<0||g<0||j+g>l||d+g>f){throw new cdi()}if((k.charCodeAt(1)==76||k.charCodeAt(1)==91)&&!efi(k,e)){i=p9h(h,5);b=p9h(a,5);if((h==null?null:h)===(a==null?null:a)&&j<d){j+=g;for(c=d+g;c-->d;){h9h(b,c,i[--j])}}else{for(c=d+g;d<c;){h9h(b,d++,i[j++])}}}else{Array.prototype.splice.apply(a,[d,g].concat(h.slice(j,j+g)))}}
+function fgi(b,a){b.b=a;return b}
+function hgi(){return r$h}
+function egi(){}
+_=egi.prototype=new Ddi();_.gC=hgi;_.tI=20;function jgi(a,b){var c;while(a.Eb()){c=a.ac();if(b==null?c==null:s8h(b,c)){return a}}return null}
+function lgi(a){throw fgi(new egi(),ePg)}
+function mgi(b){var a;a=jgi(this.Fb(),b);return !!a}
+function ngi(){return s$h}
+function ogi(){var a,b,c;c=mei(new kei());a=null;uei(c.a,tSg);b=this.Fb();while(b.Eb()){if(a!=null){uei(c.a,a)}else{a=cWg}nei(c,cNh+b.ac())}uei(c.a,sZg);return zei(c.a)}
+function igi(){}
+_=igi.prototype=new xdi();_.vb=lgi;_.wb=mgi;_.gC=ngi;_.tS=ogi;_.tI=0;function vii(c){var a,b,d,e,f;if((c==null?null:c)===(this==null?null:this)){return true}if(!(c!=null&&n9h(c.tI,16))){return false}e=p9h(c,16);if(p9h(this,16).d!=e.d){return false}for(b=sgi(new rgi(),xgi(new qgi(),e).a);Bhi(b.a);){a=p9h(Chi(b.a),14);d=a.Ab();f=a.Cb();if(!(d==null?p9h(this,16).c:d!=null?thi(p9h(this,16),d):shi(p9h(this,16),d,~~iei(d)))){return false}if(!pli(f,d==null?p9h(this,16).b:d!=null?p9h(this,16).e[iBg+d]:phi(p9h(this,16),d,~~iei(d)))){return false}}return true}
+function wii(){return C$h}
+function xii(){var a,b,c;c=0;for(b=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(b.a);){a=p9h(Chi(b.a),14);c+=a.hC();c=~~c}return c}
+function yii(){var a,b,c,d;d=b3g;a=false;for(c=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(c.a);){b=p9h(Chi(c.a),14);if(a){d+=cWg}else{a=true}d+=cNh+b.Ab();d+=q6g;d+=cNh+b.Cb()}return d+F9g}
+function nii(){}
+_=nii.prototype=new xdi();_.eQ=vii;_.gC=wii;_.hC=xii;_.tS=yii;_.tI=0;function khi(g,c){var e=g.a;for(var d in e){if(d==parseInt(d)){var a=e[d];for(var f=0,b=a.length;f<b;++f){c.vb(a[f])}}}}
+function lhi(e,a){var d=e.e;for(var c in d){if(c.charCodeAt(0)==58){var b=jhi(e,c.substring(1));a.vb(b)}}}
+function mhi(a){a.a=[];a.e={};a.c=false;a.b=null;a.d=0}
+function ohi(b,a){return a==null?b.c:a!=null?iBg+a in b.e:shi(b,a,~~iei(a))}
+function rhi(b,a){return a==null?b.b:a!=null?b.e[iBg+a]:phi(b,a,~~iei(a))}
+function phi(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return c.Cb()}}}return null}
+function shi(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return true}}}return false}
+function thi(b,a){return iBg+a in b.e}
+function uhi(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function vhi(){return x$h}
+function pgi(){}
+_=pgi.prototype=new nii();_.yb=uhi;_.gC=vhi;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=0;_.e=null;function bji(b){var a,c,d;if((b==null?null:b)===(this==null?null:this)){return true}if(!(b!=null&&n9h(b.tI,18))){return false}c=p9h(b,18);if(c.a.d!=this.bc()){return false}for(a=sgi(new rgi(),c.a);Bhi(a.a);){d=p9h(Chi(a.a),14);if(!this.wb(d)){return false}}return true}
+function cji(){return E$h}
+function dji(){var a,b,c;a=0;for(b=this.Fb();b.Eb();){c=b.ac();if(c!=null){a+=w8h(c);a=~~a}}return a}
+function Fii(){}
+_=Fii.prototype=new igi();_.eQ=bji;_.gC=cji;_.hC=dji;_.tI=0;function xgi(b,a){b.a=a;return b}
+function zgi(c){var a,b,d;if(c!=null&&n9h(c.tI,14)){a=p9h(c,14);b=a.Ab();if(ohi(this.a,b)){d=rhi(this.a,b);return eki(a.Cb(),d)}}return false}
+function Agi(){return u$h}
+function Bgi(){return sgi(new rgi(),this.a)}
+function Cgi(){return this.a.d}
+function qgi(){}
+_=qgi.prototype=new Fii();_.wb=zgi;_.gC=Agi;_.Fb=Bgi;_.bc=Cgi;_.tI=21;_.a=null;function sgi(c,b){var a;c.b=b;a=fji(new eji());if(c.b.c){gji(a,Egi(new Dgi(),c.b))}lhi(c.b,a);khi(c.b,a);c.a=zhi(new xhi(),a);return c}
+function ugi(){return t$h}
+function vgi(){return Bhi(this.a)}
+function wgi(){return p9h(Chi(this.a),14)}
+function rgi(){}
+_=rgi.prototype=new xdi();_.gC=ugi;_.Eb=vgi;_.ac=wgi;_.tI=0;_.a=null;_.b=null;function qii(b){var a;if(b!=null&&n9h(b.tI,14)){a=p9h(b,14);if(pli(this.Ab(),a.Ab())&&pli(this.Cb(),a.Cb())){return true}}return false}
+function rii(){return B$h}
+function sii(){var a,b;a=0;b=0;if(this.Ab()!=null){a=iei(this.Ab())}if(this.Cb()!=null){b=w8h(this.Cb())}return a^b}
+function tii(){return this.Ab()+q6g+this.Cb()}
+function oii(){}
+_=oii.prototype=new xdi();_.eQ=qii;_.gC=rii;_.hC=sii;_.tS=tii;_.tI=22;function Egi(b,a){b.a=a;return b}
+function ahi(){return v$h}
+function bhi(){return null}
+function chi(){return this.a.b}
+function Dgi(){}
+_=Dgi.prototype=new oii();_.gC=ahi;_.Ab=bhi;_.Cb=chi;_.tI=23;_.a=null;function ehi(c,a,b){c.b=b;c.a=a;return c}
+function ghi(){return w$h}
+function hhi(){return this.a}
+function ihi(){return this.b.e[iBg+this.a]}
+function jhi(b,a){return ehi(new dhi(),a,b)}
+function dhi(){}
+_=dhi.prototype=new oii();_.gC=ghi;_.Ab=hhi;_.Cb=ihi;_.tI=24;_.a=null;_.b=null;function gii(a){this.ub(this.bc(),a);return true}
+function fii(b,a){throw fgi(new egi(),obh)}
+function hii(a,b){if(a<0||a>=b){lii(a,b)}}
+function iii(e){var a,b,c,d,f;if((e==null?null:e)===(this==null?null:this)){return true}if(!(e!=null&&n9h(e.tI,15))){return false}f=p9h(e,15);if(this.bc()!=f.bc()){return false}c=this.Fb();d=f.Fb();while(c.a<c.b.bc()){a=Chi(c);b=Chi(d);if(!(a==null?b==null:s8h(a,b))){return false}}return true}
+function jii(){return A$h}
+function kii(){var a,b,c;b=1;a=this.Fb();while(a.a<a.b.bc()){c=Chi(a);b=31*b+(c==null?0:w8h(c));b=~~b}return b}
+function lii(a,b){throw ddi(new cdi(),Deh+a+mih+b)}
+function mii(){return zhi(new xhi(),this)}
+function whi(){}
+_=whi.prototype=new igi();_.vb=gii;_.ub=fii;_.eQ=iii;_.gC=jii;_.hC=kii;_.Fb=mii;_.tI=25;function zhi(b,a){b.b=a;return b}
+function Bhi(a){return a.a<a.b.bc()}
+function Chi(a){if(a.a>=a.b.bc()){throw new hli()}return a.b.Db(a.a++)}
+function Dhi(){return y$h}
+function Ehi(){return this.a<this.b.bc()}
+function Fhi(){return Chi(this)}
+function xhi(){}
+_=xhi.prototype=new xdi();_.gC=Dhi;_.Eb=Ehi;_.ac=Fhi;_.tI=0;_.a=0;_.b=null;function bii(b,a){b.b=a;return b}
+function dii(){return z$h}
+function aii(){}
+_=aii.prototype=new xhi();_.gC=dii;_.tI=0;function Bii(b,a){var c;c=Dki(this,b);yki(c.d,a,c.b);++c.a;c.c=null}
+function Dii(c){var a,d;d=Dki(this,c);try{return nki(d)}catch(a){a=gai(a);if(s9h(a,17)){throw ddi(new cdi(),Blh+c)}else throw a}}
+function Cii(){return D$h}
+function Eii(){return bii(new aii(),this)}
+function zii(){}
+_=zii.prototype=new whi();_.ub=Bii;_.Db=Dii;_.gC=Cii;_.Fb=Eii;_.tI=26;function fji(a){a.a=e9h(C_h,47,0,0,0);a.b=0;return a}
+function gji(b,a){h9h(b.a,b.b++,a);return true}
+function iji(b,a){hii(a,b.b);return b.a[a]}
+function jji(c,b,a){for(;a<c.b;++a){if(pli(b,c.a[a])){return a}}return -1}
+function lji(d,c){var a,b;a=jji(d,c,0);if(a==-1){return false}b=(hii(a,d.b),d.a[a]);d.a.splice(a,1);--d.b;return true}
+function nji(a){return h9h(this.a,this.b++,a),true}
+function mji(a,b){if(a<0||a>this.b){lii(a,this.b)}this.a.splice(a,0,b);++this.b}
+function oji(a){return jji(this,a,0)!=-1}
+function qji(a){return hii(a,this.b),this.a[a]}
+function pji(){return F$h}
+function rji(){return this.b}
+function eji(){}
+_=eji.prototype=new whi();_.vb=nji;_.ub=mji;_.wb=oji;_.Db=qji;_.gC=pji;_.bc=rji;_.tI=27;_.a=null;_.b=0;function wji(f,b){var a,c,d,e;c=0;a=f.length-1;while(c<=a){d=c+(a-c>>1);e=f[d];if(e<b){c=d+1}else if(e>b){a=d-1}else{return d}}return -c-1}
+function xji(h,d,a){var b,c,e,f,g;if(!a){a=(Eji(),Fji)}e=0;c=h.length-1;while(e<=c){f=e+(c-e>>1);g=h[f];b=g.cT(d);if(b<0){e=f+1}else if(b>0){c=f-1}else{return f}}return -e-1}
+function Eji(){Eji=v0i;Fji=new Bji()}
+var Fji;function Dji(){return a_h}
+function Bji(){}
+_=Bji.prototype=new xdi();_.gC=Dji;_.tI=0;function cki(a){mhi(a);return a}
+function eki(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function fki(){return b_h}
+function bki(){}
+_=bki.prototype=new pgi();_.gC=fki;_.tI=28;function xki(a){a.a=ski(new rki());a.b=0;return a}
+function yki(c,a,b){tki(new rki(),a,b);++c.b}
+function zki(b,a){tki(new rki(),a,b.a);++b.b}
+function Aki(a){a.a=ski(new rki());a.b=0}
+function Cki(a){Fki(a);return a.a.b.c}
+function Dki(d,b){var a,c;if(b<0||b>d.b){lii(b,d.b)}if(b>=d.b>>1){c=d.a;for(a=d.b;a>b;--a){c=c.b}}else{c=d.a.a;for(a=0;a<b;++a){c=c.a}}return kki(new iki(),b,c,d)}
+function Eki(b){var a;Fki(b);--b.b;a=b.a.b;a.a.b=a.b;a.b.a=a.a;a.a=a.b=a;return a.c}
+function Fki(a){if(a.b==0){throw new hli()}}
+function ali(a){tki(new rki(),a,this.a);++this.b;return true}
+function bli(){return e_h}
+function cli(){return this.b}
+function hki(){}
+_=hki.prototype=new zii();_.vb=ali;_.gC=bli;_.bc=cli;_.tI=29;_.a=null;_.b=0;function kki(d,a,b,c){d.d=c;d.b=b;d.a=a;return d}
+function nki(a){if(a.b==a.d.a){throw new hli()}a.c=a.b;a.b=a.b.a;++a.a;return a.c.c}
+function oki(){return c_h}
+function pki(){return this.b!=this.d.a}
+function qki(){return nki(this)}
+function iki(){}
+_=iki.prototype=new xdi();_.gC=oki;_.Eb=pki;_.ac=qki;_.tI=0;_.a=0;_.b=null;_.c=null;_.d=null;function ski(a){a.a=a.b=a;return a}
+function tki(b,c,a){b.c=c;b.a=a;b.b=a.b;a.b.a=b;a.b=b;return b}
+function wki(){return d_h}
+function rki(){}
+_=rki.prototype=new xdi();_.gC=wki;_.tI=0;_.a=null;_.b=null;_.c=null;function jli(){return f_h}
+function hli(){}
+_=hli.prototype=new Ddi();_.gC=jli;_.tI=30;function pli(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function sli(){sli=v0i;tli=rli(new qli(),kph,0);rli(new qli(),zsh,1);rli(new qli(),jwh,2);rli(new qli(),yzh,3);rli(new qli(),hDh,4)}
+function rli(c,a,b){sli();c.a=a;c.b=b;return c}
+function uli(){return g_h}
+function qli(){}
+_=qli.prototype=new tci();_.gC=uli;_.tI=31;var tli;function xli(){xli=v0i;Ali=wli(new vli(),wGh,0);yli=wli(new vli(),fKh,1);zli=wli(new vli(),lLh,2)}
+function wli(c,a,b){xli();c.a=a;c.b=b;return c}
+function Bli(){return h_h}
+function vli(){}
+_=vli.prototype=new tci();_.gC=Bli;_.tI=32;var yli,zli,Ali;function Fli(){Fli=v0i;ami=Eli(new Dli(),wLh,0);cmi=Eli(new Dli(),bMh,1);bmi=Eli(new Dli(),mMh,2)}
+function Eli(c,a,b){Fli();c.a=a;c.b=b;return c}
+function dmi(){return i_h}
+function Dli(){}
+_=Dli.prototype=new tci();_.gC=dmi;_.tI=33;var ami,bmi,cmi;function CYi(){CYi=v0i;l0i=lfi(xMh);k0i=f9h(D_h,48,1,[dNh,oNh,zNh,eOh,pOh,AOh]);m0i=f9h(D_h,48,1,[fPh,qPh,BPh,gQh,sQh,DQh,iRh,tRh,ERh,jSh,uSh,FSh,kTh,vTh,bUh,mUh,xUh,cVh,nVh,yVh,dWh,oWh,zWh,eXh,qXh,BXh,gYh,rYh,CYh,hZh,sZh,DZh,i0h,t0h,F0h,k1h,v1h,a2h,l2h,w2h,b3h,m3h,x3h,c4h,o4h,z4h,e5h,p5h,A5h,f6h,q6h,B6h,g7h,r7h,Cqg])}
+function eYi(d,a){var b,c;c=d.g+1;if(c>d.f.length){b=e9h(A_h,42,-1,c,1);Afi(d.f,0,b,0,d.g);d.f=b}d.f[d.g]=a;d.g=c}
+function fYi(c,a){var b;FUi(a,c,c.u);if(c.j>=1){b=c.y[1];if(b.c==3){lmi(c,b.e,a)}}}
+function gYi(u,m){var a,b,c,d,e,f,g,h,i,j,k,l,n,o,p,q;rZi(u);for(;;){f=u.s;while(f>-1){l=u.r[f];if(!l){f=-1;break}else if(l.d==m){break}--f}if(f==-1){return}e=u.r[f];g=u.j;j=true;while(g>-1){o=u.y[g];if(o==e){break}else if(o.i){j=false}--g}if(g==-1){c0i(u,f);return}if(!j){return}i=g+1;while(i<=u.j){o=u.y[i];if(o.i||o.j){break}++i}if(i>u.j){while(u.j>=g){EZi(u)}c0i(u,f);return}c=u.y[g-1];h=u.y[i];a=f;q=i;k=h;for(;;){--q;o=u.y[q];p=iZi(u,o);if(p==-1){d0i(u,q);--i;continue}if(q==g){break}if(q==i){a=p+1}b=smi(u,hrg,o.d,xUi(o.a));n=CVi(new AVi(),o.c,o.f,o.d,b,o.i,o.j,o.b,o.g,o.a);o.a=null;u.y[q]=n;++n.h;u.r[p]=n;--o.h;--o.h;o=n;vmi(u,k.e);qmi(u,k.e,o.e);k=o}if(c.b){vmi(u,k.e);wZi(u,k.e)}else{vmi(u,k.e);qmi(u,k.e,c.e)}b=smi(u,hrg,e.d,xUi(e.a));d=CVi(new AVi(),e.c,e.f,e.d,b,e.i,e.j,e.b,e.g,e.a);e.a=null;nmi(u,h.e,b);qmi(u,b,h.e);c0i(u,f);xZi(u,d,a);d0i(u,g);yZi(u,d,i)}}
+function vYi(c,b){var a;++c.s;if(c.s==c.r.length){a=e9h(aai,51,11,c.r.length+64,0);Afi(c.r,0,a,0,c.r.length);c.r=a}c.r[c.s]=b}
+function hYi(d,a){var b,c;FUi(a,d,d.u);b=umi(d,a);c=DVi(new AVi(),hrg,(wHi(),gNi),b);a0i(d,c)}
+function nYi(f,e,b,a){var c,d;rZi(f);FUi(a,f,f.u);c=smi(f,e,b.e,a);qmi(f,c,f.y[f.j].e);d=DVi(new AVi(),e,b,c);a0i(f,d)}
+function lYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=EVi(new AVi(),f,c,d,g);a0i(h,e)}
+function mYi(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=tmi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=DVi(new AVi(),f,c,d);a0i(g,e)}
+function jYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.a;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,(wHi(),qMi)==c);a0i(h,e)}
+function kYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,false);a0i(h,e)}
+function oYi(e,a){var b,c,d;rZi(e);FUi(a,e,e.u);c=smi(e,hrg,srg,a);e.m=c;b=e.y[e.j];if(b.b){wZi(e,c)}else{qmi(e,c,b.e)}d=DVi(new AVi(),hrg,(wHi(),rMi),c);a0i(e,d)}
+function pYi(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=smi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=aWi(new AVi(),f,c,d,xUi(a));a0i(g,e);vYi(g,e);++e.h}
+function qYi(d,a){var b,c;rZi(d);FUi(a,d,d.u);b=smi(d,hrg,Drg,a);qmi(d,b,d.y[d.j].e);d.o=b;c=DVi(new AVi(),hrg,(wHi(),cNi),b);a0i(d,c)}
+function sYi(f,e,d,a){var b,c;rZi(f);FUi(a,f,f.u);c=tmi(f,e,d,a);b=f.y[f.j];if(b.b){wZi(f,c)}else{qmi(f,c,b.e)}wmi(f,e,d,c)}
+function tYi(g,e,c,a){var b,d,f;rZi(g);f=c.e;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+function rYi(g,e,c,a){var b,d,f;rZi(g);f=c.a;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+function wYi(b){var a;for(a=0;a<b.g;++a){switch(b.f[a]){case 32:case 9:case 10:case 12:continue;default:return true;}}return false}
+function xYi(p,a,o,e){var c,d;if(p.v){if(a[o]==10){++o;--e;if(e==0){return}}p.v=false}switch(p.t){case 6:case 12:case 8:b0i(p);case 20:pHi(p,a,o,e);return;default:c=o+e;b:for(d=o;d<c;++d){switch(a[d]){case 32:case 9:case 10:case 12:switch(p.t){case 0:case 1:case 2:o=d+1;continue;case 21:case 3:case 4:case 5:case 9:case 16:case 17:continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 15:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;case 18:case 19:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;}default:switch(p.t){case 0:aZi(p,(xli(),zli));p.t=1;--d;continue;case 1:hYi(p,AWi(p.z));p.t=2;--d;continue;case 2:if(o<d){pHi(p,a,o,d-o);o=d}qYi(p,(wUi(),bVi));p.t=3;--d;continue;case 3:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=5;--d;continue;case 4:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=3;--d;continue;case 5:if(o<d){pHi(p,a,o,d-o);o=d}nYi(p,hrg,(wHi(),cJi),AWi(p.z));p.t=21;--d;continue;case 21:p.t=6;--d;continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 9:if(o<d){pHi(p,a,o,d-o);o=d}if(p.j==0){o=d+1;continue}EZi(p);p.t=7;--d;continue;break b;case 15:p.t=6;--d;continue;case 16:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 17:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 18:p.t=6;--d;continue;case 19:p.t=16;--d;continue;}}}if(o<c){pHi(p,a,o,c-o)}}}
+function yYi(e,a){var b,c,d;b=EUi(a,(koi(),nsi));d=null;if(b!=null){d=n0i(b)}if(d==null){c=EUi(a,pri);if(c!=null){e.z.jb=true}}else{e.z.jb=true}}
+function zYi(b,a){if(pVi(a)){return a}else{switch(b.u.b){case 0:return a;case 2:return mVi(a);case 1:gZi(b,isg+a+tsg);}}return null}
+function AYi(e,a){while(e.j>a){EZi(e)}}
+function BYi(a){while(a.s>-1){if(!a.r[a.s]){--a.s;return}--a.r[a.s].h;--a.s}}
+function DYi(e,a){tZi(e);while(e.j>=a){EZi(e)}BYi(e);e.t=11;return}
+function EYi(h,a,g,f){var c,d,e;h.v=false;if(!h.A){return}b:for(;;){switch(h.l){case 0:break b;default:switch(h.t){case 0:case 1:case 18:case 19:omi(h,(c=g+f,mfi(a.length,g,c),ofi(a,g,c)));return;case 15:rZi(h);pmi(h,h.y[0].e,(d=g+f,mfi(a.length,g,d),ofi(a,g,d)));return;default:break b;}}}rZi(h);pmi(h,h.y[h.j].e,(e=g+f,mfi(a.length,g,e),ofi(a,g,e)));return}
+function FYi(f,c,d,e,b){f.v=false;a:for(;;){switch(f.l){case 0:break a;default:switch(f.t){case 0:switch(f.k.b){case 0:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(zNh,d)&&(e==null||efi(Esg,e))||efi(AOh,d)&&(e==null||efi(jtg,e))||efi(utg,d)&&efi(Ftg,e)||efi(lug,d)&&efi(wug,e)){}else !((e==null||efi(bvg,e))&&d==null);aZi(f,(xli(),Ali))}break;case 2:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 1:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)&&e!=null){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}break;case 3:f.p=AZi(d);if(f.p){f.z.A=true}if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 4:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}}f.t=1;return;default:break a;}}}return}
+function aZi(b,a){b.x=a==(xli(),zli)}
+function bZi(e){var a;a=nZi(e,xvg);if(a==2147483647){return}while(e.j>=a){EZi(e)}f0i(e)}
+function cZi(ad,a){var b,d,e,f;ad.v=false;c:for(;;){d=a.d;e=a.e;switch(ad.t){case 11:switch(d){case 37:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;break c;case 34:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;case 39:if(nZi(ad,e)==2147483647){break c}b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;break c;}case 10:switch(d){case 39:b=pZi(ad,e);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;break c;case 34:b=lZi(ad);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;continue;break c;}case 7:switch(d){case 34:b=qZi(ad,cwg);if(b==2147483647){break c}while(ad.j>=b){EZi(ad)}f0i(ad);break c;}case 8:switch(d){case 6:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;break c;case 34:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;continue;break c;}case 12:switch(d){case 40:b=nZi(ad,e);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=11;break c;case 34:case 39:case 37:if(nZi(ad,e)==2147483647){break c}DYi(ad,mZi(ad));continue;break c;}case 21:case 6:switch(d){case 3:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;break c;case 23:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;continue;case 50:case 46:case 44:case 61:case 51:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 9:if(!ad.m){break c}ad.m=null;b=kZi(ad,e);if(b==2147483647){break c}tZi(ad);d0i(ad,b);break c;case 29:b=kZi(ad,ywg);if(b==2147483647){if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}tYi(ad,hrg,a,(wUi(),bVi));break c}sZi(ad,ywg);while(ad.j>=b){EZi(ad)}break c;case 41:case 15:b=kZi(ad,e);if(b==2147483647){}else{sZi(ad,e);while(ad.j>=b){EZi(ad)}}break c;case 42:b=jZi(ad);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 1:case 45:case 64:case 24:gYi(ad,e);break c;case 5:case 63:case 43:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad)}break c;case 4:if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}b0i(ad);tYi(ad,hrg,a,(wUi(),bVi));break c;case 49:case 55:case 48:case 12:case 13:case 65:case 22:case 14:case 47:case 60:case 25:case 32:case 34:case 35:break c;case 26:default:if(e==ad.y[ad.j].d){EZi(ad);break c}b=ad.j;for(;;){f=ad.y[b];if(f.d==e){tZi(ad);while(ad.j>=b){EZi(ad)}break c}else if(f.i||f.j){break c}--b}}case 9:switch(d){case 8:if(ad.j==0){break c}EZi(ad);ad.t=7;break c;case 7:break c;default:if(ad.j==0){break c}EZi(ad);ad.t=7;continue;}case 14:switch(d){case 6:case 34:case 39:case 37:case 40:if(nZi(ad,e)!=2147483647){bZi(ad);continue}else{break c}}case 13:switch(d){case 28:if(dxg==ad.y[ad.j].d){EZi(ad);break c}else{break c}case 27:if(dxg==ad.y[ad.j].d&&oxg==ad.y[ad.j-1].d){EZi(ad)}if(oxg==ad.y[ad.j].d){EZi(ad)}else{}break c;case 32:bZi(ad);break c;default:break c;}case 15:switch(d){case 23:if(ad.n){break c}else{ad.t=18;break c}default:ad.t=6;continue;}case 16:switch(d){case 11:if(ad.j==0){break c}EZi(ad);if(!ad.n&&Axg!=ad.y[ad.j].d){ad.t=17}break c;default:break c;}case 17:switch(d){case 23:ad.t=19;break c;default:break c;}case 0:aZi(ad,(xli(),zli));ad.t=1;continue;case 1:hYi(ad,AWi(ad.z));ad.t=2;continue;case 2:switch(d){case 20:case 4:case 23:case 3:qYi(ad,(wUi(),bVi));ad.t=3;continue;default:break c;}case 3:switch(d){case 20:EZi(ad);ad.t=5;break c;case 4:case 23:case 3:EZi(ad);ad.t=5;continue;default:break c;}case 4:switch(d){case 26:EZi(ad);ad.t=3;break c;case 4:EZi(ad);ad.t=3;continue;default:break c;}case 5:switch(d){case 23:case 3:case 4:nYi(ad,hrg,(wHi(),cJi),AWi(ad.z));ad.t=21;continue;default:break c;}case 18:ad.t=6;continue;case 19:ad.t=16;continue;case 20:if(ad.w==5){EZi(ad)}EZi(ad);ad.t=ad.w;break c;}}if(ad.l==0&&!uZi(ad)){ad.l=1}}
+function dZi(a){a.m=null;a.o=null;while(a.j>-1){--a.y[a.j].h;--a.j}a.y=null;while(a.s>-1){if(a.r[a.s]){--a.r[a.s].h}--a.s}a.r=null;mhi(a.q);a.f=null}
+function eZi(C){var b,c;rZi(C);switch(C.l){case 0:while(C.y[C.j].f!=hrg){DZi(C)}C.l=1;}a:for(;;){switch(C.t){case 0:aZi(C,(xli(),zli));C.t=1;continue;case 1:hYi(C,AWi(C.z));C.t=2;continue;case 2:qYi(C,(wUi(),bVi));C.t=3;continue;case 3:while(C.j>0){DZi(C)}C.t=5;continue;case 4:while(C.j>1){DZi(C)}C.t=3;continue;case 5:nYi(C,hrg,(wHi(),cJi),AWi(C.z));C.t=6;continue;case 9:if(C.j==0){break a}else{DZi(C);C.t=7;continue}case 21:case 8:case 12:case 6:B:for(c=C.j;c>=0;--c){b=C.y[c].c;switch(b){case 41:case 15:case 29:case 39:case 40:case 3:case 23:break;default:break B;}}break a;case 20:if(C.w==5){DZi(C)}DZi(C);C.t=C.w;continue;case 10:case 11:case 7:case 13:case 14:case 16:break a;case 15:case 17:case 18:case 19:default:if(C.j==0){sai((new Date()).getTime())}break a;}}while(C.j>0){DZi(C)}if(!C.n){DZi(C)}}
+function fZi(c,a){var b;b=b1i(new F0i(),a.b,c.z,a);throw b}
+function gZi(c,a){var b;b=a1i(new F0i(),a,c.z);throw b}
+function iZi(c,b){var a;for(a=c.s;a>=0;--a){if(b==c.r[a]){return a}}return -1}
+function hZi(d,b){var a,c;for(a=d.s;a>=0;--a){c=d.r[a];if(!c){return -1}else if(c.d==b){return a}}return -1}
+function qZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 2147483647}
+function kZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].i){return 2147483647}}return 2147483647}
+function jZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==42){return a}else if(b.y[a].i){return 2147483647}}return 2147483647}
+function nZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].d==cwg){return 2147483647}}return 2147483647}
+function lZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==39){return a}}return 0}
+function mZi(c){var a,b;for(a=c.j;a>0;--a){b=c.y[a].d;if(fyg==b||qyg==b){return a}else if(b==cwg){return 2147483647}}return 2147483647}
+function pZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 0}
+function oZi(c,a){var b;for(b=c.j;b>0;--b){if(c.y[b].c==a){return b}}return 0}
+function rZi(e){var a,b,c,d;if(e.g>0){a=e.y[e.j];if(a.b&&wYi(e)){c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){mmi(e,b,xfi(e.f,0,e.g));e.g=0;return}rHi(e,e.f,0,e.g,b,e.y[c-1].e);e.g=0;return}mmi(e,e.y[e.j].e,xfi(e.f,0,e.g));e.g=0}}
+function tZi(d){for(;;){switch(d.y[d.j].c){case 29:case 15:case 41:case 28:case 27:case 53:EZi(d);continue;default:return;}}}
+function sZi(f,a){var b;for(;;){b=f.y[f.j];switch(b.c){case 29:case 15:case 41:case 28:case 27:case 53:if(b.d==a){return}EZi(f);continue;default:return;}}}
+function uZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].f!=hrg){return true}else if(b.y[a].i){return false}}return false}
+function vZi(e){var a;a=kZi(e,ywg);if(a==2147483647){return}sZi(e,ywg);while(e.j>=a){EZi(e)}}
+function wZi(e,a){var b,c,d;c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){qmi(e,a,b);return}zmi(e,a,b,e.y[c-1].e)}
+function xZi(c,b,a){++b.h;if(a<=c.s){Afi(c.r,a,c.r,a+1,c.s-a+1)}++c.s;c.r[a]=b}
+function yZi(c,a,b){if(b==c.j+1){rZi(c);a0i(c,a)}else{Afi(c.y,b,c.y,b+1,c.j-b+1);++c.j;c.y[b]=a}}
+function zZi(a,b){if(yVi(Byg,a)){return true}if(yVi(gzg,a)){return true}if(b!=null){if(yVi(rzg,a)){return true}if(yVi(Czg,a)){return true}}return false}
+function AZi(a){if(a!=null&&xji(k0i,a,(Eji(),Fji))>-1){return true}return false}
+function BZi(c,b){var a;for(a=c.j;a>=0;--a){if(c.y[a]==b){return true}}return false}
+function CZi(c,d,e,a){var b;if(a){return true}if(c!=hAg){return true}if(d!=null){for(b=0;b<m0i.length;++b){if(zVi(m0i[b],d)){return true}}if(yVi(sAg,d)||yVi(DAg,d)||yVi(hAg,d)){return true}}if(e==null){if(yVi(rzg,d)){return true}else if(yVi(Czg,d)){return true}}else if(yVi(jBg,e)){return true}return false}
+function EZi(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+function DZi(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+function a0i(c,b){var a;++c.j;if(c.j==c.y.length){a=e9h(aai,51,11,c.y.length+64,0);Afi(c.y,0,a,0,c.y.length);c.y=a}c.y[c.j]=b}
+function FZi(a){rZi(a);if(!a.o){a0i(a,a.y[a.j])}else{a0i(a,DVi(new AVi(),hrg,(wHi(),cNi),a.o))}}
+function b0i(g){var a,b,c,d,e,f;if(g.s==-1){return}f=g.r[g.s];if(!f||BZi(g,f)){return}e=g.s;for(;;){--e;if(e==-1){break}if(!g.r[e]){break}if(BZi(g,g.r[e])){break}}if(e<g.s){rZi(g)}while(e<g.s){++e;c=g.r[e];a=smi(g,hrg,c.d,xUi(c.a));d=CVi(new AVi(),c.c,c.f,c.d,a,c.i,c.j,c.b,c.g,c.a);c.a=null;b=g.y[g.j];if(b.b){wZi(g,a)}else{qmi(g,a,b.e)}a0i(g,d);g.r[e]=d;--c.h;++d.h}}
+function c0i(b,a){--b.r[a].h;if(a==b.s){--b.s;return}Afi(b.r,a+1,b.r,a,b.s-a);--b.s}
+function d0i(e,d){if(e.j==d){EZi(e)}else{--e.y[d].h;Afi(e.y,d+1,e.y,d,e.j-d);--e.j}}
+function e0i(f,a){var e;if(f.y[f.j]==a){EZi(f)}else{e=f.j-1;while(e>=0&&f.y[e]!=a){--e}if(e==-1){return}--a.h;Afi(f.y,e+1,f.y,e,f.j-e);--f.j}}
+function f0i(d){var a,b,c;d.l=1;for(a=d.j;a>=0;--a){c=d.y[a];b=c.d;if(a==0){if(d.i==hrg&&(d.h==fyg||d.h==qyg)){d.t=6;return}else{b=d.h}}if(xvg==b){d.t=13;return}else if(fyg==b||qyg==b){d.t=12;return}else if(uBg==b){d.t=11;return}else if(FBg==b||kCg==b||vCg==b){d.t=10;return}else if(nwg==b){d.t=8;return}else if(aDg==b){d.t=9;return}else if(cwg==b){d.t=7;return}else if(hrg!=c.f){d.l=0;d.t=6;return}else if(Drg==b){d.t=6;return}else if(lDg==b){d.t=6;return}else if(Axg==b){d.t=16;return}else if(hAg==b){if(!d.o){d.t=2}else{d.t=5}return}else if(a==0){d.t=6;return}}}
+function g0i(b,a){b.h=a;b.i=hrg;b.n=false;b.x=false}
+function i0i(wg,i,e,ug){var a,b,c,d,f,g,h,j,k,l,m,p,r,s,t,sg,tg,ae,be;wg.v=false;s=false;vg:for(;;){l=i.d;r=i.e;switch(wg.l){case 0:h=wg.y[wg.j];g=h.f;f=h.c;if(hrg==g||wDg==g&&(56!=l&&57==f||19==l&&58==f)||bEg==g&&(36==f||59==f)){s=true}else{switch(l){case 45:case 50:case 3:case 4:case 52:case 41:case 46:case 48:case 42:case 20:case 22:case 15:case 18:case 24:case 29:case 44:case 34:while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg;case 64:if(yUi(e,(koi(),Fri))||yUi(e,Ati)||yUi(e,nDi)){while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg}default:if(bEg==g){e.b=2;if(ug){rYi(wg,g,i,e);ug=false}else{jYi(wg,g,i,e)}e=null;break vg}else{e.b=1;if(ug){tYi(wg,g,i,e);ug=false}else{kYi(wg,g,i,e)}e=null;break vg}}}default:switch(wg.t){case 10:switch(l){case 37:AYi(wg,lZi(wg));nYi(wg,hrg,i,e);wg.t=11;e=null;break vg;case 40:AYi(wg,lZi(wg));nYi(wg,hrg,(wHi(),lTi),(wUi(),bVi));wg.t=11;continue;case 6:case 7:case 8:case 39:j=lZi(wg);if(j==0){break vg}else{AYi(wg,j);EZi(wg);wg.t=7;continue}}case 11:switch(l){case 40:AYi(wg,oZi(wg,37));nYi(wg,hrg,i,e);wg.t=12;vYi(wg,null);e=null;break vg;case 6:case 7:case 8:case 39:case 37:j=oZi(wg,37);if(j==0){break vg}AYi(wg,j);EZi(wg);wg.t=10;continue;}case 7:q:for(;;){switch(l){case 6:AYi(wg,oZi(wg,34));vYi(wg,null);nYi(wg,hrg,i,e);wg.t=8;e=null;break vg;case 8:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=9;e=null;break vg;case 7:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),uJi),(wUi(),bVi));wg.t=9;continue vg;case 39:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=10;e=null;break vg;case 37:case 40:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),ESi),(wUi(),bVi));wg.t=10;continue vg;case 34:j=nZi(wg,r);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}f0i(wg);continue vg;case 31:case 33:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 13:if(!yVi(mEg,EUi(e,(koi(),fFi)))){break q}rZi(wg);FUi(e,wg,wg.u);be=tmi(wg,hrg,r,e);ae=wg.y[wg.j];qmi(wg,be,ae.e);wmi(wg,hrg,r,be);ug=false;e=null;break vg;default:break q;}}case 8:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=nZi(wg,nwg);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);wg.t=7;continue;}case 12:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=mZi(wg);if(j==2147483647){break vg}else{DYi(wg,j);continue}}case 21:switch(l){case 11:if(wg.t==21){if(wg.j==0||wg.y[1].c!=3){break vg}else{vmi(wg,wg.y[1].e);while(wg.j>0){EZi(wg)}nYi(wg,hrg,i,e);wg.t=16;e=null;break vg}}else{break vg}case 44:case 15:case 41:case 5:case 43:case 63:case 34:case 49:case 4:case 48:case 13:case 65:case 22:case 35:case 38:case 47:case 32:if(wg.t==21){wg.t=6}}case 6:n:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 16:case 18:case 33:case 31:case 36:case 54:break n;case 3:fYi(wg,e);e=null;break vg;case 29:case 50:case 46:case 51:vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 42:vZi(wg);if(wg.y[wg.j].c==42){EZi(wg)}lYi(wg,hrg,i,e);e=null;break vg;case 61:vZi(wg);mYi(wg,hrg,i,e);e=null;break vg;case 44:vZi(wg);lYi(wg,hrg,i,e);wg.v=true;e=null;break vg;case 9:if(wg.m){break vg}else{vZi(wg);oYi(wg,e);e=null;break vg}case 15:case 41:j=wg.j;for(;;){t=wg.y[j];if(t.c==l){sZi(wg,t.d);while(wg.j>=j){EZi(wg)}break}else if(t.i||t.j&&t.d!=ywg&&t.d!=yEg&&t.d!=dFg){break}--j}vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 30:vZi(wg);lYi(wg,hrg,i,e);eXi(wg.z,3,i);e=null;break vg;case 1:c=hZi(wg,oFg);if(c!=-1){b=wg.r[c];++b.h;gYi(wg,oFg);e0i(wg,b);c=iZi(wg,b);if(c!=-1){c0i(wg,c)}--b.h}b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 45:case 64:b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 24:b0i(wg);if(2147483647!=kZi(wg,zFg)){gYi(wg,zFg)}pYi(wg,hrg,i,e);e=null;break vg;case 5:j=kZi(wg,r);if(j!=2147483647){tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);continue vg}else{b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg}case 63:b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 43:b0i(wg);lYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 38:b0i(wg);lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 34:if(!wg.x){vZi(wg)}lYi(wg,hrg,i,e);wg.t=7;e=null;break vg;case 4:case 48:case 49:b0i(wg);case 55:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 22:vZi(wg);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 12:i=(wHi(),nNi);continue vg;case 65:case 13:b0i(wg);sYi(wg,hrg,r,e);ug=false;e=null;break vg;case 14:if(wg.m){break vg}vZi(wg);k=sUi(new rUi(),0);a=AUi(e,(koi(),zoi));if(a>-1){tUi(k,zoi,DUi(e,a),(Fli(),ami))}oYi(wg,k);tYi(wg,hrg,(wHi(),fNi),(wUi(),bVi));lYi(wg,hrg,AQi,bVi);lYi(wg,hrg,BNi,bVi);tg=AUi(e,wBi);if(tg>-1){sg=lfi(DUi(e,tg));mmi(wg,wg.y[wg.j].e,xfi(sg,0,sg.length))}else{mmi(wg,wg.y[wg.j].e,xfi(l0i,0,l0i.length))}p=sUi(new rUi(),0);tUi(p,yxi,eGg,(Fli(),ami));for(m=0;m<e.a;++m){d=zUi(e,m);if(yxi==d||wBi==d){}else if(zoi!=d){tUi(p,d,DUi(e,m),ami)}}uUi(e);sYi(wg,hrg,pGg,p);EZi(wg);EZi(wg);tYi(wg,hrg,fNi,bVi);EZi(wg);ug=false;e=null;break vg;case 35:mYi(wg,hrg,i,e);eXi(wg.z,1,i);wg.w=wg.t;wg.t=20;wg.v=true;e=null;break vg;case 26:{b0i(wg);lYi(wg,hrg,i,e);e=null;break vg}case 25:case 47:case 60:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 32:b0i(wg);mYi(wg,hrg,i,e);switch(wg.t){case 7:case 8:case 9:case 10:case 11:case 12:wg.t=14;break;default:wg.t=13;}e=null;break vg;case 27:case 28:if(kZi(wg,dxg)!=2147483647){rg:for(;;){if(dxg==wg.y[wg.j].d){EZi(wg);break rg}j=wg.j;for(;;){if(wg.y[j].d==dxg){tZi(wg);while(wg.j>=j){EZi(wg)}break rg}--j}}}b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;case 53:j=kZi(wg,AGg);if(j!=2147483647){tZi(wg)}if(j!=wg.j){while(wg.j>j){EZi(wg)}}lYi(wg,hrg,i,e);e=null;break vg;case 17:b0i(wg);e.b=1;if(ug){tYi(wg,wDg,i,e);ug=false}else{lYi(wg,wDg,i,e);wg.l=0}e=null;break vg;case 19:b0i(wg);e.b=2;if(ug){rYi(wg,bEg,i,e);ug=false}else{lYi(wg,bEg,i,e);wg.l=0}e=null;break vg;case 6:case 7:case 8:case 39:case 37:case 40:case 10:case 11:case 20:break vg;case 62:b0i(wg);mYi(wg,hrg,i,e);e=null;break vg;default:b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;}}case 3:o:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 54:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:case 16:break o;case 36:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 26:{lYi(wg,hrg,i,e);wg.t=4}e=null;break vg;case 31:case 33:case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;default:EZi(wg);wg.t=5;continue vg;}}case 4:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 16:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:yYi(wg,e);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 33:case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;case 26:break vg;default:EZi(wg);wg.t=3;continue;}case 9:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 7:tYi(wg,hrg,i,e);ug=false;e=null;break vg;default:if(wg.j==0){break vg}EZi(wg);wg.t=7;continue;}case 14:switch(l){case 6:case 39:case 37:case 40:case 34:bZi(wg);continue;}case 13:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 28:if(dxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 27:if(dxg==wg.y[wg.j].d){EZi(wg)}if(oxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 32:j=nZi(wg,r);if(j==2147483647){break vg}else{while(wg.j>=j){EZi(wg)}f0i(wg);break vg}case 13:case 35:bZi(wg);continue;case 31:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 15:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 16:switch(l){case 11:nYi(wg,hrg,i,e);e=null;break vg;case 10:tYi(wg,hrg,i,e);ug=false;e=null;break vg;}case 17:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 0:aZi(wg,(xli(),zli));wg.t=1;continue;case 1:switch(l){case 23:if(e==(wUi(),bVi)){hYi(wg,AWi(wg.z))}else{hYi(wg,e)}wg.t=2;e=null;break vg;default:hYi(wg,AWi(wg.z));wg.t=2;continue;}case 2:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 20:qYi(wg,e);wg.t=3;e=null;break vg;default:qYi(wg,(wUi(),bVi));wg.t=3;continue;}case 5:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 3:if(e.a==0){nYi(wg,hrg,(wHi(),cJi),AWi(wg.z))}else{nYi(wg,hrg,(wHi(),cJi),e)}wg.t=21;e=null;break vg;case 11:nYi(wg,hrg,i,e);wg.t=16;e=null;break vg;case 2:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 16:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 18:yYi(wg,e);FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 31:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 33:case 25:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 36:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 20:break vg;default:nYi(wg,hrg,(wHi(),cJi),AWi(wg.z));wg.t=21;continue;}case 18:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 19:switch(l){case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}}}}if(s&&wg.l==0&&!uZi(wg)){wg.l=1}e!=(wUi(),bVi)}
+function j0i(d,c){var a,b;d.z=c;d.y=e9h(aai,51,11,64,0);d.r=e9h(aai,51,11,64,0);d.v=false;d.w=0;d.j=-1;d.s=-1;d.m=null;d.o=null;d.p=false;mhi(d.q);d.A=d.A;d.d=null;d.b=null;d.c=false;d.g=0;d.f=e9h(A_h,42,-1,1024,1);if(d.n){a=umi(d,AWi(d.z));b=DVi(new AVi(),hrg,(wHi(),gNi),a);++d.j;d.y[d.j]=b;f0i(d);if(fHg==d.h||qHg==d.h){dXi(d.z,1)}else if(BHg==d.h||hIg==d.h||sIg==d.h||DIg==d.h||iJg==d.h||tJg==d.h){dXi(d.z,2)}else if(EJg==d.h){dXi(d.z,3)}else{dXi(d.z,0)}d.h=null}else{d.t=0;d.l=1}}
+function n0i(a){var b,c,d,e,g,h,o;e=0;o=-1;g=-1;b=lfi(a);f:for(h=0;h<b.length;++h){c=b[h];switch(e){case 0:switch(c){case 99:case 67:e=1;continue;default:continue;}case 1:switch(c){case 104:case 72:e=2;continue;default:e=0;continue;}case 2:switch(c){case 97:case 65:e=3;continue;default:e=0;continue;}case 3:switch(c){case 114:case 82:e=4;continue;default:e=0;continue;}case 4:switch(c){case 115:case 83:e=5;continue;default:e=0;continue;}case 5:switch(c){case 101:case 69:e=6;continue;default:e=0;continue;}case 6:switch(c){case 116:case 84:e=7;continue;default:e=0;continue;}case 7:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 61:e=8;continue;default:return null;}case 8:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 39:o=h+1;e=9;continue;case 34:o=h+1;e=10;continue;default:o=h;e=11;continue;}case 9:switch(c){case 39:g=h;break f;default:continue;}case 10:switch(c){case 34:g=h;break f;default:continue;}case 11:switch(c){case 9:case 10:case 12:case 13:case 32:case 59:g=h;break f;default:continue;}}}d=null;if(o!=-1){if(g==-1){g=b.length}d=xfi(b,o,g-o)}return d}
+function o0i(){return w_h}
+function bYi(){}
+_=bYi.prototype=new xdi();_.gC=o0i;_.tI=0;_.f=null;_.g=0;_.h=null;_.i=null;_.j=-1;_.l=1;_.m=null;_.n=false;_.o=null;_.p=false;_.r=null;_.s=-1;_.t=0;_.v=false;_.w=0;_.x=false;_.y=null;_.z=null;_.A=false;var k0i,l0i,m0i;function qHi(){qHi=v0i;CYi()}
+function pHi(f,a,e,b){var c,d;d=f.g+b;if(d>f.f.length){c=e9h(A_h,42,-1,d,1);Afi(f.f,0,c,0,f.g);f.f=c}Afi(a,e,f.f,f.g,b);f.g=d}
+function rHi(g,a,e,c,f,d){var b;ymi(g,(b=e+c,mfi(a.length,e,b),ofi(a,e,b)),f,d)}
+function sHi(){return p_h}
+function oHi(){}
+_=oHi.prototype=new bYi();_.gC=sHi;_.tI=0;function rmi(){rmi=v0i;qHi()}
+function kmi(b,a){rmi();b.k=(sli(),tli);b.u=(Fli(),bmi);b.q=cki(new bki());b.n=false;b.e=xki(new hki());b.a=a;jni(a);return b}
+function lmi(h,e,c){var a,d,f,g,i;try{for(f=0;f<c.a;++f){g=BUi(c,f);i=CUi(c,f);if(!e.hasAttributeNS(i,g)){e.setAttributeNS(i,g,DUi(c,f))}}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+function mmi(f,d,e){var a,c;try{if(d==f.b){f.d.appendChild(f.a.createTextNode(e))}d.appendChild(f.a.createTextNode(e))}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function nmi(f,e,d){var a,c;try{while(e.hasChildNodes()){d.appendChild(e.firstChild)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function pmi(f,e,c){var a,d;try{if(e==f.b){f.d.appendChild(f.a.createComment(c))}e.appendChild(f.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+function omi(e,c){var a,d;try{e.a.appendChild(e.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(e,d)}else throw a}}
+function qmi(f,c,e){var a,d;try{if(e==f.b){f.d.appendChild(c.cloneNode(true))}e.appendChild(c)}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+function smi(i,g,f,c){var a,d,e,h;try{h=i.a.createElementNS(g,f);for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}if(hIg==f){if(i.b){zki(i.e,gmi(new fmi(),i.d,i.b))}i.d=h;i.b=i.a.createElementNS(jKg,hIg);h=i.b;for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}}return h}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d);throw Edi(new Ddi(),uKg)}else throw a}}
+function tmi(h,f,e,c){var a,d,g;try{g=smi(h,f,e,c);return g}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d);return null}else throw a}}
+function umi(g,c){var a,d,e,f;try{f=g.a.createElementNS(hrg,hAg);for(e=0;e<c.a;++e){f.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}g.a.appendChild(f);return f}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(g,d);throw Edi(new Ddi(),uKg)}else throw a}}
+function vmi(f,d){var a,c,e;try{e=d.parentNode;if(e){e.removeChild(d)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function wmi(d,c,a,b){if(b==d.b){d.c=true;d.z.jb=true}__elementPopped__(c,a,b)}
+function xmi(b){var a;a=b.a;b.a=null;return a}
+function ymi(i,h,g,f){var a,c,d,e;try{c=i.a.createTextNode(h);e=g.parentNode;if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d)}else throw a}}
+function zmi(h,c,g,f){var a,d,e;e=g.parentNode;try{if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+function Ami(b){var a;if(b.c){b.c=false;lni(b.b,b.d);if(b.e.b==0){b.d=null;b.b=null}else{a=p9h(Eki(b.e),20);b.d=a.b;b.b=a.a}}}
+function cni(){return k_h}
+function jni(d){if(!d.createElementNS){d.createElementNS=function(c,a){if(hrg==c){return d.createElement(a)}else if(wDg==c){if(!d.mathplayerinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,wLg);b.setAttribute(bMg,mMg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(xMg,wDg,cNg);d.mathplayerinitialized=true}return d.createElement(nNg+a)}else if(bEg==c){if(!d.renesisinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,yNg);b.setAttribute(bMg,dOg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(oOg,bEg,zOg);d.renesisinitialized=true}return d.createElement(fPg+a)}else{}}}}
+function lni(b,a){b.parentNode.replaceChild(a,b);__elementPopped__(cNh,a.nodeName,a)}
+function emi(){}
+_=emi.prototype=new oHi();_.gC=cni;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=null;function gmi(c,b,a){c.b=b;c.a=a;return c}
+function imi(){return j_h}
+function fmi(){}
+_=fmi.prototype=new xdi();_.gC=imi;_.tI=34;_.a=null;_.b=null;function Ani(b,a){b.b=tei(new rei());b.a=xki(new hki());b.c=kmi(new emi(),a);b.i=fUi(new dUi(),b.c);b.c.u=(Fli(),bmi);b.i.p=bmi;b.i.e=bmi;b.i.t=bmi;b.i.db=bmi;hXi(b.i,bmi);return b}
+function Cni(i,h,j,a){i.f=a;g0i(i.c,null);i.e=false;i.d=false;yei(i.b,0);i.h=h.length;i.g=q0i(new p0i(),lfi(h),0,i.h<512?i.h:512);Aki(i.a);zki(i.a,i.g);g0i(i.c,null);iXi(i.i);Dni(i,j)}
+function Dni(g,i){var a,c,d,e,f,h;if(g.d){BWi(g.i);xmi(g.c);g.f.a();return}d=g.b.c;if(d>0){e=e9h(A_h,42,-1,d,1);wei(g.b,0,d,e,0);zki(g.a,q0i(new p0i(),e,0,d));yei(g.b,0)}for(;;){c=p9h(Cki(g.a),21);if(c.c>=c.b){if(c==g.g){if(c.b==g.h){CWi(g.i);g.d=true;break}else{f=c.c+512;c.b=f<g.h?f:g.h;continue}}else{p9h(Eki(g.a),21);continue}}r0i(c,g.e);g.e=false;if(c.c<c.b){g.e=kXi(g.i,c);Ami(g.c);break}else{continue}}if(i){h=pni(new oni(),g);ibi(h,1)}else{try{Dni(g,false)}catch(a){a=gai(a);if(s9h(a,22)){g.d=true}else throw a}}}
+function aoi(h){var a;a=q0i(new p0i(),lfi(h),0,h.length);while(a.c<a.b){r0i(a,this.e);this.e=false;if(a.c<a.b){this.e=kXi(this.i,a);Ami(this.c)}}}
+function boi(){return m_h}
+function nni(){}
+_=nni.prototype=new xdi();_.xb=aoi;_.gC=boi;_.tI=0;_.c=null;_.d=false;_.e=false;_.f=null;_.g=null;_.h=0;_.i=null;function qni(){qni=v0i;gbi()}
+function pni(b,a){qni();b.a=a;return b}
+function rni(c){var a;try{Dni(c.a,true)}catch(a){a=gai(a);if(s9h(a,22)){c.a.d=true}else throw a}}
+function sni(){return l_h}
+function oni(){}
+_=oni.prototype=new abi();_.gC=sni;_.tI=35;_.a=null;function wni(c,d){c.write=function(){if(arguments.length==0){return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}d.xb(b)};c.writeln=function(){if(arguments.length==0){d.xb(qPg);return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}b+=qPg;d.xb(b)}}
+function xni(e,a,f,d,b){var c;if(!d){d=q8h()}yni(a);c=Ani(new nni(),a);wni(a,c);Cni(c,e,f,doi(new coi(),d))}
+function yni(a){while(a.hasChildNodes()){a.removeChild(a.lastChild)}}
+function doi(b,a){b.a=a;return b}
+function goi(){return n_h}
+function coi(){}
+_=coi.prototype=new xdi();_.gC=goi;_.tI=0;_.a=null;function koi(){var bb;koi=v0i;dpi=f9h(D_h,48,1,[cNh,cNh,cNh,cNh]);zGi=f9h(D_h,48,1,[cNh,BPg,BPg,cNh]);EGi=f9h(D_h,48,1,[cNh,gQg,gQg,cNh]);sGi=f9h(D_h,48,1,[cNh,rQg,rQg,cNh]);hwi=f9h(D_h,48,1,[cNh,cNh,cNh,gQg]);epi=f9h(D_h,48,1,[null,null,null,null]);AGi=f9h(D_h,48,1,[null,CQg,CQg,null]);tGi=f9h(D_h,48,1,[null,hRg,hRg,null]);FGi=f9h(D_h,48,1,[null,sRg,sRg,null]);iwi=f9h(D_h,48,1,[null,null,null,sRg]);bpi=f9h(bai,0,-1,[true,true,true,true]);cpi=f9h(bai,0,-1,[false,false,false,false]);xsi=ioi(new hoi(),dpi,ACi(DRg),epi,bpi,false);zvi=ioi(new hoi(),dpi,ACi(iSg),epi,bpi,false);xBi=ioi(new hoi(),dpi,ACi(uSg),epi,bpi,false);lGi=ioi(new hoi(),dpi,ACi(FSg),epi,bpi,false);dHi=ioi(new hoi(),dpi,ACi(kTg),epi,bpi,false);hHi=ioi(new hoi(),dpi,ACi(vTg),epi,bpi,false);iri=ioi(new hoi(),dpi,ACi(aUg),epi,bpi,false);vsi=ioi(new hoi(),dpi,ACi(lUg),epi,bpi,false);wsi=ioi(new hoi(),dpi,ACi(wUg),epi,bpi,false);nti=ioi(new hoi(),dpi,ACi(bVg),epi,bpi,false);oti=ioi(new hoi(),dpi,ACi(mVg),epi,bpi,false);zui=ioi(new hoi(),dpi,ACi(xVg),epi,bpi,false);yui=ioi(new hoi(),dpi,ACi(dWg),epi,bpi,false);wui=ioi(new hoi(),dpi,ACi(oWg),epi,bpi,false);xui=ioi(new hoi(),dpi,ACi(zWg),epi,bpi,false);Dvi=ioi(new hoi(),dpi,ACi(eXg),epi,bpi,false);Bvi=ioi(new hoi(),dpi,ACi(pXg),epi,bpi,false);Cvi=ioi(new hoi(),dpi,ACi(AXg),epi,bpi,false);Avi=ioi(new hoi(),dpi,ACi(fYg),epi,bpi,false);pvi=joi(new hoi(),dpi,ACi(kLg),epi,bpi,false);svi=ioi(new hoi(),dpi,ACi(qYg),epi,bpi,false);hFi=ioi(new hoi(),dpi,ACi(BYg),epi,bpi,false);gFi=ioi(new hoi(),dpi,ACi(gZg),epi,bpi,false);wCi=ioi(new hoi(),dpi,ACi(tZg),epi,bpi,false);yCi=ioi(new hoi(),dpi,ACi(EZg),epi,bpi,false);zCi=ioi(new hoi(),dpi,ACi(j0g),epi,bpi,false);dFi=ioi(new hoi(),dpi,ACi(u0g),epi,bpi,false);fHi=ioi(new hoi(),dpi,ACi(F0g),epi,bpi,false);eHi=ioi(new hoi(),dpi,ACi(k1g),epi,bpi,false);mGi=ioi(new hoi(),dpi,ACi(v1g),epi,bpi,false);nGi=ioi(new hoi(),dpi,ACi(a2g),epi,bpi,false);gpi=ioi(new hoi(),dpi,ACi(l2g),epi,bpi,false);eti=ioi(new hoi(),dpi,ACi(w2g),epi,bpi,false);mti=ioi(new hoi(),dpi,ACi(c3g),epi,bpi,false);vti=ioi(new hoi(),dpi,ACi(n3g),epi,bpi,false);pui=ioi(new hoi(),dpi,ACi(y3g),epi,bpi,false);tvi=ioi(new hoi(),dpi,ACi(d4g),epi,bpi,false);nxi=ioi(new hoi(),dpi,ACi(o4g),epi,bpi,false);txi=ioi(new hoi(),dpi,ACi(z4g),epi,bpi,false);wwi=ioi(new hoi(),dpi,ACi(e5g),epi,bpi,false);DBi=ioi(new hoi(),dpi,ACi(p5g),epi,bpi,false);mCi=ioi(new hoi(),dpi,ACi(A5g),epi,bpi,false);wDi=ioi(new hoi(),dpi,ACi(f6g),epi,bpi,false);Aqi=ioi(new hoi(),dpi,ACi(r6g),epi,bpi,false);roi=ioi(new hoi(),dpi,ACi(C6g),epi,bpi,false);cri=ioi(new hoi(),dpi,ACi(h7g),epi,bpi,false);rri=ioi(new hoi(),dpi,ACi(s7g),epi,bpi,false);Bri=ioi(new hoi(),dpi,ACi(D7g),epi,bpi,false);gri=ioi(new hoi(),dpi,ACi(i8g),epi,bpi,false);esi=ioi(new hoi(),dpi,ACi(t8g),epi,bpi,false);vri=ioi(new hoi(),dpi,ACi(E8g),epi,bpi,false);nri=ioi(new hoi(),dpi,ACi(j9g),epi,bpi,false);Dqi=ioi(new hoi(),dpi,ACi(u9g),epi,bpi,false);pti=ioi(new hoi(),dpi,ACi(a$g),epi,bpi,false);ysi=ioi(new hoi(),dpi,ACi(l$g),epi,bpi,false);Cti=ioi(new hoi(),dpi,ACi(w$g),epi,bpi,false);vui=ioi(new hoi(),dpi,ACi(b_g),epi,bpi,false);qui=ioi(new hoi(),dpi,ACi(srg),epi,bpi,false);Ati=ioi(new hoi(),dpi,ACi(m_g),epi,bpi,false);gvi=ioi(new hoi(),dpi,ACi(x_g),epi,bpi,false);kvi=ioi(new hoi(),dpi,ACi(cah),epi,bpi,false);yAi=ioi(new hoi(),dpi,ACi(nah),epi,bpi,false);ovi=ioi(new hoi(),dpi,ACi(yah),epi,bpi,false);yxi=ioi(new hoi(),dpi,ACi(pXh),epi,bpi,false);vxi=ioi(new hoi(),dpi,ACi(dbh),epi,bpi,false);exi=ioi(new hoi(),dpi,ACi(pbh),epi,bpi,false);qwi=ioi(new hoi(),dpi,ACi(Abh),epi,bpi,false);fwi=ioi(new hoi(),hwi,ACi(fch),iwi,bpi,false);rwi=ioi(new hoi(),dpi,ACi(qch),epi,bpi,false);fFi=ioi(new hoi(),dpi,ACi(Bch),epi,bpi,false);fGi=ioi(new hoi(),dpi,ACi(gdh),epi,bpi,false);jGi=ioi(new hoi(),dpi,ACi(rdh),epi,bpi,false);BEi=ioi(new hoi(),dpi,ACi(Cdh),epi,bpi,false);eBi=ioi(new hoi(),dpi,ACi(heh),epi,bpi,false);kBi=ioi(new hoi(),dpi,ACi(seh),epi,bpi,false);BBi=ioi(new hoi(),dpi,sEi(Eeh,jfh),epi,bpi,false);CBi=ioi(new hoi(),dpi,sEi(ufh,Ffh),epi,bpi,false);nDi=ioi(new hoi(),dpi,ACi(kgh),epi,bpi,false);gDi=ioi(new hoi(),dpi,ACi(vgh),epi,bpi,false);rCi=ioi(new hoi(),dpi,ACi(ahh),epi,bpi,false);qDi=ioi(new hoi(),dpi,ACi(lhh),epi,bpi,false);DDi=ioi(new hoi(),dpi,ACi(whh),epi,bpi,false);nCi=ioi(new hoi(),dpi,ACi(bih),epi,bpi,false);bHi=ioi(new hoi(),dpi,ACi(nih),epi,bpi,false);rqi=ioi(new hoi(),dpi,ACi(yih),epi,bpi,false);api=ioi(new hoi(),dpi,ACi(djh),epi,bpi,false);Doi=ioi(new hoi(),dpi,ACi(ojh),epi,bpi,false);zri=ioi(new hoi(),dpi,ACi(zjh),epi,bpi,false);Fri=ioi(new hoi(),dpi,ACi(ekh),epi,bpi,false);sri=ioi(new hoi(),dpi,ACi(pkh),epi,bpi,false);uri=ioi(new hoi(),dpi,ACi(Akh),epi,bpi,false);dri=ioi(new hoi(),dpi,ACi(flh),epi,bpi,false);bti=ioi(new hoi(),dpi,ACi(qlh),epi,bpi,false);Fsi=ioi(new hoi(),dpi,ACi(Clh),epi,bpi,false);Bti=ioi(new hoi(),dpi,ACi(hmh),epi,bpi,false);sui=ioi(new hoi(),dpi,ACi(smh),epi,bpi,false);yvi=ioi(new hoi(),dpi,ACi(Dmh),epi,bpi,false);hzi=ioi(new hoi(),dpi,ACi(inh),epi,bpi,false);uvi=ioi(new hoi(),dpi,ACi(tnh),epi,bpi,false);BAi=ioi(new hoi(),dpi,ACi(Enh),epi,bpi,false);FAi=ioi(new hoi(),dpi,ACi(joh),epi,bpi,false);zyi=ioi(new hoi(),dpi,ACi(uoh),epi,bpi,false);zxi=ioi(new hoi(),dpi,ACi(Foh),epi,bpi,false);qxi=ioi(new hoi(),dpi,ACi(lph),epi,bpi,false);ewi=ioi(new hoi(),dpi,ACi(wph),epi,bpi,false);swi=ioi(new hoi(),dpi,ACi(bqh),epi,bpi,false);gGi=ioi(new hoi(),dpi,ACi(mqh),epi,bpi,false);cFi=ioi(new hoi(),dpi,ACi(fHg),epi,bpi,false);FFi=ioi(new hoi(),dpi,ACi(xqh),epi,bpi,false);rFi=ioi(new hoi(),dpi,ACi(crh),epi,bpi,false);oDi=ioi(new hoi(),dpi,ACi(nrh),epi,bpi,false);lDi=ioi(new hoi(),dpi,ACi(yrh),epi,bpi,false);ECi=ioi(new hoi(),dpi,ACi(dsh),epi,bpi,false);CCi=ioi(new hoi(),dpi,ACi(osh),epi,bpi,false);uDi=ioi(new hoi(),dpi,ACi(Ash),epi,bpi,false);nEi=ioi(new hoi(),dpi,ACi(BHg),epi,bpi,false);xCi=ioi(new hoi(),dpi,ACi(fth),epi,bpi,false);BDi=ioi(new hoi(),dpi,ACi(qth),epi,bpi,false);CDi=ioi(new hoi(),dpi,ACi(Bth),epi,bpi,false);yDi=ioi(new hoi(),dpi,ACi(guh),epi,bpi,false);yGi=ioi(new hoi(),zGi,ACi(CQg),epi,f9h(bai,0,-1,[false,false,false,false]),true);voi=ioi(new hoi(),dpi,ACi(ruh),epi,bpi,false);soi=ioi(new hoi(),dpi,ACi(Cuh),epi,bpi,false);qqi=ioi(new hoi(),dpi,ACi(hvh),epi,bpi,false);Boi=ioi(new hoi(),dpi,ACi(svh),epi,bpi,false);hpi=ioi(new hoi(),dpi,ACi(Dvh),epi,bpi,false);zoi=ioi(new hoi(),dpi,ACi(kwh),epi,bpi,false);hri=ioi(new hoi(),dpi,ACi(vwh),epi,bpi,false);usi=ioi(new hoi(),dpi,ACi(axh),epi,bpi,false);tsi=ioi(new hoi(),dpi,ACi(lxh),epi,bpi,false);Fti=ioi(new hoi(),dpi,ACi(wxh),epi,bpi,false);rui=ioi(new hoi(),dpi,ACi(byh),epi,bpi,false);evi=ioi(new hoi(),dpi,ACi(mEg),epi,bpi,false);mvi=ioi(new hoi(),dpi,ACi(myh),epi,bpi,false);dvi=ioi(new hoi(),dpi,ACi(xyh),epi,bpi,false);cAi=ioi(new hoi(),dpi,ACi(czh),epi,bpi,false);xzi=ioi(new hoi(),dpi,ACi(nzh),epi,bpi,false);Fyi=ioi(new hoi(),dpi,ACi(zzh),epi,bpi,false);EAi=ioi(new hoi(),dpi,ACi(eAh),epi,bpi,false);wAi=ioi(new hoi(),dpi,ACi(pAh),epi,bpi,false);rzi=ioi(new hoi(),dpi,ACi(AAh),epi,bpi,false);tAi=ioi(new hoi(),dpi,ACi(fBh),epi,bpi,false);gzi=ioi(new hoi(),dpi,ACi(qBh),epi,bpi,false);ryi=ioi(new hoi(),dpi,ACi(BBh),epi,bpi,false);ayi=ioi(new hoi(),dpi,ACi(FKg),epi,bpi,false);cyi=ioi(new hoi(),dpi,ACi(gCh),epi,bpi,false);CAi=ioi(new hoi(),dpi,ACi(rCh),epi,bpi,false);yyi=ioi(new hoi(),dpi,ACi(CCh),epi,bpi,false);Exi=ioi(new hoi(),dpi,ACi(iDh),epi,bpi,false);Axi=ioi(new hoi(),dpi,ACi(tDh),epi,bpi,false);Awi=ioi(new hoi(),dpi,ACi(EDh),epi,bpi,false);sxi=ioi(new hoi(),dpi,ACi(jEh),epi,bpi,false);xwi=ioi(new hoi(),dpi,ACi(uEh),epi,bpi,false);zwi=ioi(new hoi(),dpi,ACi(FEh),epi,bpi,false);ywi=ioi(new hoi(),dpi,ACi(kFh),epi,bpi,false);pFi=ioi(new hoi(),dpi,ACi(vFh),epi,bpi,false);hGi=ioi(new hoi(),dpi,ACi(aGh),epi,bpi,false);xEi=ioi(new hoi(),dpi,ACi(lGh),epi,bpi,false);sFi=ioi(new hoi(),dpi,ACi(xGh),epi,bpi,false);qFi=ioi(new hoi(),dpi,ACi(cHh),epi,bpi,false);aGi=ioi(new hoi(),dpi,ACi(nHh),epi,bpi,false);rBi=ioi(new hoi(),dpi,ACi(yHh),epi,bpi,false);nBi=ioi(new hoi(),dpi,ACi(dIh),epi,bpi,false);wBi=ioi(new hoi(),dpi,ACi(oIh),epi,bpi,false);FCi=ioi(new hoi(),dpi,ACi(zIh),epi,bpi,false);eEi=ioi(new hoi(),dpi,ACi(eJh),epi,bpi,false);DCi=ioi(new hoi(),dpi,ACi(pJh),epi,bpi,false);fEi=ioi(new hoi(),dpi,ACi(AJh),epi,bpi,false);zBi=ioi(new hoi(),dpi,ACi(gKh),epi,bpi,false);lCi=ioi(new hoi(),dpi,ACi(rKh),epi,bpi,false);FBi=ioi(new hoi(),dpi,ACi(CKh),epi,bpi,false);vCi=ioi(new hoi(),dpi,ACi(eLh),epi,bpi,false);oCi=ioi(new hoi(),dpi,ACi(fLh),epi,bpi,false);uCi=ioi(new hoi(),dpi,ACi(gLh),epi,bpi,false);ipi=ioi(new hoi(),dpi,ACi(hLh),epi,bpi,false);lpi=ioi(new hoi(),dpi,ACi(iLh),epi,bpi,false);Bqi=ioi(new hoi(),dpi,ACi(jLh),epi,bpi,false);Ari=ioi(new hoi(),dpi,ACi(kLh),epi,bpi,false);qri=ioi(new hoi(),dpi,ACi(mLh),epi,bpi,false);tri=ioi(new hoi(),dpi,ACi(bMg),epi,bpi,false);ori=ioi(new hoi(),dpi,ACi(nLh),epi,bpi,false);fri=ioi(new hoi(),dpi,ACi(oLh),epi,bpi,false);fsi=ioi(new hoi(),dpi,ACi(pLh),epi,bpi,false);pri=ioi(new hoi(),dpi,ACi(qLh),epi,bpi,false);lsi=ioi(new hoi(),dpi,ACi(rLh),epi,bpi,false);nsi=ioi(new hoi(),dpi,ACi(sLh),epi,bpi,false);uti=ioi(new hoi(),dpi,ACi(tLh),epi,bpi,false);Bsi=ioi(new hoi(),dpi,ACi(uLh),epi,bpi,false);zsi=ioi(new hoi(),dpi,ACi(vLh),epi,bpi,false);Dsi=ioi(new hoi(),dpi,ACi(xLh),epi,bpi,false);hti=ioi(new hoi(),dpi,ACi(yLh),epi,bpi,false);jti=ioi(new hoi(),dpi,ACi(zLh),epi,bpi,false);Esi=ioi(new hoi(),dpi,ACi(ALh),epi,bpi,false);cti=ioi(new hoi(),dpi,ACi(BLh),epi,bpi,false);awi=ioi(new hoi(),dpi,ACi(CLh),epi,bpi,false);bvi=ioi(new hoi(),dpi,ACi(DLh),epi,bpi,false);cvi=ioi(new hoi(),dpi,ACi(ELh),epi,bpi,false);fAi=ioi(new hoi(),dpi,ACi(FLh),epi,bpi,false);vyi=ioi(new hoi(),dpi,ACi(aMh),epi,bpi,false);AAi=ioi(new hoi(),dpi,ACi(cMh),epi,bpi,false);qyi=ioi(new hoi(),dpi,ACi(dMh),epi,bpi,false);wzi=ioi(new hoi(),dpi,ACi(eMh),epi,bpi,false);mzi=ioi(new hoi(),dpi,ACi(fMh),epi,bpi,false);izi=ioi(new hoi(),dpi,ACi(gMh),epi,bpi,false);szi=ioi(new hoi(),dpi,ACi(hMh),epi,bpi,false);dyi=ioi(new hoi(),dpi,ACi(iMh),epi,bpi,false);sAi=ioi(new hoi(),dpi,ACi(jMh),epi,bpi,false);jAi=ioi(new hoi(),dpi,ACi(kMh),epi,bpi,false);xAi=ioi(new hoi(),dpi,ACi(lMh),epi,bpi,false);Cxi=ioi(new hoi(),dpi,ACi(nMh),epi,bpi,false);uxi=ioi(new hoi(),dpi,ACi(oMh),epi,bpi,false);pxi=ioi(new hoi(),dpi,ACi(pMh),epi,bpi,false);uwi=ioi(new hoi(),dpi,ACi(qMh),epi,bpi,false);jwi=ioi(new hoi(),dpi,ACi(rMh),epi,bpi,false);kFi=ioi(new hoi(),dpi,ACi(sMh),epi,bpi,false);yEi=ioi(new hoi(),dpi,sEi(tMh,uMh),epi,bpi,false);zEi=ioi(new hoi(),dpi,sEi(vMh,wMh),epi,bpi,false);CFi=ioi(new hoi(),dpi,sEi(yMh,zMh),epi,bpi,false);uFi=ioi(new hoi(),dpi,ACi(AMh),epi,bpi,false);gBi=ioi(new hoi(),dpi,ACi(BMh),epi,bpi,false);vBi=ioi(new hoi(),dpi,ACi(CMh),epi,bpi,false);pDi=ioi(new hoi(),dpi,ACi(DMh),epi,bpi,false);kCi=ioi(new hoi(),dpi,ACi(EMh),epi,bpi,false);tCi=ioi(new hoi(),dpi,ACi(FMh),epi,bpi,false);BCi=ioi(new hoi(),dpi,ACi(aNh),epi,bpi,false);pEi=ioi(new hoi(),dpi,ACi(bNh),epi,bpi,false);xDi=ioi(new hoi(),dpi,ACi(eNh),epi,bpi,false);gCi=ioi(new hoi(),dpi,ACi(fNh),epi,bpi,false);yqi=ioi(new hoi(),dpi,ACi(gNh),epi,bpi,false);Coi=ioi(new hoi(),dpi,ACi(hNh),epi,bpi,false);jri=ioi(new hoi(),dpi,sEi(iNh,jNh),epi,bpi,false);Dri=ioi(new hoi(),dpi,ACi(kNh),epi,bpi,false);Cri=ioi(new hoi(),dpi,ACi(lNh),epi,bpi,false);ssi=ioi(new hoi(),dpi,ACi(mNh),epi,bpi,false);eri=ioi(new hoi(),dpi,ACi(nNh),epi,bpi,false);Fqi=ioi(new hoi(),dpi,ACi(pNh),epi,bpi,false);yti=ioi(new hoi(),dpi,ACi(qNh),epi,bpi,false);qti=ioi(new hoi(),dpi,sEi(rNh,sNh),epi,bpi,false);tti=ioi(new hoi(),dpi,ACi(tNh),epi,bpi,false);Aui=ioi(new hoi(),dpi,sEi(uNh,vNh),epi,bpi,false);Csi=ioi(new hoi(),dpi,ACi(wNh),epi,bpi,false);gti=ioi(new hoi(),dpi,ACi(xNh),epi,bpi,false);fui=ioi(new hoi(),dpi,ACi(yNh),epi,bpi,false);dwi=ioi(new hoi(),dpi,sEi(ANh,BNh),epi,bpi,false);dBi=ioi(new hoi(),dpi,ACi(CNh),epi,bpi,false);lvi=ioi(new hoi(),dpi,ACi(DNh),epi,bpi,false);kAi=ioi(new hoi(),dpi,ACi(ENh),epi,bpi,false);uyi=ioi(new hoi(),dpi,ACi(FNh),epi,bpi,false);syi=ioi(new hoi(),dpi,ACi(aOh),epi,bpi,false);vAi=ioi(new hoi(),dpi,ACi(bOh),epi,bpi,false);lzi=ioi(new hoi(),dpi,ACi(cOh),epi,bpi,false);pAi=ioi(new hoi(),dpi,ACi(dOh),epi,bpi,false);zAi=ioi(new hoi(),dpi,ACi(fOh),epi,bpi,false);aBi=ioi(new hoi(),dpi,ACi(gOh),epi,bpi,false);uAi=ioi(new hoi(),dpi,ACi(hOh),epi,bpi,false);iAi=ioi(new hoi(),dpi,ACi(iOh),epi,bpi,false);qAi=ioi(new hoi(),dpi,ACi(jOh),epi,bpi,false);Dxi=ioi(new hoi(),dpi,ACi(kOh),epi,bpi,false);Bxi=ioi(new hoi(),dpi,ACi(lOh),epi,bpi,false);Bwi=ioi(new hoi(),dpi,ACi(mOh),epi,bpi,false);kxi=ioi(new hoi(),dpi,ACi(nOh),epi,bpi,false);xxi=ioi(new hoi(),dpi,ACi(oOh),epi,bpi,false);twi=ioi(new hoi(),dpi,ACi(qOh),epi,bpi,false);gwi=ioi(new hoi(),dpi,ACi(rOh),epi,bpi,false);AEi=ioi(new hoi(),dpi,ACi(sOh),epi,bpi,false);vEi=ioi(new hoi(),dpi,ACi(tOh),epi,bpi,false);ABi=ioi(new hoi(),dpi,ACi(uOh),epi,bpi,false);hDi=ioi(new hoi(),dpi,ACi(vOh),epi,bpi,false);qCi=ioi(new hoi(),dpi,ACi(wOh),epi,bpi,false);fDi=ioi(new hoi(),dpi,ACi(xOh),epi,bpi,false);pCi=ioi(new hoi(),dpi,ACi(yOh),epi,bpi,false);bEi=ioi(new hoi(),dpi,ACi(zOh),epi,bpi,false);hCi=ioi(new hoi(),dpi,ACi(BOh),epi,bpi,false);CGi=ioi(new hoi(),EGi,Eri(COh,u9g),FGi,f9h(bai,0,-1,[false,true,true,false]),false);DGi=ioi(new hoi(),EGi,Eri(DOh,fch),FGi,f9h(bai,0,-1,[false,true,true,false]),false);cHi=ioi(new hoi(),dpi,ACi(EOh),epi,bpi,false);cqi=ioi(new hoi(),dpi,ACi(FOh),epi,bpi,false);xqi=ioi(new hoi(),dpi,ACi(aPh),epi,bpi,false);lqi=ioi(new hoi(),dpi,ACi(bPh),epi,bpi,false);xoi=ioi(new hoi(),dpi,ACi(cPh),epi,bpi,false);ppi=ioi(new hoi(),dpi,ACi(dPh),epi,bpi,false);zpi=ioi(new hoi(),dpi,ACi(ePh),epi,bpi,false);jpi=ioi(new hoi(),dpi,ACi(gPh),epi,bpi,false);Fpi=ioi(new hoi(),dpi,ACi(hPh),epi,bpi,false);yri=ioi(new hoi(),dpi,ACi(iPh),epi,bpi,false);xri=ioi(new hoi(),dpi,ACi(jPh),epi,bpi,false);xti=ioi(new hoi(),dpi,ACi(kPh),epi,bpi,false);rti=ioi(new hoi(),dpi,ACi(lPh),epi,bpi,false);fti=ioi(new hoi(),dpi,ACi(mPh),epi,bpi,false);lti=ioi(new hoi(),dpi,ACi(nPh),epi,bpi,false);aui=ioi(new hoi(),dpi,sEi(oPh,pPh),epi,bpi,false);Eti=ioi(new hoi(),dpi,ACi(rPh),epi,bpi,false);gui=ioi(new hoi(),dpi,ACi(sPh),epi,bpi,false);jui=ioi(new hoi(),dpi,ACi(tPh),epi,bpi,false);bwi=ioi(new hoi(),dpi,sEi(uPh,vPh),epi,bpi,false);fvi=ioi(new hoi(),dpi,ACi(wPh),epi,bpi,false);zzi=ioi(new hoi(),dpi,ACi(xPh),epi,bpi,false);wvi=ioi(new hoi(),dpi,ACi(yPh),epi,bpi,false);bzi=ioi(new hoi(),dpi,ACi(zPh),epi,bpi,false);dAi=ioi(new hoi(),dpi,ACi(APh),epi,bpi,false);tzi=ioi(new hoi(),dpi,ACi(CPh),epi,bpi,false);uzi=ioi(new hoi(),dpi,ACi(DPh),epi,bpi,false);nzi=ioi(new hoi(),dpi,ACi(EPh),epi,bpi,false);aAi=ioi(new hoi(),dpi,ACi(FPh),epi,bpi,false);vvi=ioi(new hoi(),dpi,ACi(aQh),epi,bpi,false);mAi=ioi(new hoi(),dpi,ACi(bQh),epi,bpi,false);ixi=ioi(new hoi(),dpi,ACi(cQh),epi,bpi,false);gxi=ioi(new hoi(),dpi,sEi(dQh,eQh),epi,bpi,false);oxi=ioi(new hoi(),dpi,ACi(fQh),epi,bpi,false);owi=ioi(new hoi(),dpi,ACi(hQh),epi,bpi,false);vwi=ioi(new hoi(),dpi,ACi(iQh),epi,bpi,false);eFi=ioi(new hoi(),dpi,ACi(jQh),epi,bpi,false);cGi=ioi(new hoi(),dpi,ACi(kQh),epi,bpi,false);tFi=ioi(new hoi(),dpi,ACi(lQh),epi,bpi,false);qBi=ioi(new hoi(),dpi,sEi(mQh,nQh),epi,bpi,false);oBi=ioi(new hoi(),dpi,sEi(oQh,pQh),epi,bpi,false);pBi=ioi(new hoi(),dpi,sEi(qQh,tQh),epi,bpi,false);lBi=ioi(new hoi(),dpi,ACi(uQh),epi,bpi,false);tEi=ioi(new hoi(),dpi,ACi(vQh),epi,bpi,false);eDi=ioi(new hoi(),dpi,ACi(wQh),epi,bpi,false);bCi=ioi(new hoi(),dpi,sEi(xQh,yQh),epi,bpi,false);iDi=ioi(new hoi(),dpi,ACi(zQh),epi,bpi,false);jDi=ioi(new hoi(),dpi,ACi(AQh),epi,bpi,false);aHi=ioi(new hoi(),EGi,Eri(BQh,CQh),FGi,f9h(bai,0,-1,[false,true,true,false]),false);zqi=ioi(new hoi(),dpi,ACi(EQh),epi,bpi,false);fpi=ioi(new hoi(),dpi,ACi(FQh),epi,bpi,false);Aoi=ioi(new hoi(),dpi,ACi(aRh),epi,bpi,false);yoi=ioi(new hoi(),dpi,ACi(bRh),epi,bpi,false);Epi=ioi(new hoi(),dpi,ACi(cRh),epi,bpi,false);jsi=ioi(new hoi(),dpi,ACi(dRh),epi,bpi,false);kri=ioi(new hoi(),dpi,ACi(eRh),epi,bpi,false);Cqi=ioi(new hoi(),dpi,ACi(fRh),epi,bpi,false);Bui=ioi(new hoi(),dpi,ACi(gRh),epi,bpi,false);avi=ioi(new hoi(),dpi,ACi(hRh),epi,bpi,false);eui=ioi(new hoi(),dpi,ACi(jRh),epi,bpi,false);hui=ioi(new hoi(),dpi,ACi(kRh),epi,bpi,false);mui=ioi(new hoi(),dpi,ACi(lRh),epi,bpi,false);cwi=ioi(new hoi(),dpi,sEi(mRh,nRh),epi,bpi,false);nvi=ioi(new hoi(),dpi,ACi(oRh),epi,bpi,false);eyi=ioi(new hoi(),dpi,ACi(pRh),epi,bpi,false);byi=ioi(new hoi(),dpi,ACi(qRh),epi,bpi,false);xvi=ioi(new hoi(),dpi,ACi(rRh),epi,bpi,false);Dyi=ioi(new hoi(),dpi,ACi(sRh),epi,bpi,false);azi=ioi(new hoi(),dpi,ACi(uRh),epi,bpi,false);vzi=ioi(new hoi(),dpi,ACi(vRh),epi,bpi,false);lAi=ioi(new hoi(),dpi,ACi(wRh),epi,bpi,false);ezi=ioi(new hoi(),dpi,ACi(xRh),epi,bpi,false);ozi=ioi(new hoi(),dpi,ACi(yRh),epi,bpi,false);Ezi=ioi(new hoi(),dpi,ACi(zRh),epi,bpi,false);Fxi=ioi(new hoi(),dpi,sEi(ARh,BRh),epi,bpi,false);cxi=ioi(new hoi(),dpi,ACi(CRh),epi,bpi,false);bxi=ioi(new hoi(),dpi,ACi(DRh),epi,bpi,false);CEi=ioi(new hoi(),dpi,sEi(FRh,aSh),epi,bpi,false);EFi=ioi(new hoi(),dpi,ACi(bSh),epi,bpi,false);DFi=ioi(new hoi(),dpi,sEi(cSh,dSh),epi,bpi,false);vFi=ioi(new hoi(),dpi,ACi(eSh),epi,bpi,false);fBi=ioi(new hoi(),dpi,sEi(fSh,gSh),epi,bpi,false);cCi=ioi(new hoi(),dpi,ACi(hSh),epi,bpi,false);yBi=ioi(new hoi(),dpi,ACi(iSh),epi,bpi,false);FDi=ioi(new hoi(),dpi,ACi(kSh),epi,bpi,false);kDi=ioi(new hoi(),dpi,ACi(lSh),epi,bpi,false);dCi=ioi(new hoi(),dpi,ACi(mSh),epi,bpi,false);sCi=ioi(new hoi(),dpi,ACi(nSh),epi,bpi,false);iHi=ioi(new hoi(),dpi,sEi(oSh,pSh),epi,bpi,false);xGi=ioi(new hoi(),sGi,Eri(qSh,Bch),tGi,f9h(bai,0,-1,[false,true,true,false]),false);uGi=ioi(new hoi(),sGi,Eri(rSh,bih),tGi,f9h(bai,0,-1,[false,true,true,false]),false);rGi=ioi(new hoi(),sGi,Eri(sSh,cah),tGi,f9h(bai,0,-1,[false,true,true,false]),false);vGi=ioi(new hoi(),sGi,Eri(tSh,vSh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);toi=ioi(new hoi(),dpi,ACi(wSh),epi,bpi,false);iqi=ioi(new hoi(),dpi,ACi(xSh),epi,bpi,false);npi=ioi(new hoi(),dpi,ACi(ySh),epi,bpi,false);Bpi=ioi(new hoi(),dpi,ACi(zSh),epi,bpi,false);ypi=ioi(new hoi(),dpi,ACi(ASh),epi,bpi,false);kpi=ioi(new hoi(),dpi,ACi(BSh),epi,bpi,false);lri=ioi(new hoi(),dpi,ACi(CSh),epi,bpi,false);mri=ioi(new hoi(),dpi,ACi(DSh),epi,bpi,false);ksi=ioi(new hoi(),dpi,ACi(ESh),epi,bpi,false);gsi=ioi(new hoi(),dpi,ACi(aTh),epi,bpi,false);hsi=ioi(new hoi(),dpi,ACi(bTh),epi,bpi,false);rsi=ioi(new hoi(),dpi,ACi(cTh),epi,bpi,false);bri=ioi(new hoi(),dpi,sEi(dTh,eTh),epi,bpi,false);iui=ioi(new hoi(),dpi,ACi(fTh),epi,bpi,false);tui=ioi(new hoi(),dpi,ACi(gTh),epi,bpi,false);bui=ioi(new hoi(),dpi,sEi(hTh,iTh),epi,bpi,false);cui=ioi(new hoi(),dpi,ACi(jTh),epi,bpi,false);oui=ioi(new hoi(),dpi,ACi(lTh),epi,bpi,false);hvi=ioi(new hoi(),dpi,ACi(mTh),epi,bpi,false);dzi=ioi(new hoi(),dpi,ACi(nTh),epi,bpi,false);Dzi=ioi(new hoi(),dpi,ACi(oTh),epi,bpi,false);DAi=ioi(new hoi(),dpi,ACi(pTh),epi,bpi,false);Azi=ioi(new hoi(),dpi,ACi(qTh),epi,bpi,false);Fzi=ioi(new hoi(),dpi,ACi(rTh),epi,bpi,false);czi=ioi(new hoi(),dpi,ACi(sTh),epi,bpi,false);qvi=ioi(new hoi(),dpi,ACi(tTh),epi,bpi,false);kyi=ioi(new hoi(),dpi,ACi(uTh),epi,bpi,false);qzi=ioi(new hoi(),dpi,ACi(wTh),epi,bpi,false);fzi=ioi(new hoi(),dpi,ACi(xTh),epi,bpi,false);eAi=ioi(new hoi(),dpi,ACi(yTh),epi,bpi,false);Fwi=ioi(new hoi(),dpi,sEi(zTh,ATh),epi,bpi,false);lxi=ioi(new hoi(),dpi,ACi(BTh),epi,bpi,false);Dwi=ioi(new hoi(),dpi,ACi(CTh),epi,bpi,false);axi=ioi(new hoi(),dpi,sEi(DTh,ETh),epi,bpi,false);DEi=ioi(new hoi(),dpi,ACi(FTh),epi,bpi,false);wEi=ioi(new hoi(),dpi,sEi(cUh,dUh),epi,bpi,false);aDi=ioi(new hoi(),dpi,ACi(eUh),epi,bpi,false);aCi=ioi(new hoi(),dpi,sEi(fUh,gUh),epi,bpi,false);EDi=ioi(new hoi(),dpi,sEi(hUh,iUh),epi,bpi,false);zDi=ioi(new hoi(),dpi,sEi(jUh,kUh),epi,bpi,false);dDi=ioi(new hoi(),dpi,ACi(lUh),epi,bpi,false);BGi=ioi(new hoi(),zGi,Eri(nUh,hRg),AGi,f9h(bai,0,-1,[false,false,false,false]),true);wGi=ioi(new hoi(),sGi,Eri(oUh,fHg),tGi,f9h(bai,0,-1,[false,true,true,false]),false);Cpi=ioi(new hoi(),dpi,ACi(pUh),epi,bpi,false);eqi=ioi(new hoi(),dpi,ACi(qUh),epi,bpi,false);rpi=ioi(new hoi(),dpi,ACi(rUh),epi,bpi,false);wqi=ioi(new hoi(),dpi,ACi(sUh),epi,bpi,false);kqi=ioi(new hoi(),dpi,ACi(tUh),epi,bpi,false);qpi=ioi(new hoi(),dpi,ACi(uUh),epi,bpi,false);wti=ioi(new hoi(),dpi,ACi(vUh),epi,bpi,false);iti=ioi(new hoi(),dpi,ACi(wUh),epi,bpi,false);Asi=ioi(new hoi(),dpi,ACi(yUh),epi,bpi,false);Dti=ioi(new hoi(),dpi,ACi(zUh),epi,bpi,false);nui=ioi(new hoi(),dpi,ACi(AUh),epi,bpi,false);lui=ioi(new hoi(),dpi,ACi(BUh),epi,bpi,false);uui=ioi(new hoi(),dpi,ACi(CUh),epi,bpi,false);Evi=ioi(new hoi(),dpi,sEi(DUh,EUh),epi,bpi,false);Eyi=ioi(new hoi(),dpi,ACi(FUh),epi,bpi,false);nAi=ioi(new hoi(),dpi,ACi(aVh),epi,bpi,false);Czi=ioi(new hoi(),dpi,ACi(bVh),epi,bpi,false);pzi=ioi(new hoi(),dpi,ACi(dVh),epi,bpi,false);tyi=ioi(new hoi(),dpi,ACi(eVh),epi,bpi,false);bAi=ioi(new hoi(),dpi,ACi(fVh),epi,bpi,false);Bzi=ioi(new hoi(),dpi,ACi(gVh),epi,bpi,false);fyi=ioi(new hoi(),dpi,ACi(hVh),epi,bpi,false);jyi=ioi(new hoi(),dpi,ACi(iVh),epi,bpi,false);Cwi=ioi(new hoi(),dpi,ACi(jVh),epi,bpi,false);Ewi=ioi(new hoi(),dpi,sEi(kVh,lVh),epi,bpi,false);dxi=ioi(new hoi(),dpi,ACi(mVh),epi,bpi,false);jxi=ioi(new hoi(),dpi,ACi(oVh),epi,bpi,false);kwi=ioi(new hoi(),dpi,sEi(pVh,qVh),epi,bpi,false);oFi=ioi(new hoi(),dpi,ACi(rVh),epi,bpi,false);lFi=ioi(new hoi(),dpi,ACi(sVh),epi,bpi,false);nFi=ioi(new hoi(),dpi,ACi(tVh),epi,bpi,false);iGi=ioi(new hoi(),dpi,ACi(uVh),epi,bpi,false);kGi=ioi(new hoi(),dpi,ACi(vVh),epi,bpi,false);bGi=ioi(new hoi(),dpi,ACi(wVh),epi,bpi,false);jBi=ioi(new hoi(),dpi,sEi(xVh,zVh),epi,bpi,false);vDi=ioi(new hoi(),dpi,sEi(AVh,BVh),epi,bpi,false);rEi=ioi(new hoi(),dpi,sEi(CVh,DVh),epi,bpi,false);mEi=ioi(new hoi(),dpi,ACi(EVh),epi,bpi,false);eCi=ioi(new hoi(),dpi,ACi(FVh),epi,bpi,false);ADi=ioi(new hoi(),dpi,sEi(aWh,bWh),epi,bpi,false);aEi=ioi(new hoi(),dpi,ACi(cWh),epi,bpi,false);spi=ioi(new hoi(),dpi,ACi(eWh),epi,bpi,false);Api=ioi(new hoi(),dpi,ACi(fWh),epi,bpi,false);uoi=ioi(new hoi(),dpi,ACi(gWh),epi,bpi,false);pqi=ioi(new hoi(),dpi,ACi(hWh),epi,bpi,false);gqi=ioi(new hoi(),dpi,ACi(iWh),epi,bpi,false);dqi=ioi(new hoi(),dpi,ACi(jWh),epi,bpi,false);nqi=ioi(new hoi(),dpi,ACi(kWh),epi,bpi,false);fqi=ioi(new hoi(),dpi,ACi(lWh),epi,bpi,false);jqi=ioi(new hoi(),dpi,ACi(mWh),epi,bpi,false);hqi=ioi(new hoi(),dpi,ACi(nWh),epi,bpi,false);xpi=ioi(new hoi(),dpi,ACi(pWh),epi,bpi,false);vpi=ioi(new hoi(),dpi,ACi(qWh),epi,bpi,false);tqi=ioi(new hoi(),dpi,sEi(rWh,sWh),epi,bpi,false);sqi=ioi(new hoi(),dpi,sEi(tWh,uWh),epi,bpi,false);tpi=ioi(new hoi(),dpi,ACi(vWh),epi,bpi,false);oqi=ioi(new hoi(),dpi,ACi(wWh),epi,bpi,false);Eqi=ioi(new hoi(),dpi,sEi(xWh,yWh),epi,bpi,false);isi=ioi(new hoi(),dpi,ACi(AWh),epi,bpi,false);csi=ioi(new hoi(),dpi,ACi(BWh),epi,bpi,false);wri=ioi(new hoi(),dpi,sEi(CWh,DWh),epi,bpi,false);ati=ioi(new hoi(),dpi,(bb=e9h(D_h,48,1,4,0),bb[0]=EWh,bb[1]=FWh,bb[2]=EWh,bb[3]=EWh,bb),epi,bpi,false);Fui=ioi(new hoi(),dpi,sEi(aXh,bXh),epi,bpi,false);dui=ioi(new hoi(),dpi,ACi(cXh),epi,bpi,false);gyi=ioi(new hoi(),dpi,ACi(dXh),epi,bpi,false);jzi=ioi(new hoi(),dpi,ACi(fXh),epi,bpi,false);myi=ioi(new hoi(),dpi,ACi(gXh),epi,bpi,false);yzi=ioi(new hoi(),dpi,ACi(hXh),epi,bpi,false);wyi=ioi(new hoi(),dpi,ACi(iXh),epi,bpi,false);rAi=ioi(new hoi(),dpi,ACi(jXh),epi,bpi,false);nyi=ioi(new hoi(),dpi,ACi(kXh),epi,bpi,false);wxi=ioi(new hoi(),dpi,ACi(lXh),epi,bpi,false);pwi=ioi(new hoi(),dpi,ACi(mXh),epi,bpi,false);mFi=ioi(new hoi(),dpi,ACi(nXh),epi,bpi,false);bFi=ioi(new hoi(),dpi,ACi(oXh),epi,bpi,false);wFi=ioi(new hoi(),dpi,ACi(rXh),epi,bpi,false);xFi=ioi(new hoi(),dpi,ACi(sXh),epi,bpi,false);dGi=ioi(new hoi(),dpi,ACi(tXh),epi,bpi,false);sBi=ioi(new hoi(),dpi,sEi(uXh,vXh),epi,bpi,false);bDi=ioi(new hoi(),dpi,ACi(wXh),epi,bpi,false);rDi=ioi(new hoi(),dpi,ACi(xXh),epi,bpi,false);pGi=ioi(new hoi(),sGi,Eri(yXh,zXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);qGi=ioi(new hoi(),sGi,Eri(AXh,CXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);woi=ioi(new hoi(),dpi,ACi(DXh),epi,bpi,false);Eoi=ioi(new hoi(),dpi,ACi(EXh),epi,bpi,false);aqi=ioi(new hoi(),dpi,ACi(FXh),epi,bpi,false);ari=ioi(new hoi(),dpi,ACi(aYh),epi,bpi,false);ivi=ioi(new hoi(),dpi,ACi(bYh),epi,bpi,false);jvi=ioi(new hoi(),dpi,ACi(cYh),epi,bpi,false);pyi=ioi(new hoi(),dpi,ACi(dYh),epi,bpi,false);kzi=ioi(new hoi(),dpi,ACi(eYh),epi,bpi,false);oAi=ioi(new hoi(),dpi,ACi(fYh),epi,bpi,false);oyi=ioi(new hoi(),dpi,ACi(hYh),epi,bpi,false);hxi=ioi(new hoi(),dpi,ACi(iYh),epi,bpi,false);lwi=ioi(new hoi(),dpi,ACi(jYh),epi,bpi,false);mwi=ioi(new hoi(),dpi,ACi(kYh),epi,bpi,false);aFi=ioi(new hoi(),dpi,ACi(lYh),epi,bpi,false);FEi=ioi(new hoi(),dpi,ACi(mYh),epi,bpi,false);eGi=ioi(new hoi(),dpi,ACi(nYh),epi,bpi,false);mBi=ioi(new hoi(),dpi,ACi(oYh),epi,bpi,false);uBi=ioi(new hoi(),dpi,sEi(pYh,qYh),epi,bpi,false);uEi=ioi(new hoi(),dpi,sEi(sYh,tYh),epi,bpi,false);iEi=ioi(new hoi(),dpi,ACi(uYh),epi,bpi,false);oEi=ioi(new hoi(),dpi,ACi(vYh),epi,bpi,false);lEi=ioi(new hoi(),dpi,ACi(wYh),epi,bpi,false);wpi=ioi(new hoi(),dpi,ACi(xYh),epi,bpi,false);Dpi=ioi(new hoi(),dpi,ACi(yYh),epi,bpi,false);mqi=ioi(new hoi(),dpi,ACi(zYh),epi,bpi,false);dsi=ioi(new hoi(),dpi,ACi(AYh),epi,bpi,false);osi=ioi(new hoi(),dpi,ACi(BYh),epi,bpi,false);dti=ioi(new hoi(),dpi,sEi(DYh,EYh),epi,bpi,false);Ayi=ioi(new hoi(),dpi,ACi(FYh),epi,bpi,false);xyi=ioi(new hoi(),dpi,ACi(aZh),epi,bpi,false);rvi=ioi(new hoi(),dpi,ACi(bZh),epi,bpi,false);rxi=ioi(new hoi(),dpi,ACi(cZh),epi,bpi,false);EEi=ioi(new hoi(),dpi,ACi(dZh),epi,bpi,false);mDi=ioi(new hoi(),dpi,ACi(eZh),epi,bpi,false);jEi=ioi(new hoi(),dpi,ACi(fZh),epi,bpi,false);fCi=ioi(new hoi(),dpi,ACi(gZh),epi,bpi,false);upi=ioi(new hoi(),dpi,ACi(iZh),epi,bpi,false);qsi=ioi(new hoi(),dpi,sEi(jZh,kZh),epi,bpi,false);kui=ioi(new hoi(),dpi,ACi(lZh),epi,bpi,false);Fvi=ioi(new hoi(),dpi,sEi(mZh,nZh),epi,bpi,false);iyi=ioi(new hoi(),dpi,ACi(oZh),epi,bpi,false);gAi=ioi(new hoi(),dpi,ACi(pZh),epi,bpi,false);Byi=ioi(new hoi(),dpi,ACi(qZh),epi,bpi,false);fxi=ioi(new hoi(),dpi,sEi(rZh,tZh),epi,bpi,false);iBi=ioi(new hoi(),dpi,sEi(uZh,vZh),epi,bpi,false);jCi=ioi(new hoi(),dpi,sEi(wZh,xZh),epi,bpi,false);EBi=ioi(new hoi(),dpi,ACi(yZh),epi,bpi,false);tDi=ioi(new hoi(),dpi,sEi(zZh,AZh),epi,bpi,false);sDi=ioi(new hoi(),dpi,sEi(BZh,CZh),epi,bpi,false);qEi=ioi(new hoi(),dpi,ACi(EZh),epi,bpi,false);gEi=ioi(new hoi(),dpi,ACi(FZh),epi,bpi,false);oGi=ioi(new hoi(),dpi,sEi(a0h,b0h),epi,bpi,false);gHi=ioi(new hoi(),dpi,sEi(c0h,d0h),epi,bpi,false);opi=ioi(new hoi(),dpi,ACi(e0h),epi,bpi,false);psi=ioi(new hoi(),dpi,sEi(f0h,g0h),epi,bpi,false);sti=ioi(new hoi(),dpi,ACi(h0h),epi,bpi,false);kti=ioi(new hoi(),dpi,ACi(j0h),epi,bpi,false);Eui=ioi(new hoi(),dpi,sEi(k0h,l0h),epi,bpi,false);hyi=ioi(new hoi(),dpi,ACi(m0h),epi,bpi,false);Cyi=ioi(new hoi(),dpi,ACi(n0h),epi,bpi,false);bBi=ioi(new hoi(),dpi,ACi(o0h),epi,bpi,false);lyi=ioi(new hoi(),dpi,ACi(p0h),epi,bpi,false);nwi=ioi(new hoi(),dpi,sEi(q0h,r0h),epi,bpi,false);zFi=ioi(new hoi(),dpi,ACi(s0h),epi,bpi,false);hEi=ioi(new hoi(),dpi,ACi(u0h),epi,bpi,false);kEi=ioi(new hoi(),dpi,ACi(v0h),epi,bpi,false);Foi=ioi(new hoi(),dpi,ACi(w0h),epi,bpi,false);hAi=ioi(new hoi(),dpi,ACi(x0h),epi,bpi,false);cBi=ioi(new hoi(),dpi,ACi(y0h),epi,bpi,false);iFi=ioi(new hoi(),dpi,ACi(z0h),epi,bpi,false);yFi=ioi(new hoi(),dpi,ACi(A0h),epi,bpi,false);iCi=ioi(new hoi(),dpi,sEi(B0h,C0h),epi,bpi,false);asi=ioi(new hoi(),dpi,ACi(D0h),epi,bpi,false);jFi=ioi(new hoi(),dpi,ACi(a1h),epi,bpi,false);tBi=ioi(new hoi(),dpi,sEi(b1h,c1h),epi,bpi,false);hBi=ioi(new hoi(),dpi,sEi(d1h,e1h),epi,bpi,false);bqi=ioi(new hoi(),dpi,ACi(f1h),epi,bpi,false);cDi=ioi(new hoi(),dpi,ACi(g1h),epi,bpi,false);mpi=ioi(new hoi(),dpi,ACi(h1h),epi,bpi,false);BFi=ioi(new hoi(),dpi,ACi(i1h),epi,bpi,false);AFi=ioi(new hoi(),dpi,ACi(j1h),epi,bpi,false);cEi=ioi(new hoi(),dpi,ACi(l1h),epi,bpi,false);dEi=ioi(new hoi(),dpi,ACi(m1h),epi,bpi,false);zti=ioi(new hoi(),dpi,sEi(n1h,o1h),epi,bpi,false);Dui=ioi(new hoi(),dpi,ACi(p1h),epi,bpi,false);bsi=ioi(new hoi(),dpi,ACi(q1h),epi,bpi,false);Cui=ioi(new hoi(),dpi,ACi(r1h),epi,bpi,false);vqi=f9h(E_h,49,9,[xsi,zvi,xBi,lGi,dHi,hHi,iri,vsi,wsi,nti,oti,zui,yui,wui,xui,Dvi,Bvi,Cvi,Avi,pvi,svi,hFi,gFi,wCi,yCi,zCi,dFi,fHi,eHi,mGi,nGi,gpi,eti,mti,vti,pui,tvi,nxi,txi,wwi,DBi,mCi,wDi,Aqi,roi,cri,rri,Bri,gri,esi,vri,nri,Dqi,pti,ysi,Cti,vui,qui,Ati,gvi,kvi,yAi,ovi,yxi,vxi,exi,qwi,fwi,rwi,fFi,fGi,jGi,BEi,eBi,kBi,BBi,CBi,nDi,gDi,rCi,qDi,DDi,nCi,bHi,rqi,api,Doi,zri,Fri,sri,uri,dri,bti,Fsi,Bti,sui,yvi,hzi,uvi,BAi,FAi,zyi,zxi,qxi,ewi,swi,gGi,cFi,FFi,rFi,oDi,lDi,ECi,CCi,uDi,nEi,xCi,BDi,CDi,yDi,yGi,voi,soi,qqi,Boi,hpi,zoi,hri,usi,tsi,Fti,rui,evi,mvi,dvi,cAi,xzi,Fyi,EAi,wAi,rzi,tAi,gzi,ryi,ayi,cyi,CAi,yyi,Exi,Axi,Awi,sxi,xwi,zwi,ywi,pFi,hGi,xEi,sFi,qFi,aGi,rBi,nBi,wBi,FCi,eEi,DCi,fEi,zBi,lCi,FBi,vCi,oCi,uCi,ipi,lpi,Bqi,Ari,qri,tri,ori,fri,fsi,pri,lsi,nsi,uti,Bsi,zsi,Dsi,hti,jti,Esi,cti,awi,bvi,cvi,fAi,vyi,AAi,qyi,wzi,mzi,izi,szi,dyi,sAi,jAi,xAi,Cxi,uxi,pxi,uwi,jwi,kFi,yEi,zEi,CFi,uFi,gBi,vBi,pDi,kCi,tCi,BCi,pEi,xDi,gCi,yqi,Coi,jri,Dri,Cri,ssi,eri,Fqi,yti,qti,tti,Aui,Csi,gti,fui,dwi,dBi,lvi,kAi,uyi,syi,vAi,lzi,pAi,zAi,aBi,uAi,iAi,qAi,Dxi,Bxi,Bwi,kxi,xxi,twi,gwi,AEi,vEi,ABi,hDi,qCi,fDi,pCi,bEi,hCi,CGi,DGi,cHi,cqi,xqi,lqi,xoi,ppi,zpi,jpi,Fpi,yri,xri,xti,rti,fti,lti,aui,Eti,gui,jui,bwi,fvi,zzi,wvi,bzi,dAi,tzi,uzi,nzi,aAi,vvi,mAi,ixi,gxi,oxi,owi,vwi,eFi,cGi,tFi,qBi,oBi,pBi,lBi,tEi,eDi,bCi,iDi,jDi,aHi,zqi,fpi,Aoi,yoi,Epi,jsi,kri,Cqi,Bui,avi,eui,hui,mui,cwi,nvi,eyi,byi,xvi,Dyi,azi,vzi,lAi,ezi,ozi,Ezi,Fxi,cxi,bxi,CEi,EFi,DFi,vFi,fBi,cCi,yBi,FDi,kDi,dCi,sCi,iHi,xGi,uGi,rGi,vGi,toi,iqi,npi,Bpi,ypi,kpi,lri,mri,ksi,gsi,hsi,rsi,bri,iui,tui,bui,cui,oui,hvi,dzi,Dzi,DAi,Azi,Fzi,czi,qvi,kyi,qzi,fzi,eAi,Fwi,lxi,Dwi,axi,DEi,wEi,aDi,aCi,EDi,zDi,dDi,BGi,wGi,Cpi,eqi,rpi,wqi,kqi,qpi,wti,iti,Asi,Dti,nui,lui,uui,Evi,Eyi,nAi,Czi,pzi,tyi,bAi,Bzi,fyi,jyi,Cwi,Ewi,dxi,jxi,kwi,oFi,lFi,nFi,iGi,kGi,bGi,jBi,vDi,rEi,mEi,eCi,ADi,aEi,spi,Api,uoi,pqi,gqi,dqi,nqi,fqi,jqi,hqi,xpi,vpi,tqi,sqi,tpi,oqi,Eqi,isi,csi,wri,ati,Fui,dui,gyi,jzi,myi,yzi,wyi,rAi,nyi,wxi,pwi,mFi,bFi,wFi,xFi,dGi,sBi,bDi,rDi,pGi,qGi,woi,Eoi,aqi,ari,ivi,jvi,pyi,kzi,oAi,oyi,hxi,lwi,mwi,aFi,FEi,eGi,mBi,uBi,uEi,iEi,oEi,lEi,wpi,Dpi,mqi,dsi,osi,dti,Ayi,xyi,rvi,rxi,EEi,mDi,jEi,fCi,upi,qsi,kui,Fvi,iyi,gAi,Byi,fxi,iBi,jCi,EBi,tDi,sDi,qEi,gEi,oGi,gHi,opi,psi,sti,kti,Eui,hyi,Cyi,bBi,lyi,nwi,zFi,hEi,kEi,Foi,hAi,cBi,iFi,yFi,iCi,asi,jFi,tBi,hBi,bqi,cDi,mpi,BFi,AFi,cEi,dEi,zti,Dui,bsi,Cui]);uqi=f9h(B_h,0,-1,[1153,1383,1601,1793,1827,1857,68600,69146,69177,70237,70270,71572,71669,72415,72444,74846,74904,74943,75001,75276,75590,84742,84839,85575,85963,85992,87204,88074,88171,89130,89163,3207892,3283895,3284791,3338752,3358197,3369562,3539124,3562402,3574260,3670335,3696933,3721879,135280021,135346322,136317019,136475749,136548517,136652214,136884919,136902418,136942992,137292068,139120259,139785574,142250603,142314056,142331176,142519584,144752417,145106895,146147200,146765926,148805544,149655723,149809441,150018784,150445028,150923321,152528754,152536216,152647366,152962785,155219321,155654904,157317483,157350248,157437941,157447478,157604838,157685404,157894402,158315188,166078431,169409980,169700259,169856932,170007032,170409695,170466488,170513710,170608367,173028944,173896963,176090625,176129212,179390001,179489057,179627464,179840468,179849042,180004216,181779081,183027151,183645319,183698797,185922012,185997252,188312483,188675799,190977533,190992569,191006194,191033518,191038774,191096249,191166163,191194426,191522106,191568039,200104642,202506661,202537381,202602917,203070590,203120766,203389054,203690071,203971238,203986524,209040857,209125756,212055489,212322418,212746849,213002877,213055164,213088023,213259873,213273386,213435118,213437318,213438231,213493071,213532268,213542834,213584431,213659891,215285828,215880731,216112976,216684637,217369699,217565298,217576549,218186795,219743185,220082234,221623802,221986406,222283890,223089542,223138630,223311265,224547358,224587256,224589550,224655650,224785518,224810917,224813302,225429618,225432950,225440869,236107233,236709921,236838947,237117095,237143271,237172455,237209953,237354143,237372743,237668065,237703073,237714273,239743521,240512803,240522627,240560417,240656513,241015715,241062755,241065383,243523041,245865199,246261793,246556195,246774817,246923491,246928419,246981667,247014847,247058369,247112833,247118177,247119137,247128739,247316903,249533729,250235623,250269543,251083937,251402351,252339047,253260911,253293679,254844367,255547879,256077281,256345377,258124199,258354465,258605063,258744193,258845603,258856961,258926689,269869248,270174334,270709417,270778994,270781796,271102503,271478858,271490090,272870654,273335275,273369140,273924313,274108530,274116736,276818662,277476156,279156579,279349675,280108533,280128712,280132869,280162403,280280292,280413430,280506130,280677397,280678580,280686710,280689066,282736758,283110901,283275116,283823226,283890012,284479340,284606461,286700477,286798916,291557706,291665349,291804100,292138018,292166446,292418738,292451039,300298041,300374839,300597935,303073389,303083839,303266673,303354997,303430688,303576261,303724281,303819694,304242723,304382625,306247792,307227811,307468786,307724489,309671175,310252031,310358241,310373094,311015256,313357609,313683893,313701861,313706996,313707317,313710350,314027746,314038181,314091299,314205627,314233813,316741830,316797986,317486755,317794164,318721061,320076137,322657125,322887778,323506876,323572412,323605180,323938869,325060058,325320188,325398738,325541490,325671619,333868843,336806130,337212108,337282686,337285434,337585223,338036037,338298087,338566051,340943551,341190970,342995704,343352124,343912673,344585053,346977248,347218098,347262163,347278576,347438191,347655959,347684788,347726430,347727772,347776035,347776629,349500753,350880161,350887073,353384123,355496998,355906922,355979793,356545959,358637867,358905016,359164318,359247286,359350571,359579447,365560330,367399355,367420285,367510727,368013212,370234760,370353345,370710317,371074566,371122285,371194213,371448425,371448430,371545055,371596922,371758751,371964792,372151328,376550136,376710172,376795771,376826271,376906556,380514830,380774774,380775037,381030322,381136500,381281631,381282269,381285504,381330595,381331422,381335911,381336484,383907298,383917408,384595009,384595013,387799894,387823201,392581647,392584937,392742684,392906485,393003349,400644707,400973830,404428547,404432113,404432865,404469244,404478897,404694860,406887479,408294949,408789955,410022510,410467324,410586448,410945965,411845275,414327152,414327932,414329781,414346257,414346439,414639928,414835998,414894517,414986533,417465377,417465381,417492216,418259232,419310946,420103495,420242342,420380455,420658662,420717432,423183880,424539259,425929170,425972964,426050649,426126450,426142833,426607922,437289840,437347469,437412335,437423943,437455540,437462252,437597991,437617485,437986305,437986507,437986828,437987072,438015591,438034813,438038966,438179623,438347971,438483573,438547062,438895551,441592676,442032555,443548979,447881379,447881655,447881895,447887844,448416189,448445746,448449012,450942191,452816744,453668677,454434495,456610076,456642844,456738709,457544600,459451897,459680944,468058810,468083581,470964084,471470955,471567278,472267822,481177859,481210627,481435874,481455115,481485378,481490218,485105638,486005878,486383494,487988916,488103783,490661867,491574090,491578272,493041952,493441205,493582844,493716979,504577572,504740359,505091638,505592418,505656212,509516275,514998531,515571132,515594682,518712698,521362273,526592419,526807354,527348842,538294791,539214049,544689535,545535009,548544752,548563346,548595116,551679010,558034099,560329411,560356209,560671018,560671152,560692590,560845442,569212097,569474241,572252718,572768481,575326764,576174758,576190819,582099184,582099438,582372519,582558889,586552164,591325418,594231990,594243961,605711268,615672071,616086845,621792370,624879850,627432831,640040548,654392808,658675477,659420283,672891587,694768102,705890982,725543146,759097578,761686526,795383908,843809551,878105336,908643300,945213471])}
+function joi(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+function ioi(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+function ooi(a){return a==Boi||a==rqi||a==xqi||a==zqi||a==qri||a==lsi||a==Dsi||a==Esi||a==Fsi||a==gti||a==yvi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==hCi||a==hDi}
+function poi(a){return a==Boi||a==Doi||a==rqi||a==wqi||a==xqi||a==zqi||a==qri||a==uri||a==lsi||a==Asi||a==Dsi||a==Esi||a==Fsi||a==eti||a==gti||a==uti||a==sui||a==yvi||a==sxi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==gCi||a==hCi||a==xCi||a==ECi||a==eDi||a==hDi||a==lDi||a==DDi||a==fFi||a==qFi||a==tFi}
+function Eri(b,c){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=c;a[2]=c;a[3]=b;return a}
+function msi(c,d){var a,b;a=e9h(D_h,48,1,4,0);for(b=0;b<a.length;++b){if(d[b]==null){a[b]=c[b]}else{a[b]=String(d[b]+iBg+c[b])}}return a}
+function ACi(b){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=b;a[2]=b;a[3]=b;return a}
+function sEi(c,b){var a;a=e9h(D_h,48,1,4,0);a[0]=c;a[1]=c;a[2]=b;a[3]=c;return a}
+function jHi(a,f){var b,c,d,e;c=0;b=f;b<<=5;b+=a[0]-96;e=f;for(d=0;d<4&&e>0;++d){--e;b<<=5;b+=a[e]-96;c<<=6;c+=a[d]-95}return b^c}
+function kHi(b,a){var c,g;c=true;g=b.indexOf(s1h)==0;if(a){if(g){c=false}else{c=pVi(b)}}return ioi(new hoi(),dpi,ACi(b),epi,c?bpi:cpi,g)}
+function mHi(){return o_h}
+function nHi(b,j,h,c){var f,g;koi();var a,d,e,i;d=jHi(b,h);e=wji(uqi,d);if(e<0){return kHi(String((f=j+h,mfi(b.length,j,f),ofi(b,j,f))),c)}else{a=vqi[e];i=a.a[0];if(!xVi(i,b,j,h)){return kHi(String((g=j+h,mfi(b.length,j,g),ofi(b,j,g))),c)}return a}}
+function hoi(){}
+_=hoi.prototype=new xdi();_.gC=mHi;_.tI=36;_.a=null;_.b=null;_.c=null;_.d=false;var roi,soi,toi,uoi,voi,woi,xoi,yoi,zoi,Aoi,Boi,Coi,Doi,Eoi,Foi,api,bpi,cpi,dpi,epi,fpi,gpi,hpi,ipi,jpi,kpi,lpi,mpi,npi,opi,ppi,qpi,rpi,spi,tpi,upi,vpi,wpi,xpi,ypi,zpi,Api,Bpi,Cpi,Dpi,Epi,Fpi,aqi,bqi,cqi,dqi,eqi,fqi,gqi,hqi,iqi,jqi,kqi,lqi,mqi,nqi,oqi,pqi,qqi,rqi,sqi,tqi,uqi,vqi,wqi,xqi,yqi,zqi,Aqi,Bqi,Cqi,Dqi,Eqi,Fqi,ari,bri,cri,dri,eri,fri,gri,hri,iri,jri,kri,lri,mri,nri,ori,pri,qri,rri,sri,tri,uri,vri,wri,xri,yri,zri,Ari,Bri,Cri,Dri,Fri,asi,bsi,csi,dsi,esi,fsi,gsi,hsi,isi,jsi,ksi,lsi,nsi,osi,psi,qsi,rsi,ssi,tsi,usi,vsi,wsi,xsi,ysi,zsi,Asi,Bsi,Csi,Dsi,Esi,Fsi,ati,bti,cti,dti,eti,fti,gti,hti,iti,jti,kti,lti,mti,nti,oti,pti,qti,rti,sti,tti,uti,vti,wti,xti,yti,zti,Ati,Bti,Cti,Dti,Eti,Fti,aui,bui,cui,dui,eui,fui,gui,hui,iui,jui,kui,lui,mui,nui,oui,pui,qui,rui,sui,tui,uui,vui,wui,xui,yui,zui,Aui,Bui,Cui,Dui,Eui,Fui,avi,bvi,cvi,dvi,evi,fvi,gvi,hvi,ivi,jvi,kvi,lvi,mvi,nvi,ovi,pvi,qvi,rvi,svi,tvi,uvi,vvi,wvi,xvi,yvi,zvi,Avi,Bvi,Cvi,Dvi,Evi,Fvi,awi,bwi,cwi,dwi,ewi,fwi,gwi,hwi,iwi,jwi,kwi,lwi,mwi,nwi,owi,pwi,qwi,rwi,swi,twi,uwi,vwi,wwi,xwi,ywi,zwi,Awi,Bwi,Cwi,Dwi,Ewi,Fwi,axi,bxi,cxi,dxi,exi,fxi,gxi,hxi,ixi,jxi,kxi,lxi,nxi,oxi,pxi,qxi,rxi,sxi,txi,uxi,vxi,wxi,xxi,yxi,zxi,Axi,Bxi,Cxi,Dxi,Exi,Fxi,ayi,byi,cyi,dyi,eyi,fyi,gyi,hyi,iyi,jyi,kyi,lyi,myi,nyi,oyi,pyi,qyi,ryi,syi,tyi,uyi,vyi,wyi,xyi,yyi,zyi,Ayi,Byi,Cyi,Dyi,Eyi,Fyi,azi,bzi,czi,dzi,ezi,fzi,gzi,hzi,izi,jzi,kzi,lzi,mzi,nzi,ozi,pzi,qzi,rzi,szi,tzi,uzi,vzi,wzi,xzi,yzi,zzi,Azi,Bzi,Czi,Dzi,Ezi,Fzi,aAi,bAi,cAi,dAi,eAi,fAi,gAi,hAi,iAi,jAi,kAi,lAi,mAi,nAi,oAi,pAi,qAi,rAi,sAi,tAi,uAi,vAi,wAi,xAi,yAi,zAi,AAi,BAi,CAi,DAi,EAi,FAi,aBi,bBi,cBi,dBi,eBi,fBi,gBi,hBi,iBi,jBi,kBi,lBi,mBi,nBi,oBi,pBi,qBi,rBi,sBi,tBi,uBi,vBi,wBi,xBi,yBi,zBi,ABi,BBi,CBi,DBi,EBi,FBi,aCi,bCi,cCi,dCi,eCi,fCi,gCi,hCi,iCi,jCi,kCi,lCi,mCi,nCi,oCi,pCi,qCi,rCi,sCi,tCi,uCi,vCi,wCi,xCi,yCi,zCi,BCi,CCi,DCi,ECi,FCi,aDi,bDi,cDi,dDi,eDi,fDi,gDi,hDi,iDi,jDi,kDi,lDi,mDi,nDi,oDi,pDi,qDi,rDi,sDi,tDi,uDi,vDi,wDi,xDi,yDi,zDi,ADi,BDi,CDi,DDi,EDi,FDi,aEi,bEi,cEi,dEi,eEi,fEi,gEi,hEi,iEi,jEi,kEi,lEi,mEi,nEi,oEi,pEi,qEi,rEi,tEi,uEi,vEi,wEi,xEi,yEi,zEi,AEi,BEi,CEi,DEi,EEi,FEi,aFi,bFi,cFi,dFi,eFi,fFi,gFi,hFi,iFi,jFi,kFi,lFi,mFi,nFi,oFi,pFi,qFi,rFi,sFi,tFi,uFi,vFi,wFi,xFi,yFi,zFi,AFi,BFi,CFi,DFi,EFi,FFi,aGi,bGi,cGi,dGi,eGi,fGi,gGi,hGi,iGi,jGi,kGi,lGi,mGi,nGi,oGi,pGi,qGi,rGi,sGi,tGi,uGi,vGi,wGi,xGi,yGi,zGi,AGi,BGi,CGi,DGi,EGi,FGi,aHi,bHi,cHi,dHi,eHi,fHi,gHi,hHi,iHi;function wHi(){wHi=v0i;uHi(new tHi(),null);xHi=vHi(new tHi(),oFg,oFg,1,false,false,false);BIi=vHi(new tHi(),t1h,t1h,45,false,false,false);uMi=vHi(new tHi(),u1h,u1h,0,false,false,false);hNi=vHi(new tHi(),w1h,w1h,45,false,false,false);AQi=vHi(new tHi(),ywg,ywg,29,true,false,false);nRi=vHi(new tHi(),x1h,x1h,0,false,false,false);BRi=vHi(new tHi(),oOg,oOg,45,false,false,false);rTi=vHi(new tHi(),y1h,y1h,45,false,false,false);dJi=vHi(new tHi(),z1h,z1h,4,true,false,false);mJi=vHi(new tHi(),A1h,A1h,0,false,false,false);qJi=vHi(new tHi(),B1h,B1h,0,false,false,false);gKi=vHi(new tHi(),C1h,C1h,41,true,false,false);xKi=vHi(new tHi(),D1h,D1h,46,true,false,false);AKi=vHi(new tHi(),E1h,E1h,41,true,false,false);EKi=vHi(new tHi(),F1h,F1h,45,false,false,false);bLi=vHi(new tHi(),b2h,b2h,0,false,false,false);hMi=vHi(new tHi(),c2h,c2h,0,false,false,false);BMi=vHi(new tHi(),d2h,d2h,42,true,false,false);CMi=vHi(new tHi(),e2h,e2h,42,true,false,false);DMi=vHi(new tHi(),f2h,f2h,42,true,false,false);EMi=vHi(new tHi(),g2h,g2h,42,true,false,false);FMi=vHi(new tHi(),h2h,h2h,42,true,false,false);aNi=vHi(new tHi(),i2h,i2h,42,true,false,false);AMi=vHi(new tHi(),j2h,j2h,0,false,false,false);fNi=vHi(new tHi(),k2h,k2h,22,true,false,false);pNi=vHi(new tHi(),qYg,qYg,0,false,false,false);bOi=vHi(new tHi(),m2h,m2h,15,true,false,false);jOi=vHi(new tHi(),n2h,n2h,0,false,false,false);nOi=vHi(new tHi(),o2h,o2h,0,false,false,false);fPi=vHi(new tHi(),p2h,p2h,57,false,false,false);lPi=vHi(new tHi(),q2h,q2h,57,false,false,false);mPi=vHi(new tHi(),r2h,r2h,57,false,false,false);xPi=vHi(new tHi(),s2h,s2h,57,false,false,false);tQi=vHi(new tHi(),t2h,t2h,46,true,false,false);wQi=vHi(new tHi(),u2h,u2h,0,false,false,false);FQi=vHi(new tHi(),v2h,v2h,0,false,false,false);xRi=vHi(new tHi(),x2h,x2h,53,false,false,false);yRi=vHi(new tHi(),tZg,tZg,53,false,false,false);aTi=vHi(new tHi(),fyg,fyg,40,false,true,false);gTi=vHi(new tHi(),qyg,qyg,40,false,true,false);lTi=vHi(new tHi(),uBg,uBg,37,true,false,true);qTi=vHi(new tHi(),y2h,y2h,45,false,false,false);sTi=vHi(new tHi(),z2h,z2h,46,true,false,false);FHi=vHi(new tHi(),A2h,A2h,0,false,false,false);xIi=vHi(new tHi(),B2h,B2h,0,false,false,false);zHi=vHi(new tHi(),C2h,C2h,0,false,false,false);aJi=vHi(new tHi(),D2h,D2h,45,false,false,false);EIi=vHi(new tHi(),E2h,E2h,0,false,false,false);FJi=vHi(new tHi(),F2h,F2h,0,false,false,false);tJi=vHi(new tHi(),a3h,a3h,7,true,false,false);BJi=vHi(new tHi(),c3h,c3h,0,false,false,false);DJi=vHi(new tHi(),d3h,d3h,0,false,false,false);lKi=vHi(new tHi(),e3h,e3h,0,false,false,false);pKi=vHi(new tHi(),f3h,f3h,0,false,false,false);sKi=vHi(new tHi(),w2g,w2g,51,true,false,false);uKi=vHi(new tHi(),dFg,dFg,50,true,false,false);gLi=vHi(new tHi(),g3h,g3h,0,false,false,false);vMi=vHi(new tHi(),h3h,h3h,0,false,false,false);wMi=vHi(new tHi(),i3h,i3h,0,false,false,false);nNi=vHi(new tHi(),j3h,j3h,48,true,false,false);sNi=vHi(new tHi(),k3h,k3h,0,false,false,false);tNi=vHi(new tHi(),l3h,l3h,0,false,false,false);zNi=vHi(new tHi(),n3h,n3h,0,false,false,false);kOi=vHi(new tHi(),o3h,o3h,0,false,false,false);ENi=vHi(new tHi(),p3h,p3h,0,false,false,false);aOi=vHi(new tHi(),q3h,q3h,0,false,false,false);FPi=vHi(new tHi(),r3h,r3h,0,false,false,false);gPi=vHi(new tHi(),z4g,z4g,0,false,false,false);rOi=vHi(new tHi(),s3h,s3h,0,false,false,false);bQi=vHi(new tHi(),t3h,t3h,0,false,false,false);zOi=vHi(new tHi(),o4g,o4g,0,false,false,false);gQi=vHi(new tHi(),u3h,u3h,0,false,false,false);nQi=vHi(new tHi(),v3h,v3h,0,false,false,false);fQi=vHi(new tHi(),w3h,w3h,51,true,false,false);hRi=vHi(new tHi(),y3h,y3h,44,true,false,false);vRi=vHi(new tHi(),z3h,z3h,0,false,false,false);uSi=vHi(new tHi(),A3h,A3h,52,false,false,false);aSi=vHi(new tHi(),B3h,B3h,0,false,false,false);ySi=vHi(new tHi(),C3h,C3h,19,false,false,false);wSi=vHi(new tHi(),D3h,D3h,0,false,false,false);jSi=vHi(new tHi(),E3h,E3h,0,false,false,false);gSi=vHi(new tHi(),F3h,F3h,0,false,false,false);xSi=vHi(new tHi(),a4h,a4h,52,false,false,false);hSi=vHi(new tHi(),b4h,b4h,0,false,false,false);CSi=vHi(new tHi(),d4h,d4h,0,false,false,false);vTi=vHi(new tHi(),e4h,e4h,0,false,false,false);wTi=vHi(new tHi(),f4h,f4h,52,false,false,false);DTi=vHi(new tHi(),g4h,g4h,49,true,false,false);ETi=vHi(new tHi(),sIg,sIg,38,false,false,false);FTi=vHi(new tHi(),h4h,h4h,0,false,false,false);wIi=vHi(new tHi(),i4h,i4h,49,true,false,false);yHi=vHi(new tHi(),C6g,C6g,0,false,false,false);CIi=vHi(new tHi(),u9g,u9g,2,true,false,false);fJi=vHi(new tHi(),j4h,j4h,0,false,false,false);cJi=vHi(new tHi(),lDg,lDg,3,true,false,false);iJi=vHi(new tHi(),k4h,k4h,0,false,false,false);rJi=vHi(new tHi(),D7g,D7g,45,false,false,false);oJi=vHi(new tHi(),s7g,s7g,0,false,false,false);aKi=vHi(new tHi(),l4h,l4h,0,false,false,false);CJi=vHi(new tHi(),m4h,m4h,0,false,false,false);EJi=vHi(new tHi(),p4h,p4h,0,false,false,false);cKi=vHi(new tHi(),q4h,q4h,0,false,false,false);mKi=vHi(new tHi(),r4h,r4h,59,false,false,false);rKi=vHi(new tHi(),s4h,s4h,0,false,false,false);jKi=vHi(new tHi(),t4h,t4h,0,false,false,false);rMi=vHi(new tHi(),srg,srg,9,true,false,false);iMi=vHi(new tHi(),u4h,u4h,64,false,false,false);zMi=vHi(new tHi(),v4h,v4h,0,false,false,false);cNi=vHi(new tHi(),Drg,Drg,20,true,false,false);gNi=vHi(new tHi(),hAg,hAg,23,false,true,false);dOi=vHi(new tHi(),w4h,w4h,0,false,false,false);fOi=vHi(new tHi(),Abh,Abh,16,true,false,false);gOi=vHi(new tHi(),qch,qch,0,false,false,false);FOi=vHi(new tHi(),x4h,x4h,18,true,false,false);BPi=vHi(new tHi(),y4h,y4h,0,false,false,false);nPi=vHi(new tHi(),dbh,dbh,0,false,false,false);wOi=vHi(new tHi(),A4h,A4h,17,false,false,false);sOi=vHi(new tHi(),B4h,B4h,0,false,false,false);vOi=vHi(new tHi(),pbh,pbh,0,false,false,false);AOi=vHi(new tHi(),C4h,C4h,0,false,false,false);DPi=vHi(new tHi(),D4h,D4h,0,false,false,false);DOi=vHi(new tHi(),E4h,E4h,50,true,false,false);wPi=vHi(new tHi(),F4h,F4h,0,false,false,false);lQi=vHi(new tHi(),a5h,a5h,0,false,false,false);iQi=vHi(new tHi(),zFg,zFg,24,false,false,false);hQi=vHi(new tHi(),b5h,b5h,0,false,false,false);DQi=vHi(new tHi(),heh,heh,0,false,false,false);dRi=vHi(new tHi(),c5h,c5h,0,false,false,false);ARi=vHi(new tHi(),d5h,d5h,0,false,false,false);rRi=vHi(new tHi(),f5h,f5h,0,false,false,false);uRi=vHi(new tHi(),g5h,g5h,0,false,false,false);tRi=vHi(new tHi(),h5h,h5h,0,false,false,false);wRi=vHi(new tHi(),i5h,i5h,0,false,false,false);zRi=vHi(new tHi(),AGg,AGg,52,false,false,false);bSi=vHi(new tHi(),j5h,j5h,0,false,false,false);kSi=vHi(new tHi(),k5h,k5h,0,false,false,false);pSi=vHi(new tHi(),lhh,lhh,52,false,false,false);CRi=vHi(new tHi(),l5h,l5h,0,false,false,false);qSi=vHi(new tHi(),m5h,m5h,0,false,false,false);FRi=vHi(new tHi(),n5h,n5h,0,false,false,false);iTi=vHi(new tHi(),o5h,o5h,0,false,false,false);oTi=vHi(new tHi(),q5h,q5h,0,false,false,false);nTi=vHi(new tHi(),r5h,r5h,0,false,false,false);DSi=vHi(new tHi(),s5h,s5h,0,false,false,false);cTi=vHi(new tHi(),Cdh,Cdh,0,false,false,false);BTi=vHi(new tHi(),t5h,t5h,0,false,false,false);zIi=vHi(new tHi(),u5h,u5h,51,true,false,false);AIi=vHi(new tHi(),v5h,v5h,0,false,false,false);iIi=vHi(new tHi(),w5h,w5h,0,false,false,false);FKi=vHi(new tHi(),x5h,x5h,48,true,false,false);sMi=vHi(new tHi(),smh,smh,10,true,false,false);kLi=vHi(new tHi(),y5h,y5h,0,false,false,false);gMi=vHi(new tHi(),z5h,z5h,0,false,false,false);xMi=vHi(new tHi(),B5h,B5h,0,false,false,false);eNi=vHi(new tHi(),C5h,C5h,0,false,false,false);kNi=vHi(new tHi(),D5h,D5h,12,true,false,false);iNi=vHi(new tHi(),E5h,E5h,0,false,false,false);rNi=vHi(new tHi(),pGg,pGg,13,true,false,false);BNi=vHi(new tHi(),wph,wph,62,false,false,false);cOi=vHi(new tHi(),F5h,F5h,0,false,false,false);dPi=vHi(new tHi(),a6h,a6h,0,false,false,false);sPi=vHi(new tHi(),b6h,b6h,0,false,false,false);bPi=vHi(new tHi(),c6h,c6h,0,false,false,false);qPi=vHi(new tHi(),d6h,d6h,0,false,false,false);hPi=vHi(new tHi(),e6h,e6h,0,false,false,false);vPi=vHi(new tHi(),g6h,g6h,0,false,false,false);zPi=vHi(new tHi(),h6h,h6h,0,false,false,false);aQi=vHi(new tHi(),i6h,i6h,57,false,false,false);pQi=vHi(new tHi(),j6h,j6h,0,false,false,false);aRi=vHi(new tHi(),k6h,k6h,0,false,false,false);BQi=vHi(new tHi(),l6h,l6h,55,true,false,false);gRi=vHi(new tHi(),m6h,m6h,0,false,false,false);sRi=vHi(new tHi(),n6h,n6h,0,false,false,false);tSi=vHi(new tHi(),BHg,BHg,33,true,false,false);lSi=vHi(new tHi(),o6h,o6h,45,false,false,false);hTi=vHi(new tHi(),kCg,kCg,39,true,false,true);BSi=vHi(new tHi(),cwg,cwg,34,false,true,true);kTi=vHi(new tHi(),fHg,fHg,36,true,false,false);pTi=vHi(new tHi(),p6h,p6h,0,false,false,false);jTi=vHi(new tHi(),r6h,r6h,0,false,false,false);fTi=vHi(new tHi(),vCg,vCg,39,true,false,true);ESi=vHi(new tHi(),FBg,FBg,39,true,false,true);tTi=vHi(new tHi(),s6h,s6h,0,false,false,false);CTi=vHi(new tHi(),t6h,t6h,0,false,false,false);ATi=vHi(new tHi(),u6h,u6h,0,false,false,false);qIi=vHi(new tHi(),v6h,v6h,0,false,false,false);oIi=vHi(new tHi(),w6h,w6h,0,false,false,false);uIi=vHi(new tHi(),x6h,x6h,0,false,false,false);sIi=vHi(new tHi(),y6h,y6h,0,false,false,false);kIi=vHi(new tHi(),z6h,z6h,0,false,false,false);hIi=vHi(new tHi(),A6h,A6h,43,false,true,false);mIi=vHi(new tHi(),C6h,C6h,0,false,false,false);jIi=vHi(new tHi(),D6h,D6h,0,false,false,false);eJi=vHi(new tHi(),E6h,E6h,5,false,true,false);nJi=vHi(new tHi(),F6h,F6h,0,false,false,false);lJi=vHi(new tHi(),a7h,a7h,50,true,false,false);dKi=vHi(new tHi(),axh,axh,0,false,false,false);gJi=vHi(new tHi(),b7h,b7h,0,false,false,false);wKi=vHi(new tHi(),c7h,c7h,0,false,false,false);kKi=vHi(new tHi(),d7h,d7h,0,false,false,false);qKi=vHi(new tHi(),e7h,e7h,51,true,false,false);yKi=vHi(new tHi(),f7h,f7h,0,false,false,false);fLi=vHi(new tHi(),h7h,h7h,0,false,false,false);bMi=vHi(new tHi(),i7h,j7h,0,false,false,false);eMi=vHi(new tHi(),k7h,k7h,51,true,false,false);pMi=vHi(new tHi(),l7h,l7h,0,false,false,false);fMi=vHi(new tHi(),wxh,wxh,0,false,false,false);oMi=vHi(new tHi(),m7h,m7h,51,true,false,false);dNi=vHi(new tHi(),n7h,n7h,51,true,false,false);jNi=vHi(new tHi(),DIg,DIg,47,true,false,false);ANi=vHi(new tHi(),o7h,o7h,65,true,false,false);CNi=vHi(new tHi(),p7h,p7h,0,false,false,false);FNi=vHi(new tHi(),q7h,q7h,0,false,false,false);yPi=vHi(new tHi(),s7h,s7h,0,false,false,false);EPi=vHi(new tHi(),t7h,t7h,0,false,false,false);APi=vHi(new tHi(),u7h,u7h,0,false,false,false);ePi=vHi(new tHi(),v7h,v7h,56,false,false,false);BOi=vHi(new tHi(),w7h,w7h,0,false,false,false);cQi=vHi(new tHi(),x7h,x7h,0,false,false,false);tOi=vHi(new tHi(),y7h,y7h,0,false,false,false);EOi=vHi(new tHi(),z7h,z7h,0,false,false,false);oPi=vHi(new tHi(),A7h,A7h,0,false,false,false);xOi=vHi(new tHi(),B7h,B7h,0,false,false,false);vQi=vHi(new tHi(),dxg,dxg,28,true,false,false);sQi=vHi(new tHi(),FKg,FKg,63,false,true,false);zQi=vHi(new tHi(),Dqg,Dqg,62,false,false,false);jRi=vHi(new tHi(),Eqg,Eqg,0,false,false,false);nSi=vHi(new tHi(),Fqg,Fqg,55,false,false,false);rSi=vHi(new tHi(),arg,arg,45,false,false,false);sSi=vHi(new tHi(),brg,brg,45,false,false,false);zSi=vHi(new tHi(),crg,crg,0,false,false,false);ASi=vHi(new tHi(),drg,drg,0,false,false,false);oSi=vHi(new tHi(),erg,erg,49,true,false,false);dSi=vHi(new tHi(),xvg,xvg,32,true,false,false);vSi=vHi(new tHi(),frg,frg,0,false,false,false);ERi=vHi(new tHi(),hIg,hIg,31,true,false,false);FSi=vHi(new tHi(),grg,grg,0,false,false,false);yTi=vHi(new tHi(),irg,irg,0,false,false,false);yIi=vHi(new tHi(),jrg,jrg,51,true,false,false);aIi=vHi(new tHi(),krg,krg,0,false,false,false);rIi=vHi(new tHi(),lrg,lrg,0,false,false,false);pIi=vHi(new tHi(),mrg,mrg,0,false,false,false);vIi=vHi(new tHi(),nrg,nrg,0,false,false,false);tIi=vHi(new tHi(),org,org,0,false,false,false);lIi=vHi(new tHi(),prg,prg,0,false,false,false);nIi=vHi(new tHi(),qrg,qrg,0,false,false,false);AHi=vHi(new tHi(),rrg,rrg,0,false,false,false);BHi=vHi(new tHi(),yEg,yEg,51,true,false,false);FIi=vHi(new tHi(),trg,trg,49,true,false,false);wJi=vHi(new tHi(),urg,urg,54,true,false,false);yJi=vHi(new tHi(),vrg,vrg,0,false,false,false);kJi=vHi(new tHi(),wrg,wrg,0,false,false,false);bKi=vHi(new tHi(),xrg,xrg,0,false,false,false);hJi=vHi(new tHi(),nwg,nwg,6,false,true,false);tKi=vHi(new tHi(),yrg,yrg,0,false,false,false);hKi=vHi(new tHi(),xLh,xLh,0,false,false,false);nKi=vHi(new tHi(),zrg,zrg,51,true,false,false);DKi=vHi(new tHi(),Arg,Arg,0,false,false,false);uLi=vHi(new tHi(),Brg,Crg,0,false,false,false);vLi=vHi(new tHi(),Erg,Frg,0,false,false,false);lLi=vHi(new tHi(),asg,bsg,0,false,false,false);tLi=vHi(new tHi(),csg,dsg,0,false,false,false);zLi=vHi(new tHi(),esg,fsg,0,false,false,false);ALi=vHi(new tHi(),gsg,hsg,0,false,false,false);wLi=vHi(new tHi(),jsg,ksg,0,false,false,false);xLi=vHi(new tHi(),lsg,msg,0,false,false,false);bNi=vHi(new tHi(),nsg,nsg,0,false,false,false);xNi=vHi(new tHi(),osg,osg,0,false,false,false);oNi=vHi(new tHi(),psg,psg,0,false,false,false);yNi=vHi(new tHi(),eGg,eGg,14,true,false,false);lOi=vHi(new tHi(),qsg,qsg,0,false,false,false);iOi=vHi(new tHi(),rsg,rsg,44,true,false,false);cPi=vHi(new tHi(),ssg,ssg,0,false,false,false);rPi=vHi(new tHi(),usg,usg,0,false,false,false);uOi=vHi(new tHi(),vsg,vsg,43,false,true,false);oOi=vHi(new tHi(),wsg,wsg,0,false,false,false);CPi=vHi(new tHi(),xsg,xsg,0,false,false,false);jQi=vHi(new tHi(),iJg,iJg,60,true,false,false);eRi=vHi(new tHi(),ysg,ysg,0,false,false,false);EQi=vHi(new tHi(),BMh,BMh,0,false,false,false);kRi=vHi(new tHi(),zsg,zsg,0,false,false,false);iSi=vHi(new tHi(),Asg,Asg,0,false,false,false);cSi=vHi(new tHi(),Bsg,Bsg,51,true,false,false);bTi=vHi(new tHi(),Csg,Csg,0,false,false,false);uTi=vHi(new tHi(),Dsg,Dsg,0,false,false,false);CHi=vHi(new tHi(),Fsg,atg,0,false,false,false);DIi=vHi(new tHi(),btg,btg,49,true,false,false);pJi=vHi(new tHi(),ctg,dtg,0,false,false,false);sJi=vHi(new tHi(),etg,etg,0,false,false,false);uJi=vHi(new tHi(),aDg,aDg,8,true,false,false);eKi=vHi(new tHi(),ftg,ftg,51,true,false,false);aLi=vHi(new tHi(),gtg,gtg,0,false,false,false);jLi=vHi(new tHi(),htg,htg,0,false,false,false);dMi=vHi(new tHi(),itg,itg,61,true,false,false);tMi=vHi(new tHi(),Axg,Axg,11,true,false,false);DLi=vHi(new tHi(),ktg,ltg,0,false,false,false);yMi=vHi(new tHi(),uNh,vNh,0,false,false,false);wNi=vHi(new tHi(),mtg,mtg,0,false,false,false);uNi=vHi(new tHi(),ntg,ntg,0,false,false,false);qNi=vHi(new tHi(),otg,otg,0,false,false,false);hOi=vHi(new tHi(),ptg,ptg,0,false,false,false);mOi=vHi(new tHi(),qtg,qtg,0,false,false,false);aPi=vHi(new tHi(),rtg,rtg,0,false,false,false);COi=vHi(new tHi(),stg,stg,0,false,false,false);tPi=vHi(new tHi(),ttg,ttg,0,false,false,false);kQi=vHi(new tHi(),tJg,tJg,25,true,false,false);mQi=vHi(new tHi(),vtg,vtg,26,true,false,false);uQi=vHi(new tHi(),oxg,oxg,27,true,false,false);fRi=vHi(new tHi(),wtg,wtg,0,false,false,false);iRi=vHi(new tHi(),xtg,xtg,0,false,false,false);lRi=vHi(new tHi(),ytg,ytg,0,false,false,false);mRi=vHi(new tHi(),ztg,ztg,0,false,false,false);oRi=vHi(new tHi(),Atg,Atg,0,false,false,false);eSi=vHi(new tHi(),Btg,Btg,0,false,false,false);dTi=vHi(new tHi(),qHg,qHg,35,true,false,false);eTi=vHi(new tHi(),Ctg,Dtg,0,false,false,false);xTi=vHi(new tHi(),Etg,Etg,0,false,false,false);eIi=vHi(new tHi(),aug,aug,0,false,false,false);AJi=vHi(new tHi(),bug,bug,0,false,false,false);zJi=vHi(new tHi(),cug,cug,0,false,false,false);xJi=vHi(new tHi(),dug,dug,0,false,false,false);jMi=vHi(new tHi(),eug,eug,0,false,false,false);iLi=vHi(new tHi(),fug,fug,0,false,false,false);vNi=vHi(new tHi(),gug,gug,0,false,false,false);lNi=vHi(new tHi(),hug,hug,0,false,false,false);DNi=vHi(new tHi(),iug,iug,0,false,false,false);yOi=vHi(new tHi(),jug,jug,0,false,false,false);rQi=vHi(new tHi(),mug,mug,0,false,false,false);xQi=vHi(new tHi(),nug,nug,0,false,false,false);bRi=vHi(new tHi(),oug,oug,0,false,false,false);cRi=vHi(new tHi(),EJg,EJg,30,true,false,false);qRi=vHi(new tHi(),pug,pug,0,false,false,false);fSi=vHi(new tHi(),qug,qug,0,false,false,false);mTi=vHi(new tHi(),rug,rug,0,false,false,false);fIi=vHi(new tHi(),sug,sug,0,false,false,false);bJi=vHi(new tHi(),tug,tug,50,true,false,false);vKi=vHi(new tHi(),uug,uug,0,false,false,false);dLi=vHi(new tHi(),vug,vug,0,false,false,false);cLi=vHi(new tHi(),xug,xug,0,false,false,false);mNi=vHi(new tHi(),yug,yug,0,false,false,false);qOi=vHi(new tHi(),zug,zug,56,false,false,false);dQi=vHi(new tHi(),Aug,Aug,0,false,false,false);jPi=vHi(new tHi(),Bug,Bug,0,false,false,false);oQi=vHi(new tHi(),Cug,Cug,0,false,false,false);mSi=vHi(new tHi(),Dug,Dug,0,false,false,false);DHi=vHi(new tHi(),Eug,Fug,0,false,false,false);oKi=vHi(new tHi(),avg,avg,0,false,false,false);eLi=vHi(new tHi(),cvg,cvg,54,true,false,false);BLi=vHi(new tHi(),dvg,evg,0,false,false,false);oLi=vHi(new tHi(),fvg,gvg,0,false,false,false);aMi=vHi(new tHi(),hvg,ivg,0,false,false,false);pOi=vHi(new tHi(),jvg,jvg,0,false,false,false);uPi=vHi(new tHi(),kvg,kvg,0,false,false,false);pPi=vHi(new tHi(),lvg,lvg,0,false,false,false);qQi=vHi(new tHi(),nvg,nvg,0,false,false,false);CQi=vHi(new tHi(),ovg,ovg,0,false,false,false);EHi=vHi(new tHi(),pvg,qvg,0,false,false,false);bIi=vHi(new tHi(),rvg,svg,0,false,false,false);fKi=vHi(new tHi(),tvg,tvg,0,false,false,false);hLi=vHi(new tHi(),uvg,uvg,0,false,false,false);cMi=vHi(new tHi(),vvg,wvg,0,false,false,false);ELi=vHi(new tHi(),yvg,zvg,0,false,false,false);CLi=vHi(new tHi(),Avg,Bvg,0,false,false,false);yQi=vHi(new tHi(),Cvg,Cvg,0,false,false,false);cIi=vHi(new tHi(),Dvg,Evg,0,false,false,false);vJi=vHi(new tHi(),BWh,BWh,0,false,false,false);mMi=vHi(new tHi(),Fvg,Fvg,0,false,false,false);nMi=vHi(new tHi(),awg,awg,0,false,false,false);qMi=vHi(new tHi(),bwg,dwg,59,false,false,false);mLi=vHi(new tHi(),ewg,fwg,0,false,false,false);iPi=vHi(new tHi(),gwg,gwg,0,false,false,false);kPi=vHi(new tHi(),hwg,hwg,0,false,false,false);DRi=vHi(new tHi(),iwg,iwg,0,false,false,false);zTi=vHi(new tHi(),jwg,jwg,0,false,false,false);gIi=vHi(new tHi(),kwg,kwg,58,false,false,false);iKi=vHi(new tHi(),lwg,lwg,0,false,false,false);lMi=vHi(new tHi(),mwg,mwg,0,false,false,false);yLi=vHi(new tHi(),owg,pwg,0,false,false,false);sLi=vHi(new tHi(),qwg,rwg,0,false,false,false);eOi=vHi(new tHi(),swg,twg,0,false,false,false);eQi=vHi(new tHi(),uwg,uwg,0,false,false,false);pRi=vHi(new tHi(),vwg,wwg,0,false,false,false);dIi=vHi(new tHi(),xwg,zwg,0,false,false,false);jJi=vHi(new tHi(),Awg,Awg,0,false,false,false);kMi=vHi(new tHi(),Bwg,Bwg,0,false,false,false);pLi=vHi(new tHi(),Cwg,Dwg,0,false,false,false);qLi=vHi(new tHi(),Ewg,Fwg,0,false,false,false);rLi=vHi(new tHi(),axg,bxg,0,false,false,false);FLi=vHi(new tHi(),cxg,exg,0,false,false,false);zKi=vHi(new tHi(),fxg,fxg,0,false,false,false);nLi=vHi(new tHi(),gxg,hxg,0,false,false,false);CKi=f9h(F_h,50,10,[xHi,BIi,uMi,hNi,AQi,nRi,BRi,rTi,dJi,mJi,qJi,gKi,xKi,AKi,EKi,bLi,hMi,BMi,CMi,DMi,EMi,FMi,aNi,AMi,fNi,pNi,bOi,jOi,nOi,fPi,lPi,mPi,xPi,tQi,wQi,FQi,xRi,yRi,aTi,gTi,lTi,qTi,sTi,FHi,xIi,zHi,aJi,EIi,FJi,tJi,BJi,DJi,lKi,pKi,sKi,uKi,gLi,vMi,wMi,nNi,sNi,tNi,zNi,kOi,ENi,aOi,FPi,gPi,rOi,bQi,zOi,gQi,nQi,fQi,hRi,vRi,uSi,aSi,ySi,wSi,jSi,gSi,xSi,hSi,CSi,vTi,wTi,DTi,ETi,FTi,wIi,yHi,CIi,fJi,cJi,iJi,rJi,oJi,aKi,CJi,EJi,cKi,mKi,rKi,jKi,rMi,iMi,zMi,cNi,gNi,dOi,fOi,gOi,FOi,BPi,nPi,wOi,sOi,vOi,AOi,DPi,DOi,wPi,lQi,iQi,hQi,DQi,dRi,ARi,rRi,uRi,tRi,wRi,zRi,bSi,kSi,pSi,CRi,qSi,FRi,iTi,oTi,nTi,DSi,cTi,BTi,zIi,AIi,iIi,FKi,sMi,kLi,gMi,xMi,eNi,kNi,iNi,rNi,BNi,cOi,dPi,sPi,bPi,qPi,hPi,vPi,zPi,aQi,pQi,aRi,BQi,gRi,sRi,tSi,lSi,hTi,BSi,kTi,pTi,jTi,fTi,ESi,tTi,CTi,ATi,qIi,oIi,uIi,sIi,kIi,hIi,mIi,jIi,eJi,nJi,lJi,dKi,gJi,wKi,kKi,qKi,yKi,fLi,bMi,eMi,pMi,fMi,oMi,dNi,jNi,ANi,CNi,FNi,yPi,EPi,APi,ePi,BOi,cQi,tOi,EOi,oPi,xOi,vQi,sQi,zQi,jRi,nSi,rSi,sSi,zSi,ASi,oSi,dSi,vSi,ERi,FSi,yTi,yIi,aIi,rIi,pIi,vIi,tIi,lIi,nIi,AHi,BHi,FIi,wJi,yJi,kJi,bKi,hJi,tKi,hKi,nKi,DKi,uLi,vLi,lLi,tLi,zLi,ALi,wLi,xLi,bNi,xNi,oNi,yNi,lOi,iOi,cPi,rPi,uOi,oOi,CPi,jQi,eRi,EQi,kRi,iSi,cSi,bTi,uTi,CHi,DIi,pJi,sJi,uJi,eKi,aLi,jLi,dMi,tMi,DLi,yMi,wNi,uNi,qNi,hOi,mOi,aPi,COi,tPi,kQi,mQi,uQi,fRi,iRi,lRi,mRi,oRi,eSi,dTi,eTi,xTi,eIi,AJi,zJi,xJi,jMi,iLi,vNi,lNi,DNi,yOi,rQi,xQi,bRi,cRi,qRi,fSi,mTi,fIi,bJi,vKi,dLi,cLi,mNi,qOi,dQi,jPi,oQi,mSi,DHi,oKi,eLi,BLi,oLi,aMi,pOi,uPi,pPi,qQi,CQi,EHi,bIi,fKi,hLi,cMi,ELi,CLi,yQi,cIi,vJi,mMi,nMi,qMi,mLi,iPi,kPi,DRi,zTi,gIi,iKi,lMi,yLi,sLi,eOi,eQi,pRi,dIi,jJi,kMi,pLi,qLi,rLi,FLi,zKi,nLi]);BKi=f9h(B_h,0,-1,[1057,1090,1255,1321,1552,1585,1651,1717,68162,68899,69059,69764,70020,70276,71077,71205,72134,72232,72264,72296,72328,72360,72392,73351,74312,75209,78124,78284,78476,79149,79309,79341,79469,81295,81487,82224,84498,84626,86164,86292,86612,86676,87445,3183041,3186241,3198017,3218722,3226754,3247715,3256803,3263971,3264995,3289252,3291332,3295524,3299620,3326725,3379303,3392679,3448233,3460553,3461577,3510347,3546604,3552364,3556524,3576461,3586349,3588141,3590797,3596333,3622062,3625454,3627054,3675728,3749042,3771059,3771571,3776211,3782323,3782963,3784883,3785395,3788979,3815476,3839605,3885110,3917911,3948984,3951096,135304769,135858241,136498210,136906434,137138658,137512995,137531875,137548067,137629283,137645539,137646563,137775779,138529956,138615076,139040932,140954086,141179366,141690439,142738600,143013512,146979116,147175724,147475756,147902637,147936877,148017645,148131885,148228141,148229165,148309165,148395629,148551853,148618829,149076462,149490158,149572782,151277616,151639440,153268914,153486514,153563314,153750706,153763314,153914034,154406067,154417459,154600979,154678323,154680979,154866835,155366708,155375188,155391572,155465780,155869364,158045494,168988979,169321621,169652752,173151309,174240818,174247297,174669292,175391532,176638123,177380397,177879204,177886734,180753473,181020073,181503558,181686320,181999237,181999311,182048201,182074866,182078003,182083764,182920847,184716457,184976961,185145071,187281445,187872052,188100653,188875944,188919873,188920457,189203987,189371817,189414886,189567458,190266670,191318187,191337609,202479203,202493027,202835587,202843747,203013219,203036048,203045987,203177552,203898516,204648562,205067918,205078130,205096654,205689142,205690439,205766017,205988909,207213161,207794484,207800999,208023602,208213644,208213647,210310273,210940978,213325049,213946445,214055079,215125040,215134273,215135028,215237420,215418148,215553166,215553394,215563858,215627949,215754324,217529652,217713834,217732628,218731945,221417045,221424946,221493746,221515401,221658189,221844577,221908140,221910626,221921586,222659762,225001091,236105833,236113965,236194995,236195427,236206132,236206387,236211683,236212707,236381647,236571826,237124271,238172205,238210544,238270764,238435405,238501172,239224867,239257644,239710497,240307721,241208789,241241557,241318060,241319404,241343533,241344069,241405397,241765845,243864964,244502085,244946220,245109902,247647266,247707956,248648814,248648836,248682161,248986932,249058914,249697357,252132601,252135604,252317348,255007012,255278388,256365156,257566121,269763372,271202790,271863856,272049197,272127474,272770631,274339449,274939471,275388004,275388005,275388006,275977800,278267602,278513831,278712622,281613765,281683369,282120228,282250732,282508942,283743649,283787570,284710386,285391148,285478533,285854898,285873762,286931113,288964227,289445441,289689648,291671489,303512884,305319975,305610036,305764101,308448294,308675890,312085683,312264750,315032867,316391000,317331042,317902135,318950711,319447220,321499182,322538804,323145200,337067316,337826293,339905989,340833697,341457068,345302593,349554733,349771471,349786245,350819405,356072847,370349192,373962798,374509141,375558638,375574835,376053993,383276530,383373833,383407586,384439906,386079012,404133513,404307343,407031852,408072233,409112005,409608425,409771500,419040932,437730612,439529766,442616365,442813037,443157674,443295316,450118444,450482697,456789668,459935396,471217869,474073645,476230702,476665218,476717289,483014825,485083298,489306281,538364390,540675748,543819186,543958612,576960820,577242548,610515252,642202932,644420819])}
+function vHi(g,d,a,c,f,e,b){wHi();g.e=d;g.a=a;g.d=c;g.g=f;g.f=e;g.c=b;g.b=false;return g}
+function uHi(b,a){wHi();b.e=a;b.a=a;b.d=0;b.g=false;b.f=false;b.c=false;b.b=true;return b}
+function aUi(a,e){var b,c,d;b=e;b<<=5;b+=a[0]-96;d=e;for(c=0;c<4&&d>0;++c){--d;b<<=5;b+=a[d]-96}return b}
+function bUi(a,i,g){var e,f;wHi();var b,c,d,h;c=aUi(a,g);d=wji(BKi,c);if(d<0){return uHi(new tHi(),String((e=i+g,mfi(a.length,i,e),ofi(a,i,e))))}else{b=CKi[d];h=b.e;if(!xVi(h,a,i,g)){return uHi(new tHi(),String((f=i+g,mfi(a.length,i,f),ofi(a,i,f))))}return b}}
+function cUi(){return q_h}
+function tHi(){}
+_=tHi.prototype=new xdi();_.gC=cUi;_.tI=37;_.a=null;_.b=false;_.c=false;_.d=0;_.e=null;_.f=false;_.g=false;var xHi,yHi,zHi,AHi,BHi,CHi,DHi,EHi,FHi,aIi,bIi,cIi,dIi,eIi,fIi,gIi,hIi,iIi,jIi,kIi,lIi,mIi,nIi,oIi,pIi,qIi,rIi,sIi,tIi,uIi,vIi,wIi,xIi,yIi,zIi,AIi,BIi,CIi,DIi,EIi,FIi,aJi,bJi,cJi,dJi,eJi,fJi,gJi,hJi,iJi,jJi,kJi,lJi,mJi,nJi,oJi,pJi,qJi,rJi,sJi,tJi,uJi,vJi,wJi,xJi,yJi,zJi,AJi,BJi,CJi,DJi,EJi,FJi,aKi,bKi,cKi,dKi,eKi,fKi,gKi,hKi,iKi,jKi,kKi,lKi,mKi,nKi,oKi,pKi,qKi,rKi,sKi,tKi,uKi,vKi,wKi,xKi,yKi,zKi,AKi,BKi,CKi,DKi,EKi,FKi,aLi,bLi,cLi,dLi,eLi,fLi,gLi,hLi,iLi,jLi,kLi,lLi,mLi,nLi,oLi,pLi,qLi,rLi,sLi,tLi,uLi,vLi,wLi,xLi,yLi,zLi,ALi,BLi,CLi,DLi,ELi,FLi,aMi,bMi,cMi,dMi,eMi,fMi,gMi,hMi,iMi,jMi,kMi,lMi,mMi,nMi,oMi,pMi,qMi,rMi,sMi,tMi,uMi,vMi,wMi,xMi,yMi,zMi,AMi,BMi,CMi,DMi,EMi,FMi,aNi,bNi,cNi,dNi,eNi,fNi,gNi,hNi,iNi,jNi,kNi,lNi,mNi,nNi,oNi,pNi,qNi,rNi,sNi,tNi,uNi,vNi,wNi,xNi,yNi,zNi,ANi,BNi,CNi,DNi,ENi,FNi,aOi,bOi,cOi,dOi,eOi,fOi,gOi,hOi,iOi,jOi,kOi,lOi,mOi,nOi,oOi,pOi,qOi,rOi,sOi,tOi,uOi,vOi,wOi,xOi,yOi,zOi,AOi,BOi,COi,DOi,EOi,FOi,aPi,bPi,cPi,dPi,ePi,fPi,gPi,hPi,iPi,jPi,kPi,lPi,mPi,nPi,oPi,pPi,qPi,rPi,sPi,tPi,uPi,vPi,wPi,xPi,yPi,zPi,APi,BPi,CPi,DPi,EPi,FPi,aQi,bQi,cQi,dQi,eQi,fQi,gQi,hQi,iQi,jQi,kQi,lQi,mQi,nQi,oQi,pQi,qQi,rQi,sQi,tQi,uQi,vQi,wQi,xQi,yQi,zQi,AQi,BQi,CQi,DQi,EQi,FQi,aRi,bRi,cRi,dRi,eRi,fRi,gRi,hRi,iRi,jRi,kRi,lRi,mRi,nRi,oRi,pRi,qRi,rRi,sRi,tRi,uRi,vRi,wRi,xRi,yRi,zRi,ARi,BRi,CRi,DRi,ERi,FRi,aSi,bSi,cSi,dSi,eSi,fSi,gSi,hSi,iSi,jSi,kSi,lSi,mSi,nSi,oSi,pSi,qSi,rSi,sSi,tSi,uSi,vSi,wSi,xSi,ySi,zSi,ASi,BSi,CSi,DSi,ESi,FSi,aTi,bTi,cTi,dTi,eTi,fTi,gTi,hTi,iTi,jTi,kTi,lTi,mTi,nTi,oTi,pTi,qTi,rTi,sTi,tTi,uTi,vTi,wTi,xTi,yTi,zTi,ATi,BTi,CTi,DTi,ETi,FTi;function qWi(){qWi=v0i;oXi=f9h(A_h,42,-1,[60,62]);pXi=f9h(A_h,42,-1,[60,47]);wXi=f9h(A_h,42,-1,[93,93]);vXi=f9h(A_h,42,-1,[65533]);yXi=f9h(A_h,42,-1,[32]);nXi=f9h(A_h,42,-1,[10]);lXi=lfi(ixg);tXi=lfi(jxg);CXi=lfi(kxg);EXi=lfi(lxg);BXi=f9h(A_h,42,-1,[116,105,116,108,101]);xXi=f9h(A_h,42,-1,[115,99,114,105,112,116]);zXi=f9h(A_h,42,-1,[115,116,121,108,101]);uXi=f9h(A_h,42,-1,[112,108,97,105,110,116,101,120,116]);DXi=f9h(A_h,42,-1,[120,109,112]);AXi=f9h(A_h,42,-1,[116,101,120,116,97,114,101,97]);mXi=f9h(A_h,42,-1,[105,102,114,97,109,101]);qXi=f9h(A_h,42,-1,[110,111,101,109,98,101,100]);sXi=f9h(A_h,42,-1,[110,111,115,99,114,105,112,116]);rXi=f9h(A_h,42,-1,[110,111,102,114,97,109,101,115])}
+function hWi(a){var b;a.cb&&(wHi(),FOi)==a.pb&&(koi(),pri)==a.l;if(a.l){b=xfi(a.F,0,a.ab);if(!a.w&&a.A&&a.B&&poi(a.l)){b=aYi(b)}tUi(a.m,a.l,b,a.tb)}}
+function iWi(a){a.cb&&(koi(),pri)==a.l&&(wHi(),FOi)==a.pb;if(a.l){if(a.A){if(ooi(a.l)){if(a.B){tUi(a.m,a.l,a.l.a[0],a.tb)}else{tUi(a.m,a.l,cNh,a.tb)}}else{tUi(a.m,a.l,cNh,a.tb)}}else{if((koi(),wDi)==a.l||kvi==a.l){mxg+a.l.a[0]+nxg}tUi(a.m,a.l,cNh,a.tb)}}}
+function jWi(b,a){switch(b.p.b){case 2:--b.ab;kWi(b,32);kWi(b,45);case 0:kWi(b,a);break;case 1:DWi(b,pxg);}}
+function kWi(c,a){var b;if(c.ab==c.F.length){b=e9h(A_h,42,-1,c.ab+(c.ab>>1),1);Afi(c.F,0,b,0,c.F.length);c.F=b}c.F[c.ab++]=a}
+function lWi(f,a,d,b){var c,e;e=f.ab+b;if(f.F.length<e){c=e9h(A_h,42,-1,e+(e>>1),1);Afi(f.F,0,c,0,f.F.length);f.F=c}Afi(a,d,f.F,f.ab,b);f.ab=e}
+function mWi(a){switch(a.p.b){case 2:kWi(a,32);case 0:kWi(a,45);break;case 1:DWi(a,pxg);}}
+function nWi(c,a){var b;if(c.mb==c.lb.length){b=e9h(A_h,42,-1,c.lb.length+1024,1);Afi(c.lb,0,b,0,c.lb.length);c.lb=b}c.lb[c.mb++]=a}
+function oWi(a){a.l=nHi(a.lb,0,a.mb,a.db!=(Fli(),ami));if(!a.m){a.m=sUi(new rUi(),a.bb)}if(yUi(a.m,a.l)){qxg+a.l.a[0]+rxg;a.l=null}}
+function rWi(a){switch(a.r.d){case 36:a.s=BXi;return;case 31:a.s=xXi;return;case 33:a.s=zXi;return;case 30:a.s=uXi;return;case 38:a.s=DXi;return;case 35:a.s=AXi;return;case 47:a.s=mXi;return;case 60:a.s=qXi;return;case 26:a.s=sXi;return;case 25:a.s=rXi;return;default:return;}}
+function sWi(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,nXi,0,1);c.u=2147483647}
+function tWi(c,b,a){if(c.sb){EYi(c.qb,c.F,0,c.ab-b)}c.u=a+1}
+function uWi(d,c,b){var a;d.u=b+1;d.kb=0;a=!d.m?(wUi(),bVi):d.m;if(d.w){cZi(d.qb,d.pb)}else{i0i(d.qb,d.pb,a,c)}bXi(d);return d.kb}
+function xWi(b,c,a){if((a&-2)!=0){lWi(b,c,0,c.length)}else{xYi(b.qb,c,0,c.length)}}
+function vWi(b,c,a){if((a&-2)!=0){kWi(b,c[0])}else{xYi(b.qb,c,0,1)}}
+function wWi(b,a){if((a&-2)!=0){lWi(b,b.lb,0,b.mb)}else{zWi(b)}}
+function yWi(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,vXi,0,1);c.u=2147483647}
+function zWi(a){if(a.mb>0){xYi(a.qb,a.lb,0,a.mb)}}
+function AWi(a){if(a.eb){return sUi(new rUi(),a.bb)}else{return wUi(),bVi}}
+function BWi(a){a.lb=null;a.F=null;a.ob=null;a.gb=null;a.v=null;a.pb=null;a.l=null;dZi(a.qb);if(a.m){vUi(a.m,a.bb);a.m=null}}
+function CWi(j){var a,b,e,h,i,k;i=j.kb;h=j.hb;c:for(;;){switch(i){case 53:xYi(j.qb,oXi,0,1);break c;case 4:xYi(j.qb,oXi,0,1);break c;case 37:if(j.C<j.s.length){break c}else{break c}case 5:xYi(j.qb,pXi,0,2);break c;case 6:break c;case 7:case 14:case 48:break c;case 8:break c;case 9:case 10:break c;case 11:case 12:case 13:break c;case 15:tWi(j,0,0);break c;case 59:aXi(j);tWi(j,0,0);break c;case 16:j.ab=0;tWi(j,0,0);break c;case 38:tWi(j,0,0);break c;case 39:if(j.C<6){tWi(j,0,0)}else{j.v=cNh;j.gb=null;j.ob=null;j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c}break c;case 30:case 32:case 35:tWi(j,0,0);break c;case 34:tWi(j,2,0);break c;case 33:case 31:tWi(j,1,0);break c;case 36:tWi(j,3,0);break c;case 17:case 18:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 19:j.v=String(xfi(j.lb,0,j.mb));j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 40:case 41:case 20:case 21:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 22:case 23:j.y=true;j.gb=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 24:case 25:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 26:case 27:j.y=true;j.ob=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 28:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 29:j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 42:wWi(j,h);i=h;continue;case 44:g:for(;;){++j.x;d:for(;;){if(j.z==-1){break d}if(j.x==(rVi(),sVi)[j.z].length){break d}if(j.x>sVi[j.z].length){break g}else if(0<sVi[j.z][j.x]){--j.z}else{break d}}f:for(;;){if(j.z<j.E){break g}if(j.x==(rVi(),sVi)[j.E].length){j.o=j.E;j.nb=j.mb;++j.E}else if(j.x>sVi[j.E].length){break g}else if(0>sVi[j.E][j.x]){++j.E}else{break f}}if(j.z<j.E){break g}continue}if(j.o==-1){wWi(j,h);i=h;continue c}else{a=(rVi(),sVi)[j.o];if(a[a.length-1]!=59){if((h&-2)!=0){if(j.nb==j.mb){b=0}else{b=j.lb[j.nb]}if(b>=48&&b<=57||b>=65&&b<=90||b>=97&&b<=122){lWi(j,j.lb,0,j.mb);i=h;continue c}}}k=tVi[j.o];xWi(j,k,h);if(j.nb<j.mb){if((h&-2)!=0){for(e=j.nb;e<j.mb;++e){kWi(j,j.lb[e])}}else{xYi(j.qb,j.lb,j.nb,j.mb-j.nb)}}i=h;continue c}case 43:case 46:case 45:if(j.ib){}else{sxg+xfi(j.lb,0,j.mb)+rxg;wWi(j,h);i=h;continue}EWi(j,h);i=h;continue;case 0:default:break c;}}eZi(j.qb);return}
+function DWi(c,a){var b;b=a1i(new F0i(),a,c);throw b}
+function EWi(c,b){var a,d;if(c.rb>=128&&c.rb<=159){d=(rVi(),uVi)[c.rb-128];vWi(c,d,b)}else if(c.rb==13){vWi(c,nXi,b)}else if(c.rb==12&&c.t!=(Fli(),ami)){if(c.t==(Fli(),bmi)){vWi(c,yXi,b)}else if(c.t==cmi){DWi(c,txg)}}else if(c.rb>=0&&c.rb<=8||c.rb==11||c.rb>=14&&c.rb<=31||c.rb==127){uxg+oUi(c.rb&65535)+vxg;vWi(c,vXi,b)}else if((c.rb&63488)==55296){vWi(c,vXi,b)}else if((c.rb&65534)==65534){vWi(c,vXi,b)}else if(c.rb>=64976&&c.rb<=65007){vWi(c,vXi,b)}else if(c.rb<=65535){a=c.rb&65535;c.n[0]=a;vWi(c,c.n,b)}else if(c.rb<=1114111){c.k[0]=55232+(c.rb>>10)&65535;c.k[1]=56320+(c.rb&1023)&65535;xWi(c,c.k,b)}else{vWi(c,vXi,b)}}
+function aXi(a){switch(a.p.b){case 2:kWi(a,32);break;case 1:DWi(a,wxg);}}
+function bXi(a){if(a.eb){a.m=null}else{vUi(a.m,a.bb)}}
+function dXi(c,b){var a;c.kb=b;if(b==0){return}a=null.dc();c.r=bUi(a,0,null.cc);rWi(c)}
+function eXi(c,b,a){c.kb=b;c.r=a;rWi(c)}
+function hXi(a,b){if(b==(Fli(),cmi)){throw Fci(new Eci(),xxg)}a.tb=b}
+function iXi(a){a.q=false;a.lb=e9h(A_h,42,-1,64,1);a.mb=0;a.F=e9h(A_h,42,-1,1024,1);a.ab=0;a.kb=0;a.D=false;a.A=false;a.cb=false;j0i(a.qb,a);a.sb=a.qb.A;a.C=0;a.y=false;a.j=0;a.x=-1;a.E=0;a.z=(rVi(),sVi).length-1;a.o=-1;a.nb=0;a.fb=-1;a.rb=0;a.ib=false;a.jb=false;if(a.eb){a.m=null}else{a.m=sUi(new rUi(),a.bb)}a.a=false;a.f=a.g=0;a.c=a.d=1;a.h=true;a.i=0;a.b=false}
+function jXi(Ab,vb,p,rb,o,tb,ub,cb){var q,u,bb,ib,kb,Bb;wb:for(;;){switch(vb){case 0:z:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);vb=4;break z;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 4:yb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p>=65&&p<=90){Ab.w=false;Ab.lb[0]=p+32&65535;Ab.mb=1;vb=6;break yb}else if(p>=97&&p<=122){Ab.w=false;Ab.lb[0]=p;Ab.mb=1;vb=6;break yb}switch(p){case 33:vb=16;continue wb;case 47:vb=5;continue wb;case 63:Ab.F[0]=p;Ab.ab=1;vb=15;continue wb;case 62:xYi(Ab.qb,oXi,0,2);Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=0;tb=true;continue wb;}}case 6:xb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break xb;case 47:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=48;continue wb;case 62:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 7:h:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:vb=48;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:case 61:default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;break h;}}case 8:e:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;oWi(Ab);vb=9;break wb;case 10:Ab.h=true;case 32:case 9:case 12:oWi(Ab);vb=9;continue wb;case 47:oWi(Ab);iWi(Ab);vb=48;continue wb;case 61:oWi(Ab);vb=10;break e;case 62:oWi(Ab);iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 10:i:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=11;break i;case 38:Ab.ab=0;vb=13;tb=true;continue wb;case 39:Ab.ab=0;vb=12;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 61:iUi(p);default:Ab.F[0]=p;Ab.ab=1;vb=13;continue wb;}}case 11:f:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 34:hWi(Ab);vb=14;break f;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=34;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 14:a:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 47:vb=48;break a;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}}case 48:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:vb=uWi(Ab,true,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}case 13:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;hWi(Ab);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:hWi(Ab);vb=7;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=62;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 62:hWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 34:case 39:case 61:default:kWi(Ab,p);continue;}}case 9:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:iWi(Ab);vb=48;continue wb;case 61:vb=10;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:iWi(Ab);if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;continue wb;}}case 15:n:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=59;break n;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 59:m:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:aXi(Ab);tWi(Ab,0,rb);vb=0;continue wb;case 45:mWi(Ab);continue m;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=15;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=15;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=15;continue wb;}}case 16:ob:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:Ab.F[0]=p;Ab.ab=1;vb=38;break ob;case 100:case 68:Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=39;continue wb;case 91:if(Ab.qb.l==0){Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=49;continue wb}else{}default:Ab.ab=0;vb=15;tb=true;continue wb;}}case 38:nb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 0:break wb;case 45:Ab.ab=0;vb=30;break nb;default:vb=15;tb=true;continue wb;}}case 30:y:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=31;continue wb;case 62:tWi(Ab,0,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;break y;case 0:p=65533;default:kWi(Ab,p);vb=32;break y;}}case 32:x:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=33;break x;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 33:v:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;break v;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 34:w:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,2,rb);vb=0;continue wb;case 45:jWi(Ab,p);continue;case 32:case 9:case 12:jWi(Ab,p);vb=35;break w;case 13:Ab.h=true;Ab.D=true;jWi(Ab,10);vb=35;break wb;case 10:Ab.h=true;jWi(Ab,10);vb=35;break w;case 33:kWi(Ab,p);vb=36;continue wb;case 0:p=65533;default:jWi(Ab,p);vb=32;continue wb;}}case 35:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 32:case 9:case 12:kWi(Ab,p);continue;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 36:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,3,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 31:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;continue wb;case 62:tWi(Ab,1,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}case 39:mb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){ib=p;if(p>=65&&p<=90){ib+=32}if(ib==tXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{vb=17;tb=true;break mb}}case 17:B:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}Ab.v=cNh;Ab.ob=null;Ab.gb=null;Ab.y=false;switch(p){case 13:Ab.h=true;Ab.D=true;vb=18;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=18;break B;default:vb=18;tb=true;break B;}}case 18:j:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=19;break j;}}case 19:C:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break C;case 62:Ab.v=String(xfi(Ab.lb,0,Ab.mb));Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 20:b:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 112:case 80:Ab.C=0;vb=40;break b;case 115:case 83:Ab.C=0;vb=41;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 40:F:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=CXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue}else{vb=21;tb=true;break F}}case 21:k:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=22;break k;case 39:Ab.ab=0;vb=23;continue wb;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 22:D:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;break D;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 24:c:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;break c;case 39:Ab.ab=0;vb=27;continue wb;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 26:E:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 28:d:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=false;vb=29;break d;}}case 29:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;default:continue;}}case 41:ab:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=EXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue wb}else{vb=25;tb=true;break ab}}case 25:l:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;continue wb;case 39:Ab.ab=0;vb=27;break l;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 27:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 23:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;continue wb;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 49:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){if(p==lXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{Ab.u=rb;vb=50;tb=true;break}}case 50:t:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 93:jUi(Ab,o,rb);vb=51;break t;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 51:s:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 93:vb=52;break s;default:xYi(Ab.qb,wXi,0,1);Ab.u=rb;vb=50;tb=true;continue wb;}}case 52:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,wXi,0,2);Ab.u=rb;vb=50;tb=true;continue wb;}case 12:g:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 39:hWi(Ab);vb=14;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=39;fVi(new eVi(),Ab);ub=vb;vb=42;break g;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 42:if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p==0){break wb}switch(p){case 32:case 9:case 10:case 13:case 12:case 60:case 38:wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb;case 35:nWi(Ab,35);vb=43;continue wb;default:if(p==Ab.j){wWi(Ab,ub);vb=ub;tb=true;continue wb}Ab.x=-1;Ab.E=0;Ab.z=(rVi(),sVi).length-1;Ab.o=-1;Ab.nb=0;vb=44;tb=true;}case 44:pb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(p==0){break wb}++Ab.x;jb:for(;;){if(Ab.z==-1){break jb}if(Ab.x==(rVi(),sVi)[Ab.z].length){break jb}if(Ab.x>sVi[Ab.z].length){break pb}else if(p<sVi[Ab.z][Ab.x]){--Ab.z}else{break jb}}lb:for(;;){if(Ab.z<Ab.E){break pb}if(Ab.x==(rVi(),sVi)[Ab.E].length){Ab.o=Ab.E;Ab.nb=Ab.mb;++Ab.E}else if(Ab.x>sVi[Ab.E].length){break pb}else if(p>sVi[Ab.E][Ab.x]){++Ab.E}else{break lb}}if(Ab.z<Ab.E){break pb}nWi(Ab,p);continue}if(Ab.o==-1){wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}else{q=(rVi(),sVi)[Ab.o];if(q[q.length-1]!=59){if((ub&-2)!=0){if(Ab.nb==Ab.mb){u=p}else{u=Ab.lb[Ab.nb]}if(u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122){lWi(Ab,Ab.lb,0,Ab.mb);vb=ub;tb=true;continue wb}}}Bb=tVi[Ab.o];xWi(Ab,Bb,ub);if(Ab.nb<Ab.mb){if((ub&-2)!=0){for(kb=Ab.nb;kb<Ab.mb;++kb){kWi(Ab,Ab.lb[kb])}}else{xYi(Ab.qb,Ab.lb,Ab.nb,Ab.mb-Ab.nb)}}if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}case 43:if(++rb==cb){break wb}p=gUi(Ab,o,rb);Ab.fb=-1;Ab.rb=0;Ab.ib=false;switch(p){case 120:case 88:nWi(Ab,p);vb=45;continue wb;default:vb=46;tb=true;}case 46:A:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=10;Ab.rb+=p-48;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 47:EWi(Ab,ub);vb=ub;continue wb;case 45:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-48;continue}else if(p>=65&&p<=70){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-65+10;continue}else if(p>=97&&p<=102){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-97+10;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 3:qb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 2:r:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 60:jUi(Ab,o,rb);ub=vb;vb=53;break r;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 53:zb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 33:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=54;break zb;case 47:if(Ab.r){Ab.C=0;Ab.mb=0;vb=37;continue wb}default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=ub;tb=true;continue wb;}}case 54:eb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=55;break eb;default:vb=ub;tb=true;continue wb;}}case 55:db:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;break db;default:vb=ub;tb=true;continue wb;}}case 58:fb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:continue;case 62:vb=ub;continue wb;case 0:yWi(Ab,o,rb);vb=56;break fb;case 13:sWi(Ab,o,rb);vb=56;break wb;case 10:Ab.h=true;default:vb=56;break fb;}}case 56:hb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=57;break hb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 57:gb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;continue wb;case 0:yWi(Ab,o,rb);vb=56;continue wb;case 13:sWi(Ab,o,rb);vb=56;continue wb;case 10:Ab.h=true;default:vb=56;continue wb;}}case 37:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<Ab.s.length){bb=Ab.s[Ab.C];ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=bb){Ab.A&&(Ab.C>0||ib>=97&&ib<=122)&&(wHi(),jNi)!=Ab.r;xYi(Ab.qb,pXi,0,2);zWi(Ab);Ab.u=rb;vb=ub;tb=true;continue wb}nWi(Ab,p);++Ab.C;continue}else{Ab.w=true;Ab.pb=Ab.r;switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 47:vb=48;continue wb;default:xYi(Ab.qb,pXi,0,2);zWi(Ab);if(p==0){yWi(Ab,o,rb)}else{Ab.u=rb}vb=ub;continue wb;}}}case 5:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;Ab.F[0]=10;Ab.ab=1;vb=15;break wb;case 10:Ab.h=true;Ab.F[0]=10;Ab.ab=1;vb=15;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}if(p>=97&&p<=122){Ab.w=true;Ab.lb[0]=p;Ab.mb=1;vb=6;continue wb}else{Ab.F[0]=p;Ab.ab=1;vb=15;continue wb}}case 1:sb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);ub=vb;vb=53;continue wb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}}}jUi(Ab,o,rb);Ab.kb=vb;Ab.hb=ub;return rb}
+function kXi(f,a){var b,c,d,e;e=f.kb;c=f.hb;f.jb=false;f.D=false;d=a.c;b=d-1;switch(e){case 0:case 1:case 2:case 3:case 50:case 56:case 54:case 55:case 57:case 58:f.u=d;break;default:f.u=2147483647;}b=jXi(f,e,0,b,a.a,false,c,a.b);if(b==a.b){a.c=b}else{a.c=b+1}return f.D}
+function FXi(){return v_h}
+function aYi(d){var a,b,c;if(d==null){return null}a=e9h(A_h,42,-1,d.length,1);for(c=0;c<d.length;++c){b=d.charCodeAt(c);if(b>=65&&b<=90){b+=32}a[c]=b}return String.fromCharCode.apply(null,a)}
+function eWi(){}
+_=eWi.prototype=new xdi();_.gC=FXi;_.tI=0;_.j=0;_.k=null;_.l=null;_.m=null;_.n=null;_.o=0;_.q=false;_.r=null;_.s=null;_.u=0;_.v=null;_.w=false;_.x=0;_.y=false;_.z=0;_.A=false;_.B=false;_.C=0;_.D=false;_.E=0;_.F=null;_.ab=0;_.bb=0;_.cb=false;_.eb=false;_.fb=0;_.gb=null;_.hb=0;_.ib=false;_.jb=false;_.kb=0;_.lb=null;_.mb=0;_.nb=0;_.ob=null;_.pb=null;_.qb=null;_.rb=0;_.sb=false;var lXi,mXi,nXi,oXi,pXi,qXi,rXi,sXi,tXi,uXi,vXi,wXi,xXi,yXi,zXi,AXi,BXi,CXi,DXi,EXi;function hUi(){hUi=v0i;qWi()}
+function fUi(a,b){hUi();a.t=(Fli(),bmi);a.p=bmi;a.tb=bmi;a.db=bmi;a.qb=b;a.eb=false;a.n=e9h(A_h,42,-1,1,1);a.k=e9h(A_h,42,-1,2,1);a.e=bmi;return a}
+function gUi(e,a,d){var b,c;e.g=e.f;e.d=e.c;if(e.h){++e.f;e.c=1;e.h=false}else{++e.c}b=a[d];if(!e.q&&!e.a&&b>127){e.a=true}switch(b){case 0:case 9:case 13:case 10:break;case 12:if(e.e==(Fli(),cmi)){DWi(e,yxg+oUi(b)+Bxg)}else{if(e.e==bmi){b=a[d]=32}yxg+oUi(b)+Bxg}break;default:if((b&64512)==56320){if((e.i&64512)==55296){c=(e.i<<10)+b+-56613888;if(c>=983040&&c<=1048573||c>=1048576&&c<=1114109){pUi(e)}}}else if(b<32||(b&65534)==65534){switch(e.e.b){case 1:DWi(e,Cxg+oUi(b)+Dxg);break;case 2:b=a[d]=65533;case 0:Cxg+oUi(b)+Dxg;}}else if(b>=127&&b<=159||b>=64976&&b<=64991){Cxg+oUi(b)+Dxg}else if(b>=57344&&b<=63743){pUi(e)}}e.i=b;return b}
+function iUi(a){switch(a){case 61:return;case 60:return;}}
+function jUi(e,a,d){var b,c;if(d>e.u){c=e.f;b=e.c;e.f=e.g;e.c=e.d;xYi(e.qb,a,e.u,d-e.u);e.f=c;e.c=b}e.u=2147483647}
+function kUi(a){if(a.c>0){return a.c}else{return -1}}
+function lUi(a){if(a.f>0){return a.f}else{return -1}}
+function oUi(a){var b;b=idi(a,4);switch(b.length){case 1:return Exg+b;case 2:return Fxg+b;case 3:return ayg+b;case 4:return byg+b;default:throw Edi(new Ddi(),cyg);}}
+function pUi(a){if(!a.b){a.b=true}}
+function qUi(){return r_h}
+function dUi(){}
+_=dUi.prototype=new eWi();_.gC=qUi;_.tI=0;_.a=false;_.b=false;_.c=0;_.d=0;_.f=0;_.g=0;_.h=false;_.i=0;function wUi(){wUi=v0i;aVi=e9h(E_h,49,9,0,0);cVi=e9h(D_h,48,1,0,0);bVi=sUi(new rUi(),0)}
+function sUi(b,a){wUi();b.b=a;b.a=0;b.c=e9h(E_h,49,9,5,0);b.d=e9h(D_h,48,1,5,0);b.e=0;b.f=aVi;b.g=cVi;return b}
+function tUi(e,a,f,g){var b,c,d;a==(koi(),pvi);if(a.d){if(e.f.length==e.e){b=e.e==0?2:e.e<<1;c=e9h(E_h,49,9,b,0);Afi(e.f,0,c,0,e.f.length);e.f=c;d=e9h(D_h,48,1,b,0);Afi(e.g,0,d,0,e.g.length);e.g=d}e.f[e.e]=a;e.g[e.e]=f;++e.e;switch(g.b){case 1:throw z0i(new y0i(),dyg);case 2:return;}}if(e.c.length==e.a){b=e.a<<1;c=e9h(E_h,49,9,b,0);Afi(e.c,0,c,0,e.c.length);e.c=c;d=e9h(D_h,48,1,b,0);Afi(e.d,0,d,0,e.d.length);e.d=d}e.c[e.a]=a;e.d[e.a]=f;++e.a}
+function vUi(c,b){var a;for(a=0;a<c.a;++a){h9h(c.c,a,null);h9h(c.d,a,null)}c.a=0;c.b=b;for(a=0;a<c.e;++a){h9h(c.f,a,null);h9h(c.g,a,null)}c.e=0}
+function uUi(b){var a;for(a=0;a<b.a;++a){h9h(b.c,a,null);h9h(b.d,a,null)}b.a=0}
+function xUi(c){var a,b;a=sUi(new rUi(),0);for(b=0;b<c.a;++b){tUi(a,c.c[b],c.d[b],(Fli(),ami))}for(b=0;b<c.e;++b){tUi(a,c.f[b],c.g[b],(Fli(),ami))}return a}
+function yUi(c,b){var a;for(a=0;a<c.a;++a){if(b.a[0]==c.c[a].a[0]){return true}}for(a=0;a<c.e;++a){if(b.a[0]==c.f[a].a[0]){return true}}return false}
+function zUi(b,a){if(a<b.a&&a>=0){return b.c[a]}else{return null}}
+function AUi(c,b){var a;for(a=0;a<c.a;++a){if(c.c[a]==b){return a}}return -1}
+function BUi(b,a){if(a<b.a&&a>=0){return b.c[a].a[b.b]}else{return null}}
+function CUi(b,a){if(a<b.a&&a>=0){return b.c[a].c[b.b]}else{return null}}
+function DUi(b,a){if(a<b.a&&a>=0){return b.d[a]}else{return null}}
+function EUi(c,b){var a;a=AUi(c,b);if(a==-1){return null}else{return DUi(c,a)}}
+function FUi(e,f,d){var a,b,c;for(b=0;b<e.a;++b){a=e.c[b];if(!a.b[e.b]){c=a.a[e.b];switch(d.b){case 2:e.c[b]=(koi(),ioi(new hoi(),dpi,ACi(mVi(c)),epi,bpi,false));case 0:a!=(koi(),DGi);break;case 1:gZi(f,mxg+c+eyg);}}}}
+function dVi(){return s_h}
+function rUi(){}
+_=rUi.prototype=new xdi();_.gC=dVi;_.tI=0;_.a=0;_.b=0;_.c=null;_.d=null;_.e=0;_.f=null;_.g=null;var aVi,bVi,cVi;function fVi(b,a){kUi(a);lUi(a);return b}
+function hVi(){return t_h}
+function eVi(){}
+_=eVi.prototype=new xdi();_.gC=hVi;_.tI=0;function jVi(){jVi=v0i;kVi=lfi(gyg)}
+function lVi(c,a){var b;uei(c,hyg);for(b=0;b<6;++b){uei(c,String.fromCharCode(kVi[(a&15728640)>>20]));a<<=4}}
+function mVi(e){jVi();var a,b,c,d;d=tei(new rei());for(b=0;b<e.length;++b){a=e.charCodeAt(b);if((a&64512)==55296){c=e.charCodeAt(++b);lVi(d,(a<<10)+c+-56613888)}else if(b==0&&!(a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95)){lVi(d,a)}else if(b!=0&&!(a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542)){lVi(d,a)}else{uei(d,String.fromCharCode(a))}}return String(zei(d))}
+function pVi(c){jVi();var a,b;if(c==null){return false}else{b=c.length;switch(b){case 0:return false;case 1:return nVi(c.charCodeAt(0));default:if(!nVi(c.charCodeAt(0))){return false}for(a=1;a<b;++a){if(!oVi(c.charCodeAt(a))){return false}}}return true}}
+function nVi(a){return a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95}
+function oVi(a){return a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542}
+var kVi;function rVi(){rVi=v0i;sVi=f9h(cai,52,12,[lfi(iyg),lfi(jyg),lfi(kyg),lfi(lyg),lfi(myg),lfi(nyg),lfi(oyg),lfi(pyg),lfi(ryg),lfi(syg),lfi(tyg),lfi(uyg),lfi(vyg),lfi(wyg),lfi(xyg),lfi(yyg),lfi(zyg),lfi(Ayg),lfi(Cyg),lfi(Dyg),lfi(Eyg),lfi(Fyg),lfi(azg),lfi(bzg),lfi(czg),lfi(dzg),lfi(ezg),lfi(fzg),lfi(hzg),lfi(izg),lfi(jzg),lfi(kzg),lfi(lzg),lfi(mzg),lfi(nzg),lfi(ozg),lfi(pzg),lfi(qzg),lfi(szg),lfi(tzg),lfi(uzg),lfi(vzg),lfi(wzg),lfi(xzg),lfi(yzg),lfi(zzg),lfi(Azg),lfi(Bzg),lfi(Dzg),lfi(Ezg),lfi(Fzg),lfi(aAg),lfi(bAg),lfi(cAg),lfi(dAg),lfi(eAg),lfi(fAg),lfi(gAg),lfi(iAg),lfi(jAg),lfi(kAg),lfi(lAg),lfi(mAg),lfi(nAg),lfi(oAg),lfi(pAg),lfi(qAg),lfi(rAg),lfi(tAg),lfi(uAg),lfi(vAg),lfi(wAg),lfi(xAg),lfi(yAg),lfi(zAg),lfi(AAg),lfi(BAg),lfi(CAg),lfi(EAg),lfi(FAg),lfi(aBg),lfi(bBg),lfi(cBg),lfi(dBg),lfi(eBg),lfi(fBg),lfi(gBg),lfi(hBg),lfi(kBg),lfi(lBg),lfi(mBg),lfi(nBg),lfi(oBg),lfi(pBg),lfi(qBg),lfi(rBg),lfi(sBg),lfi(tBg),lfi(vBg),lfi(wBg),lfi(xBg),lfi(yBg),lfi(zBg),lfi(ABg),lfi(BBg),lfi(CBg),lfi(DBg),lfi(EBg),lfi(aCg),lfi(bCg),lfi(cCg),lfi(dCg),lfi(eCg),lfi(fCg),lfi(gCg),lfi(hCg),lfi(iCg),lfi(jCg),lfi(lCg),lfi(mCg),lfi(nCg),lfi(oCg),lfi(pCg),lfi(qCg),lfi(rCg),lfi(sCg),lfi(tCg),lfi(uCg),lfi(wCg),lfi(xCg),lfi(yCg),lfi(zCg),lfi(ACg),lfi(BCg),lfi(CCg),lfi(DCg),lfi(ECg),lfi(FCg),lfi(bDg),lfi(cDg),lfi(dDg),lfi(eDg),lfi(fDg),lfi(gDg),lfi(hDg),lfi(iDg),lfi(jDg),lfi(kDg),lfi(mDg),lfi(nDg),lfi(oDg),lfi(pDg),lfi(qDg),lfi(rDg),lfi(sDg),lfi(tDg),lfi(uDg),lfi(vDg),lfi(xDg),lfi(yDg),lfi(zDg),lfi(ADg),lfi(BDg),lfi(CDg),lfi(DDg),lfi(EDg),lfi(FDg),lfi(aEg),lfi(cEg),lfi(dEg),lfi(eEg),lfi(fEg),lfi(gEg),lfi(hEg),lfi(iEg),lfi(jEg),lfi(kEg),lfi(lEg),lfi(nEg),lfi(oEg),lfi(pEg),lfi(qEg),lfi(rEg),lfi(sEg),lfi(tEg),lfi(uEg),lfi(vEg),lfi(wEg),lfi(zEg),lfi(AEg),lfi(BEg),lfi(CEg),lfi(DEg),lfi(EEg),lfi(FEg),lfi(aFg),lfi(bFg),lfi(cFg),lfi(eFg),lfi(fFg),lfi(gFg),lfi(hFg),lfi(iFg),lfi(jFg),lfi(kFg),lfi(lFg),lfi(mFg),lfi(nFg),lfi(pFg),lfi(qFg),lfi(rFg),lfi(sFg),lfi(tFg),lfi(uFg),lfi(vFg),lfi(wFg),lfi(xFg),lfi(yFg),lfi(AFg),lfi(BFg),lfi(CFg),lfi(DFg),lfi(EFg),lfi(FFg),lfi(aGg),lfi(bGg),lfi(cGg),lfi(dGg),lfi(fGg),lfi(gGg),lfi(hGg),lfi(iGg),lfi(jGg),lfi(kGg),lfi(lGg),lfi(mGg),lfi(nGg),lfi(oGg),lfi(qGg),lfi(rGg),lfi(sGg),lfi(tGg),lfi(uGg),lfi(vGg),lfi(wGg),lfi(xGg),lfi(yGg),lfi(zGg),lfi(BGg),lfi(CGg),lfi(DGg),lfi(EGg),lfi(FGg),lfi(aHg),lfi(bHg),lfi(cHg),lfi(dHg),lfi(eHg),lfi(gHg),lfi(hHg),lfi(iHg),lfi(jHg),lfi(kHg),lfi(lHg),lfi(mHg),lfi(nHg),lfi(oHg),lfi(pHg),lfi(rHg),lfi(sHg),lfi(tHg),lfi(uHg),lfi(vHg),lfi(wHg),lfi(xHg),lfi(yHg),lfi(zHg),lfi(AHg),lfi(CHg),lfi(DHg),lfi(EHg),lfi(FHg),lfi(aIg),lfi(bIg),lfi(cIg),lfi(dIg),lfi(eIg),lfi(fIg),lfi(iIg),lfi(jIg),lfi(kIg),lfi(lIg),lfi(mIg),lfi(nIg),lfi(oIg),lfi(pIg),lfi(qIg),lfi(rIg),lfi(tIg),lfi(uIg),lfi(vIg),lfi(wIg),lfi(xIg),lfi(yIg),lfi(zIg),lfi(AIg),lfi(BIg),lfi(CIg),lfi(EIg),lfi(FIg),lfi(aJg),lfi(bJg),lfi(cJg),lfi(dJg),lfi(eJg),lfi(fJg),lfi(gJg),lfi(hJg),lfi(jJg),lfi(kJg),lfi(lJg),lfi(mJg),lfi(nJg),lfi(oJg),lfi(pJg),lfi(qJg),lfi(rJg),lfi(sJg),lfi(uJg),lfi(vJg),lfi(wJg),lfi(xJg),lfi(yJg),lfi(zJg),lfi(AJg),lfi(BJg),lfi(CJg),lfi(DJg),lfi(FJg),lfi(aKg),lfi(bKg),lfi(cKg),lfi(dKg),lfi(eKg),lfi(fKg),lfi(gKg),lfi(hKg),lfi(iKg),lfi(kKg),lfi(lKg),lfi(mKg),lfi(nKg),lfi(oKg),lfi(pKg),lfi(qKg),lfi(rKg),lfi(sKg),lfi(tKg),lfi(vKg),lfi(wKg),lfi(xKg),lfi(yKg),lfi(zKg),lfi(AKg),lfi(BKg),lfi(CKg),lfi(DKg),lfi(EKg),lfi(aLg),lfi(bLg),lfi(cLg),lfi(dLg),lfi(eLg),lfi(fLg),lfi(gLg),lfi(hLg),lfi(iLg),lfi(jLg),lfi(lLg),lfi(mLg),lfi(nLg),lfi(oLg),lfi(pLg),lfi(qLg),lfi(rLg),lfi(sLg),lfi(tLg),lfi(uLg),lfi(xLg),lfi(yLg),lfi(zLg),lfi(ALg),lfi(BLg),lfi(CLg),lfi(DLg),lfi(ELg),lfi(FLg),lfi(aMg),lfi(cMg),lfi(dMg),lfi(eMg),lfi(fMg),lfi(gMg),lfi(hMg),lfi(iMg),lfi(jMg),lfi(kMg),lfi(lMg),lfi(nMg),lfi(oMg),lfi(pMg),lfi(qMg),lfi(rMg),lfi(sMg),lfi(tMg),lfi(uMg),lfi(vMg),lfi(wMg),lfi(yMg),lfi(zMg),lfi(AMg),lfi(BMg),lfi(CMg),lfi(DMg),lfi(EMg),lfi(FMg),lfi(aNg),lfi(bNg),lfi(dNg),lfi(eNg),lfi(fNg),lfi(gNg),lfi(hNg),lfi(iNg),lfi(jNg),lfi(kNg),lfi(lNg),lfi(mNg),lfi(oNg),lfi(pNg),lfi(qNg),lfi(rNg),lfi(sNg),lfi(tNg),lfi(uNg),lfi(vNg),lfi(wNg),lfi(xNg),lfi(zNg),lfi(ANg),lfi(BNg),lfi(CNg),lfi(DNg),lfi(ENg),lfi(FNg),lfi(aOg),lfi(bOg),lfi(cOg),lfi(eOg),lfi(fOg),lfi(gOg),lfi(hOg),lfi(iOg),lfi(jOg),lfi(kOg),lfi(lOg),lfi(mOg),lfi(nOg),lfi(pOg),lfi(qOg),lfi(rOg),lfi(sOg),lfi(tOg),lfi(uOg),lfi(vOg),lfi(wOg),lfi(xOg),lfi(yOg),lfi(AOg),lfi(BOg),lfi(COg),lfi(DOg),lfi(EOg),lfi(FOg),lfi(aPg),lfi(bPg),lfi(cPg),lfi(dPg),lfi(gPg),lfi(hPg),lfi(iPg),lfi(jPg),lfi(kPg),lfi(lPg),lfi(mPg),lfi(nPg),lfi(oPg),lfi(pPg),lfi(rPg),lfi(sPg),lfi(tPg),lfi(uPg),lfi(vPg),lfi(wPg),lfi(xPg),lfi(yPg),lfi(zPg),lfi(APg),lfi(CPg),lfi(DPg),lfi(EPg),lfi(FPg),lfi(aQg),lfi(bQg),lfi(cQg),lfi(dQg),lfi(eQg),lfi(fQg),lfi(hQg),lfi(iQg),lfi(jQg),lfi(kQg),lfi(lQg),lfi(mQg),lfi(nQg),lfi(oQg),lfi(pQg),lfi(qQg),lfi(sQg),lfi(tQg),lfi(uQg),lfi(vQg),lfi(wQg),lfi(xQg),lfi(yQg),lfi(zQg),lfi(AQg),lfi(BQg),lfi(DQg),lfi(EQg),lfi(FQg),lfi(aRg),lfi(bRg),lfi(cRg),lfi(dRg),lfi(eRg),lfi(fRg),lfi(gRg),lfi(iRg),lfi(jRg),lfi(kRg),lfi(lRg),lfi(mRg),lfi(nRg),lfi(oRg),lfi(pRg),lfi(qRg),lfi(rRg),lfi(tRg),lfi(uRg),lfi(vRg),lfi(wRg),lfi(xRg),lfi(yRg),lfi(zRg),lfi(ARg),lfi(BRg),lfi(CRg),lfi(ERg),lfi(FRg),lfi(aSg),lfi(bSg),lfi(cSg),lfi(dSg),lfi(eSg),lfi(fSg),lfi(gSg),lfi(hSg),lfi(jSg),lfi(kSg),lfi(lSg),lfi(mSg),lfi(nSg),lfi(oSg),lfi(pSg),lfi(qSg),lfi(rSg),lfi(sSg),lfi(vSg),lfi(wSg),lfi(xSg),lfi(ySg),lfi(zSg),lfi(ASg),lfi(BSg),lfi(CSg),lfi(DSg),lfi(ESg),lfi(aTg),lfi(bTg),lfi(cTg),lfi(dTg),lfi(eTg),lfi(fTg),lfi(gTg),lfi(hTg),lfi(iTg),lfi(jTg),lfi(lTg),lfi(mTg),lfi(nTg),lfi(oTg),lfi(pTg),lfi(qTg),lfi(rTg),lfi(sTg),lfi(tTg),lfi(uTg),lfi(wTg),lfi(xTg),lfi(yTg),lfi(zTg),lfi(ATg),lfi(BTg),lfi(CTg),lfi(DTg),lfi(ETg),lfi(FTg),lfi(bUg),lfi(cUg),lfi(dUg),lfi(eUg),lfi(fUg),lfi(gUg),lfi(hUg),lfi(iUg),lfi(jUg),lfi(kUg),lfi(mUg),lfi(nUg),lfi(oUg),lfi(pUg),lfi(qUg),lfi(rUg),lfi(sUg),lfi(tUg),lfi(uUg),lfi(vUg),lfi(xUg),lfi(yUg),lfi(zUg),lfi(AUg),lfi(BUg),lfi(CUg),lfi(DUg),lfi(EUg),lfi(FUg),lfi(aVg),lfi(cVg),lfi(dVg),lfi(eVg),lfi(fVg),lfi(gVg),lfi(hVg),lfi(iVg),lfi(jVg),lfi(kVg),lfi(lVg),lfi(nVg),lfi(oVg),lfi(pVg),lfi(qVg),lfi(rVg),lfi(sVg),lfi(tVg),lfi(uVg),lfi(vVg),lfi(wVg),lfi(yVg),lfi(zVg),lfi(AVg),lfi(BVg),lfi(CVg),lfi(DVg),lfi(EVg),lfi(FVg),lfi(aWg),lfi(bWg),lfi(eWg),lfi(fWg),lfi(gWg),lfi(hWg),lfi(iWg),lfi(jWg),lfi(kWg),lfi(lWg),lfi(mWg),lfi(nWg),lfi(pWg),lfi(qWg),lfi(rWg),lfi(sWg),lfi(tWg),lfi(uWg),lfi(vWg),lfi(wWg),lfi(xWg),lfi(yWg),lfi(AWg),lfi(BWg),lfi(CWg),lfi(DWg),lfi(EWg),lfi(FWg),lfi(aXg),lfi(bXg),lfi(cXg),lfi(dXg),lfi(fXg),lfi(gXg),lfi(hXg),lfi(iXg),lfi(jXg),lfi(kXg),lfi(lXg),lfi(mXg),lfi(nXg),lfi(oXg),lfi(qXg),lfi(rXg),lfi(sXg),lfi(tXg),lfi(uXg),lfi(vXg),lfi(wXg),lfi(xXg),lfi(yXg),lfi(zXg),lfi(BXg),lfi(CXg),lfi(DXg),lfi(EXg),lfi(FXg),lfi(aYg),lfi(bYg),lfi(cYg),lfi(dYg),lfi(eYg),lfi(gYg),lfi(hYg),lfi(iYg),lfi(jYg),lfi(kYg),lfi(lYg),lfi(mYg),lfi(nYg),lfi(oYg),lfi(pYg),lfi(rYg),lfi(sYg),lfi(tYg),lfi(uYg),lfi(vYg),lfi(wYg),lfi(xYg),lfi(yYg),lfi(zYg),lfi(AYg),lfi(CYg),lfi(DYg),lfi(EYg),lfi(FYg),lfi(aZg),lfi(bZg),lfi(cZg),lfi(dZg),lfi(eZg),lfi(fZg),lfi(hZg),lfi(iZg),lfi(jZg),lfi(kZg),lfi(lZg),lfi(mZg),lfi(nZg),lfi(oZg),lfi(pZg),lfi(qZg),lfi(uZg),lfi(vZg),lfi(wZg),lfi(xZg),lfi(yZg),lfi(zZg),lfi(AZg),lfi(BZg),lfi(CZg),lfi(DZg),lfi(FZg),lfi(a0g),lfi(b0g),lfi(c0g),lfi(d0g),lfi(e0g),lfi(f0g),lfi(g0g),lfi(h0g),lfi(i0g),lfi(k0g),lfi(l0g),lfi(m0g),lfi(n0g),lfi(o0g),lfi(p0g),lfi(q0g),lfi(r0g),lfi(s0g),lfi(t0g),lfi(v0g),lfi(w0g),lfi(x0g),lfi(y0g),lfi(z0g),lfi(A0g),lfi(B0g),lfi(C0g),lfi(D0g),lfi(E0g),lfi(a1g),lfi(b1g),lfi(c1g),lfi(d1g),lfi(e1g),lfi(f1g),lfi(g1g),lfi(h1g),lfi(i1g),lfi(j1g),lfi(l1g),lfi(m1g),lfi(n1g),lfi(o1g),lfi(p1g),lfi(q1g),lfi(r1g),lfi(s1g),lfi(t1g),lfi(u1g),lfi(w1g),lfi(x1g),lfi(y1g),lfi(z1g),lfi(A1g),lfi(B1g),lfi(C1g),lfi(D1g),lfi(E1g),lfi(F1g),lfi(b2g),lfi(c2g),lfi(d2g),lfi(e2g),lfi(f2g),lfi(g2g),lfi(h2g),lfi(i2g),lfi(j2g),lfi(k2g),lfi(m2g),lfi(n2g),lfi(o2g),lfi(p2g),lfi(q2g),lfi(r2g),lfi(s2g),lfi(t2g),lfi(u2g),lfi(v2g),lfi(x2g),lfi(y2g),lfi(z2g),lfi(A2g),lfi(B2g),lfi(C2g),lfi(D2g),lfi(E2g),lfi(F2g),lfi(a3g),lfi(d3g),lfi(e3g),lfi(f3g),lfi(g3g),lfi(h3g),lfi(i3g),lfi(j3g),lfi(k3g),lfi(l3g),lfi(m3g),lfi(o3g),lfi(p3g),lfi(q3g),lfi(r3g),lfi(s3g),lfi(t3g),lfi(u3g),lfi(v3g),lfi(w3g),lfi(x3g),lfi(z3g),lfi(A3g),lfi(B3g),lfi(C3g),lfi(D3g),lfi(E3g),lfi(F3g),lfi(a4g),lfi(b4g),lfi(c4g),lfi(e4g),lfi(f4g),lfi(g4g),lfi(h4g),lfi(i4g),lfi(c7h),lfi(j4g),lfi(k4g),lfi(l4g),lfi(m4g),lfi(n4g),lfi(p4g),lfi(q4g),lfi(r4g),lfi(s4g),lfi(t4g),lfi(u4g),lfi(v4g),lfi(w4g),lfi(x4g),lfi(y4g),lfi(A4g),lfi(B4g),lfi(C4g),lfi(D4g),lfi(E4g),lfi(F4g),lfi(a5g),lfi(b5g),lfi(c5g),lfi(d5g),lfi(f5g),lfi(g5g),lfi(h5g),lfi(i5g),lfi(j5g),lfi(k5g),lfi(l5g),lfi(m5g),lfi(n5g),lfi(o5g),lfi(q5g),lfi(r5g),lfi(s5g),lfi(t5g),lfi(u5g),lfi(v5g),lfi(w5g),lfi(x5g),lfi(y5g),lfi(z5g),lfi(B5g),lfi(C5g),lfi(D5g),lfi(E5g),lfi(F5g),lfi(a6g),lfi(b6g),lfi(c6g),lfi(d6g),lfi(e6g),lfi(g6g),lfi(h6g),lfi(i6g),lfi(j6g),lfi(k6g),lfi(l6g),lfi(m6g),lfi(n6g),lfi(o6g),lfi(p6g),lfi(s6g),lfi(t6g),lfi(u6g),lfi(v6g),lfi(w6g),lfi(x6g),lfi(y6g),lfi(z6g),lfi(A6g),lfi(B6g),lfi(D6g),lfi(E6g),lfi(F6g),lfi(a7g),lfi(b7g),lfi(c7g),lfi(d7g),lfi(e7g),lfi(f7g),lfi(g7g),lfi(i7g),lfi(j7g),lfi(k7g),lfi(l7g),lfi(m7g),lfi(n7g),lfi(o7g),lfi(p7g),lfi(q7g),lfi(r7g),lfi(t7g),lfi(u7g),lfi(v7g),lfi(w7g),lfi(x7g),lfi(y7g),lfi(z7g),lfi(A7g),lfi(B7g),lfi(C7g),lfi(E7g),lfi(F7g),lfi(a8g),lfi(b8g),lfi(c8g),lfi(d8g),lfi(e8g),lfi(f8g),lfi(g8g),lfi(h8g),lfi(j8g),lfi(k8g),lfi(l8g),lfi(m8g),lfi(n8g),lfi(o8g),lfi(p8g),lfi(q8g),lfi(r8g),lfi(s8g),lfi(u8g),lfi(v8g),lfi(w8g),lfi(x8g),lfi(y8g),lfi(z8g),lfi(A8g),lfi(B8g),lfi(C8g),lfi(D8g),lfi(F8g),lfi(a9g),lfi(b9g),lfi(c9g),lfi(d9g),lfi(e9g),lfi(f9g),lfi(g9g),lfi(h9g),lfi(i9g),lfi(k9g),lfi(l9g),lfi(m9g),lfi(n9g),lfi(o9g),lfi(p9g),lfi(q9g),lfi(r9g),lfi(s9g),lfi(t9g),lfi(v9g),lfi(w9g),lfi(x9g),lfi(y9g),lfi(z9g),lfi(A9g),lfi(B9g),lfi(C9g),lfi(D9g),lfi(E9g),lfi(b$g),lfi(c$g),lfi(d$g),lfi(e$g),lfi(f$g),lfi(g$g),lfi(h$g),lfi(i$g),lfi(j$g),lfi(k$g),lfi(m$g),lfi(n$g),lfi(o$g),lfi(p$g),lfi(q$g),lfi(r$g),lfi(s$g),lfi(j2h),lfi(t$g),lfi(u$g),lfi(v$g),lfi(x$g),lfi(y$g),lfi(z$g),lfi(A$g),lfi(B$g),lfi(C$g),lfi(D$g),lfi(E$g),lfi(F$g),lfi(a_g),lfi(c_g),lfi(d_g),lfi(e_g),lfi(f_g),lfi(g_g),lfi(h_g),lfi(i_g),lfi(j_g),lfi(k_g),lfi(l_g),lfi(n_g),lfi(o_g),lfi(p_g),lfi(q_g),lfi(r_g),lfi(s_g),lfi(t_g),lfi(u_g),lfi(v_g),lfi(w_g),lfi(y_g),lfi(z_g),lfi(A_g),lfi(B_g),lfi(C_g),lfi(D_g),lfi(E_g),lfi(F_g),lfi(aah),lfi(bah),lfi(dah),lfi(eah),lfi(fah),lfi(gah),lfi(hah),lfi(iah),lfi(jah),lfi(kah),lfi(lah),lfi(mah),lfi(oah),lfi(pah),lfi(qah),lfi(rah),lfi(sah),lfi(tah),lfi(uah),lfi(vah),lfi(wah),lfi(xah),lfi(zah),lfi(Aah),lfi(Bah),lfi(Cah),lfi(Dah),lfi(Eah),lfi(Fah),lfi(abh),lfi(bbh),lfi(cbh),lfi(ebh),lfi(fbh),lfi(gbh),lfi(hbh),lfi(ibh),lfi(jbh),lfi(kbh),lfi(lbh),lfi(mbh),lfi(nbh),lfi(qbh),lfi(rbh),lfi(sbh),lfi(tbh),lfi(ubh),lfi(vbh),lfi(wbh),lfi(xbh),lfi(ybh),lfi(zbh),lfi(Bbh),lfi(Cbh),lfi(Dbh),lfi(Ebh),lfi(Fbh),lfi(ach),lfi(bch),lfi(cch),lfi(dch),lfi(ech),lfi(gch),lfi(hch),lfi(ich),lfi(jch),lfi(kch),lfi(lch),lfi(mch),lfi(nch),lfi(och),lfi(pch),lfi(rch),lfi(sch),lfi(tch),lfi(uch),lfi(vch),lfi(wch),lfi(xch),lfi(ych),lfi(zch),lfi(Ach),lfi(Cch),lfi(Dch),lfi(Ech),lfi(Fch),lfi(adh),lfi(bdh),lfi(cdh),lfi(ddh),lfi(edh),lfi(fdh),lfi(hdh),lfi(idh),lfi(jdh),lfi(kdh),lfi(ldh),lfi(mdh),lfi(ndh),lfi(odh),lfi(pdh),lfi(qdh),lfi(sdh),lfi(tdh),lfi(udh),lfi(vdh),lfi(wdh),lfi(xdh),lfi(ydh),lfi(zdh),lfi(Adh),lfi(Bdh),lfi(Ddh),lfi(Edh),lfi(Fdh),lfi(aeh),lfi(beh),lfi(ceh),lfi(deh),lfi(eeh),lfi(feh),lfi(geh),lfi(ieh),lfi(jeh),lfi(keh),lfi(leh),lfi(meh),lfi(neh),lfi(oeh),lfi(peh),lfi(qeh),lfi(reh),lfi(teh),lfi(ueh),lfi(veh),lfi(weh),lfi(xeh),lfi(yeh),lfi(zeh),lfi(Aeh),lfi(Beh),lfi(Ceh),lfi(Feh),lfi(afh),lfi(bfh),lfi(cfh),lfi(dfh),lfi(efh),lfi(ffh),lfi(gfh),lfi(hfh),lfi(ifh),lfi(kfh),lfi(lfh),lfi(mfh),lfi(nfh),lfi(ofh),lfi(pfh),lfi(qfh),lfi(rfh),lfi(sfh),lfi(tfh),lfi(vfh),lfi(wfh),lfi(xfh),lfi(yfh),lfi(zfh),lfi(Afh),lfi(Bfh),lfi(Cfh),lfi(Dfh),lfi(Efh),lfi(agh),lfi(bgh),lfi(cgh),lfi(dgh),lfi(egh),lfi(fgh),lfi(ggh),lfi(hgh),lfi(igh),lfi(jgh),lfi(lgh),lfi(mgh),lfi(ngh),lfi(ogh),lfi(pgh),lfi(qgh),lfi(rgh),lfi(sgh),lfi(tgh),lfi(ugh),lfi(wgh),lfi(xgh),lfi(ygh),lfi(zgh),lfi(Agh),lfi(Bgh),lfi(Cgh),lfi(Dgh),lfi(Egh),lfi(Fgh),lfi(bhh),lfi(chh),lfi(dhh),lfi(ehh),lfi(fhh),lfi(ghh),lfi(hhh),lfi(o2h),lfi(ihh),lfi(jhh),lfi(khh),lfi(mhh),lfi(nhh),lfi(ohh),lfi(phh),lfi(qhh),lfi(rhh),lfi(shh),lfi(thh),lfi(uhh),lfi(vhh),lfi(xhh),lfi(yhh),lfi(zhh),lfi(Ahh),lfi(Bhh),lfi(Chh),lfi(Dhh),lfi(Ehh),lfi(Fhh),lfi(aih),lfi(cih),lfi(dih),lfi(eih),lfi(fih),lfi(gih),lfi(hih),lfi(iih),lfi(jih),lfi(kih),lfi(lih),lfi(oih),lfi(pih),lfi(qih),lfi(rih),lfi(sih),lfi(tih),lfi(uih),lfi(vih),lfi(wih),lfi(xih),lfi(zih),lfi(Aih),lfi(Bih),lfi(Cih),lfi(Dih),lfi(Eih),lfi(Fih),lfi(ajh),lfi(bjh),lfi(cjh),lfi(ejh),lfi(fjh),lfi(gjh),lfi(hjh),lfi(ijh),lfi(jjh),lfi(kjh),lfi(ljh),lfi(mjh),lfi(njh),lfi(pjh),lfi(qjh),lfi(rjh),lfi(sjh),lfi(tjh),lfi(ujh),lfi(vjh),lfi(wjh),lfi(xjh),lfi(yjh),lfi(Ajh),lfi(Bjh),lfi(Cjh),lfi(Djh),lfi(Ejh),lfi(Fjh),lfi(akh),lfi(bkh),lfi(ckh),lfi(dkh),lfi(fkh),lfi(gkh),lfi(hkh),lfi(ikh),lfi(jkh),lfi(kkh),lfi(lkh),lfi(mkh),lfi(nkh),lfi(okh),lfi(qkh),lfi(rkh),lfi(skh),lfi(tkh),lfi(ukh),lfi(vkh),lfi(wkh),lfi(xkh),lfi(ykh),lfi(zkh),lfi(Bkh),lfi(Ckh),lfi(Dkh),lfi(Ekh),lfi(Fkh),lfi(alh),lfi(blh),lfi(clh),lfi(dlh),lfi(elh),lfi(v3h),lfi(glh),lfi(hlh),lfi(ilh),lfi(jlh),lfi(klh),lfi(llh),lfi(mlh),lfi(nlh),lfi(olh),lfi(plh),lfi(rlh),lfi(slh),lfi(tlh),lfi(ulh),lfi(vlh),lfi(wlh),lfi(xlh),lfi(ylh),lfi(zlh),lfi(Alh),lfi(Dlh),lfi(Elh),lfi(Flh),lfi(amh),lfi(bmh),lfi(cmh),lfi(dmh),lfi(emh),lfi(fmh),lfi(gmh),lfi(imh),lfi(jmh),lfi(kmh),lfi(lmh),lfi(mmh),lfi(nmh),lfi(omh),lfi(pmh),lfi(qmh),lfi(rmh),lfi(tmh),lfi(umh),lfi(vmh),lfi(wmh),lfi(xmh),lfi(ymh),lfi(zmh),lfi(Amh),lfi(Bmh),lfi(Cmh),lfi(Emh),lfi(Fmh),lfi(anh),lfi(bnh),lfi(cnh),lfi(dnh),lfi(enh),lfi(fnh),lfi(gnh),lfi(hnh),lfi(jnh),lfi(knh),lfi(lnh),lfi(mnh),lfi(nnh),lfi(onh),lfi(pnh),lfi(qnh),lfi(rnh),lfi(snh),lfi(unh),lfi(vnh),lfi(wnh),lfi(xnh),lfi(ynh),lfi(znh),lfi(Anh),lfi(Bnh),lfi(Cnh),lfi(Dnh),lfi(Fnh),lfi(aoh),lfi(boh),lfi(coh),lfi(doh),lfi(eoh),lfi(foh),lfi(goh),lfi(hoh),lfi(ioh),lfi(koh),lfi(loh),lfi(moh),lfi(noh),lfi(ooh),lfi(poh),lfi(qoh),lfi(roh),lfi(soh),lfi(toh),lfi(voh),lfi(woh),lfi(xoh),lfi(yoh),lfi(zoh),lfi(Aoh),lfi(Boh),lfi(Coh),lfi(Doh),lfi(Eoh),lfi(aph),lfi(bph),lfi(cph),lfi(dph),lfi(eph),lfi(fph),lfi(gph),lfi(hph),lfi(iph),lfi(jph),lfi(mph),lfi(nph),lfi(oph),lfi(pph),lfi(qph),lfi(rph),lfi(sph),lfi(tph),lfi(uph),lfi(vph),lfi(xph),lfi(yph),lfi(zph),lfi(Aph),lfi(Bph),lfi(Cph),lfi(Dph),lfi(Eph),lfi(Fph),lfi(aqh),lfi(cqh),lfi(dqh),lfi(eqh),lfi(fqh),lfi(gqh),lfi(hqh),lfi(iqh),lfi(jqh),lfi(kqh),lfi(lqh),lfi(nqh),lfi(oqh),lfi(pqh),lfi(qqh),lfi(rqh),lfi(sqh),lfi(tqh),lfi(uqh),lfi(vqh),lfi(wqh),lfi(yqh),lfi(zqh),lfi(Aqh),lfi(Bqh),lfi(Cqh),lfi(Dqh),lfi(Eqh),lfi(Fqh),lfi(arh),lfi(brh),lfi(drh),lfi(erh),lfi(frh),lfi(grh),lfi(hrh),lfi(irh),lfi(jrh),lfi(krh),lfi(lrh),lfi(mrh),lfi(orh),lfi(prh),lfi(qrh),lfi(rrh),lfi(srh),lfi(trh),lfi(urh),lfi(vrh),lfi(wrh),lfi(xrh),lfi(zrh),lfi(Arh),lfi(Brh),lfi(Crh),lfi(Drh),lfi(Erh),lfi(Frh),lfi(ash),lfi(bsh),lfi(csh),lfi(esh),lfi(fsh),lfi(gsh),lfi(hsh),lfi(ish),lfi(jsh),lfi(ksh),lfi(lsh),lfi(msh),lfi(nsh),lfi(psh),lfi(qsh),lfi(rsh),lfi(ssh),lfi(tsh),lfi(ush),lfi(vsh),lfi(wsh),lfi(xsh),lfi(ysh),lfi(Bsh),lfi(Csh),lfi(Dsh),lfi(Esh),lfi(Fsh),lfi(ath),lfi(bth),lfi(cth),lfi(dth),lfi(eth),lfi(gth),lfi(hth),lfi(ith),lfi(jth),lfi(kth),lfi(lth),lfi(mth),lfi(nth),lfi(oth),lfi(pth),lfi(rth),lfi(sth),lfi(tth),lfi(uth),lfi(vth),lfi(wth),lfi(xth),lfi(yth),lfi(zth),lfi(Ath),lfi(Cth),lfi(Dth),lfi(Eth),lfi(Fth),lfi(auh),lfi(buh),lfi(cuh),lfi(duh),lfi(euh),lfi(fuh),lfi(huh),lfi(iuh),lfi(juh),lfi(kuh),lfi(luh),lfi(muh),lfi(nuh),lfi(ouh),lfi(puh),lfi(quh),lfi(suh),lfi(tuh),lfi(uuh),lfi(vuh),lfi(wuh),lfi(xuh),lfi(yuh),lfi(zuh),lfi(Auh),lfi(Buh),lfi(Duh),lfi(Euh),lfi(Fuh),lfi(avh),lfi(bvh),lfi(cvh),lfi(dvh),lfi(evh),lfi(fvh),lfi(gvh),lfi(ivh),lfi(jvh),lfi(kvh),lfi(lvh),lfi(mvh),lfi(nvh),lfi(ovh),lfi(pvh),lfi(qvh),lfi(rvh),lfi(tvh),lfi(uvh),lfi(vvh),lfi(wvh),lfi(xvh),lfi(yvh),lfi(zvh),lfi(Avh),lfi(Bvh),lfi(Cvh),lfi(Evh),lfi(Fvh),lfi(awh),lfi(bwh),lfi(cwh),lfi(dwh),lfi(ewh),lfi(fwh),lfi(gwh),lfi(hwh),lfi(lwh),lfi(mwh),lfi(nwh),lfi(owh),lfi(pwh),lfi(qwh),lfi(rwh),lfi(swh),lfi(twh),lfi(uwh),lfi(wwh),lfi(xwh),lfi(ywh),lfi(zwh),lfi(Awh),lfi(Bwh),lfi(Cwh),lfi(Dwh),lfi(Ewh),lfi(Fwh),lfi(bxh),lfi(cxh),lfi(dxh),lfi(exh),lfi(fxh),lfi(gxh),lfi(hxh),lfi(ixh),lfi(jxh),lfi(kxh),lfi(mxh),lfi(nxh),lfi(oxh),lfi(pxh),lfi(qxh),lfi(rxh),lfi(sxh),lfi(txh),lfi(uxh),lfi(vxh),lfi(xxh),lfi(yxh),lfi(zxh),lfi(Axh),lfi(Bxh),lfi(Cxh),lfi(Dxh),lfi(Exh),lfi(Fxh),lfi(ayh),lfi(cyh),lfi(dyh),lfi(eyh),lfi(fyh),lfi(gyh),lfi(hyh),lfi(iyh),lfi(jyh),lfi(kyh),lfi(lyh),lfi(nyh),lfi(oyh),lfi(pyh),lfi(qyh),lfi(ryh),lfi(syh),lfi(tyh),lfi(uyh),lfi(vyh),lfi(wyh),lfi(yyh),lfi(zyh),lfi(Ayh),lfi(Byh),lfi(Cyh),lfi(Dyh),lfi(Eyh),lfi(Fyh),lfi(azh),lfi(bzh),lfi(dzh),lfi(ezh),lfi(fzh),lfi(gzh),lfi(hzh),lfi(izh),lfi(jzh),lfi(kzh),lfi(lzh),lfi(mzh),lfi(ozh),lfi(pzh),lfi(qzh),lfi(rzh),lfi(szh),lfi(tzh),lfi(uzh),lfi(vzh),lfi(wzh),lfi(xzh),lfi(Azh),lfi(Bzh),lfi(Czh),lfi(Dzh),lfi(Ezh),lfi(Fzh),lfi(aAh),lfi(bAh),lfi(cAh),lfi(dAh),lfi(fAh),lfi(gAh),lfi(hAh),lfi(iAh),lfi(jAh),lfi(kAh),lfi(lAh),lfi(mAh),lfi(nAh),lfi(oAh),lfi(qAh),lfi(rAh),lfi(sAh),lfi(tAh),lfi(uAh),lfi(vAh),lfi(wAh),lfi(xAh),lfi(yAh),lfi(zAh),lfi(BAh),lfi(CAh),lfi(DAh),lfi(EAh),lfi(FAh),lfi(aBh),lfi(bBh),lfi(cBh),lfi(dBh),lfi(eBh),lfi(gBh),lfi(hBh),lfi(iBh),lfi(jBh),lfi(kBh),lfi(lBh),lfi(mBh),lfi(nBh),lfi(oBh),lfi(pBh),lfi(rBh),lfi(sBh),lfi(tBh),lfi(uBh),lfi(vBh),lfi(wBh),lfi(xBh),lfi(yBh),lfi(zBh),lfi(ABh),lfi(CBh),lfi(DBh),lfi(EBh),lfi(r6h),lfi(FBh),lfi(aCh),lfi(bCh),lfi(cCh),lfi(dCh),lfi(eCh),lfi(fCh),lfi(hCh),lfi(iCh),lfi(jCh),lfi(kCh),lfi(lCh),lfi(mCh),lfi(nCh),lfi(oCh),lfi(pCh),lfi(qCh),lfi(sCh),lfi(tCh),lfi(uCh),lfi(vCh),lfi(wCh),lfi(xCh),lfi(yCh),lfi(zCh),lfi(ACh),lfi(BCh),lfi(DCh),lfi(ECh),lfi(FCh),lfi(aDh),lfi(bDh),lfi(cDh),lfi(dDh),lfi(eDh),lfi(fDh),lfi(gDh),lfi(jDh),lfi(kDh),lfi(lDh),lfi(mDh),lfi(nDh),lfi(oDh),lfi(pDh),lfi(qDh),lfi(rDh),lfi(sDh),lfi(uDh),lfi(vDh),lfi(wDh),lfi(xDh),lfi(yDh),lfi(zDh),lfi(ADh),lfi(BDh),lfi(CDh),lfi(DDh),lfi(FDh),lfi(aEh),lfi(bEh),lfi(cEh),lfi(dEh),lfi(eEh),lfi(fEh),lfi(gEh),lfi(hEh),lfi(iEh),lfi(kEh),lfi(lEh),lfi(mEh),lfi(nEh),lfi(oEh),lfi(pEh),lfi(qEh),lfi(rEh),lfi(sEh),lfi(tEh),lfi(vEh),lfi(wEh),lfi(xEh),lfi(yEh),lfi(zEh),lfi(AEh),lfi(BEh),lfi(CEh),lfi(DEh),lfi(EEh),lfi(aFh),lfi(bFh),lfi(cFh),lfi(dFh),lfi(eFh),lfi(fFh),lfi(gFh),lfi(hFh),lfi(iFh),lfi(jFh),lfi(lFh),lfi(mFh),lfi(nFh),lfi(oFh),lfi(pFh),lfi(qFh),lfi(rFh),lfi(sFh),lfi(tFh),lfi(uFh),lfi(wFh),lfi(xFh),lfi(yFh),lfi(zFh),lfi(AFh),lfi(BFh),lfi(CFh),lfi(DFh),lfi(EFh),lfi(FFh),lfi(bGh),lfi(cGh),lfi(dGh),lfi(eGh),lfi(fGh),lfi(gGh),lfi(hGh),lfi(iGh),lfi(jGh),lfi(kGh),lfi(mGh),lfi(nGh),lfi(oGh),lfi(pGh),lfi(qGh),lfi(rGh),lfi(sGh),lfi(tGh),lfi(uGh),lfi(vGh),lfi(yGh),lfi(zGh),lfi(AGh),lfi(BGh),lfi(CGh),lfi(DGh),lfi(EGh),lfi(FGh),lfi(aHh),lfi(bHh),lfi(dHh),lfi(eHh),lfi(fHh),lfi(gHh),lfi(hHh),lfi(iHh),lfi(jHh),lfi(kHh),lfi(lHh),lfi(mHh),lfi(oHh),lfi(pHh),lfi(qHh),lfi(rHh),lfi(sHh),lfi(tHh),lfi(uHh),lfi(vHh),lfi(wHh),lfi(xHh),lfi(zHh),lfi(AHh),lfi(BHh),lfi(CHh),lfi(DHh),lfi(EHh),lfi(FHh),lfi(aIh),lfi(bIh),lfi(cIh),lfi(eIh),lfi(fIh),lfi(gIh),lfi(hIh)]);tVi=f9h(cai,52,12,[f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[258]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[1040]),f9h(A_h,42,-1,[55349,56580]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[913]),f9h(A_h,42,-1,[256]),f9h(A_h,42,-1,[10835]),f9h(A_h,42,-1,[260]),f9h(A_h,42,-1,[55349,56632]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[55349,56476]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10983]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[1041]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[914]),f9h(A_h,42,-1,[55349,56581]),f9h(A_h,42,-1,[55349,56633]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[1063]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[262]),f9h(A_h,42,-1,[8914]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[268]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[264]),f9h(A_h,42,-1,[8752]),f9h(A_h,42,-1,[266]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[935]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[10868]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10799]),f9h(A_h,42,-1,[55349,56478]),f9h(A_h,42,-1,[8915]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[10513]),f9h(A_h,42,-1,[1026]),f9h(A_h,42,-1,[1029]),f9h(A_h,42,-1,[1039]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8609]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[270]),f9h(A_h,42,-1,[1044]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[916]),f9h(A_h,42,-1,[55349,56583]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[55349,56635]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8412]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[10515]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[785]),f9h(A_h,42,-1,[10576]),f9h(A_h,42,-1,[10590]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[10582]),f9h(A_h,42,-1,[10591]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[10583]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[55349,56479]),f9h(A_h,42,-1,[272]),f9h(A_h,42,-1,[330]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[282]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[1069]),f9h(A_h,42,-1,[278]),f9h(A_h,42,-1,[55349,56584]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[274]),f9h(A_h,42,-1,[9723]),f9h(A_h,42,-1,[9643]),f9h(A_h,42,-1,[280]),f9h(A_h,42,-1,[55349,56636]),f9h(A_h,42,-1,[917]),f9h(A_h,42,-1,[10869]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[10867]),f9h(A_h,42,-1,[919]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[1060]),f9h(A_h,42,-1,[55349,56585]),f9h(A_h,42,-1,[9724]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[55349,56637]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[1027]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[915]),f9h(A_h,42,-1,[988]),f9h(A_h,42,-1,[286]),f9h(A_h,42,-1,[290]),f9h(A_h,42,-1,[284]),f9h(A_h,42,-1,[1043]),f9h(A_h,42,-1,[288]),f9h(A_h,42,-1,[55349,56586]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[55349,56638]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10914]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[55349,56482]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[1066]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[94]),f9h(A_h,42,-1,[292]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[294]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[1045]),f9h(A_h,42,-1,[306]),f9h(A_h,42,-1,[1025]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[1048]),f9h(A_h,42,-1,[304]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[298]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8748]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[302]),f9h(A_h,42,-1,[55349,56640]),f9h(A_h,42,-1,[921]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[296]),f9h(A_h,42,-1,[1030]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[308]),f9h(A_h,42,-1,[1049]),f9h(A_h,42,-1,[55349,56589]),f9h(A_h,42,-1,[55349,56641]),f9h(A_h,42,-1,[55349,56485]),f9h(A_h,42,-1,[1032]),f9h(A_h,42,-1,[1028]),f9h(A_h,42,-1,[1061]),f9h(A_h,42,-1,[1036]),f9h(A_h,42,-1,[922]),f9h(A_h,42,-1,[310]),f9h(A_h,42,-1,[1050]),f9h(A_h,42,-1,[55349,56590]),f9h(A_h,42,-1,[55349,56642]),f9h(A_h,42,-1,[55349,56486]),f9h(A_h,42,-1,[1033]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[313]),f9h(A_h,42,-1,[923]),f9h(A_h,42,-1,[10218]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[317]),f9h(A_h,42,-1,[315]),f9h(A_h,42,-1,[1051]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10593]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[10585]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10574]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[10586]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[10703]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[10577]),f9h(A_h,42,-1,[10592]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[10584]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10578]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10913]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[55349,56591]),f9h(A_h,42,-1,[8920]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[319]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[55349,56643]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[321]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10501]),f9h(A_h,42,-1,[1052]),f9h(A_h,42,-1,[8287]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[55349,56592]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56644]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[924]),f9h(A_h,42,-1,[1034]),f9h(A_h,42,-1,[323]),f9h(A_h,42,-1,[327]),f9h(A_h,42,-1,[325]),f9h(A_h,42,-1,[1053]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10]),f9h(A_h,42,-1,[55349,56593]),f9h(A_h,42,-1,[8288]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[10988]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[8813]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56489]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[925]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[1054]),f9h(A_h,42,-1,[336]),f9h(A_h,42,-1,[55349,56594]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[332]),f9h(A_h,42,-1,[937]),f9h(A_h,42,-1,[927]),f9h(A_h,42,-1,[55349,56646]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[10836]),f9h(A_h,42,-1,[55349,56490]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[10807]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9182]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[9180]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1055]),f9h(A_h,42,-1,[55349,56595]),f9h(A_h,42,-1,[934]),f9h(A_h,42,-1,[928]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10939]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8243]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[55349,56491]),f9h(A_h,42,-1,[936]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[55349,56596]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[55349,56492]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[340]),f9h(A_h,42,-1,[10219]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[10518]),f9h(A_h,42,-1,[344]),f9h(A_h,42,-1,[342]),f9h(A_h,42,-1,[1056]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[929]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10589]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10581]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[10587]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[10704]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[10575]),f9h(A_h,42,-1,[10588]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[10580]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10579]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[10608]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[10740]),f9h(A_h,42,-1,[1065]),f9h(A_h,42,-1,[1064]),f9h(A_h,42,-1,[1068]),f9h(A_h,42,-1,[346]),f9h(A_h,42,-1,[10940]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[350]),f9h(A_h,42,-1,[348]),f9h(A_h,42,-1,[1057]),f9h(A_h,42,-1,[55349,56598]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[931]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[55349,56650]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[55349,56494]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[1035]),f9h(A_h,42,-1,[1062]),f9h(A_h,42,-1,[9]),f9h(A_h,42,-1,[932]),f9h(A_h,42,-1,[356]),f9h(A_h,42,-1,[354]),f9h(A_h,42,-1,[1058]),f9h(A_h,42,-1,[55349,56599]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[920]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[55349,56651]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[55349,56495]),f9h(A_h,42,-1,[358]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[8607]),f9h(A_h,42,-1,[10569]),f9h(A_h,42,-1,[1038]),f9h(A_h,42,-1,[364]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[1059]),f9h(A_h,42,-1,[368]),f9h(A_h,42,-1,[55349,56600]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[362]),f9h(A_h,42,-1,[818]),f9h(A_h,42,-1,[9183]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9181]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[370]),f9h(A_h,42,-1,[55349,56652]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[10514]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[933]),f9h(A_h,42,-1,[366]),f9h(A_h,42,-1,[55349,56496]),f9h(A_h,42,-1,[360]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[8875]),f9h(A_h,42,-1,[10987]),f9h(A_h,42,-1,[1042]),f9h(A_h,42,-1,[8873]),f9h(A_h,42,-1,[10982]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[10072]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[55349,56601]),f9h(A_h,42,-1,[55349,56653]),f9h(A_h,42,-1,[55349,56497]),f9h(A_h,42,-1,[8874]),f9h(A_h,42,-1,[372]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[55349,56602]),f9h(A_h,42,-1,[55349,56654]),f9h(A_h,42,-1,[55349,56498]),f9h(A_h,42,-1,[55349,56603]),f9h(A_h,42,-1,[926]),f9h(A_h,42,-1,[55349,56655]),f9h(A_h,42,-1,[55349,56499]),f9h(A_h,42,-1,[1071]),f9h(A_h,42,-1,[1031]),f9h(A_h,42,-1,[1070]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[374]),f9h(A_h,42,-1,[1067]),f9h(A_h,42,-1,[55349,56604]),f9h(A_h,42,-1,[55349,56656]),f9h(A_h,42,-1,[55349,56500]),f9h(A_h,42,-1,[376]),f9h(A_h,42,-1,[1046]),f9h(A_h,42,-1,[377]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[1047]),f9h(A_h,42,-1,[379]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[918]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[55349,56501]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[259]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[8767]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[1072]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[55349,56606]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[945]),f9h(A_h,42,-1,[257]),f9h(A_h,42,-1,[10815]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[10837]),f9h(A_h,42,-1,[10844]),f9h(A_h,42,-1,[10840]),f9h(A_h,42,-1,[10842]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[10660]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[10664]),f9h(A_h,42,-1,[10665]),f9h(A_h,42,-1,[10666]),f9h(A_h,42,-1,[10667]),f9h(A_h,42,-1,[10668]),f9h(A_h,42,-1,[10669]),f9h(A_h,42,-1,[10670]),f9h(A_h,42,-1,[10671]),f9h(A_h,42,-1,[8735]),f9h(A_h,42,-1,[8894]),f9h(A_h,42,-1,[10653]),f9h(A_h,42,-1,[8738]),f9h(A_h,42,-1,[8491]),f9h(A_h,42,-1,[9084]),f9h(A_h,42,-1,[261]),f9h(A_h,42,-1,[55349,56658]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[10864]),f9h(A_h,42,-1,[10863]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[8779]),f9h(A_h,42,-1,[39]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[55349,56502]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10769]),f9h(A_h,42,-1,[10989]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[8893]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9142]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1073]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[10672]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[946]),f9h(A_h,42,-1,[8502]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[55349,56607]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[9251]),f9h(A_h,42,-1,[9618]),f9h(A_h,42,-1,[9617]),f9h(A_h,42,-1,[9619]),f9h(A_h,42,-1,[9608]),f9h(A_h,42,-1,[8976]),f9h(A_h,42,-1,[55349,56659]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8904]),f9h(A_h,42,-1,[9559]),f9h(A_h,42,-1,[9556]),f9h(A_h,42,-1,[9558]),f9h(A_h,42,-1,[9555]),f9h(A_h,42,-1,[9552]),f9h(A_h,42,-1,[9574]),f9h(A_h,42,-1,[9577]),f9h(A_h,42,-1,[9572]),f9h(A_h,42,-1,[9575]),f9h(A_h,42,-1,[9565]),f9h(A_h,42,-1,[9562]),f9h(A_h,42,-1,[9564]),f9h(A_h,42,-1,[9561]),f9h(A_h,42,-1,[9553]),f9h(A_h,42,-1,[9580]),f9h(A_h,42,-1,[9571]),f9h(A_h,42,-1,[9568]),f9h(A_h,42,-1,[9579]),f9h(A_h,42,-1,[9570]),f9h(A_h,42,-1,[9567]),f9h(A_h,42,-1,[10697]),f9h(A_h,42,-1,[9557]),f9h(A_h,42,-1,[9554]),f9h(A_h,42,-1,[9488]),f9h(A_h,42,-1,[9484]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[9573]),f9h(A_h,42,-1,[9576]),f9h(A_h,42,-1,[9516]),f9h(A_h,42,-1,[9524]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[9563]),f9h(A_h,42,-1,[9560]),f9h(A_h,42,-1,[9496]),f9h(A_h,42,-1,[9492]),f9h(A_h,42,-1,[9474]),f9h(A_h,42,-1,[9578]),f9h(A_h,42,-1,[9569]),f9h(A_h,42,-1,[9566]),f9h(A_h,42,-1,[9532]),f9h(A_h,42,-1,[9508]),f9h(A_h,42,-1,[9500]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[55349,56503]),f9h(A_h,42,-1,[8271]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[92]),f9h(A_h,42,-1,[10693]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[10926]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[263]),f9h(A_h,42,-1,[8745]),f9h(A_h,42,-1,[10820]),f9h(A_h,42,-1,[10825]),f9h(A_h,42,-1,[10827]),f9h(A_h,42,-1,[10823]),f9h(A_h,42,-1,[10816]),f9h(A_h,42,-1,[8257]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[10829]),f9h(A_h,42,-1,[269]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[265]),f9h(A_h,42,-1,[10828]),f9h(A_h,42,-1,[10832]),f9h(A_h,42,-1,[267]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[10674]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[55349,56608]),f9h(A_h,42,-1,[1095]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[967]),f9h(A_h,42,-1,[9675]),f9h(A_h,42,-1,[10691]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[10768]),f9h(A_h,42,-1,[10991]),f9h(A_h,42,-1,[10690]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[58]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[44]),f9h(A_h,42,-1,[64]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[10861]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[55349,56660]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[8471]),f9h(A_h,42,-1,[8629]),f9h(A_h,42,-1,[10007]),f9h(A_h,42,-1,[55349,56504]),f9h(A_h,42,-1,[10959]),f9h(A_h,42,-1,[10961]),f9h(A_h,42,-1,[10960]),f9h(A_h,42,-1,[10962]),f9h(A_h,42,-1,[8943]),f9h(A_h,42,-1,[10552]),f9h(A_h,42,-1,[10549]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[10557]),f9h(A_h,42,-1,[8746]),f9h(A_h,42,-1,[10824]),f9h(A_h,42,-1,[10822]),f9h(A_h,42,-1,[10826]),f9h(A_h,42,-1,[8845]),f9h(A_h,42,-1,[10821]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[10556]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8753]),f9h(A_h,42,-1,[9005]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[10597]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8504]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[271]),f9h(A_h,42,-1,[1076]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[948]),f9h(A_h,42,-1,[10673]),f9h(A_h,42,-1,[10623]),f9h(A_h,42,-1,[55349,56609]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[8946]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[1106]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[8973]),f9h(A_h,42,-1,[36]),f9h(A_h,42,-1,[55349,56661]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8972]),f9h(A_h,42,-1,[55349,56505]),f9h(A_h,42,-1,[1109]),f9h(A_h,42,-1,[10742]),f9h(A_h,42,-1,[273]),f9h(A_h,42,-1,[8945]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[10662]),f9h(A_h,42,-1,[1119]),f9h(A_h,42,-1,[10239]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[10862]),f9h(A_h,42,-1,[283]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[1101]),f9h(A_h,42,-1,[279]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[55349,56610]),f9h(A_h,42,-1,[10906]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10904]),f9h(A_h,42,-1,[10905]),f9h(A_h,42,-1,[9191]),f9h(A_h,42,-1,[8467]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[10903]),f9h(A_h,42,-1,[275]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8196]),f9h(A_h,42,-1,[8197]),f9h(A_h,42,-1,[8195]),f9h(A_h,42,-1,[331]),f9h(A_h,42,-1,[8194]),f9h(A_h,42,-1,[281]),f9h(A_h,42,-1,[55349,56662]),f9h(A_h,42,-1,[8917]),f9h(A_h,42,-1,[10723]),f9h(A_h,42,-1,[10865]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[61]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[10872]),f9h(A_h,42,-1,[10725]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[10609]),f9h(A_h,42,-1,[8495]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[951]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[33]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[1092]),f9h(A_h,42,-1,[9792]),f9h(A_h,42,-1,[64259]),f9h(A_h,42,-1,[64256]),f9h(A_h,42,-1,[64260]),f9h(A_h,42,-1,[55349,56611]),f9h(A_h,42,-1,[64257]),f9h(A_h,42,-1,[9837]),f9h(A_h,42,-1,[64258]),f9h(A_h,42,-1,[9649]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[55349,56663]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[10969]),f9h(A_h,42,-1,[10765]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8531]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[8533]),f9h(A_h,42,-1,[8537]),f9h(A_h,42,-1,[8539]),f9h(A_h,42,-1,[8532]),f9h(A_h,42,-1,[8534]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[8535]),f9h(A_h,42,-1,[8540]),f9h(A_h,42,-1,[8536]),f9h(A_h,42,-1,[8538]),f9h(A_h,42,-1,[8541]),f9h(A_h,42,-1,[8542]),f9h(A_h,42,-1,[8260]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[55349,56507]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[501]),f9h(A_h,42,-1,[947]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[287]),f9h(A_h,42,-1,[285]),f9h(A_h,42,-1,[1075]),f9h(A_h,42,-1,[289]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10921]),f9h(A_h,42,-1,[10880]),f9h(A_h,42,-1,[10882]),f9h(A_h,42,-1,[10884]),f9h(A_h,42,-1,[10900]),f9h(A_h,42,-1,[55349,56612]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[8503]),f9h(A_h,42,-1,[1107]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10898]),f9h(A_h,42,-1,[10917]),f9h(A_h,42,-1,[10916]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[8935]),f9h(A_h,42,-1,[55349,56664]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[8458]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[10894]),f9h(A_h,42,-1,[10896]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[10919]),f9h(A_h,42,-1,[10874]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[10645]),f9h(A_h,42,-1,[10876]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[10616]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[1098]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10568]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[293]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8889]),f9h(A_h,42,-1,[55349,56613]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8703]),f9h(A_h,42,-1,[8763]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[55349,56665]),f9h(A_h,42,-1,[8213]),f9h(A_h,42,-1,[55349,56509]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[295]),f9h(A_h,42,-1,[8259]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[1080]),f9h(A_h,42,-1,[1077]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[55349,56614]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10716]),f9h(A_h,42,-1,[8489]),f9h(A_h,42,-1,[307]),f9h(A_h,42,-1,[299]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8887]),f9h(A_h,42,-1,[437]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8453]),f9h(A_h,42,-1,[8734]),f9h(A_h,42,-1,[10717]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[10775]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[1105]),f9h(A_h,42,-1,[303]),f9h(A_h,42,-1,[55349,56666]),f9h(A_h,42,-1,[953]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[55349,56510]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8953]),f9h(A_h,42,-1,[8949]),f9h(A_h,42,-1,[8948]),f9h(A_h,42,-1,[8947]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[297]),f9h(A_h,42,-1,[1110]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[309]),f9h(A_h,42,-1,[1081]),f9h(A_h,42,-1,[55349,56615]),f9h(A_h,42,-1,[567]),f9h(A_h,42,-1,[55349,56667]),f9h(A_h,42,-1,[55349,56511]),f9h(A_h,42,-1,[1112]),f9h(A_h,42,-1,[1108]),f9h(A_h,42,-1,[954]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[311]),f9h(A_h,42,-1,[1082]),f9h(A_h,42,-1,[55349,56616]),f9h(A_h,42,-1,[312]),f9h(A_h,42,-1,[1093]),f9h(A_h,42,-1,[1116]),f9h(A_h,42,-1,[55349,56668]),f9h(A_h,42,-1,[55349,56512]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[10523]),f9h(A_h,42,-1,[10510]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[10594]),f9h(A_h,42,-1,[314]),f9h(A_h,42,-1,[10676]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[955]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10641]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[10527]),f9h(A_h,42,-1,[10525]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[10553]),f9h(A_h,42,-1,[10611]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[10923]),f9h(A_h,42,-1,[10521]),f9h(A_h,42,-1,[10925]),f9h(A_h,42,-1,[10508]),f9h(A_h,42,-1,[10098]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[10635]),f9h(A_h,42,-1,[10639]),f9h(A_h,42,-1,[10637]),f9h(A_h,42,-1,[318]),f9h(A_h,42,-1,[316]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[1083]),f9h(A_h,42,-1,[10550]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[10599]),f9h(A_h,42,-1,[10571]),f9h(A_h,42,-1,[8626]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10920]),f9h(A_h,42,-1,[10879]),f9h(A_h,42,-1,[10881]),f9h(A_h,42,-1,[10883]),f9h(A_h,42,-1,[10899]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10620]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[55349,56617]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10897]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10602]),f9h(A_h,42,-1,[9604]),f9h(A_h,42,-1,[1113]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[10603]),f9h(A_h,42,-1,[9722]),f9h(A_h,42,-1,[320]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[8934]),f9h(A_h,42,-1,[10220]),f9h(A_h,42,-1,[8701]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10629]),f9h(A_h,42,-1,[55349,56669]),f9h(A_h,42,-1,[10797]),f9h(A_h,42,-1,[10804]),f9h(A_h,42,-1,[8727]),f9h(A_h,42,-1,[95]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[40]),f9h(A_h,42,-1,[10643]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10605]),f9h(A_h,42,-1,[8206]),f9h(A_h,42,-1,[8895]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[55349,56513]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10893]),f9h(A_h,42,-1,[10895]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[322]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[10918]),f9h(A_h,42,-1,[10873]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8905]),f9h(A_h,42,-1,[10614]),f9h(A_h,42,-1,[10875]),f9h(A_h,42,-1,[10646]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[10570]),f9h(A_h,42,-1,[10598]),f9h(A_h,42,-1,[8762]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9794]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[9646]),f9h(A_h,42,-1,[10793]),f9h(A_h,42,-1,[1084]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[55349,56618]),f9h(A_h,42,-1,[8487]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[10992]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8722]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[10794]),f9h(A_h,42,-1,[10971]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[8871]),f9h(A_h,42,-1,[55349,56670]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56514]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[956]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8879]),f9h(A_h,42,-1,[8878]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[324]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[329]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[10819]),f9h(A_h,42,-1,[328]),f9h(A_h,42,-1,[326]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[10818]),f9h(A_h,42,-1,[1085]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8663]),f9h(A_h,42,-1,[10532]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[55349,56619]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[10994]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8956]),f9h(A_h,42,-1,[8954]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[1114]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8229]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56671]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8951]),f9h(A_h,42,-1,[8950]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8958]),f9h(A_h,42,-1,[8957]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[10772]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[55349,56515]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8836]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8837]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[957]),f9h(A_h,42,-1,[35]),f9h(A_h,42,-1,[8470]),f9h(A_h,42,-1,[8199]),f9h(A_h,42,-1,[8877]),f9h(A_h,42,-1,[10500]),f9h(A_h,42,-1,[8876]),f9h(A_h,42,-1,[10718]),f9h(A_h,42,-1,[10498]),f9h(A_h,42,-1,[10499]),f9h(A_h,42,-1,[8662]),f9h(A_h,42,-1,[10531]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[10535]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[1086]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[337]),f9h(A_h,42,-1,[10808]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[10684]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[10687]),f9h(A_h,42,-1,[55349,56620]),f9h(A_h,42,-1,[731]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[10689]),f9h(A_h,42,-1,[10677]),f9h(A_h,42,-1,[8486]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[10686]),f9h(A_h,42,-1,[10683]),f9h(A_h,42,-1,[8254]),f9h(A_h,42,-1,[10688]),f9h(A_h,42,-1,[333]),f9h(A_h,42,-1,[969]),f9h(A_h,42,-1,[959]),f9h(A_h,42,-1,[10678]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[55349,56672]),f9h(A_h,42,-1,[10679]),f9h(A_h,42,-1,[10681]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[10845]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[8886]),f9h(A_h,42,-1,[10838]),f9h(A_h,42,-1,[10839]),f9h(A_h,42,-1,[10843]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[8856]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[10806]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[9021]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[10995]),f9h(A_h,42,-1,[11005]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1087]),f9h(A_h,42,-1,[37]),f9h(A_h,42,-1,[46]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8241]),f9h(A_h,42,-1,[55349,56621]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[9742]),f9h(A_h,42,-1,[960]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[8462]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[43]),f9h(A_h,42,-1,[10787]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[10786]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[10789]),f9h(A_h,42,-1,[10866]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10790]),f9h(A_h,42,-1,[10791]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10773]),f9h(A_h,42,-1,[55349,56673]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10931]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8242]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[9006]),f9h(A_h,42,-1,[8978]),f9h(A_h,42,-1,[8979]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8880]),f9h(A_h,42,-1,[55349,56517]),f9h(A_h,42,-1,[968]),f9h(A_h,42,-1,[8200]),f9h(A_h,42,-1,[55349,56622]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[55349,56674]),f9h(A_h,42,-1,[8279]),f9h(A_h,42,-1,[55349,56518]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[10774]),f9h(A_h,42,-1,[63]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[10524]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[10596]),f9h(A_h,42,-1,[10714]),f9h(A_h,42,-1,[341]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[10675]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[10642]),f9h(A_h,42,-1,[10661]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[10613]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[10528]),f9h(A_h,42,-1,[10547]),f9h(A_h,42,-1,[10526]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10565]),f9h(A_h,42,-1,[10612]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[10522]),f9h(A_h,42,-1,[8758]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10099]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[10636]),f9h(A_h,42,-1,[10638]),f9h(A_h,42,-1,[10640]),f9h(A_h,42,-1,[345]),f9h(A_h,42,-1,[343]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[1088]),f9h(A_h,42,-1,[10551]),f9h(A_h,42,-1,[10601]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8627]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[9645]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[10621]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[55349,56623]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10604]),f9h(A_h,42,-1,[961]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[730]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8207]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[10990]),f9h(A_h,42,-1,[10221]),f9h(A_h,42,-1,[8702]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10630]),f9h(A_h,42,-1,[55349,56675]),f9h(A_h,42,-1,[10798]),f9h(A_h,42,-1,[10805]),f9h(A_h,42,-1,[41]),f9h(A_h,42,-1,[10644]),f9h(A_h,42,-1,[10770]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[55349,56519]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[8906]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[10702]),f9h(A_h,42,-1,[10600]),f9h(A_h,42,-1,[8478]),f9h(A_h,42,-1,[347]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10932]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[351]),f9h(A_h,42,-1,[349]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[10771]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[1089]),f9h(A_h,42,-1,[8901]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[10854]),f9h(A_h,42,-1,[8664]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[59]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10038]),f9h(A_h,42,-1,[55349,56624]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[9839]),f9h(A_h,42,-1,[1097]),f9h(A_h,42,-1,[1096]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[963]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[10858]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[10910]),f9h(A_h,42,-1,[10912]),f9h(A_h,42,-1,[10909]),f9h(A_h,42,-1,[10911]),f9h(A_h,42,-1,[8774]),f9h(A_h,42,-1,[10788]),f9h(A_h,42,-1,[10610]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10803]),f9h(A_h,42,-1,[10724]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[10922]),f9h(A_h,42,-1,[10924]),f9h(A_h,42,-1,[1100]),f9h(A_h,42,-1,[47]),f9h(A_h,42,-1,[10692]),f9h(A_h,42,-1,[9023]),f9h(A_h,42,-1,[55349,56676]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[55349,56520]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[9734]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[981]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[10941]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10947]),f9h(A_h,42,-1,[10945]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10943]),f9h(A_h,42,-1,[10617]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[10951]),f9h(A_h,42,-1,[10965]),f9h(A_h,42,-1,[10963]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[9834]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[10942]),f9h(A_h,42,-1,[10968]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10948]),f9h(A_h,42,-1,[10967]),f9h(A_h,42,-1,[10619]),f9h(A_h,42,-1,[10946]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10944]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[10952]),f9h(A_h,42,-1,[10964]),f9h(A_h,42,-1,[10966]),f9h(A_h,42,-1,[8665]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[10538]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[8982]),f9h(A_h,42,-1,[964]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[357]),f9h(A_h,42,-1,[355]),f9h(A_h,42,-1,[1090]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[8981]),f9h(A_h,42,-1,[55349,56625]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[952]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[10801]),f9h(A_h,42,-1,[10800]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[9014]),f9h(A_h,42,-1,[10993]),f9h(A_h,42,-1,[55349,56677]),f9h(A_h,42,-1,[10970]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8244]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9708]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[10810]),f9h(A_h,42,-1,[10809]),f9h(A_h,42,-1,[10701]),f9h(A_h,42,-1,[10811]),f9h(A_h,42,-1,[9186]),f9h(A_h,42,-1,[55349,56521]),f9h(A_h,42,-1,[1094]),f9h(A_h,42,-1,[1115]),f9h(A_h,42,-1,[359]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[10595]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[1118]),f9h(A_h,42,-1,[365]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[1091]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[369]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[10622]),f9h(A_h,42,-1,[55349,56626]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[9600]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8975]),f9h(A_h,42,-1,[9720]),f9h(A_h,42,-1,[363]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[371]),f9h(A_h,42,-1,[55349,56678]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8974]),f9h(A_h,42,-1,[367]),f9h(A_h,42,-1,[9721]),f9h(A_h,42,-1,[55349,56522]),f9h(A_h,42,-1,[8944]),f9h(A_h,42,-1,[361]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[10663]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[10984]),f9h(A_h,42,-1,[10985]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[10652]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[1074]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8891]),f9h(A_h,42,-1,[8794]),f9h(A_h,42,-1,[8942]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[55349,56627]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[55349,56679]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[55349,56523]),f9h(A_h,42,-1,[10650]),f9h(A_h,42,-1,[373]),f9h(A_h,42,-1,[10847]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[8793]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[55349,56628]),f9h(A_h,42,-1,[55349,56680]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[55349,56524]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[55349,56629]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[958]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[8955]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[55349,56681]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[55349,56525]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[1103]),f9h(A_h,42,-1,[375]),f9h(A_h,42,-1,[1099]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[55349,56630]),f9h(A_h,42,-1,[1111]),f9h(A_h,42,-1,[55349,56682]),f9h(A_h,42,-1,[55349,56526]),f9h(A_h,42,-1,[1102]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[378]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[1079]),f9h(A_h,42,-1,[380]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[950]),f9h(A_h,42,-1,[55349,56631]),f9h(A_h,42,-1,[1078]),f9h(A_h,42,-1,[8669]),f9h(A_h,42,-1,[55349,56683]),f9h(A_h,42,-1,[55349,56527]),f9h(A_h,42,-1,[8205]),f9h(A_h,42,-1,[8204])]);uVi=f9h(cai,52,12,[f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[376])])}
+var sVi,tVi,uVi;function xVi(d,a,e,c){var b;if(d.length!=c){return false}for(b=0;b<c;++b){if(d.charCodeAt(b)!=a[e+b]){return false}}return true}
+function yVi(d,e){var a,b,c;if(e==null){return false}if(d.length!=e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+function zVi(d,e){var a,b,c;if(e==null){return false}if(d.length>e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+function CVi(j,c,f,d,e,h,i,b,g,a){j.c=c;j.d=d;j.g=g;j.f=f;j.e=e;j.i=h;j.j=i;j.b=b;j.a=a;j.h=1;return j}
+function DVi(d,c,a,b){d.c=a.d;d.d=a.e;d.g=a.e;d.f=c;d.e=b;d.i=a.f;d.j=a.g;d.b=a.c;d.a=null;d.h=1;return d}
+function aWi(e,d,b,c,a){e.c=b.d;e.d=b.e;e.g=b.e;e.f=d;e.e=c;e.i=b.f;e.j=b.g;e.b=b.c;e.a=a;e.h=1;return e}
+function EVi(e,c,a,b,d){e.c=a.d;e.d=a.e;e.g=d;e.f=c;e.e=b;e.i=a.f;e.j=a.g;e.b=a.c;e.a=null;e.h=1;return e}
+function FVi(f,c,a,b,d,e){f.c=a.d;f.d=a.e;f.g=d;f.f=c;f.e=b;f.i=e;f.j=false;f.b=false;f.a=null;f.h=1;return f}
+function cWi(){return u_h}
+function dWi(){return this.d}
+function AVi(){}
+_=AVi.prototype=new xdi();_.gC=cWi;_.tS=dWi;_.tI=38;_.a=null;_.b=false;_.c=0;_.d=null;_.e=null;_.f=null;_.g=null;_.h=1;_.i=false;_.j=false;function q0i(d,a,c,b){d.a=a;d.c=c;d.b=b;return d}
+function r0i(b,a){if(a&&b.a[b.c]==10){++b.c}}
+function u0i(){return x_h}
+function p0i(){}
+_=p0i.prototype=new xdi();_.gC=u0i;_.tI=39;_.a=null;_.b=0;_.c=0;function z0i(b,a){b.b=a;b.a=null;return b}
+function B0i(b){var a;a=b.b;if(a==null&&!!b.a){return b.a.b}else{return a}}
+function C0i(){return y_h}
+function D0i(){return B0i(this)}
+function E0i(){if(this.a){return agi(this.a)}else{return agi(this)}}
+function y0i(){}
+_=y0i.prototype=new Aci();_.gC=C0i;_.Bb=D0i;_.tS=E0i;_.tI=40;_.a=null;function a1i(c,b,a){c.b=b;c.a=null;if(a){lUi(a);kUi(a)}else{}return c}
+function b1i(d,c,b,a){d.b=c;d.a=a;if(b){lUi(b);kUi(b)}else{}return d}
+function d1i(){return z_h}
+function F0i(){}
+_=F0i.prototype=new y0i();_.gC=d1i;_.tI=41;function Cbi(){!!$stats&&$stats({moduleName:$moduleName,subSystem:iIh,evtGroup:jIh,millis:(new Date()).getTime(),type:kIh,className:lIh});Envjs.parseHtmlDocument=xni}
+__defineParser__=function gwtOnLoad(b,d,c){$moduleName=d;$moduleBase=c;if(b)try{Cbi()}catch(a){b(d)}else{Cbi()}}
+function v0i(){}
+var k$h=jci(mIh,nIh),b$h=jci(pIh,qIh),q$h=jci(mIh,rIh),g$h=jci(mIh,sIh),l$h=jci(mIh,tIh),E9h=jci(uIh,vIh),F9h=jci(uIh,wIh),D_h=ici(xIh,yIh),f$h=jci(mIh,AIh),dai=ici(cNh,BIh),s$h=jci(CIh,DIh),A$h=jci(CIh,EIh),F$h=jci(CIh,FIh),a$h=jci(pIh,aJh),i$h=jci(mIh,bJh),c$h=jci(mIh,cJh),A_h=ici(cNh,dJh),e$h=jci(mIh,fJh),d$h=jci(mIh,gJh),h$h=jci(mIh,hJh),B_h=ici(cNh,iJh),j$h=jci(mIh,jJh),p$h=jci(mIh,aUh),m$h=jci(mIh,kJh),n$h=jci(mIh,lJh),o$h=jci(mIh,mJh),r$h=jci(mIh,nJh),C_h=ici(xIh,oJh),C$h=jci(CIh,qJh),x$h=jci(CIh,rJh),E$h=jci(CIh,sJh),u$h=jci(CIh,tJh),t$h=jci(CIh,uJh),B$h=jci(CIh,vJh),v$h=jci(CIh,wJh),w$h=jci(CIh,xJh),y$h=jci(CIh,yJh),z$h=jci(CIh,zJh),D$h=jci(CIh,BJh),a_h=jci(CIh,CJh),b_h=jci(CIh,DJh),e_h=jci(CIh,EJh),c_h=jci(CIh,FJh),d_h=jci(CIh,aKh),f_h=jci(CIh,bKh),g_h=kci(cKh,dKh),h_h=kci(cKh,eKh),i_h=kci(cKh,hKh),w_h=jci(iKh,jKh),p_h=jci(iKh,kKh),k_h=jci(lKh,mKh),j_h=jci(lKh,nKh),m_h=jci(lKh,oKh),l_h=jci(lKh,pKh),n_h=jci(lKh,qKh),bai=ici(cNh,sKh),E_h=ici(tKh,uKh),o_h=jci(iKh,vKh),F_h=ici(tKh,wKh),q_h=jci(iKh,xKh),v_h=jci(iKh,yKh),r_h=jci(iKh,zKh),s_h=jci(iKh,AKh),t_h=jci(iKh,BKh),cai=ici(cNh,DKh),u_h=jci(iKh,EKh),aai=ici(tKh,FKh),x_h=jci(iKh,aLh),y_h=jci(bLh,cLh),z_h=jci(bLh,dLh);if (true) { var __gwt_initHandlers = function(){}; }})();
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/htmlparser.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/htmlparser.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/htmlparser.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,507 @@
+var __defineParser__;
+(function () {
+var $gwt_version = "1.5.1";
+var $wnd = {};
+var $doc = {};
+var $moduleName, $moduleBase;
+var $stats = $wnd.__gwtStatsEvent ? function(a) {$wnd.__gwtStatsEvent(a)} : null;
+var cNh='',qPg='\n',n4h='\n ',Bxg=' which is not a legal XML 1.0 character.',cNg='#mathplayer',zOg='#renesis',rZg='(',vxg=').',iwh='): ',fPh='+//silmaril//dtd html pro v0r11 19970101//',cWg=', ',mih=', Size: ',dNh='-//W3C//DTD HTML 4.0 Frameset//EN',oNh='-//W3C//DTD HTML 4.0 Transitional//EN',zNh='-//W3C//DTD HTML 4.0//EN',eOh='-//W3C//DTD HTML 4.01 Frameset//EN',pOh='-//W3C//DTD HTML 4.01 Transitional//EN',AOh='-//W3C//DTD HTML 4.01//EN',utg='-//W3C//DTD XHTML 1.0 Strict//EN',lug='-//W3C//DTD XHTML 1.1//EN',qPh='-//advasoft ltd//dtd html 3.0 aswedit + extensions//',BPh='-//as//dtd html 3.0 aswedit + extensions//',gQh='-//ietf//dtd html 2.0 level 1//',sQh='-//ietf//dtd html 2.0 level 2//',DQh='-//ietf//dtd html 2.0 strict level 1//',iRh='-//ietf//dtd html 2.0 strict level 2//',tRh='-//ietf//dtd html 2.0 strict//',ERh='-//ietf//dtd html 2.0//',jSh='-//ietf//dtd html 2.1e//',uSh='-//ietf//dtd html 3.0//',FSh='-//ietf//dtd html 3.2 final//',kTh='-//ietf//dtd html 3.2//',vTh='-//ietf//dtd html 3//',bUh='-//ietf//dtd html level 0//',mUh='-//ietf//dtd html level 1//',xUh='-//ietf//dtd html level 2//',cVh='-//ietf//dtd html level 3//',nVh='-//ietf//dtd html strict level 0//',yVh='-//ietf//dtd html strict level 1//',dWh='-//ietf//dtd html strict level 2//',oWh='-//ietf//dtd html strict level 3//',zWh='-//ietf//dtd html strict//',eXh='-//ietf//dtd html//',qXh='-//metrius//dtd metrius presentational//',BXh='-//microsoft//dtd internet explorer 2.0 html strict//',gYh='-//microsoft//dtd internet explorer 2.0 html//',rYh='-//microsoft//dtd internet explorer 2.0 tables//',CYh='-//microsoft//dtd internet explorer 3.0 html strict//',hZh='-//microsoft//dtd internet explorer 3.0 html//',sZh='-//microsoft//dtd internet explorer 3.0 tables//',DZh='-//netscape comm. corp.//dtd html//',i0h='-//netscape comm. corp.//dtd strict html//',t0h="-//o'reilly and associates//dtd html 2.0//",F0h="-//o'reilly and associates//dtd html extended 1.0//",k1h="-//o'reilly and associates//dtd html extended relaxed 1.0//",v1h='-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//',a2h='-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//',l2h='-//spyglass//dtd html 2.0 extended//',w2h='-//sq//dtd html 2.0 hotmetal + extensions//',b3h='-//sun microsystems corp.//dtd hotjava html//',m3h='-//sun microsystems corp.//dtd hotjava strict html//',x3h='-//w3c//dtd html 3 1995-03-24//',c4h='-//w3c//dtd html 3.2 draft//',o4h='-//w3c//dtd html 3.2 final//',z4h='-//w3c//dtd html 3.2//',e5h='-//w3c//dtd html 3.2s draft//',p5h='-//w3c//dtd html 4.0 frameset//',A5h='-//w3c//dtd html 4.0 transitional//',Czg='-//w3c//dtd html 4.01 frameset//en',rzg='-//w3c//dtd html 4.01 transitional//en',f6h='-//w3c//dtd html experimental 19960712//',q6h='-//w3c//dtd html experimental 970421//',B6h='-//w3c//dtd w3 html//',gzg='-//w3c//dtd xhtml 1.0 frameset//en',Byg='-//w3c//dtd xhtml 1.0 transitional//en',g7h='-//w3o//dtd w3 html 3.0//',sAg='-//w3o//dtd w3 html strict 3.0//en//',r7h='-//webtechs//dtd mozilla html 2.0//',Cqg='-//webtechs//dtd mozilla html//',DAg='-/w3c/dtd html 4.0 transitional/en',Dxg='.',gyg='0123456789ABCDEF',iBg=':',Aqg=': ',q6g='=',zqg='@',txg='A character reference expanded to a form feed which is not legal XML 1.0 white space.',iyg='AElig',jyg='AElig;',wLh='ALLOW',fKh='ALMOST_STANDARDS_MODE',mMh='ALTER_INFOSET',kyg='AMP',lyg='AMP;',yzh='AUTO',myg='Aacute',nyg='Aacute;',oyg='Abreve;',DIh='AbstractCollection',rJh='AbstractHashMap',tJh='AbstractHashMap$EntrySet',uJh='AbstractHashMap$EntrySetIterator',wJh='AbstractHashMap$MapEntryNull',xJh='AbstractHashMap$MapEntryString',EIh='AbstractList',yJh='AbstractList$IteratorImpl',zJh='AbstractList$ListIteratorImpl',qJh='AbstractMap',vJh='AbstractMapEntry',BJh='AbstractSequentialList',sJh='AbstractSet',pyg='Acirc',ryg='Acirc;',syg='Acy;',ePg='Add not supported on this collection',obh='Add not supported on this list',tyg='Afr;',uyg='Agrave',vyg='Agrave;',wyg='Alpha;',xyg='Amacr;',yyg='And;',zyg='Aogon;',Ayg='Aopf;',Cyg='ApplyFunction;',Dyg='Aring',Eyg='Aring;',vLg='Array types must match',FIh='ArrayList',cJh='ArrayStoreException',Fyg='Ascr;',azg='Assign;',bzg='Atilde',czg='Atilde;',mxg='Attribute \u201C',vKh='AttributeName',uKh='AttributeName;',dzg='Auml',ezg='Auml;',fzg='Backslash;',hzg='Barv;',izg='Barwed;',jzg='Bcy;',kzg='Because;',lzg='Bernoullis;',mzg='Beta;',nzg='Bfr;',ozg='Bopf;',pzg='Breve;',mKh='BrowserTreeBuilder',nKh='BrowserTreeBuilder$ScriptHolder',qzg='Bscr;',szg='Bumpeq;',ixg='CDATA[',tzg='CHcy;',uzg='COPY',vzg='COPY;',wzg='Cacute;',Blh="Can't get element ",xxg="Can't use FATAL here.",xzg='Cap;',yzg='CapitalDifferentialD;',zzg='Cayleys;',Azg='Ccaron;',Bzg='Ccedil',Dzg='Ccedil;',Ezg='Ccirc;',Fzg='Cconint;',aAg='Cdot;',bAg='Cedilla;',cAg='CenterDot;',dAg='Cfr;',uxg='Character reference expands to a control character (',eAg='Chi;',fAg='CircleDot;',gAg='CircleMinus;',iAg='CirclePlus;',jAg='CircleTimes;',fJh='Class',gJh='ClassCastException',kAg='ClockwiseContourIntegral;',lAg='CloseCurlyDoubleQuote;',mAg='CloseCurlyQuote;',kKh='CoalescingTreeBuilder',nAg='Colon;',oAg='Colone;',CJh='Comparators$1',pAg='Congruent;',qAg='Conint;',rAg='ContourIntegral;',tAg='Copf;',uAg='Coproduct;',vAg='CounterClockwiseContourIntegral;',wAg='Cross;',xAg='Cscr;',yAg='Cup;',zAg='CupCap;',AAg='DD;',BAg='DDotrahd;',CAg='DJcy;',EAg='DScy;',FAg='DZcy;',aBg='Dagger;',bBg='Darr;',cBg='Dashv;',dBg='Dcaron;',eBg='Dcy;',fBg='Del;',gBg='Delta;',hBg='Dfr;',kBg='DiacriticalAcute;',lBg='DiacriticalDot;',mBg='DiacriticalDoubleAcute;',nBg='DiacriticalGrave;',oBg='DiacriticalTilde;',pBg='Diamond;',qBg='DifferentialD;',dKh='DoctypeExpectation',eKh='DocumentMode',rBg='Dopf;',sBg='Dot;',tBg='DotDot;',vBg='DotEqual;',wBg='DoubleContourIntegral;',xBg='DoubleDot;',yBg='DoubleDownArrow;',zBg='DoubleLeftArrow;',ABg='DoubleLeftRightArrow;',BBg='DoubleLeftTee;',CBg='DoubleLongLeftArrow;',DBg='DoubleLongLeftRightArrow;',EBg='DoubleLongRightArrow;',aCg='DoubleRightArrow;',bCg='DoubleRightTee;',cCg='DoubleUpArrow;',dCg='DoubleUpDownArrow;',eCg='DoubleVerticalBar;',fCg='DownArrow;',gCg='DownArrowBar;',hCg='DownArrowUpArrow;',iCg='DownBreve;',jCg='DownLeftRightVector;',lCg='DownLeftTeeVector;',mCg='DownLeftVector;',nCg='DownLeftVectorBar;',oCg='DownRightTeeVector;',pCg='DownRightVector;',qCg='DownRightVectorBar;',rCg='DownTee;',sCg='DownTeeArrow;',tCg='Downarrow;',uCg='Dscr;',wCg='Dstrok;',qxg='Duplicate attribute \u201C',xCg='ENG;',yCg='ETH',zCg='ETH;',ACg='Eacute',BCg='Eacute;',CCg='Ecaron;',DCg='Ecirc',ECg='Ecirc;',FCg='Ecy;',bDg='Edot;',cDg='Efr;',dDg='Egrave',eDg='Egrave;',isg='Element name \u201C',fDg='Element;',xKh='ElementName',wKh='ElementName;',gDg='Emacr;',hDg='EmptySmallSquare;',iDg='EmptyVerySmallSquare;',AIh='Enum',jDg='Eogon;',kDg='Eopf;',mDg='Epsilon;',nDg='Equal;',oDg='EqualTilde;',pDg='Equilibrium;',zKh='ErrorReportingTokenizer',qDg='Escr;',rDg='Esim;',sDg='Eta;',tDg='Euml',uDg='Euml;',sIh='Exception',vDg='Exists;',xDg='ExponentialE;',bMh='FATAL',yDg='Fcy;',zDg='Ffr;',ADg='FilledSmallSquare;',BDg='FilledVerySmallSquare;',CDg='Fopf;',DDg='ForAll;',Cxg='Forbidden code point ',EDg='Fouriertrf;',FDg='Fscr;',aEg='GJcy;',cEg='GT',dEg='GT;',eEg='Gamma;',fEg='Gammad;',gEg='Gbreve;',hEg='Gcedil;',iEg='Gcirc;',jEg='Gcy;',kEg='Gdot;',lEg='Gfr;',nEg='Gg;',oEg='Gopf;',pEg='GreaterEqual;',qEg='GreaterEqualLess;',rEg='GreaterFullEqual;',sEg='GreaterGreater;',tEg='GreaterLess;',uEg='GreaterSlantEqual;',vEg='GreaterTilde;',wEg='Gscr;',zEg='Gt;',AEg='HARDcy;',kph='HTML',jwh='HTML401_STRICT',zsh='HTML401_TRANSITIONAL',BEg='Hacek;',DJh='HashMap',CEg='Hat;',DEg='Hcirc;',EEg='Hfr;',FEg='HilbertSpace;',aFg='Hopf;',bFg='HorizontalLine;',cFg='Hscr;',eFg='Hstrok;',AKh='HtmlAttributes',oKh='HtmlParser',pKh='HtmlParser$1',fFg='HumpDownHump;',gFg='HumpEqual;',hFg='IEcy;',iFg='IJlig;',jFg='IOcy;',kFg='Iacute',lFg='Iacute;',mFg='Icirc',nFg='Icirc;',pFg='Icy;',qFg='Idot;',rFg='Ifr;',sFg='Igrave',tFg='Igrave;',hJh='IllegalArgumentException',uFg='Im;',vFg='Imacr;',wFg='ImaginaryI;',xFg='Implies;',Deh='Index: ',bJh='IndexOutOfBoundsException',yFg='Int;',AFg='Integral;',BFg='Intersection;',CFg='InvisibleComma;',DFg='InvisibleTimes;',EFg='Iogon;',FFg='Iopf;',aGg='Iota;',bGg='Iscr;',cGg='Itilde;',dGg='Iukcy;',fGg='Iuml',gGg='Iuml;',vIh='JavaScriptException',wIh='JavaScriptObject$',hGg='Jcirc;',iGg='Jcy;',jGg='Jfr;',kGg='Jopf;',lGg='Jscr;',mGg='Jsercy;',nGg='Jukcy;',oGg='KHcy;',qGg='KJcy;',rGg='Kappa;',sGg='Kcedil;',tGg='Kcy;',uGg='Kfr;',vGg='Kopf;',wGg='Kscr;',xGg='LJcy;',yGg='LT',zGg='LT;',BGg='Lacute;',CGg='Lambda;',DGg='Lang;',EGg='Laplacetrf;',FGg='Larr;',aHg='Lcaron;',bHg='Lcedil;',cHg='Lcy;',dHg='LeftAngleBracket;',eHg='LeftArrow;',gHg='LeftArrowBar;',hHg='LeftArrowRightArrow;',iHg='LeftCeiling;',jHg='LeftDoubleBracket;',kHg='LeftDownTeeVector;',lHg='LeftDownVector;',mHg='LeftDownVectorBar;',nHg='LeftFloor;',oHg='LeftRightArrow;',pHg='LeftRightVector;',rHg='LeftTee;',sHg='LeftTeeArrow;',tHg='LeftTeeVector;',uHg='LeftTriangle;',vHg='LeftTriangleBar;',wHg='LeftTriangleEqual;',xHg='LeftUpDownVector;',yHg='LeftUpTeeVector;',zHg='LeftUpVector;',AHg='LeftUpVectorBar;',CHg='LeftVector;',DHg='LeftVectorBar;',EHg='Leftarrow;',FHg='Leftrightarrow;',aIg='LessEqualGreater;',bIg='LessFullEqual;',cIg='LessGreater;',dIg='LessLess;',eIg='LessSlantEqual;',fIg='LessTilde;',iIg='Lfr;',EJh='LinkedList',FJh='LinkedList$ListIteratorImpl',aKh='LinkedList$Node',jIg='Ll;',kIg='Lleftarrow;',lIg='Lmidot;',BKh='LocatorImpl',mIg='LongLeftArrow;',nIg='LongLeftRightArrow;',oIg='LongRightArrow;',pIg='Longleftarrow;',qIg='Longleftrightarrow;',rIg='Longrightarrow;',tIg='Lopf;',uIg='LowerLeftArrow;',vIg='LowerRightArrow;',wIg='Lscr;',xIg='Lsh;',yIg='Lstrok;',zIg='Lt;',AIg='Map;',BIg='Mcy;',CIg='MediumSpace;',EIg='Mellintrf;',FIg='Mfr;',aJg='MinusPlus;',bJg='Mopf;',cJg='Mscr;',dJg='Mu;',gIg='Must be array types',eJg='NJcy;',hDh='NO_DOCTYPE_ERRORS',fJg='Nacute;',gJg='Ncaron;',hJg='Ncedil;',jJg='Ncy;',kJg='NegativeMediumSpace;',lJg='NegativeThickSpace;',mJg='NegativeThinSpace;',nJg='NegativeVeryThinSpace;',oJg='NestedGreaterGreater;',pJg='NestedLessLess;',qJg='NewLine;',rJg='Nfr;',sxg='No digits after \u201C',sJg='NoBreak;',bKh='NoSuchElementException',uJg='NonBreakingSpace;',vJg='Nopf;',wJg='Not;',xJg='NotCongruent;',yJg='NotCupCap;',zJg='NotDoubleVerticalBar;',AJg='NotElement;',BJg='NotEqual;',CJg='NotExists;',DJg='NotGreater;',FJg='NotGreaterEqual;',aKg='NotGreaterLess;',bKg='NotGreaterTilde;',cKg='NotLeftTriangle;',dKg='NotLeftTriangleEqual;',eKg='NotLess;',fKg='NotLessEqual;',gKg='NotLessGreater;',hKg='NotLessTilde;',iKg='NotPrecedes;',kKg='NotPrecedesSlantEqual;',lKg='NotReverseElement;',mKg='NotRightTriangle;',nKg='NotRightTriangleEqual;',oKg='NotSquareSubsetEqual;',pKg='NotSquareSupersetEqual;',qKg='NotSubsetEqual;',rKg='NotSucceeds;',sKg='NotSucceedsSlantEqual;',tKg='NotSupersetEqual;',vKg='NotTilde;',wKg='NotTildeEqual;',xKg='NotTildeFullEqual;',yKg='NotTildeTilde;',zKg='NotVerticalBar;',AKg='Nscr;',BKg='Ntilde',CKg='Ntilde;',DKg='Nu;',jJh='NullPointerException',EKg='OElig;',aLg='Oacute',bLg='Oacute;',nIh='Object',oJh='Object;',cLg='Ocirc',dLg='Ocirc;',eLg='Ocy;',fLg='Odblac;',gLg='Ofr;',hLg='Ograve',iLg='Ograve;',jLg='Omacr;',lLg='Omega;',mLg='Omicron;',nLg='Oopf;',oLg='OpenCurlyDoubleQuote;',pLg='OpenCurlyQuote;',qLg='Or;',rLg='Oscr;',sLg='Oslash',tLg='Oslash;',uLg='Otilde',xLg='Otilde;',yLg='Otimes;',zLg='Ouml',ALg='Ouml;',BLg='OverBar;',CLg='OverBrace;',DLg='OverBracket;',ELg='OverParenthesis;',qKh='ParseEndListener',FLg='PartialD;',aMg='Pcy;',cMg='Pfr;',dMg='Phi;',eMg='Pi;',fMg='PlusMinus;',gMg='Poincareplane;',hMg='Popf;',iMg='Pr;',jMg='Precedes;',kMg='PrecedesEqual;',lMg='PrecedesSlantEqual;',nMg='PrecedesTilde;',oMg='Prime;',pMg='Product;',qMg='Proportion;',rMg='Proportional;',sMg='Pscr;',tMg='Psi;',lLh='QUIRKS_MODE',uMg='QUOT',vMg='QUOT;',wMg='Qfr;',yMg='Qopf;',zMg='Qscr;',AMg='RBarr;',BMg='REG',CMg='REG;',DMg='Racute;',EMg='Rang;',FMg='Rarr;',aNg='Rarrtl;',bNg='Rcaron;',dNg='Rcedil;',eNg='Rcy;',fNg='Re;',gNg='ReverseElement;',hNg='ReverseEquilibrium;',iNg='ReverseUpEquilibrium;',jNg='Rfr;',kNg='Rho;',lNg='RightAngleBracket;',mNg='RightArrow;',oNg='RightArrowBar;',pNg='RightArrowLeftArrow;',qNg='RightCeiling;',rNg='RightDoubleBracket;',sNg='RightDownTeeVector;',tNg='RightDownVector;',uNg='RightDownVectorBar;',vNg='RightFloor;',wNg='RightTee;',xNg='RightTeeArrow;',zNg='RightTeeVector;',ANg='RightTriangle;',BNg='RightTriangleBar;',CNg='RightTriangleEqual;',DNg='RightUpDownVector;',ENg='RightUpTeeVector;',FNg='RightUpVector;',aOg='RightUpVectorBar;',bOg='RightVector;',cOg='RightVectorBar;',eOg='Rightarrow;',fOg='Ropf;',gOg='RoundImplies;',hOg='Rrightarrow;',iOg='Rscr;',jOg='Rsh;',kOg='RuleDelayed;',tIh='RuntimeException',cLh='SAXException',dLh='SAXParseException',lOg='SHCHcy;',mOg='SHcy;',nOg='SOFTcy;',wGh='STANDARDS_MODE',pOg='Sacute;',dyg='Saw an xmlns attribute.',qOg='Sc;',rOg='Scaron;',sOg='Scedil;',tOg='Scirc;',uOg='Scy;',vOg='Sfr;',wOg='ShortDownArrow;',xOg='ShortLeftArrow;',yOg='ShortRightArrow;',AOg='ShortUpArrow;',BOg='Sigma;',COg='SmallCircle;',DOg='Sopf;',EOg='Sqrt;',FOg='Square;',aPg='SquareIntersection;',bPg='SquareSubset;',cPg='SquareSubsetEqual;',dPg='SquareSuperset;',gPg='SquareSupersetEqual;',hPg='SquareUnion;',iPg='Sscr;',EKh='StackNode',FKh='StackNode;',jPg='Star;',aUh='String',xEg='String index out of range: ',yIh='String;',kJh='StringBuffer',lJh='StringBuilder',mJh='StringIndexOutOfBoundsException',kPg='Sub;',lPg='Subset;',mPg='SubsetEqual;',nPg='Succeeds;',oPg='SucceedsEqual;',pPg='SucceedsSlantEqual;',rPg='SucceedsTilde;',sPg='SuchThat;',tPg='Sum;',uPg='Sup;',vPg='Superset;',wPg='SupersetEqual;',xPg='Supset;',yPg='THORN',zPg='THORN;',APg='TRADE;',CPg='TSHcy;',DPg='TScy;',EPg='Tab;',FPg='Tau;',aQg='Tcaron;',bQg='Tcedil;',cQg='Tcy;',dQg='Tfr;',wxg='The document is not mappable to XML 1.0 due to a trailing hyphen in a comment.',pxg='The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.',eQg='Therefore;',fQg='Theta;',hQg='ThinSpace;',yxg='This document is not mappable to XML 1.0 without data loss due to ',xMh='This is a searchable index. Insert your search keywords here: ',rIh='Throwable',iQg='Tilde;',jQg='TildeEqual;',kQg='TildeFullEqual;',lQg='TildeTilde;',qIh='Timer',aJh='Timer$1',yKh='Tokenizer',mQg='Topf;',jKh='TreeBuilder',nQg='TripleDot;',oQg='Tscr;',pQg='Tstrok;',hyg='U',byg='U+',ayg='U+0',Fxg='U+00',Exg='U+000',aLh='UTF16Buffer',qQg='Uacute',sQg='Uacute;',tQg='Uarr;',uQg='Uarrocir;',vQg='Ubrcy;',wQg='Ubreve;',xQg='Ucirc',yQg='Ucirc;',zQg='Ucy;',AQg='Udblac;',BQg='Ufr;',DQg='Ugrave',EQg='Ugrave;',FQg='Umacr;',aRg='UnderBar;',bRg='UnderBrace;',cRg='UnderBracket;',dRg='UnderParenthesis;',eRg='Union;',fRg='UnionPlus;',uKg='Unreachable',cyg='Unreachable.',nJh='UnsupportedOperationException',gRg='Uogon;',iRg='Uopf;',jRg='UpArrow;',kRg='UpArrowBar;',lRg='UpArrowDownArrow;',mRg='UpDownArrow;',nRg='UpEquilibrium;',oRg='UpTee;',pRg='UpTeeArrow;',qRg='Uparrow;',rRg='Updownarrow;',tRg='UpperLeftArrow;',uRg='UpperRightArrow;',vRg='Upsi;',wRg='Upsilon;',xRg='Uring;',yRg='Uscr;',zRg='Utilde;',ARg='Uuml',BRg='Uuml;',CRg='VDash;',ERg='Vbar;',FRg='Vcy;',aSg='Vdash;',bSg='Vdashl;',cSg='Vee;',dSg='Verbar;',eSg='Vert;',fSg='VerticalBar;',gSg='VerticalLine;',hSg='VerticalSeparator;',jSg='VerticalTilde;',kSg='VeryThinSpace;',lSg='Vfr;',mSg='Vopf;',nSg='Vscr;',oSg='Vvdash;',pSg='Wcirc;',qSg='Wedge;',rSg='Wfr;',sSg='Wopf;',vSg='Wscr;',wSg='Xfr;',xSg='Xi;',hKh='XmlViolationPolicy',ySg='Xopf;',zSg='Xscr;',ASg='YAcy;',BSg='YIcy;',CSg='YUcy;',DSg='Yacute',ESg='Yacute;',aTg='Ycirc;',bTg='Ycy;',cTg='Yfr;',dTg='Yopf;',eTg='Yscr;',fTg='Yuml;',gTg='ZHcy;',hTg='Zacute;',iTg='Zcaron;',jTg='Zcy;',lTg='Zdot;',mTg='ZeroWidthSpace;',nTg='Zeta;',oTg='Zfr;',pTg='Zopf;',qTg='Zscr;',tSg='[',dJh='[C',iJh='[I',xIh='[Ljava.lang.',tKh='[Lnu.validator.htmlparser.impl.',sKh='[Z',DKh='[[C',BIh='[[D',sZg=']',oFg='a',rTg='aacute',sTg='aacute;',C6g='abbr',bvg='about:legacy-compat',tTg='abreve;',C2h='abs',uTg='ac;',Cuh='accent',gWh='accent-height',wSh='accentunder',ruh='accept',DXh='accept-charset',cPh='accesskey',bRh='accumulate',wTg='acd;',xTg='acirc',yTg='acirc;',rrg='acronym',kwh='action',aRh='actiontype',svh='active',zXh='actuate',zTg='acute',ATg='acute;',BTg='acy;',hNh='additive',yEg='address',CTg='aelig',DTg='aelig;',ETg='af;',FTg='afr;',bUg='agrave',cUg='agrave;',dUg='alefsym;',eUg='aleph;',ojh='align',w0h='alignment-baseline',EXh='alignmentscope',djh='alink',fUg='alpha;',FQh='alphabetic',l2g='alt',atg='altGlyph',Fug='altGlyphDef',qvg='altGlyphItem',Fsg='altglyph',Eug='altglyphdef',pvg='altglyphitem',Dvh='altimg',hLh='alttext',gUg='amacr;',hUg='amalg;',iUg='amp',jUg='amp;',gPh='amplitude',A2h='and',kUg='and;',mUg='andand;',nUg='andd;',oUg='andslope;',pUg='andv;',qUg='ang;',rUg='ange;',sUg='angle;',tUg='angmsd;',uUg='angmsdaa;',vUg='angmsdab;',xUg='angmsdac;',yUg='angmsdad;',zUg='angmsdae;',AUg='angmsdaf;',BUg='angmsdag;',CUg='angmsdah;',DUg='angrt;',EUg='angrtvb;',FUg='angrtvbd;',aVg='angsph;',cVg='angst;',dVg='angzarr;',krg='animate',svg='animateColor',Evg='animateMotion',zwg='animateTransform',rvg='animatecolor',Dvg='animatemotion',xwg='animatetransform',aug='animation',sug='annotation',kwg='annotation-xml',eVg='aogon;',fVg='aopf;',gVg='ap;',hVg='apE;',iVg='apacir;',jVg='ape;',kVg='apid;',lVg='apos;',A6h='applet',w5h='apply',D6h='approx',nVg='approx;',oVg='approxeq;',BSh='arabic-form',z6h='arccos',prg='arccosh',C6h='arccot',qrg='arccoth',w6h='arccsc',mrg='arccsch',iLh='archive',CXh='arcrole',v6h='arcsec',lrg='arcsech',y6h='arcsin',org='arcsinh',x6h='arctan',nrg='arctanh',i4h='area',B2h='arg',h1h='aria-activedescendant',ySh='aria-atomic',e0h='aria-autocomplete',dPh='aria-busy',uUh='aria-channel',rUh='aria-checked',eWh='aria-controls',vWh='aria-datatype',iZh='aria-describedby',qWh='aria-disabled',xYh='aria-dropeffect',pWh='aria-expanded',ASh='aria-flowto',ePh='aria-grab',fWh='aria-haspopup',zSh='aria-hidden',pUh='aria-invalid',yYh='aria-labelledby',cRh='aria-level',hPh='aria-live',FXh='aria-multiline',f1h='aria-multiselectable',FOh='aria-owns',jWh='aria-posinset',qUh='aria-pressed',lWh='aria-readonly',iWh='aria-relevant',nWh='aria-required',xSh='aria-secret',mWh='aria-selected',tUh='aria-setsize',bPh='aria-sort',zYh='aria-templateid',kWh='aria-valuemax',wWh='aria-valuemin',hWh='aria-valuenow',pVg='aring',qVg='aring;',jrg='article',hvh='ascent',rVg='ascr;',u5h='aside',sVg='ast;',tVg='asymp;',uVg='asympeq;',yih='async',vVg='atilde',wVg='atilde;',uWh='attributeName',sWh='attributeType',tWh='attributename',rWh='attributetype',v5h='audio',yVg='auml',zVg='auml;',sUh='autocomplete',aPh='autofocus',gNh='autoplay',EQh='autosubmit',AVg='awconint;',BVg='awint;',r6g='axis',jLh='azimuth',t1h='b',CVg='bNot;',DVg='backcong;',EVg='backepsilon;',fRh='background',FVg='backprime;',aWg='backsim;',bWg='backsimeq;',eWg='barvee;',fWg='barwed;',gWg='barwedge;',u9g='base',yWh='baseFrequency',eTh='baseProfile',btg='basefont',xWh='basefrequency',pNh='baseline',aYh='baseline-shift',dTh='baseprofile',h7g='bbox',hWg='bbrk;',iWg='bbrktbrk;',jWg='bcong;',kWg='bcy;',E2h='bdo',lWg='bdquo;',mWg='becaus;',nWg='because;',flh='begin',pWg='bemptyv;',qWg='bepsi;',rWg='bernou;',sWg='beta;',tWg='beth;',uWg='between;',nNh='bevelled',vWg='bfr;',oLh='bgcolor',trg='bgsound',i8g='bias',D2h='big',wWg='bigcap;',xWg='bigcirc;',yWg='bigcup;',AWg='bigodot;',BWg='bigoplus;',CWg='bigotimes;',DWg='bigsqcup;',EWg='bigstar;',FWg='bigtriangledown;',aXg='bigtriangleup;',bXg='biguplus;',cXg='bigvee;',dXg='bigwedge;',fXg='bkarow;',gXg='blacklozenge;',hXg='blacksquare;',iXg='blacktriangle;',jXg='blacktriangledown;',kXg='blacktriangleleft;',lXg='blacktriangleright;',mXg='blank;',nXg='blk12;',oXg='blk14;',qXg='blk34;',rXg='block;',tug='blockquote',sXg='bnot;',lDg='body',tXg='bopf;',vwh='border',uXg='bot;',vXg='bottom;',wXg='bowtie;',xXg='boxDL;',yXg='boxDR;',zXg='boxDl;',BXg='boxDr;',CXg='boxH;',DXg='boxHD;',EXg='boxHU;',FXg='boxHd;',aYg='boxHu;',bYg='boxUL;',cYg='boxUR;',dYg='boxUl;',eYg='boxUr;',gYg='boxV;',hYg='boxVH;',iYg='boxVL;',jYg='boxVR;',kYg='boxVh;',lYg='boxVl;',mYg='boxVr;',nYg='boxbox;',oYg='boxdL;',pYg='boxdR;',rYg='boxdl;',sYg='boxdr;',tYg='boxh;',uYg='boxhD;',vYg='boxhU;',wYg='boxhd;',xYg='boxhu;',yYg='boxminus;',zYg='boxplus;',AYg='boxtimes;',CYg='boxuL;',DYg='boxuR;',EYg='boxul;',FYg='boxur;',aZg='boxv;',bZg='boxvH;',cZg='boxvL;',dZg='boxvR;',eZg='boxvh;',fZg='boxvl;',hZg='boxvr;',iZg='bprime;',z1h='br',jZg='breve;',kZg='brvbar',lZg='brvbar;',mZg='bscr;',nZg='bsemi;',oZg='bsim;',pZg='bsime;',qZg='bsol;',uZg='bsolb;',vZg='bull;',wZg='bullet;',xZg='bump;',yZg='bumpE;',zZg='bumpe;',AZg='bumpeq;',E6h='button',j4h='bvar',aUg='by',BZg='cacute;',jNh='calcMode',iNh='calcmode',b7h='canvas',eRh='cap-height',CZg='cap;',DZg='capand;',FZg='capbrcup;',a0g='capcap;',b0g='capcup;',c0g='capdot;',nwg='caption',k4h='card',d0g='caret;',e0g='caron;',Awg='cartesianproduct',f0g='ccaps;',g0g='ccaron;',h0g='ccedil',i0g='ccedil;',k0g='ccirc;',l0g='ccups;',m0g='ccupssm;',n0g='cdot;',o0g='cedil',p0g='cedil;',wrg='ceiling',CSh='cellpadding',DSh='cellspacing',q0g='cemptyv;',r0g='cent',s0g='cent;',a7h='center',t0g='centerdot;',v0g='cfr;',j9g='char',nLh='charoff',qLh='charset',w0g='chcy;',x0g='check;',mLh='checked',y0g='checkmark;',z0g='chi;',A1h='ci',A0g='cir;',B0g='cirE;',C0g='circ;',D0g='circeq;',F6h='circle',E0g='circlearrowleft;',a1g='circlearrowright;',b1g='circledR;',c1g='circledS;',d1g='circledast;',e1g='circledcirc;',f1g='circleddash;',g1g='cire;',h1g='cirfnint;',i1g='cirmid;',j1g='cirscir;',s7g='cite',pkh='class',zxg='class ',bMg='classid',Akh='clear',E8g='clip',jPh='clip-path',iPh='clip-rule',dtg='clipPath',DWh='clipPathUnits',ctg='clippath',CWh='clippathunits',zjh='close',kLh='closure',mMg='clsid:32F66A20-7614-11D4-BD11-00104BD3F987',dOg='clsid:AC159093-1683-4BA2-9DCF-0C350141D7F2',l1g='clubs;',m1g='clubsuit;',B1h='cn',D7g='code',lNh='codebase',kNh='codetype',etg='codomain',a3h='col',aDg='colgroup',n1g='colon;',o1g='colone;',p1g='coloneq;',ekh='color',D0h='color-interpolation',q1h='color-interpolation-filters',BWh='color-profile',AYh='color-rendering',t8g='cols',pLh='colspan',aTh='columnalign',bTh='columnlines',AWh='columnspacing',dRh='columnspan',ESh='columnwidth',uIh='com.google.gwt.core.client.',pIh='com.google.gwt.user.client.',q1g='comma;',urg='command',r1g='commat;',s1g='comp;',rLh='compact',t1g='compfn;',u1g='complement;',dug='complexes',w1g='complexes;',vrg='compose',cug='condition',x1g='cong;',y1g='congdot;',z1g='conint;',bug='conjugate',sLh='content',g0h='contentScriptType',kZh='contentStyleType',BYh='contenteditable',f0h='contentscripttype',jZh='contentstyletype',cTh='contextmenu',mNh='controls',lxh='coords',A1g='copf;',B1g='coprod;',C1g='copy',D1g='copy;',E1g='copysr;',c3h='cos',m4h='cosh',d3h='cot',p4h='coth',F1g='crarr;',b2g='cross;',F2h='csc',l4h='csch',c2g='cscr;',d2g='csub;',e2g='csube;',f2g='csup;',g2g='csupe;',xrg='csymbol',h2g='ctdot;',i2g='cudarrl;',j2g='cudarrr;',k2g='cuepr;',m2g='cuesc;',n2g='cularr;',o2g='cularrp;',p2g='cup;',q2g='cupbrcap;',r2g='cupcap;',s2g='cupcup;',t2g='cupdot;',u2g='cupor;',v2g='curarr;',x2g='curarrm;',q4h='curl',y2g='curlyeqprec;',z2g='curlyeqsucc;',A2g='curlyvee;',B2g='curlywedge;',C2g='curren',D2g='curren;',axh='cursor',E2g='curvearrowleft;',F2g='curvearrowright;',a3g='cuvee;',d3g='cuwed;',e3g='cwconint;',f3g='cwint;',lUg='cx',wUg='cy',g3g='cylcty;',DRg='d',h3g='dArr;',i3g='dHar;',j3g='dagger;',k3g='daleth;',l3g='darr;',m3g='dash;',o3g='dashv;',l$g='data',vLh='datafld',yUh='dataformatas',ftg='datagrid',uLh='datasrc',tvg='datatemplate',wNh='datetime',p3g='dbkarow;',q3g='dblac;',r3g='dcaron;',s3g='dcy;',C1h='dd',t3g='dd;',u3g='ddagger;',v3g='ddarr;',w3g='ddotseq;',xLh='declare',ALh='default',Clh='defer',lwg='definition-src',FWh='definitionURL',EWh='definitionurl',t4h='defs',x3g='deg',z3g='deg;',d7h='degree',e3h='del',A3g='delta;',B3g='demptyv;',qlh='depth',r4h='desc',BLh='descent',zrg='details',avg='determinant',C3g='dfisht;',f3h='dfn',D3g='dfr;',E3g='dharl;',F3g='dharr;',e7h='dialog',a4g='diam;',b4g='diamond;',c4g='diamondsuit;',e4g='diams;',f4g='die;',s4h='diff',EYh='diffuseConstant',DYh='diffuseconstant',g4g='digamma;',w2g='dir',mPh='direction',xNh='disabled',yrg='discard',h4g='disin;',yLh='display',wUh='displaystyle',dFg='div',i4g='div;',uug='divergence',c7h='divide',j4g='divide;',k4g='divideontimes;',zLh='divisor',l4g='divonx;',m4g='djcy;',D1h='dl',n4g='dlcorn;',p4g='dlcrop;',q4g='dollar;',f7h='domain',fxg='domainofapplication',j0h='dominant-baseline',r4g='dopf;',s4g='dot;',t4g='doteq;',u4g='doteqdot;',v4g='dotminus;',w4g='dotplus;',x4g='dotsquare;',y4g='doublebarwedge;',A4g='downarrow;',B4g='downdownarrows;',C4g='downharpoonleft;',D4g='downharpoonright;',nPh='draggable',E4g='drbkarow;',F4g='drcorn;',a5g='drcrop;',b5g='dscr;',c5g='dscy;',d5g='dsol;',f5g='dstrok;',E1h='dt',g5g='dtdot;',h5g='dtri;',i5g='dtrif;',j5g='duarr;',k5g='duhar;',c3g='dur',l5g='dwangle;',bVg='dx',mVg='dy',m5g='dzcy;',n5g='dzigrarr;',o5g='eDDot;',q5g='eDot;',r5g='eacute',s5g='eacute;',t5g='easter;',u5g='ecaron;',v5g='ecir;',w5g='ecirc',x5g='ecirc;',y5g='ecolon;',z5g='ecy;',a$g='edge',sNh='edgeMode',rNh='edgemode',B5g='edot;',C5g='ee;',D5g='efDot;',E5g='efr;',F5g='eg;',a6g='egrave',b6g='egrave;',c6g='egs;',d6g='egsdot;',e6g='el;',lPh='elevation',g6g='elinters;',h6g='ell;',Arg='ellipse',i6g='els;',j6g='elsdot;',F1h='em',k6g='emacr;',x5h='embed',l6g='empty;',gtg='emptyset',m6g='emptyset;',n6g='emptyv;',o6g='emsp13;',p6g='emsp14;',s6g='emsp;',h0h='enable-background',tNh='encoding',tLh='enctype',n3g='end',t6g='eng;',u6g='ensp;',v6g='eogon;',w6g='eopf;',x6g='epar;',y6g='eparsl;',z6g='eplus;',A6g='epsi;',B6g='epsilon;',D6g='epsiv;',b2h='eq',E6g='eqcirc;',F6g='eqcolon;',a7g='eqsim;',b7g='eqslantgtr;',c7g='eqslantless;',vUh='equalcolumns',kPh='equalrows',d7g='equals;',e7g='equest;',f7g='equiv;',g7g='equivDD;',xug='equivalent',i7g='eqvparsl;',j7g='erDot;',k7g='erarr;',l7g='escr;',m7g='esdot;',n7g='esim;',o7g='eta;',p7g='eth',q7g='eth;',vug='eulergamma',r7g='euml',t7g='euml;',u7g='euro;',cvg='eventsource',v7g='excl;',w7g='exist;',h7h='exists',g3h='exp',x7g='expectation;',qNh='exponent',uvg='exponentiale',y7g='exponentiale;',o1h='externalResourcesRequired',n1h='externalresourcesrequired',m_g='face',fug='factorial',htg='factorof',z7g='fallingdotseq;',y5h='false',A7g='fcy;',bsg='feBlend',fwg='feColorMatrix',hxg='feComponentTransfer',gvg='feComposite',Dwg='feConvolveMatrix',Fwg='feDiffuseLighting',bxg='feDisplacementMap',rwg='feDistantLight',dsg='feFlood',Crg='feFuncA',Frg='feFuncB',ksg='feFuncG',msg='feFuncR',pwg='feGaussianBlur',fsg='feImage',hsg='feMerge',evg='feMergeNode',Bvg='feMorphology',ltg='feOffset',zvg='fePointLight',exg='feSpecularLighting',ivg='feSpotLight',j7h='feTile',wvg='feTurbulence',asg='feblend',ewg='fecolormatrix',gxg='fecomponenttransfer',fvg='fecomposite',Cwg='feconvolvematrix',Ewg='fediffuselighting',axg='fedisplacementmap',qwg='fedistantlight',csg='feflood',Brg='fefunca',Erg='fefuncb',jsg='fefuncg',lsg='fefuncr',owg='fegaussianblur',esg='feimage',B7g='female;',gsg='femerge',dvg='femergenode',Avg='femorphology',hmh='fence',ktg='feoffset',yvg='fepointlight',cxg='fespecularlighting',hvg='fespotlight',i7h='fetile',vvg='feturbulence',C7g='ffilig;',E7g='fflig;',F7g='ffllig;',a8g='ffr;',itg='fieldset',k7h='figure',b8g='filig;',w$g='fill',zUh='fill-opacity',rPh='fill-rule',wxh='filter',pPh='filterRes',iTh='filterUnits',oPh='filterres',hTh='filterunits',c8g='flat;',d8g='fllig;',jTh='flood-color',cXh='flood-opacity',z5h='floor',e8g='fltns;',c2h='fn',f8g='fnof;',u4h='font',eug='font-face',Bwg='font-face-format',mwg='font-face-name',Fvg='font-face-src',awg='font-face-uri',fTh='font-family',tPh='font-size',lZh='font-size-adjust',BUh='font-stretch',lRh='font-style',AUh='font-variant',lTh='font-weight',jRh='fontfamily',yNh='fontsize',sPh='fontstyle',kRh='fontweight',m7h='footer',g8g='fopf;',y3g='for',l7h='forall',h8g='forall;',dwg='foreignObject',bwg='foreignobject',j8g='fork;',k8g='forkv;',srg='form',byh='format',l8g='fpartint;',m8g='frac12',n8g='frac12;',o8g='frac13;',p8g='frac14',q8g='frac14;',r8g='frac15;',s8g='frac16;',u8g='frac18;',v8g='frac23;',w8g='frac25;',x8g='frac34',y8g='frac34;',z8g='frac35;',A8g='frac38;',B8g='frac45;',C8g='frac56;',D8g='frac58;',F8g='frac78;',smh='frame',gTh='frameborder',Axg='frameset',CUh='framespacing',a9g='frasl;',b_g='from',b9g='frown;',c9g='fscr;',oWg='fx',zWg='fy',u1h='g',dWg='g1',xVg='g2',d9g='gE;',e9g='gEl;',f9g='gacute;',g9g='gamma;',h9g='gammad;',i9g='gap;',k9g='gbreve;',h3h='gcd',l9g='gcirc;',m9g='gcy;',n9g='gdot;',o9g='ge;',p9g='gel;',i3h='geq',q9g='geq;',r9g='geqq;',s9g='geqslant;',t9g='ges;',v9g='gescc;',w9g='gesdot;',x9g='gesdoto;',y9g='gesdotol;',z9g='gesles;',A9g='gfr;',B9g='gg;',C9g='ggg;',D9g='gimel;',E9g='gjcy;',b$g='gl;',c$g='glE;',d$g='gla;',e$g='glj;',B5h='glyph',gRh='glyph-name',r1h='glyph-orientation-horizontal',p1h='glyph-orientation-vertical',vNh='glyphRef',uNh='glyphref',f$g='gnE;',g$g='gnap;',h$g='gnapprox;',i$g='gne;',j$g='gneq;',k$g='gneqq;',m$g='gnsim;',n$g='gopf;',v4h='grad',l0h='gradientTransform',bXh='gradientUnits',k0h='gradienttransform',aXh='gradientunits',o$g='grave;',hRh='groupalign',p$g='gscr;',q$g='gsim;',r$g='gsime;',s$g='gsiml;',j2h='gt',t$g='gt;',u$g='gtcc;',v$g='gtcir;',x$g='gtdot;',y$g='gtlPar;',z$g='gtquest;',A$g='gtrapprox;',B$g='gtrarr;',C$g='gtrdot;',D$g='gtreqless;',E$g='gtreqqless;',F$g='gtrless;',a_g='gtrsim;',d2h='h1',e2h='h2',f2h='h3',g2h='h4',h2h='h5',i2h='h6',c_g='hArr;',d_g='hairsp;',e_g='half;',f_g='hamilt;',nsg='handler',DLh='hanging',g_g='hardcy;',h_g='harr;',i_g='harrcir;',j_g='harrw;',k_g='hbar;',l_g='hcirc;',Drg='head',n7h='header',ELh='headers',n_g='hearts;',o_g='heartsuit;',xyh='height',p_g='hellip;',q_g='hercon;',r_g='hfr;',mEg='hidden',wPh='hidefocus',x_g='high',C5h='hkern',s_g='hksearow;',t_g='hkswarow;',u_g='hoarr;',v_g='homtht;',w_g='hookleftarrow;',y_g='hookrightarrow;',z_g='hopf;',A_g='horbar;',mTh='horiz-adv-x',bYh='horiz-origin-x',cYh='horiz-origin-y',k2h='hr',cah='href',DNh='hreflang',B_g='hscr;',C_g='hslash;',myh='hspace',D_g='hstrok;',hAg='html',oRh='http-equiv',jKg='http://n.validator.nu/placeholder/',jBg='http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd',wDg='http://www.w3.org/1998/Math/MathML',hrg='http://www.w3.org/1999/xhtml',rQg='http://www.w3.org/1999/xlink',bEg='http://www.w3.org/2000/svg',BPg='http://www.w3.org/2000/xmlns/',Esg='http://www.w3.org/TR/REC-html40/strict.dtd',mvg='http://www.w3.org/TR/html4/loose.dtd',jtg='http://www.w3.org/TR/html4/strict.dtd',Ftg='http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd',wug='http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd',gQg='http://www.w3.org/XML/1998/namespace',E_g='hybull;',F_g='hyphen;',w1h='i',aah='iacute',bah='iacute;',dah='ic;',eah='icirc',fah='icirc;',yah='icon',gah='icy;',kLg='id',E5h='ident',tTh='ideographic',hah='iecy;',iah='iexcl',jah='iexcl;',kah='iff;',lah='ifr;',DIg='iframe',mah='igrave',oah='igrave;',pah='ii;',qah='iiiint;',rah='iiint;',sah='iinfin;',tah='iiota;',uah='ijlig;',vah='imacr;',D5h='image',bZh='image-rendering',wah='image;',hug='imaginary',yug='imaginaryi',xah='imagline;',zah='imagpart;',Aah='imath;',j3h='img',Bah='imof;',Cah='imped;',psg='implies',qYg='in',d4g='in2',Dah='in;',Eah='incare;',tnh='index',Fah='infin;',otg='infinity',abh='infintie;',bbh='inodot;',pGg='input',aQh='inputmode',k3h='ins',l3h='int',cbh='int;',ebh='intcal;',ntg='integers',fbh='integers;',gbh='intercal;',yPh='intercept',kug='interface ',gug='intersect',mtg='interval',hbh='intlarhk;',ibh='intprod;',osg='inverse',jbh='iocy;',kbh='iogon;',lbh='iopf;',mbh='iota;',nbh='iprod;',qbh='iquest',rbh='iquest;',rRh='irrelevant',sbh='iscr;',tbh='isin;',ubh='isinE;',eGg='isindex',vbh='isindot;',wbh='isins;',xbh='isinsv;',ybh='isinv;',Dmh='ismap',zbh='it;',Bbh='itilde;',Cbh='iukcy;',Dbh='iuml',Ebh='iuml;',mIh='java.lang.',CIh='java.util.',Fbh='jcirc;',ach='jcy;',bch='jfr;',cch='jmath;',dch='jopf;',ech='jscr;',gch='jsercy;',hch='jukcy;',iSg='k',fYg='k1',pXg='k2',AXg='k3',eXg='k4',ich='kappa;',jch='kappav;',n3h='kbd',kch='kcedil;',lch='kcy;',EUh='kernelMatrix',nZh='kernelUnitLength',DUh='kernelmatrix',mZh='kernelunitlength',CLh='kerning',vPh='keyPoints',nRh='keySplines',BNh='keyTimes',o7h='keygen',uPh='keypoints',mRh='keysplines',ANh='keytimes',mch='kfr;',nch='kgreen;',och='khcy;',pch='kjcy;',rch='kopf;',sch='kscr;',tch='lAarr;',uch='lArr;',vch='lAtail;',wch='lBarr;',xch='lE;',ych='lEg;',zch='lHar;',wph='label',Ach='lacute;',Cch='laemptyv;',Dch='lagran;',p7h='lambda',Ech='lambda;',fch='lang',Fch='lang;',adh='langd;',bdh='langle;',rOh='language',cdh='lap;',iug='laplacian',ddh='laquo',edh='laquo;',rMh='largeop',fdh='larr;',hdh='larrb;',idh='larrbfs;',jdh='larrfs;',kdh='larrhk;',ldh='larrlp;',mdh='larrpl;',ndh='larrsim;',odh='larrtl;',pdh='lat;',qdh='latail;',sdh='late;',tdh='lbarr;',udh='lbbrk;',vdh='lbrace;',wdh='lbrack;',xdh='lbrke;',ydh='lbrksld;',zdh='lbrkslu;',Adh='lcaron;',Bdh='lcedil;',Ddh='lceil;',p3h='lcm',Edh='lcub;',Fdh='lcy;',aeh='ldca;',beh='ldquo;',ceh='ldquor;',deh='ldrdhar;',eeh='ldrushar;',feh='ldsh;',geh='le;',ieh='leftarrow;',jeh='leftarrowtail;',keh='leftharpoondown;',leh='leftharpoonup;',meh='leftleftarrows;',neh='leftrightarrow;',oeh='leftrightarrows;',peh='leftrightharpoons;',qeh='leftrightsquigarrow;',reh='leftthreetimes;',teh='leg;',q7h='legend',qVh='lengthAdjust',pVh='lengthadjust',q3h='leq',ueh='leq;',veh='leqq;',weh='leqslant;',xeh='les;',yeh='lescc;',zeh='lesdot;',Aeh='lesdoto;',Beh='lesdotor;',Ceh='lesges;',Feh='lessapprox;',afh='lessdot;',bfh='lesseqgtr;',cfh='lesseqqgtr;',dfh='lessgtr;',efh='lesssim;',jYh='letter-spacing',ffh='lfisht;',gfh='lfloor;',hfh='lfr;',ifh='lg;',kfh='lgE;',lfh='lhard;',mfh='lharu;',nfh='lharul;',ofh='lhblk;',m2h='li',kYh='lighting-color',F5h='limit',r0h='limitingConeAngle',q0h='limitingconeangle',w4h='line',twg='linearGradient',swg='lineargradient',hQh='linebreak',mXh='linethickness',Abh='link',qch='list',ptg='listener',rsg='listing',pfh='ljcy;',qfh='ll;',rfh='llarr;',sfh='llcorner;',tfh='llhard;',vfh='lltri;',wfh='lmidot;',xfh='lmoust;',yfh='lmoustache;',n2h='ln',zfh='lnE;',Afh='lnap;',Bfh='lnapprox;',Cfh='lne;',Dfh='lneq;',Efh='lneqq;',agh='lnsim;',bgh='loang;',cgh='loarr;',dgh='lobrk;',bqh='local',o3h='log',qsg='logbase',qOh='longdesc',egh='longleftarrow;',fgh='longleftrightarrow;',ggh='longmapsto;',hgh='longrightarrow;',igh='looparrowleft;',jgh='looparrowright;',qMh='loopend',iQh='loopstart',lgh='lopar;',mgh='lopf;',ngh='loplus;',ogh='lotimes;',e5g='low',pgh='lowast;',qgh='lowbar;',qtg='lowlimit',uEh='lowsrc',rgh='loz;',sgh='lozenge;',tgh='lozf;',ugh='lpar;',wgh='lparlt;',kFh='lquote',xgh='lrarr;',ygh='lrcorner;',zgh='lrhar;',Agh='lrhard;',Bgh='lrm;',Cgh='lrtri;',Dgh='lsaquo;',Egh='lscr;',Fgh='lsh;',bhh='lsim;',chh='lsime;',dhh='lsimg;',FEh='lspace',ehh='lsqb;',fhh='lsquo;',ghh='lsquor;',hhh='lstrok;',o2h='lt',ihh='lt;',jhh='ltcc;',khh='ltcir;',mhh='ltdot;',nhh='lthree;',ohh='ltimes;',phh='ltlarr;',qhh='ltquest;',rhh='ltrPar;',shh='ltri;',thh='ltrie;',uhh='ltrif;',vhh='lurdshar;',xhh='luruhar;',xMg='m',nNg='m:',yhh='mDDot;',zhh='macr',Ahh='macr;',EDh='macros',wsg='maction',Bhh='male;',jvg='maligngroup',zug='malignmark',Chh='malt;',Dhh='maltese;',mOh='manifest',s3h='map',Ehh='map;',Fhh='mapsto;',aih='mapstodown;',cih='mapstoleft;',dih='mapstoup;',jVh='marginheight',CTh='marginwidth',B4h='mark',y7h='marker',DRh='marker-end',CRh='marker-mid',mVh='marker-start',eih='marker;',lVh='markerHeight',ATh='markerUnits',ETh='markerWidth',kVh='markerheight',zTh='markerunits',DTh='markerwidth',vsg='marquee',pbh='mask',tZh='maskContentUnits',eQh='maskUnits',rZh='maskcontentunits',dQh='maskunits',A4h='math',iYh='mathbackground',cQh='mathcolor',oVh='mathematical',wLg='mathplayer',nOh='mathsize',BTh='mathvariant',B7h='matrix',jug='matrixrow',o4g='max',fQh='maxlength',pMh='maxsize',fih='mcomma;',gih='mcy;',hih='mdash;',C4h='mean',iih='measuredangle;',lph='media',w7h='median',cZh='mediummathspace',stg='menclose',E4h='menu',z7h='merror',E0h='message',x4h='meta',rtg='metadata',c6h='meter',jEh='method',ssg='mfenced',jih='mfr;',a6h='mfrac',v7h='mglyph',kih='mho;',p2h='mi',lih='micro',oih='micro;',pih='mid;',qih='midast;',rih='midcir;',sih='middot',tih='middot;',z4g='min',oMh='minsize',e6h='minus',uih='minus;',vih='minusb;',wih='minusd;',xih='minusdu;',gwg='missing-glyph',Bug='mlabeledtr',zih='mlcp;',Aih='mldr;',hwg='mmultiscripts',q2h='mn',Bih='mnplus;',r2h='mo',dbh='mode',Cih='models;',jIh='moduleStartup',A7h='moment',lvg='momentabout',Dih='mopf;',lXh='movablelimits',d6h='mover',Eih='mp;',usg='mpadded',b6h='mpath',ttg='mphantom',kvg='mprescripts',g6h='mroot',F4h='mrow',s2h='ms',Fih='mscr;',s7h='mspace',h6h='msqrt',ajh='mstpos;',u7h='mstyle',y4h='msub',xsg='msubsup',D4h='msup',t7h='mtable',r3h='mtd',i6h='mtext',t3h='mtr',bjh='mu;',cjh='multimap;',oOh='multiple',ejh='mumap;',x7h='munder',Aug='munderover',Bqg='must be positive',fjh='nLeftarrow;',gjh='nLeftrightarrow;',hjh='nRightarrow;',ijh='nVDash;',jjh='nVdash;',kjh='nabla;',ljh='nacute;',pXh='name',mjh='nap;',njh='napos;',pjh='napprox;',Foh='nargs',qjh='natur;',rjh='natural;',uwg='naturalnumbers',sjh='naturals;',w3h='nav',tjh='nbsp',ujh='nbsp;',vjh='ncap;',wjh='ncaron;',xjh='ncedil;',yjh='ncong;',Ajh='ncup;',Bjh='ncy;',Cjh='ndash;',Djh='ne;',Ejh='neArr;',Fjh='nearhk;',akh='nearr;',bkh='nearrow;',u3h='neq',ckh='nequiv;',dkh='nesear;',b5h='nest',fkh='nexist;',gkh='nexists;',hkh='nfr;',ikh='nge;',jkh='ngeq;',kkh='ngsim;',lkh='ngt;',mkh='ngtr;',nkh='nhArr;',okh='nharr;',qkh='nhpar;',rkh='ni;',skh='nis;',tkh='nisd;',ukh='niv;',vkh='njcy;',wkh='nlArr;',xkh='nlarr;',ykh='nldr;',zkh='nle;',Bkh='nleftarrow;',Ckh='nleftrightarrow;',Dkh='nleq;',Ekh='nless;',Fkh='nlsim;',alh='nlt;',blh='nltri;',clh='nltrie;',dlh='nmid;',zFg='nobr',iJg='noembed',tJg='noframes',tDh='nohref',a5h='none',elh='nopf;',lOh='noresize',vtg='noscript',nMh='noshade',v3h='not',glh='not;',Cug='notanumber',kOh='notation',j6h='notin',hlh='notin;',ilh='notinva;',jlh='notinvb;',klh='notinvc;',llh='notni;',mlh='notniva;',nlh='notnivb;',olh='notnivc;',nvg='notprsubset',mug='notsubset',iDh='nowrap',plh='npar;',rlh='nparallel;',slh='npolint;',tlh='npr;',ulh='nprcue;',vlh='nprec;',wlh='nrArr;',xlh='nrarr;',ylh='nrightarrow;',zlh='nrtri;',Alh='nrtrie;',Dlh='nsc;',Elh='nsccue;',Flh='nscr;',amh='nshortmid;',bmh='nshortparallel;',cmh='nsim;',dmh='nsime;',emh='nsimeq;',fmh='nsmid;',gmh='nspar;',imh='nsqsube;',jmh='nsqsupe;',kmh='nsub;',lmh='nsube;',mmh='nsubseteq;',nmh='nsucc;',omh='nsup;',pmh='nsupe;',qmh='nsupseteq;',rmh='ntgl;',tmh='ntilde',umh='ntilde;',vmh='ntlg;',wmh='ntriangleleft;',xmh='ntrianglelefteq;',ymh='ntriangleright;',zmh='ntrianglerighteq;',cKh='nu.validator.htmlparser.common.',lKh='nu.validator.htmlparser.gwt.',lIh='nu.validator.htmlparser.gwt.HtmlParserModule',iKh='nu.validator.htmlparser.impl.',Amh='nu;',rQh='null',Bmh='num;',BRh='numOctaves',Cmh='numero;',ARh='numoctaves',Emh='numsp;',Fmh='nvDash;',anh='nvHarr;',bnh='nvdash;',cnh='nvinfin;',dnh='nvlArr;',enh='nvrArr;',fnh='nwArr;',gnh='nwarhk;',hnh='nwarr;',jnh='nwarrow;',knh='nwnear;',lnh='oS;',mnh='oacute',nnh='oacute;',onh='oast;',FKg='object',qRh='occurrence',pnh='ocir;',qnh='ocirc',rnh='ocirc;',jxg='octype',snh='ocy;',unh='odash;',vnh='odblac;',wnh='odiv;',xnh='odot;',ynh='odsold;',znh='oelig;',Anh='ofcir;',gCh='offset',Bnh='ofr;',Cnh='ogon;',Dnh='ograve',Fnh='ograve;',aoh='ogt;',boh='ohbar;',coh='ohm;',doh='oint;',t2h='ol',eoh='olarr;',foh='olcir;',goh='olcross;',hoh='oline;',ioh='olt;',koh='omacr;',loh='omega;',moh='omicron;',noh='omid;',ooh='ominus;',kIh='onModuleLoadStart',iMh='onabort',pRh='onactivate',hVh='onafterprint',dXh='onafterupdate',m0h='onbefordeactivate',oZh='onbeforeactivate',iVh='onbeforecopy',uTh='onbeforecut',p0h='onbeforeeditfocus',gXh='onbeforepaste',kXh='onbeforeprint',hYh='onbeforeunload',dYh='onbeforeupdate',dMh='onbegin',BBh='onblur',aOh='onbounce',eVh='oncellchange',FNh='onchange',aMh='onclick',iXh='oncontextmenu',aZh='oncontrolselect',CCh='oncopy',uoh='oncut',FYh='ondataavailable',qZh='ondatasetchanged',n0h='ondatasetcomplete',sRh='ondblclick',FUh='ondeactivate',zzh='ondrag',uRh='ondragdrop',zPh='ondragend',sTh='ondragenter',nTh='ondragleave',xRh='ondragover',xTh='ondragstart',qBh='ondrop',inh='onend',gMh='onerror',fXh='onerrorupdate',eYh='onfilterchange',cOh='onfinish',fMh='onfocus',EPh='onfocusin',yRh='onfocusout',dVh='onformchange',wTh='onforminput',AAh='onhelp',hMh='oninput',CPh='oninvalid',DPh='onkeydown',vRh='onkeypress',eMh='onkeyup',nzh='onload',hXh='onlosecapture',xPh='onmessage',qTh='onmousedown',gVh='onmouseenter',bVh='onmouseleave',oTh='onmousemove',zRh='onmouseout',rTh='onmouseover',FPh='onmouseup',fVh='onmousewheel',czh='onmove',APh='onmoveend',yTh='onmovestart',FLh='onpaste',pZh='onpropertychange',x0h='onreadystatechange',iOh='onrepeat',kMh='onreset',ENh='onresize',wRh='onrowenter',bQh='onrowexit',aVh='onrowsdelete',fYh='onrowsinserted',dOh='onscroll',jOh='onselect',jXh='onselectstart',jMh='onstart',fBh='onstop',hOh='onsubmit',bOh='onunload',pAh='onzoom',poh='oopf;',lMh='opacity',qoh='opar;',nah='open',fOh='operator',roh='operp;',soh='oplus;',oxg='optgroup',cMh='optimum',dxg='option',u2h='or',toh='or;',voh='orarr;',woh='ord;',Enh='order',xoh='order;',yoh='orderof;',zoh='ordf',Aoh='ordf;',Boh='ordm',Coh='ordm;',bLh='org.xml.sax.',rCh='orient',pTh='orientation',eAh='origin',Doh='origof;',Eoh='oror;',aph='orslope;',bph='orv;',cph='oscr;',dph='oslash',eph='oslash;',fph='osol;',joh='other',nug='otherwise',gph='otilde',hph='otilde;',iph='otimes;',jph='otimesas;',mph='ouml',nph='ouml;',Cvg='outerproduct',Dqg='output',oph='ovbar;',gOh='overflow',o0h='overline-position',y0h='overline-thickness',ywg='p',CNh='panose-1',pph='par;',qph='para',rph='para;',sph='parallel;',l6h='param',tph='parsim;',uph='parsl;',vph='part;',ovg='partialdiff',heh='path',gSh='pathLength',fSh='pathlength',BMh='pattern',e1h='patternContentUnits',vZh='patternTransform',zVh='patternUnits',d1h='patterncontentunits',uZh='patterntransform',xVh='patternunits',xph='pcy;',yph='percnt;',zph='period;',Aph='permil;',Bph='perp;',Cph='pertenk;',Dph='pfr;',Eph='phi;',Fph='phiv;',aqh='phmmat;',cqh='phone;',v2h='pi',dqh='pi;',k6h='piece',oug='piecewise',seh='ping',eqh='pitchfork;',fqh='piv;',EJg='plaintext',gqh='planck;',hqh='planckh;',iqh='plankv;',uQh='playcount',c5h='plus',jqh='plus;',kqh='plusacir;',lqh='plusb;',nqh='pluscir;',oqh='plusdo;',pqh='plusdu;',qqh='pluse;',rqh='plusmn',sqh='plusmn;',tqh='plussim;',uqh='plustwo;',vqh='pm;',oYh='pointer-events',wqh='pointint;',dIh='points',pQh='pointsAtX',tQh='pointsAtY',nQh='pointsAtZ',oQh='pointsatx',qQh='pointsaty',mQh='pointsatz',ysg='polygon',wtg='polyline',yqh='popf;',yHh='poster',zqh='pound',Aqh='pound;',m6h='power',Bqh='pr;',Cqh='prE;',Dqh='prap;',Eqh='prcue;',y3h='pre',Fqh='pre;',arh='prec;',brh='precapprox;',drh='preccurlyeq;',erh='preceq;',frh='precnapprox;',grh='precneqq;',hrh='precnsim;',irh='precsim;',xtg='prefetch',vXh='preserveAlpha',c1h='preserveAspectRatio',uXh='preservealpha',b1h='preserveaspectratio',jrh='prime;',Eqg='primes',krh='primes;',qYh='primitiveUnits',pYh='primitiveunits',lrh='prnE;',mrh='prnap;',orh='prnsim;',prh='prod;',zsg='product',qrh='profalar;',CMh='profile',rrh='profline;',srh='profsurf;',ytg='progress',oIh='prompt',trh='prop;',urh='propto;',vrh='prsim;',ztg='prsubset',wrh='prurel;',xrh='pscr;',zrh='psi;',Arh='puncsp;',x1h='q',Brh='qfr;',Crh='qint;',Drh='qopf;',Erh='qprime;',Frh='qscr;',ash='quaternions;',bsh='quatint;',csh='quest;',esh='questeq;',fsh='quot',gsh='quot;',Atg='quotient',uSg='r',hsh='rAarr;',ish='rArr;',jsh='rAtail;',ksh='rBarr;',lsh='rHar;',msh='race;',nsh='racute;',wwg='radialGradient',vwg='radialgradient',psh='radic;',iSh='radiogroup',gKh='radius',qsh='raemptyv;',rsh='rang;',ssh='rangd;',tsh='range;',ush='rangle;',vsh='raquo',wsh='raquo;',xsh='rarr;',ysh='rarrap;',Bsh='rarrb;',Csh='rarrbfs;',Dsh='rarrc;',Esh='rarrfs;',Fsh='rarrhk;',ath='rarrlp;',bth='rarrpl;',cth='rarrsim;',dth='rarrtl;',eth='rarrw;',gth='ratail;',hth='ratio;',pug='rationals',ith='rationals;',jth='rbarr;',kth='rbbrk;',lth='rbrace;',mth='rbrack;',nth='rbrke;',oth='rbrksld;',pth='rbrkslu;',rth='rcaron;',sth='rcedil;',tth='rceil;',uth='rcub;',vth='rcy;',wth='rdca;',xth='rdldhar;',yth='rdquo;',zth='rdquor;',Ath='rdsh;',uOh='readonly',f5h='real',Cth='real;',Dth='realine;',Eth='realpart;',n6h='reals',Fth='reals;',h5h='rect',auh='rect;',jfh='refX',Ffh='refY',Eeh='refx',ufh='refy',buh='reg',cuh='reg;',p5g='rel',g5h='reln',z3h='rem',yZh='rendering-intent',yNg='renesis',CKh='repeat',hSh='repeat-max',mSh='repeat-min',FVh='repeat-start',gZh='repeat-template',gUh='repeatCount',yQh='repeatDur',fUh='repeatcount',xQh='repeatdur',fNh='replace',BOh='required',C0h='requiredExtensions',xZh='requiredFeatures',B0h='requiredextensions',wZh='requiredfeatures',EMh='restart',rKh='result',A5g='rev',duh='rfisht;',euh='rfloor;',fuh='rfr;',huh='rhard;',iuh='rharu;',juh='rharul;',kuh='rho;',luh='rhov;',muh='rightarrow;',nuh='rightarrowtail;',ouh='rightharpoondown;',puh='rightharpoonup;',quh='rightleftarrows;',suh='rightleftharpoons;',tuh='rightrightarrows;',uuh='rightsquigarrow;',vuh='rightthreetimes;',wuh='ring;',xuh='risingdotseq;',yuh='rlarr;',zuh='rlhar;',Auh='rlm;',Buh='rmoust;',Duh='rmoustache;',Euh='rnmid;',Fuh='roang;',avh='roarr;',bvh='robrk;',bih='role',i5h='root',cvh='ropar;',dvh='ropf;',evh='roplus;',fLh='rotate',fvh='rotimes;',yOh='rowalign',wOh='rowlines',ahh='rows',nSh='rowspacing',FMh='rowspan',x2h='rp',gvh='rpar;',ivh='rpargt;',jvh='rppolint;',gLh='rquote',kvh='rrarr;',lvh='rsaquo;',mvh='rscr;',nvh='rsh;',eLh='rspace',ovh='rsqb;',pvh='rsquo;',qvh='rsquor;',tZg='rt',rvh='rthree;',tvh='rtimes;',uvh='rtri;',vvh='rtrie;',wvh='rtrif;',xvh='rtriltri;',AGg='ruby',d5h='rule',fth='rules',yvh='ruluhar;',EZg='rx',zvh='rx;',j0g='ry',oOg='s',fPg='s:',Avh='sacute;',l5h='samp',aNh='sandbox',Bvh='sbquo;',Cvh='sc;',Evh='scE;',iwg='scalarproduct',osh='scale',Fvh='scap;',awh='scaron;',bwh='sccue;',cwh='sce;',dwh='scedil;',pJh='scheme',ewh='scirc;',fwh='scnE;',gwh='scnap;',hwh='scnsim;',dsh='scope',zIh='scoped',lwh='scpolint;',hIg='script',eUh='scriptlevel',wXh='scriptminsize',g1h='scriptsizemultiplier',lUh='scrolldelay',wQh='scrolling',mwh='scsim;',nwh='scy;',n5h='sdev',owh='sdot;',pwh='sdotb;',qwh='sdote;',rwh='seArr;',xOh='seamless',swh='searhk;',twh='searr;',uwh='searrow;',B3h='sec',j5h='sech',wwh='sect',xwh='sect;',Bsg='section',vgh='seed',xvg='select',vOh='selected',zQh='selection',Btg='selector',qug='semantics',ywh='semi;',F3h='sep',AQh='separator',lSh='separators',zwh='seswar;',b4h='set',Asg='setdiff',Awh='setminus;',Bwh='setmn;',Cwh='sext;',Dwh='sfr;',Ewh='sfrown;',yrh='shape',eZh='shape-rendering',Fwh='sharp;',bxh='shchcy;',cxh='shcy;',dxh='shortmid;',exh='shortparallel;',vSh='show',fxh='shy',gxh='shy;',hxh='sigma;',ixh='sigmaf;',jxh='sigmav;',kxh='sim;',mxh='simdot;',nxh='sime;',oxh='simeq;',pxh='simg;',qxh='simgE;',rxh='siml;',sxh='simlE;',txh='simne;',uxh='simplus;',vxh='simrarr;',E3h='sin',k5h='sinh',kgh='size',xxh='slarr;',nrh='slope',o6h='small',yxh='smallsetminus;',zxh='smashp;',Axh='smeparsl;',Bxh='smid;',Cxh='smile;',Dxh='smt;',Exh='smte;',Fxh='softcy;',ayh='sol;',cyh='solb;',dyh='solbar;',Dug='solidcolor',eyh='sopf;',Fqg='source',CQh='space',erg='spacer',DMh='spacing',fyh='spades;',gyh='spadesuit;',lhh='span',hyh='spar;',xXh='specification',CZh='specularConstant',AZh='specularExponent',BZh='specularconstant',zZh='specularexponent',Ash='speed',BVh='spreadMethod',AVh='spreadmethod',iyh='sqcap;',jyh='sqcup;',kyh='sqsub;',lyh='sqsube;',nyh='sqsubset;',oyh='sqsubseteq;',pyh='sqsup;',qyh='sqsupe;',ryh='sqsupset;',syh='sqsupseteq;',tyh='squ;',uyh='square;',vyh='squarf;',wyh='squf;',yyh='srarr;',f6g='src',zyh='sscr;',Ayh='ssetmn;',Byh='ssmile;',Cyh='sstarf;',eNh='standby',Dyh='star;',Eyh='starf;',guh='start',kUh='startOffset',jUh='startoffset',iIh='startup',bWh='stdDeviation',aWh='stddeviation',qth='stemh',Bth='stemv',whh='step',iUh='stitchTiles',hUh='stitchtiles',m5h='stop',kSh='stop-color',cWh='stop-opacity',Fyh='straightepsilon;',azh='straightphi;',zOh='stretchy',arg='strike',l1h='strikethrough-position',m1h='strikethrough-thickness',eJh='string',bzh='strns;',AJh='stroke',FZh='stroke-dasharray',u0h='stroke-dashoffset',uYh='stroke-linecap',fZh='stroke-linejoin',v0h='stroke-miterlimit',wYh='stroke-opacity',EVh='stroke-width',brg='strong',BHg='style',A3h='sub',dzh='sub;',ezh='subE;',fzh='subdot;',gzh='sube;',hzh='subedot;',izh='submult;',jzh='subnE;',kzh='subne;',lzh='subplus;',mzh='subrarr;',vYh='subscriptshift',frg='subset',ozh='subset;',pzh='subseteq;',qzh='subseteqq;',rzh='subsetneq;',szh='subsetneqq;',tzh='subsim;',uzh='subsub;',vzh='subsup;',wzh='succ;',xzh='succapprox;',Azh='succcurlyeq;',Bzh='succeq;',Czh='succnapprox;',Dzh='succneqq;',Ezh='succnsim;',Fzh='succsim;',D3h='sum',aAh='sum;',bNh='summary',bAh='sung;',a4h='sup',cAh='sup1',dAh='sup1;',fAh='sup2',gAh='sup2;',hAh='sup3',iAh='sup3;',jAh='sup;',kAh='supE;',lAh='supdot;',mAh='supdsub;',nAh='supe;',oAh='supedot;',EZh='superscriptshift',qAh='suphsub;',rAh='suplarr;',sAh='supmult;',tAh='supnE;',uAh='supne;',vAh='supplus;',wAh='supset;',xAh='supseteq;',yAh='supseteqq;',zAh='supsetneq;',BAh='supsetneqq;',CAh='supsim;',DAh='supsub;',EAh='supsup;',DVh='surfaceScale',CVh='surfacescale',C3h='svg',FAh='swArr;',aBh='swarhk;',bBh='swarr;',cBh='swarrow;',crg='switch',dBh='swnwar;',drg='symbol',vQh='symmetric',tYh='systemLanguage',sYh='systemlanguage',eBh='szlig',gBh='szlig;',tOh='tabindex',cwg='table',dUh='tableValues',cUh='tablevalues',d4h='tan',s5h='tanh',lGh='target',hBh='target;',uMh='targetX',wMh='targetY',tMh='targetx',vMh='targety',iBh='tau;',FBg='tbody',grg='tbreak',jBh='tbrk;',kBh='tcaron;',lBh='tcedil;',mBh='tcy;',fyg='td',nBh='tdot;',oBh='telrec;',sOh='template',Csg='tendsto',Cdh='text',FTh='text-anchor',dZh='text-decoration',mYh='text-rendering',aSh='textLength',Dtg='textPath',qHg='textarea',FRh='textlength',Ctg='textpath',vCg='tfoot',pBh='tfr;',qyg='th',kCg='thead',rBh='there4;',sBh='therefore;',tBh='theta;',uBh='thetasym;',vBh='thetav;',wBh='thickapprox;',lYh='thickmathspace',xBh='thicksim;',oXh='thinmathspace',yBh='thinsp;',zBh='thkap;',ABh='thksim;',CBh='thorn',DBh='thorn;',EBh='tilde;',o5h='time',r6h='times',FBh='times;',aCh='timesb;',bCh='timesbar;',cCh='timesd;',dCh='tint;',fHg='title',u0g='to',eCh='toea;',fCh='top;',hCh='topbot;',iCh='topcir;',jCh='topf;',kCh='topfork;',lCh='tosa;',mCh='tprime;',uBg='tr',nCh='trade;',jQh='transform',rug='transpose',r5h='tref',oCh='triangle;',pCh='triangledown;',qCh='triangleleft;',sCh='trianglelefteq;',tCh='triangleq;',uCh='triangleright;',vCh='trianglerighteq;',wCh='tridot;',xCh='trie;',yCh='triminus;',zCh='triplus;',ACh='trisb;',BCh='tritime;',DCh='trpezium;',q5h='true',ECh='tscr;',FCh='tscy;',aDh='tshcy;',p6h='tspan',bDh='tstrok;',y2h='tt',cDh='twixt;',dDh='twoheadleftarrow;',eDh='twoheadrightarrow;',Bch='type',y1h='u',gZg='u1',BYg='u2',fDh='uArr;',gDh='uHar;',jDh='uacute',kDh='uacute;',lDh='uarr;',kxg='ublic',mDh='ubrcy;',nDh='ubreve;',oDh='ucirc',pDh='ucirc;',qDh='ucy;',rDh='udarr;',sDh='udblac;',uDh='udhar;',vDh='ufisht;',wDh='ufr;',xDh='ugrave',yDh='ugrave;',zDh='uharl;',ADh='uharr;',BDh='uhblk;',z2h='ul',CDh='ulcorn;',DDh='ulcorner;',FDh='ulcrop;',aEh='ultri;',bEh='umacr;',cEh='uml',dEh='uml;',z0h='underline-position',a1h='underline-thickness',sMh='unicode',sVh='unicode-bidi',nXh='unicode-range',s6h='union',tVh='units-per-em',rVh='unselectable',eEh='uogon;',fEh='uopf;',gEh='uparrow;',hEh='updownarrow;',iEh='upharpoonleft;',kEh='upharpoonright;',Dsg='uplimit',lEh='uplus;',mEh='upsi;',nEh='upsih;',oEh='upsilon;',pEh='upuparrows;',qEh='urcorn;',rEh='urcorner;',sEh='urcrop;',tEh='uring;',vEh='urtri;',wEh='uscr;',e4h='use',vFh='usemap',xEh='utdot;',yEh='utilde;',zEh='utri;',AEh='utrif;',BEh='uuarr;',CEh='uuml',DEh='uuml;',EEh='uwangle;',wVh='v-alphabetic',kQh='v-hanging',tXh='v-ideographic',nYh='v-mathematical',aFh='vArr;',bFh='vBar;',cFh='vBarv;',dFh='vDash;',cHh='valign',crh='value',xGh='values',lQh='valuetype',eFh='vangrt;',f4h='var',fFh='varepsilon;',Etg='variance',gFh='varkappa;',hFh='varnothing;',iFh='varphi;',jFh='varpi;',lFh='varpropto;',mFh='varr;',nFh='varrho;',oFh='varsigma;',pFh='vartheta;',qFh='vartriangleleft;',rFh='vartriangleright;',sFh='vcy;',tFh='vdash;',irg='vector',jwg='vectorproduct',uFh='vee;',wFh='veebar;',xFh='veeeq;',yFh='vellip;',zFh='verbar;',AMh='version',eSh='vert-adv-y',rXh='vert-origin-x',sXh='vert-origin-y',AFh='vert;',A0h='verythickmathspace',s0h='verythinmathspace',j1h='veryverythickmathspace',i1h='veryverythinmathspace',BFh='vfr;',u6h='video',t5h='view',zMh='viewBox',dSh='viewTarget',yMh='viewbox',cSh='viewtarget',bSh='visibility',t6h='vkern',xqh='vlink',CFh='vltri;',DFh='vopf;',EFh='vprop;',FFh='vrtri;',bGh='vscr;',nHh='vspace',cGh='vzigzag;',g4h='wbr',dGh='wcirc;',eGh='wedbar;',fGh='wedge;',gGh='wedgeq;',hGh='weierp;',iGh='wfr;',gdh='when',mqh='width',aGh='widths',jGh='wopf;',uVh='word-spacing',kGh='wp;',mGh='wr;',rdh='wrap',nGh='wreath;',vVh='writing-mode',oGh='wscr;',FSg='x',EOh='x-height',v1g='x1',a2g='x2',b0h='xChannelSelector',pGh='xcap;',a0h='xchannelselector',qGh='xcirc;',rGh='xcup;',sGh='xdtri;',tGh='xfr;',uGh='xhArr;',vGh='xharr;',yGh='xi;',zGh='xlArr;',AGh='xlarr;',hRg='xlink',yXh='xlink:actuate',AXh='xlink:arcrole',sSh='xlink:href',rSh='xlink:role',tSh='xlink:show',oUh='xlink:title',qSh='xlink:type',BGh='xmap;',sRg='xml',COh='xml:base',DOh='xml:lang',BQh='xml:space',CQg='xmlns',s1h='xmlns:',nUh='xmlns:xlink',sIg='xmp',CGh='xnis;',DGh='xodot;',EGh='xopf;',FGh='xoplus;',h4h='xor',aHh='xotime;',bHh='xrArr;',dHh='xrarr;',nih='xref',eHh='xscr;',fHh='xsqcup;',gHh='xuplus;',hHh='xutri;',iHh='xvee;',jHh='xwedge;',kTg='y',k1g='y1',F0g='y2',d0h='yChannelSelector',kHh='yacute',lHh='yacute;',mHh='yacy;',c0h='ychannelselector',oHh='ycirc;',pHh='ycy;',qHh='yen',rHh='yen;',sHh='yfr;',tHh='yicy;',uHh='yopf;',vHh='yscr;',lxg='ystem',wHh='yucy;',xHh='yuml',zHh='yuml;',vTg='z',AHh='zacute;',BHh='zcaron;',CHh='zcy;',DHh='zdot;',EHh='zeetrf;',FHh='zeta;',aIh='zfr;',bIh='zhcy;',cIh='zigrarr;',pSh='zoomAndPan',oSh='zoomandpan',eIh='zopf;',fIh='zscr;',gIh='zwj;',hIh='zwnj;',b3g='{',F9g='}',tsg='\u201D cannot be represented as XML 1.0.',eyg='\u201D is not serializable as XML 1.0.',nxg='\u201D without an explicit value seen. The attribute may be dropped by IE7.',rxg='\u201D.';var _,C7h=[0,-9223372036854775808],D7h=[16777216,0],E7h=[4294967295,9223372032559808512];
+function zdi(a){return (this==null?null:this)===(a==null?null:a)}
+function Adi(){return k$h}
+function Bdi(){return this.$H||(this.$H=++D8h)}
+function Cdi(){return (this.tM==v0i||this.tI==2?this.gC():F9h).b+zqg+idi(this.tM==v0i||this.tI==2?this.hC():this.$H||(this.$H=++D8h),4)}
+function xdi(){}
+_=xdi.prototype={};_.eQ=zdi;_.gC=Adi;_.hC=Bdi;_.tS=Cdi;_.toString=function(){return this.tS()};_.tM=v0i;_.tI=1;function agi(c){var a,b;a=c.gC().b;b=c.Bb();if(b!=null){return a+Aqg+b}else{return a}}
+function bgi(){return q$h}
+function cgi(){return this.b}
+function dgi(){return agi(this)}
+function Efi(){}
+_=Efi.prototype=new xdi();_.gC=bgi;_.Bb=cgi;_.tS=dgi;_.tI=3;_.b=null;function Bci(b,a){b.b=a;return b}
+function Dci(){return g$h}
+function Aci(){}
+_=Aci.prototype=new Efi();_.gC=Dci;_.tI=4;function Edi(b,a){b.b=a;return b}
+function aei(){return l$h}
+function Ddi(){}
+_=Ddi.prototype=new Aci();_.gC=aei;_.tI=5;function a8h(b,a){Bci(b,rZg+h8h(a)+iwh+e8h(a)+(a!=null&&(a.tM!=v0i&&a.tI!=2)?i8h(o9h(a)):cNh));h8h(a);e8h(a);f8h(a);return b}
+function c8h(){return E9h}
+function e8h(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return d8h(o9h(a))}else{return a+cNh}}
+function d8h(a){return a==null?null:a.message}
+function f8h(a){if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return o9h(a)}else{return null}}
+function h8h(a){if(a==null){return rQh}else if(a!=null&&(a.tM!=v0i&&a.tI!=2)){return g8h(o9h(a))}else if(a!=null&&n9h(a.tI,1)){return aUh}else{return (a.tM==v0i||a.tI==2?a.gC():F9h).b}}
+function g8h(a){return a==null?null:a.name}
+function i8h(a){var b=cNh;for(prop in a){if(prop!=pXh&&prop!=E0h){b+=n4h+prop+Aqg+a[prop]}}return b}
+function F7h(){}
+_=F7h.prototype=new Ddi();_.gC=c8h;_.tI=6;function q8h(){return function(){}}
+function s8h(b,a){return b.tM==v0i||b.tI==2?b.eQ(a):(b==null?null:b)===(a==null?null:a)}
+function w8h(a){return a.tM==v0i||a.tI==2?a.hC():a.$H||(a.$H=++D8h)}
+var D8h=0;function c9h(e,c){var d=[null,0,false,[0,0]];var f=d[e];var a=new Array(c);for(var b=0;b<c;++b){a[b]=f}return a}
+function d9h(){return this.aC}
+function e9h(a,f,c,b,e){var d;d=c9h(e,b);f9h(a,f,c,d);return d}
+function f9h(b,d,c,a){if(!g9h){g9h=new E8h()}j9h(a,g9h);a.aC=b;a.tI=d;a.qI=c;return a}
+function h9h(a,b,c){if(c!=null){if(a.qI>0&&!m9h(c.tI,a.qI)){throw new Ebi()}if(a.qI<0&&(c.tM==v0i||c.tI==2)){throw new Ebi()}}return a[b]=c}
+function j9h(a,c){for(var b in c){var d=c[b];if(d){a[b]=d}}return a}
+function E8h(){}
+_=E8h.prototype=new xdi();_.gC=d9h;_.tI=0;_.aC=null;_.length=0;_.qI=0;var g9h=null;function n9h(b,a){return b&&!!B9h[b][a]}
+function m9h(b,a){return b&&B9h[b][a]}
+function p9h(b,a){if(b!=null&&!m9h(b.tI,a)){throw new eci()}return b}
+function o9h(a){if(a!=null&&(a.tM==v0i||a.tI==2)){throw new eci()}return a}
+function s9h(b,a){return b!=null&&n9h(b.tI,a)}
+var B9h=[{},{},{1:1,6:1,7:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1,19:1},{4:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{6:1,8:1},{2:1,6:1},{2:1,6:1},{2:1,6:1},{7:1},{7:1},{2:1,6:1},{2:1,6:1},{18:1},{14:1},{14:1},{14:1},{15:1},{15:1},{6:1,15:1},{6:1,16:1},{6:1,15:1},{2:1,6:1,17:1},{6:1,8:1},{6:1,8:1},{6:1,8:1},{20:1},{3:1},{9:1},{10:1},{11:1},{21:1},{2:1,6:1,22:1},{2:1,6:1,22:1},{12:1},{13:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1},{5:1}];function gai(a){if(a!=null&&n9h(a.tI,2)){return a}return a8h(new F7h(),a)}
+function rai(d,c){var a,b;c%=1.8446744073709552E19;d%=1.8446744073709552E19;a=c%4294967296;b=Math.floor(d/4294967296)*4294967296;c=c-a+b;d=d-b+a;while(d<0){d+=4294967296;c-=4294967296}while(d>4294967295){d-=4294967296;c+=4294967296}c=c%1.8446744073709552E19;while(c>9223372032559808512){c-=1.8446744073709552E19}while(c<-9223372036854775808){c+=1.8446744073709552E19}return [d,c]}
+function sai(a){if(isNaN(a)){return mai(),pai}if(a<-9223372036854775808){return mai(),oai}if(a>=9223372036854775807){return mai(),nai}if(a>0){return rai(Math.floor(a),0)}else{return rai(Math.ceil(a),0)}}
+function tai(c){var a,b;if(c>-129&&c<128){a=c+128;b=(jai(),kai)[a];if(b==null){b=kai[a]=uai(c)}return b}return uai(c)}
+function uai(a){if(a>=0){return [a,0]}else{return [a+4294967296,-4294967296]}}
+function jai(){jai=v0i;kai=e9h(dai,53,13,256,0)}
+var kai;function mai(){mai=v0i;Math.log(2);nai=E7h;oai=C7h;tai(-1);tai(1);tai(2);pai=tai(0)}
+var nai,oai,pai;function gbi(){gbi=v0i;obi=fji(new eji());sbi(new bbi())}
+function fbi(a){if(a.b){clearInterval(a.c)}else{clearTimeout(a.c)}lji(obi,a)}
+function hbi(a){if(!a.b){lji(obi,a)}rni(a)}
+function ibi(b,a){if(a<=0){throw Fci(new Eci(),Bqg)}fbi(b);b.b=false;b.c=lbi(b,a);gji(obi,b)}
+function lbi(b,a){return setTimeout(function(){b.zb()},a)}
+function mbi(){hbi(this)}
+function nbi(){return b$h}
+function abi(){}
+_=abi.prototype=new xdi();_.zb=mbi;_.gC=nbi;_.tI=0;_.b=false;_.c=0;var obi;function dbi(){while((gbi(),obi).b>0){fbi(p9h(iji(obi,0),3))}}
+function ebi(){return a$h}
+function bbi(){}
+_=bbi.prototype=new xdi();_.gC=ebi;_.tI=7;
+function sbi(a){ybi();if(!tbi){tbi=fji(new eji())}gji(tbi,a)}
+function ubi(){var a;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);dbi()}}}
+function vbi(){var a,b;b=null;if(tbi){for(a=zhi(new xhi(),tbi);a.a<a.b.bc();){p9h(Chi(a),4);b=null}}return b}
+function xbi(){__gwt_initHandlers(function(){},function(){return vbi()},function(){ubi()})}
+function ybi(){if(!wbi){xbi();wbi=true}}
+var tbi=null,wbi=false;function Fbi(b,a){b.b=a;return b}
+function bci(){return c$h}
+function Ebi(){}
+_=Ebi.prototype=new Ddi();_.gC=bci;_.tI=9;function ici(c,a){var b;b=new dci();b.b=c+a;b.a=4;return b}
+function jci(c,a){var b;b=new dci();b.b=c+a;return b}
+function kci(c,a){var b;b=new dci();b.b=c+a;b.a=8;return b}
+function mci(){return e$h}
+function nci(){return ((this.a&2)!=0?kug:(this.a&1)!=0?cNh:zxg)+this.b}
+function dci(){}
+_=dci.prototype=new xdi();_.gC=mci;_.tS=nci;_.tI=0;_.a=0;_.b=null;function gci(){return d$h}
+function eci(){}
+_=eci.prototype=new Ddi();_.gC=gci;_.tI=12;function vci(a){return this.b-a.b}
+function wci(a){return (this==null?null:this)===(a==null?null:a)}
+function xci(){return f$h}
+function yci(){return this.$H||(this.$H=++D8h)}
+function zci(){return this.a}
+function tci(){}
+_=tci.prototype=new xdi();_.cT=vci;_.eQ=wci;_.gC=xci;_.hC=yci;_.tS=zci;_.tI=13;_.a=null;_.b=0;function Fci(b,a){b.b=a;return b}
+function bdi(){return h$h}
+function Eci(){}
+_=Eci.prototype=new Ddi();_.gC=bdi;_.tI=14;function ddi(b,a){b.b=a;return b}
+function fdi(){return i$h}
+function cdi(){}
+_=cdi.prototype=new Ddi();_.gC=fdi;_.tI=15;function idi(f,e){var a,b,c,d;c=~~(32/e);a=(1<<e)-1;b=e9h(A_h,42,-1,c,1);d=c-1;if(f>=0){while(f>a){b[d--]=(udi(),vdi)[f&a];f>>=e}}else{while(d>0){b[d--]=(udi(),vdi)[f&a];f>>=e}}b[d]=(udi(),vdi)[f&a];return ofi(b,d,c)}
+function rdi(){return j$h}
+function pdi(){}
+_=pdi.prototype=new Ddi();_.gC=rdi;_.tI=16;function udi(){udi=v0i;vdi=f9h(A_h,42,-1,[48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122])}
+var vdi;function efi(b,a){if(!(a!=null&&n9h(a.tI,1))){return false}return String(b)==a}
+function ffi(f,c,d,a,b){var e;for(e=c;e<d;++e){a[b++]=f.charCodeAt(e)}}
+function lfi(c){var a,b;b=c.length;a=e9h(A_h,42,-1,b,1);ffi(c,0,b,a,0);return a}
+function mfi(b,c,a){if(c<0){throw Fei(new Eei(),c)}if(a<c){throw Fei(new Eei(),a-c)}if(a>b){throw Fei(new Eei(),a)}}
+function ofi(c,b,a){c=c.slice(b,a);return String.fromCharCode.apply(null,c)}
+function qfi(b,a){b=String(b);if(b==a){return 0}return b<a?-1:1}
+function pfi(a){return qfi(this,a)}
+function rfi(a){return efi(this,a)}
+function sfi(){return p$h}
+function tfi(){return iei(this)}
+function ufi(){return this}
+function xfi(d,c,a){var b;b=c+a;mfi(d.length,c,b);return ofi(d,c,b)}
+_=String.prototype;_.cT=pfi;_.eQ=rfi;_.gC=sfi;_.hC=tfi;_.tS=ufi;_.tI=2;function dei(){dei=v0i;eei={};hei={}}
+function fei(e){var a,b,c,d;d=e.length;c=d<64?1:~~(d/32);a=0;for(b=0;b<d;b+=c){a<<=1;a+=e.charCodeAt(b)}a|=0;return a}
+function iei(c){dei();var a=iBg+c;var b=hei[a];if(b!=null){return b}b=eei[a];if(b==null){b=fei(c)}jei();return hei[a]=b}
+function jei(){if(gei==256){eei=hei;hei={};gei=0}++gei}
+var eei,gei=0,hei;function mei(a){a.a=tei(new rei());return a}
+function nei(a,b){uei(a.a,b);return a}
+function pei(){return m$h}
+function qei(){return zei(this.a)}
+function kei(){}
+_=kei.prototype=new xdi();_.gC=pei;_.tS=qei;_.tI=17;function tei(a){a.b=e9h(D_h,48,1,0,0);return a}
+function uei(b,c){var a;if(c==null){c=rQh}a=c.length;if(a>0){b.b[b.a++]=c;b.c+=a;if(b.a>1024){zei(b);b.b.length=1024}}return b}
+function wei(f,e,d,a,b){var c;mfi(f.c,e,d);mfi(a.length,b,b+(d-e));c=zei(f);while(e<d){a[b++]=c.charCodeAt(e++)}}
+function yei(d,b){var c,a;c=d.c;if(b<c){a=zei(d);d.b=f9h(D_h,48,1,[a.substr(0,b-0),cNh,a.substr(c,a.length-c)]);d.a=3;d.c+=cNh.length-(c-b)}else if(b>c){uei(d,String.fromCharCode.apply(null,e9h(A_h,42,-1,b-c,1)))}}
+function zei(b){var a;if(b.a!=1){b.b.length=b.a;a=b.b.join(cNh);b.b=f9h(D_h,48,1,[a]);b.a=1}return b.b[0]}
+function Aei(){return n$h}
+function Dei(){return zei(this)}
+function rei(){}
+_=rei.prototype=new xdi();_.gC=Aei;_.tS=Dei;_.tI=18;_.a=0;_.c=0;function Fei(b,a){b.b=xEg+a;return b}
+function bfi(){return o$h}
+function Eei(){}
+_=Eei.prototype=new cdi();_.gC=bfi;_.tI=19;function Afi(h,j,a,d,g){var b,c,e,f,i,k,l;if(h==null||a==null){throw new pdi()}k=(h.tM==v0i||h.tI==2?h.gC():F9h).b;e=(a.tM==v0i||a.tI==2?a.gC():F9h).b;if(k.charCodeAt(0)!=91||e.charCodeAt(0)!=91){throw Fbi(new Ebi(),gIg)}if(k.charCodeAt(1)!=e.charCodeAt(1)){throw Fbi(new Ebi(),vLg)}l=h.length;f=a.length;if(j<0||d<0||g<0||j+g>l||d+g>f){throw new cdi()}if((k.charCodeAt(1)==76||k.charCodeAt(1)==91)&&!efi(k,e)){i=p9h(h,5);b=p9h(a,5);if((h==null?null:h)===(a==null?null:a)&&j<d){j+=g;for(c=d+g;c-->d;){h9h(b,c,i[--j])}}else{for(c=d+g;d<c;){h9h(b,d++,i[j++])}}}else{Array.prototype.splice.apply(a,[d,g].concat(h.slice(j,j+g)))}}
+function fgi(b,a){b.b=a;return b}
+function hgi(){return r$h}
+function egi(){}
+_=egi.prototype=new Ddi();_.gC=hgi;_.tI=20;function jgi(a,b){var c;while(a.Eb()){c=a.ac();if(b==null?c==null:s8h(b,c)){return a}}return null}
+function lgi(a){throw fgi(new egi(),ePg)}
+function mgi(b){var a;a=jgi(this.Fb(),b);return !!a}
+function ngi(){return s$h}
+function ogi(){var a,b,c;c=mei(new kei());a=null;uei(c.a,tSg);b=this.Fb();while(b.Eb()){if(a!=null){uei(c.a,a)}else{a=cWg}nei(c,cNh+b.ac())}uei(c.a,sZg);return zei(c.a)}
+function igi(){}
+_=igi.prototype=new xdi();_.vb=lgi;_.wb=mgi;_.gC=ngi;_.tS=ogi;_.tI=0;function vii(c){var a,b,d,e,f;if((c==null?null:c)===(this==null?null:this)){return true}if(!(c!=null&&n9h(c.tI,16))){return false}e=p9h(c,16);if(p9h(this,16).d!=e.d){return false}for(b=sgi(new rgi(),xgi(new qgi(),e).a);Bhi(b.a);){a=p9h(Chi(b.a),14);d=a.Ab();f=a.Cb();if(!(d==null?p9h(this,16).c:d!=null?thi(p9h(this,16),d):shi(p9h(this,16),d,~~iei(d)))){return false}if(!pli(f,d==null?p9h(this,16).b:d!=null?p9h(this,16).e[iBg+d]:phi(p9h(this,16),d,~~iei(d)))){return false}}return true}
+function wii(){return C$h}
+function xii(){var a,b,c;c=0;for(b=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(b.a);){a=p9h(Chi(b.a),14);c+=a.hC();c=~~c}return c}
+function yii(){var a,b,c,d;d=b3g;a=false;for(c=sgi(new rgi(),xgi(new qgi(),p9h(this,16)).a);Bhi(c.a);){b=p9h(Chi(c.a),14);if(a){d+=cWg}else{a=true}d+=cNh+b.Ab();d+=q6g;d+=cNh+b.Cb()}return d+F9g}
+function nii(){}
+_=nii.prototype=new xdi();_.eQ=vii;_.gC=wii;_.hC=xii;_.tS=yii;_.tI=0;function khi(g,c){var e=g.a;for(var d in e){if(d==parseInt(d)){var a=e[d];for(var f=0,b=a.length;f<b;++f){c.vb(a[f])}}}}
+function lhi(e,a){var d=e.e;for(var c in d){if(c.charCodeAt(0)==58){var b=jhi(e,c.substring(1));a.vb(b)}}}
+function mhi(a){a.a=[];a.e={};a.c=false;a.b=null;a.d=0}
+function ohi(b,a){return a==null?b.c:a!=null?iBg+a in b.e:shi(b,a,~~iei(a))}
+function rhi(b,a){return a==null?b.b:a!=null?b.e[iBg+a]:phi(b,a,~~iei(a))}
+function phi(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return c.Cb()}}}return null}
+function shi(h,g,e){var a=h.a[e];if(a){for(var f=0,b=a.length;f<b;++f){var c=a[f];var d=c.Ab();if(h.yb(g,d)){return true}}}return false}
+function thi(b,a){return iBg+a in b.e}
+function uhi(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function vhi(){return x$h}
+function pgi(){}
+_=pgi.prototype=new nii();_.yb=uhi;_.gC=vhi;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=0;_.e=null;function bji(b){var a,c,d;if((b==null?null:b)===(this==null?null:this)){return true}if(!(b!=null&&n9h(b.tI,18))){return false}c=p9h(b,18);if(c.a.d!=this.bc()){return false}for(a=sgi(new rgi(),c.a);Bhi(a.a);){d=p9h(Chi(a.a),14);if(!this.wb(d)){return false}}return true}
+function cji(){return E$h}
+function dji(){var a,b,c;a=0;for(b=this.Fb();b.Eb();){c=b.ac();if(c!=null){a+=w8h(c);a=~~a}}return a}
+function Fii(){}
+_=Fii.prototype=new igi();_.eQ=bji;_.gC=cji;_.hC=dji;_.tI=0;function xgi(b,a){b.a=a;return b}
+function zgi(c){var a,b,d;if(c!=null&&n9h(c.tI,14)){a=p9h(c,14);b=a.Ab();if(ohi(this.a,b)){d=rhi(this.a,b);return eki(a.Cb(),d)}}return false}
+function Agi(){return u$h}
+function Bgi(){return sgi(new rgi(),this.a)}
+function Cgi(){return this.a.d}
+function qgi(){}
+_=qgi.prototype=new Fii();_.wb=zgi;_.gC=Agi;_.Fb=Bgi;_.bc=Cgi;_.tI=21;_.a=null;function sgi(c,b){var a;c.b=b;a=fji(new eji());if(c.b.c){gji(a,Egi(new Dgi(),c.b))}lhi(c.b,a);khi(c.b,a);c.a=zhi(new xhi(),a);return c}
+function ugi(){return t$h}
+function vgi(){return Bhi(this.a)}
+function wgi(){return p9h(Chi(this.a),14)}
+function rgi(){}
+_=rgi.prototype=new xdi();_.gC=ugi;_.Eb=vgi;_.ac=wgi;_.tI=0;_.a=null;_.b=null;function qii(b){var a;if(b!=null&&n9h(b.tI,14)){a=p9h(b,14);if(pli(this.Ab(),a.Ab())&&pli(this.Cb(),a.Cb())){return true}}return false}
+function rii(){return B$h}
+function sii(){var a,b;a=0;b=0;if(this.Ab()!=null){a=iei(this.Ab())}if(this.Cb()!=null){b=w8h(this.Cb())}return a^b}
+function tii(){return this.Ab()+q6g+this.Cb()}
+function oii(){}
+_=oii.prototype=new xdi();_.eQ=qii;_.gC=rii;_.hC=sii;_.tS=tii;_.tI=22;function Egi(b,a){b.a=a;return b}
+function ahi(){return v$h}
+function bhi(){return null}
+function chi(){return this.a.b}
+function Dgi(){}
+_=Dgi.prototype=new oii();_.gC=ahi;_.Ab=bhi;_.Cb=chi;_.tI=23;_.a=null;function ehi(c,a,b){c.b=b;c.a=a;return c}
+function ghi(){return w$h}
+function hhi(){return this.a}
+function ihi(){return this.b.e[iBg+this.a]}
+function jhi(b,a){return ehi(new dhi(),a,b)}
+function dhi(){}
+_=dhi.prototype=new oii();_.gC=ghi;_.Ab=hhi;_.Cb=ihi;_.tI=24;_.a=null;_.b=null;function gii(a){this.ub(this.bc(),a);return true}
+function fii(b,a){throw fgi(new egi(),obh)}
+function hii(a,b){if(a<0||a>=b){lii(a,b)}}
+function iii(e){var a,b,c,d,f;if((e==null?null:e)===(this==null?null:this)){return true}if(!(e!=null&&n9h(e.tI,15))){return false}f=p9h(e,15);if(this.bc()!=f.bc()){return false}c=this.Fb();d=f.Fb();while(c.a<c.b.bc()){a=Chi(c);b=Chi(d);if(!(a==null?b==null:s8h(a,b))){return false}}return true}
+function jii(){return A$h}
+function kii(){var a,b,c;b=1;a=this.Fb();while(a.a<a.b.bc()){c=Chi(a);b=31*b+(c==null?0:w8h(c));b=~~b}return b}
+function lii(a,b){throw ddi(new cdi(),Deh+a+mih+b)}
+function mii(){return zhi(new xhi(),this)}
+function whi(){}
+_=whi.prototype=new igi();_.vb=gii;_.ub=fii;_.eQ=iii;_.gC=jii;_.hC=kii;_.Fb=mii;_.tI=25;function zhi(b,a){b.b=a;return b}
+function Bhi(a){return a.a<a.b.bc()}
+function Chi(a){if(a.a>=a.b.bc()){throw new hli()}return a.b.Db(a.a++)}
+function Dhi(){return y$h}
+function Ehi(){return this.a<this.b.bc()}
+function Fhi(){return Chi(this)}
+function xhi(){}
+_=xhi.prototype=new xdi();_.gC=Dhi;_.Eb=Ehi;_.ac=Fhi;_.tI=0;_.a=0;_.b=null;function bii(b,a){b.b=a;return b}
+function dii(){return z$h}
+function aii(){}
+_=aii.prototype=new xhi();_.gC=dii;_.tI=0;function Bii(b,a){var c;c=Dki(this,b);yki(c.d,a,c.b);++c.a;c.c=null}
+function Dii(c){var a,d;d=Dki(this,c);try{return nki(d)}catch(a){a=gai(a);if(s9h(a,17)){throw ddi(new cdi(),Blh+c)}else throw a}}
+function Cii(){return D$h}
+function Eii(){return bii(new aii(),this)}
+function zii(){}
+_=zii.prototype=new whi();_.ub=Bii;_.Db=Dii;_.gC=Cii;_.Fb=Eii;_.tI=26;function fji(a){a.a=e9h(C_h,47,0,0,0);a.b=0;return a}
+function gji(b,a){h9h(b.a,b.b++,a);return true}
+function iji(b,a){hii(a,b.b);return b.a[a]}
+function jji(c,b,a){for(;a<c.b;++a){if(pli(b,c.a[a])){return a}}return -1}
+function lji(d,c){var a,b;a=jji(d,c,0);if(a==-1){return false}b=(hii(a,d.b),d.a[a]);d.a.splice(a,1);--d.b;return true}
+function nji(a){return h9h(this.a,this.b++,a),true}
+function mji(a,b){if(a<0||a>this.b){lii(a,this.b)}this.a.splice(a,0,b);++this.b}
+function oji(a){return jji(this,a,0)!=-1}
+function qji(a){return hii(a,this.b),this.a[a]}
+function pji(){return F$h}
+function rji(){return this.b}
+function eji(){}
+_=eji.prototype=new whi();_.vb=nji;_.ub=mji;_.wb=oji;_.Db=qji;_.gC=pji;_.bc=rji;_.tI=27;_.a=null;_.b=0;function wji(f,b){var a,c,d,e;c=0;a=f.length-1;while(c<=a){d=c+(a-c>>1);e=f[d];if(e<b){c=d+1}else if(e>b){a=d-1}else{return d}}return -c-1}
+function xji(h,d,a){var b,c,e,f,g;if(!a){a=(Eji(),Fji)}e=0;c=h.length-1;while(e<=c){f=e+(c-e>>1);g=h[f];b=g.cT(d);if(b<0){e=f+1}else if(b>0){c=f-1}else{return f}}return -e-1}
+function Eji(){Eji=v0i;Fji=new Bji()}
+var Fji;function Dji(){return a_h}
+function Bji(){}
+_=Bji.prototype=new xdi();_.gC=Dji;_.tI=0;function cki(a){mhi(a);return a}
+function eki(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function fki(){return b_h}
+function bki(){}
+_=bki.prototype=new pgi();_.gC=fki;_.tI=28;function xki(a){a.a=ski(new rki());a.b=0;return a}
+function yki(c,a,b){tki(new rki(),a,b);++c.b}
+function zki(b,a){tki(new rki(),a,b.a);++b.b}
+function Aki(a){a.a=ski(new rki());a.b=0}
+function Cki(a){Fki(a);return a.a.b.c}
+function Dki(d,b){var a,c;if(b<0||b>d.b){lii(b,d.b)}if(b>=d.b>>1){c=d.a;for(a=d.b;a>b;--a){c=c.b}}else{c=d.a.a;for(a=0;a<b;++a){c=c.a}}return kki(new iki(),b,c,d)}
+function Eki(b){var a;Fki(b);--b.b;a=b.a.b;a.a.b=a.b;a.b.a=a.a;a.a=a.b=a;return a.c}
+function Fki(a){if(a.b==0){throw new hli()}}
+function ali(a){tki(new rki(),a,this.a);++this.b;return true}
+function bli(){return e_h}
+function cli(){return this.b}
+function hki(){}
+_=hki.prototype=new zii();_.vb=ali;_.gC=bli;_.bc=cli;_.tI=29;_.a=null;_.b=0;function kki(d,a,b,c){d.d=c;d.b=b;d.a=a;return d}
+function nki(a){if(a.b==a.d.a){throw new hli()}a.c=a.b;a.b=a.b.a;++a.a;return a.c.c}
+function oki(){return c_h}
+function pki(){return this.b!=this.d.a}
+function qki(){return nki(this)}
+function iki(){}
+_=iki.prototype=new xdi();_.gC=oki;_.Eb=pki;_.ac=qki;_.tI=0;_.a=0;_.b=null;_.c=null;_.d=null;function ski(a){a.a=a.b=a;return a}
+function tki(b,c,a){b.c=c;b.a=a;b.b=a.b;a.b.a=b;a.b=b;return b}
+function wki(){return d_h}
+function rki(){}
+_=rki.prototype=new xdi();_.gC=wki;_.tI=0;_.a=null;_.b=null;_.c=null;function jli(){return f_h}
+function hli(){}
+_=hli.prototype=new Ddi();_.gC=jli;_.tI=30;function pli(a,b){return (a==null?null:a)===(b==null?null:b)||a!=null&&s8h(a,b)}
+function sli(){sli=v0i;tli=rli(new qli(),kph,0);rli(new qli(),zsh,1);rli(new qli(),jwh,2);rli(new qli(),yzh,3);rli(new qli(),hDh,4)}
+function rli(c,a,b){sli();c.a=a;c.b=b;return c}
+function uli(){return g_h}
+function qli(){}
+_=qli.prototype=new tci();_.gC=uli;_.tI=31;var tli;function xli(){xli=v0i;Ali=wli(new vli(),wGh,0);yli=wli(new vli(),fKh,1);zli=wli(new vli(),lLh,2)}
+function wli(c,a,b){xli();c.a=a;c.b=b;return c}
+function Bli(){return h_h}
+function vli(){}
+_=vli.prototype=new tci();_.gC=Bli;_.tI=32;var yli,zli,Ali;function Fli(){Fli=v0i;ami=Eli(new Dli(),wLh,0);cmi=Eli(new Dli(),bMh,1);bmi=Eli(new Dli(),mMh,2)}
+function Eli(c,a,b){Fli();c.a=a;c.b=b;return c}
+function dmi(){return i_h}
+function Dli(){}
+_=Dli.prototype=new tci();_.gC=dmi;_.tI=33;var ami,bmi,cmi;function CYi(){CYi=v0i;l0i=lfi(xMh);k0i=f9h(D_h,48,1,[dNh,oNh,zNh,eOh,pOh,AOh]);m0i=f9h(D_h,48,1,[fPh,qPh,BPh,gQh,sQh,DQh,iRh,tRh,ERh,jSh,uSh,FSh,kTh,vTh,bUh,mUh,xUh,cVh,nVh,yVh,dWh,oWh,zWh,eXh,qXh,BXh,gYh,rYh,CYh,hZh,sZh,DZh,i0h,t0h,F0h,k1h,v1h,a2h,l2h,w2h,b3h,m3h,x3h,c4h,o4h,z4h,e5h,p5h,A5h,f6h,q6h,B6h,g7h,r7h,Cqg])}
+function eYi(d,a){var b,c;c=d.g+1;if(c>d.f.length){b=e9h(A_h,42,-1,c,1);Afi(d.f,0,b,0,d.g);d.f=b}d.f[d.g]=a;d.g=c}
+function fYi(c,a){var b;FUi(a,c,c.u);if(c.j>=1){b=c.y[1];if(b.c==3){lmi(c,b.e,a)}}}
+function gYi(u,m){var a,b,c,d,e,f,g,h,i,j,k,l,n,o,p,q;rZi(u);for(;;){f=u.s;while(f>-1){l=u.r[f];if(!l){f=-1;break}else if(l.d==m){break}--f}if(f==-1){return}e=u.r[f];g=u.j;j=true;while(g>-1){o=u.y[g];if(o==e){break}else if(o.i){j=false}--g}if(g==-1){c0i(u,f);return}if(!j){return}i=g+1;while(i<=u.j){o=u.y[i];if(o.i||o.j){break}++i}if(i>u.j){while(u.j>=g){EZi(u)}c0i(u,f);return}c=u.y[g-1];h=u.y[i];a=f;q=i;k=h;for(;;){--q;o=u.y[q];p=iZi(u,o);if(p==-1){d0i(u,q);--i;continue}if(q==g){break}if(q==i){a=p+1}b=smi(u,hrg,o.d,xUi(o.a));n=CVi(new AVi(),o.c,o.f,o.d,b,o.i,o.j,o.b,o.g,o.a);o.a=null;u.y[q]=n;++n.h;u.r[p]=n;--o.h;--o.h;o=n;vmi(u,k.e);qmi(u,k.e,o.e);k=o}if(c.b){vmi(u,k.e);wZi(u,k.e)}else{vmi(u,k.e);qmi(u,k.e,c.e)}b=smi(u,hrg,e.d,xUi(e.a));d=CVi(new AVi(),e.c,e.f,e.d,b,e.i,e.j,e.b,e.g,e.a);e.a=null;nmi(u,h.e,b);qmi(u,b,h.e);c0i(u,f);xZi(u,d,a);d0i(u,g);yZi(u,d,i)}}
+function vYi(c,b){var a;++c.s;if(c.s==c.r.length){a=e9h(aai,51,11,c.r.length+64,0);Afi(c.r,0,a,0,c.r.length);c.r=a}c.r[c.s]=b}
+function hYi(d,a){var b,c;FUi(a,d,d.u);b=umi(d,a);c=DVi(new AVi(),hrg,(wHi(),gNi),b);a0i(d,c)}
+function nYi(f,e,b,a){var c,d;rZi(f);FUi(a,f,f.u);c=smi(f,e,b.e,a);qmi(f,c,f.y[f.j].e);d=DVi(new AVi(),e,b,c);a0i(f,d)}
+function lYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=EVi(new AVi(),f,c,d,g);a0i(h,e)}
+function mYi(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=tmi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=DVi(new AVi(),f,c,d);a0i(g,e)}
+function jYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.a;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,(wHi(),qMi)==c);a0i(h,e)}
+function kYi(h,f,c,a){var b,d,e,g;rZi(h);g=c.e;FUi(a,h,h.u);if(c.b){g=zYi(h,g)}d=smi(h,f,g,a);b=h.y[h.j];if(b.b){wZi(h,d)}else{qmi(h,d,b.e)}e=FVi(new AVi(),f,c,d,g,false);a0i(h,e)}
+function oYi(e,a){var b,c,d;rZi(e);FUi(a,e,e.u);c=smi(e,hrg,srg,a);e.m=c;b=e.y[e.j];if(b.b){wZi(e,c)}else{qmi(e,c,b.e)}d=DVi(new AVi(),hrg,(wHi(),rMi),c);a0i(e,d)}
+function pYi(g,f,c,a){var b,d,e;rZi(g);FUi(a,g,g.u);d=smi(g,f,c.e,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}e=aWi(new AVi(),f,c,d,xUi(a));a0i(g,e);vYi(g,e);++e.h}
+function qYi(d,a){var b,c;rZi(d);FUi(a,d,d.u);b=smi(d,hrg,Drg,a);qmi(d,b,d.y[d.j].e);d.o=b;c=DVi(new AVi(),hrg,(wHi(),cNi),b);a0i(d,c)}
+function sYi(f,e,d,a){var b,c;rZi(f);FUi(a,f,f.u);c=tmi(f,e,d,a);b=f.y[f.j];if(b.b){wZi(f,c)}else{qmi(f,c,b.e)}wmi(f,e,d,c)}
+function tYi(g,e,c,a){var b,d,f;rZi(g);f=c.e;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+function rYi(g,e,c,a){var b,d,f;rZi(g);f=c.a;FUi(a,g,g.u);if(c.b){f=zYi(g,f)}d=smi(g,e,f,a);b=g.y[g.j];if(b.b){wZi(g,d)}else{qmi(g,d,b.e)}wmi(g,e,f,d)}
+function wYi(b){var a;for(a=0;a<b.g;++a){switch(b.f[a]){case 32:case 9:case 10:case 12:continue;default:return true;}}return false}
+function xYi(p,a,o,e){var c,d;if(p.v){if(a[o]==10){++o;--e;if(e==0){return}}p.v=false}switch(p.t){case 6:case 12:case 8:b0i(p);case 20:pHi(p,a,o,e);return;default:c=o+e;b:for(d=o;d<c;++d){switch(a[d]){case 32:case 9:case 10:case 12:switch(p.t){case 0:case 1:case 2:o=d+1;continue;case 21:case 3:case 4:case 5:case 9:case 16:case 17:continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 15:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;case 18:case 19:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);continue;}default:switch(p.t){case 0:aZi(p,(xli(),zli));p.t=1;--d;continue;case 1:hYi(p,AWi(p.z));p.t=2;--d;continue;case 2:if(o<d){pHi(p,a,o,d-o);o=d}qYi(p,(wUi(),bVi));p.t=3;--d;continue;case 3:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=5;--d;continue;case 4:if(o<d){pHi(p,a,o,d-o);o=d}EZi(p);p.t=3;--d;continue;case 5:if(o<d){pHi(p,a,o,d-o);o=d}nYi(p,hrg,(wHi(),cJi),AWi(p.z));p.t=21;--d;continue;case 21:p.t=6;--d;continue;case 6:case 12:case 8:if(o<d){pHi(p,a,o,d-o);o=d}b0i(p);break b;case 7:case 10:case 11:b0i(p);eYi(p,a[d]);o=d+1;continue;case 9:if(o<d){pHi(p,a,o,d-o);o=d}if(p.j==0){o=d+1;continue}EZi(p);p.t=7;--d;continue;break b;case 15:p.t=6;--d;continue;case 16:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 17:if(o<d){pHi(p,a,o,d-o);o=d}o=d+1;continue;case 18:p.t=6;--d;continue;case 19:p.t=16;--d;continue;}}}if(o<c){pHi(p,a,o,c-o)}}}
+function yYi(e,a){var b,c,d;b=EUi(a,(koi(),nsi));d=null;if(b!=null){d=n0i(b)}if(d==null){c=EUi(a,pri);if(c!=null){e.z.jb=true}}else{e.z.jb=true}}
+function zYi(b,a){if(pVi(a)){return a}else{switch(b.u.b){case 0:return a;case 2:return mVi(a);case 1:gZi(b,isg+a+tsg);}}return null}
+function AYi(e,a){while(e.j>a){EZi(e)}}
+function BYi(a){while(a.s>-1){if(!a.r[a.s]){--a.s;return}--a.r[a.s].h;--a.s}}
+function DYi(e,a){tZi(e);while(e.j>=a){EZi(e)}BYi(e);e.t=11;return}
+function EYi(h,a,g,f){var c,d,e;h.v=false;if(!h.A){return}b:for(;;){switch(h.l){case 0:break b;default:switch(h.t){case 0:case 1:case 18:case 19:omi(h,(c=g+f,mfi(a.length,g,c),ofi(a,g,c)));return;case 15:rZi(h);pmi(h,h.y[0].e,(d=g+f,mfi(a.length,g,d),ofi(a,g,d)));return;default:break b;}}}rZi(h);pmi(h,h.y[h.j].e,(e=g+f,mfi(a.length,g,e),ofi(a,g,e)));return}
+function FYi(f,c,d,e,b){f.v=false;a:for(;;){switch(f.l){case 0:break a;default:switch(f.t){case 0:switch(f.k.b){case 0:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(zNh,d)&&(e==null||efi(Esg,e))||efi(AOh,d)&&(e==null||efi(jtg,e))||efi(utg,d)&&efi(Ftg,e)||efi(lug,d)&&efi(wug,e)){}else !((e==null||efi(bvg,e))&&d==null);aZi(f,(xli(),Ali))}break;case 2:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 1:f.p=true;f.z.A=true;if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)&&e!=null){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}break;case 3:f.p=AZi(d);if(f.p){f.z.A=true}if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){if(efi(pOh,d)){!efi(mvg,e)}else{}aZi(f,(xli(),yli))}else{if(efi(AOh,d)){!efi(jtg,e)}else{}aZi(f,(xli(),Ali))}break;case 4:if(CZi(c,d,e,b)){aZi(f,(xli(),zli))}else if(zZi(d,e)){aZi(f,(xli(),yli))}else{aZi(f,(xli(),Ali))}}f.t=1;return;default:break a;}}}return}
+function aZi(b,a){b.x=a==(xli(),zli)}
+function bZi(e){var a;a=nZi(e,xvg);if(a==2147483647){return}while(e.j>=a){EZi(e)}f0i(e)}
+function cZi(ad,a){var b,d,e,f;ad.v=false;c:for(;;){d=a.d;e=a.e;switch(ad.t){case 11:switch(d){case 37:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;break c;case 34:b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;case 39:if(nZi(ad,e)==2147483647){break c}b=oZi(ad,37);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=10;continue;break c;}case 10:switch(d){case 39:b=pZi(ad,e);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;break c;case 34:b=lZi(ad);if(b==0){break c}AYi(ad,b);EZi(ad);ad.t=7;continue;break c;}case 7:switch(d){case 34:b=qZi(ad,cwg);if(b==2147483647){break c}while(ad.j>=b){EZi(ad)}f0i(ad);break c;}case 8:switch(d){case 6:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;break c;case 34:b=nZi(ad,nwg);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=7;continue;break c;}case 12:switch(d){case 40:b=nZi(ad,e);if(b==2147483647){break c}tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad);ad.t=11;break c;case 34:case 39:case 37:if(nZi(ad,e)==2147483647){break c}DYi(ad,mZi(ad));continue;break c;}case 21:case 6:switch(d){case 3:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;break c;case 23:if(!(ad.j>=1&&ad.y[1].c==3)){break c}ad.t=15;continue;case 50:case 46:case 44:case 61:case 51:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 9:if(!ad.m){break c}ad.m=null;b=kZi(ad,e);if(b==2147483647){break c}tZi(ad);d0i(ad,b);break c;case 29:b=kZi(ad,ywg);if(b==2147483647){if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}tYi(ad,hrg,a,(wUi(),bVi));break c}sZi(ad,ywg);while(ad.j>=b){EZi(ad)}break c;case 41:case 15:b=kZi(ad,e);if(b==2147483647){}else{sZi(ad,e);while(ad.j>=b){EZi(ad)}}break c;case 42:b=jZi(ad);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}}break c;case 1:case 45:case 64:case 24:gYi(ad,e);break c;case 5:case 63:case 43:b=kZi(ad,e);if(b==2147483647){}else{tZi(ad);while(ad.j>=b){EZi(ad)}BYi(ad)}break c;case 4:if(ad.l==0){while(ad.y[ad.j].f!=hrg){EZi(ad)}ad.l=1}b0i(ad);tYi(ad,hrg,a,(wUi(),bVi));break c;case 49:case 55:case 48:case 12:case 13:case 65:case 22:case 14:case 47:case 60:case 25:case 32:case 34:case 35:break c;case 26:default:if(e==ad.y[ad.j].d){EZi(ad);break c}b=ad.j;for(;;){f=ad.y[b];if(f.d==e){tZi(ad);while(ad.j>=b){EZi(ad)}break c}else if(f.i||f.j){break c}--b}}case 9:switch(d){case 8:if(ad.j==0){break c}EZi(ad);ad.t=7;break c;case 7:break c;default:if(ad.j==0){break c}EZi(ad);ad.t=7;continue;}case 14:switch(d){case 6:case 34:case 39:case 37:case 40:if(nZi(ad,e)!=2147483647){bZi(ad);continue}else{break c}}case 13:switch(d){case 28:if(dxg==ad.y[ad.j].d){EZi(ad);break c}else{break c}case 27:if(dxg==ad.y[ad.j].d&&oxg==ad.y[ad.j-1].d){EZi(ad)}if(oxg==ad.y[ad.j].d){EZi(ad)}else{}break c;case 32:bZi(ad);break c;default:break c;}case 15:switch(d){case 23:if(ad.n){break c}else{ad.t=18;break c}default:ad.t=6;continue;}case 16:switch(d){case 11:if(ad.j==0){break c}EZi(ad);if(!ad.n&&Axg!=ad.y[ad.j].d){ad.t=17}break c;default:break c;}case 17:switch(d){case 23:ad.t=19;break c;default:break c;}case 0:aZi(ad,(xli(),zli));ad.t=1;continue;case 1:hYi(ad,AWi(ad.z));ad.t=2;continue;case 2:switch(d){case 20:case 4:case 23:case 3:qYi(ad,(wUi(),bVi));ad.t=3;continue;default:break c;}case 3:switch(d){case 20:EZi(ad);ad.t=5;break c;case 4:case 23:case 3:EZi(ad);ad.t=5;continue;default:break c;}case 4:switch(d){case 26:EZi(ad);ad.t=3;break c;case 4:EZi(ad);ad.t=3;continue;default:break c;}case 5:switch(d){case 23:case 3:case 4:nYi(ad,hrg,(wHi(),cJi),AWi(ad.z));ad.t=21;continue;default:break c;}case 18:ad.t=6;continue;case 19:ad.t=16;continue;case 20:if(ad.w==5){EZi(ad)}EZi(ad);ad.t=ad.w;break c;}}if(ad.l==0&&!uZi(ad)){ad.l=1}}
+function dZi(a){a.m=null;a.o=null;while(a.j>-1){--a.y[a.j].h;--a.j}a.y=null;while(a.s>-1){if(a.r[a.s]){--a.r[a.s].h}--a.s}a.r=null;mhi(a.q);a.f=null}
+function eZi(C){var b,c;rZi(C);switch(C.l){case 0:while(C.y[C.j].f!=hrg){DZi(C)}C.l=1;}a:for(;;){switch(C.t){case 0:aZi(C,(xli(),zli));C.t=1;continue;case 1:hYi(C,AWi(C.z));C.t=2;continue;case 2:qYi(C,(wUi(),bVi));C.t=3;continue;case 3:while(C.j>0){DZi(C)}C.t=5;continue;case 4:while(C.j>1){DZi(C)}C.t=3;continue;case 5:nYi(C,hrg,(wHi(),cJi),AWi(C.z));C.t=6;continue;case 9:if(C.j==0){break a}else{DZi(C);C.t=7;continue}case 21:case 8:case 12:case 6:B:for(c=C.j;c>=0;--c){b=C.y[c].c;switch(b){case 41:case 15:case 29:case 39:case 40:case 3:case 23:break;default:break B;}}break a;case 20:if(C.w==5){DZi(C)}DZi(C);C.t=C.w;continue;case 10:case 11:case 7:case 13:case 14:case 16:break a;case 15:case 17:case 18:case 19:default:if(C.j==0){sai((new Date()).getTime())}break a;}}while(C.j>0){DZi(C)}if(!C.n){DZi(C)}}
+function fZi(c,a){var b;b=b1i(new F0i(),a.b,c.z,a);throw b}
+function gZi(c,a){var b;b=a1i(new F0i(),a,c.z);throw b}
+function iZi(c,b){var a;for(a=c.s;a>=0;--a){if(b==c.r[a]){return a}}return -1}
+function hZi(d,b){var a,c;for(a=d.s;a>=0;--a){c=d.r[a];if(!c){return -1}else if(c.d==b){return a}}return -1}
+function qZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 2147483647}
+function kZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].i){return 2147483647}}return 2147483647}
+function jZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==42){return a}else if(b.y[a].i){return 2147483647}}return 2147483647}
+function nZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}else if(c.y[a].d==cwg){return 2147483647}}return 2147483647}
+function lZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].c==39){return a}}return 0}
+function mZi(c){var a,b;for(a=c.j;a>0;--a){b=c.y[a].d;if(fyg==b||qyg==b){return a}else if(b==cwg){return 2147483647}}return 2147483647}
+function pZi(c,b){var a;for(a=c.j;a>0;--a){if(c.y[a].d==b){return a}}return 0}
+function oZi(c,a){var b;for(b=c.j;b>0;--b){if(c.y[b].c==a){return b}}return 0}
+function rZi(e){var a,b,c,d;if(e.g>0){a=e.y[e.j];if(a.b&&wYi(e)){c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){mmi(e,b,xfi(e.f,0,e.g));e.g=0;return}rHi(e,e.f,0,e.g,b,e.y[c-1].e);e.g=0;return}mmi(e,e.y[e.j].e,xfi(e.f,0,e.g));e.g=0}}
+function tZi(d){for(;;){switch(d.y[d.j].c){case 29:case 15:case 41:case 28:case 27:case 53:EZi(d);continue;default:return;}}}
+function sZi(f,a){var b;for(;;){b=f.y[f.j];switch(b.c){case 29:case 15:case 41:case 28:case 27:case 53:if(b.d==a){return}EZi(f);continue;default:return;}}}
+function uZi(b){var a;for(a=b.j;a>0;--a){if(b.y[a].f!=hrg){return true}else if(b.y[a].i){return false}}return false}
+function vZi(e){var a;a=kZi(e,ywg);if(a==2147483647){return}sZi(e,ywg);while(e.j>=a){EZi(e)}}
+function wZi(e,a){var b,c,d;c=oZi(e,34);d=e.y[c];b=d.e;if(c==0){qmi(e,a,b);return}zmi(e,a,b,e.y[c-1].e)}
+function xZi(c,b,a){++b.h;if(a<=c.s){Afi(c.r,a,c.r,a+1,c.s-a+1)}++c.s;c.r[a]=b}
+function yZi(c,a,b){if(b==c.j+1){rZi(c);a0i(c,a)}else{Afi(c.y,b,c.y,b+1,c.j-b+1);++c.j;c.y[b]=a}}
+function zZi(a,b){if(yVi(Byg,a)){return true}if(yVi(gzg,a)){return true}if(b!=null){if(yVi(rzg,a)){return true}if(yVi(Czg,a)){return true}}return false}
+function AZi(a){if(a!=null&&xji(k0i,a,(Eji(),Fji))>-1){return true}return false}
+function BZi(c,b){var a;for(a=c.j;a>=0;--a){if(c.y[a]==b){return true}}return false}
+function CZi(c,d,e,a){var b;if(a){return true}if(c!=hAg){return true}if(d!=null){for(b=0;b<m0i.length;++b){if(zVi(m0i[b],d)){return true}}if(yVi(sAg,d)||yVi(DAg,d)||yVi(hAg,d)){return true}}if(e==null){if(yVi(rzg,d)){return true}else if(yVi(Czg,d)){return true}}else if(yVi(jBg,e)){return true}return false}
+function EZi(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+function DZi(b){var a;rZi(b);a=b.y[b.j];--b.j;wmi(b,a.f,a.g,a.e);--a.h}
+function a0i(c,b){var a;++c.j;if(c.j==c.y.length){a=e9h(aai,51,11,c.y.length+64,0);Afi(c.y,0,a,0,c.y.length);c.y=a}c.y[c.j]=b}
+function FZi(a){rZi(a);if(!a.o){a0i(a,a.y[a.j])}else{a0i(a,DVi(new AVi(),hrg,(wHi(),cNi),a.o))}}
+function b0i(g){var a,b,c,d,e,f;if(g.s==-1){return}f=g.r[g.s];if(!f||BZi(g,f)){return}e=g.s;for(;;){--e;if(e==-1){break}if(!g.r[e]){break}if(BZi(g,g.r[e])){break}}if(e<g.s){rZi(g)}while(e<g.s){++e;c=g.r[e];a=smi(g,hrg,c.d,xUi(c.a));d=CVi(new AVi(),c.c,c.f,c.d,a,c.i,c.j,c.b,c.g,c.a);c.a=null;b=g.y[g.j];if(b.b){wZi(g,a)}else{qmi(g,a,b.e)}a0i(g,d);g.r[e]=d;--c.h;++d.h}}
+function c0i(b,a){--b.r[a].h;if(a==b.s){--b.s;return}Afi(b.r,a+1,b.r,a,b.s-a);--b.s}
+function d0i(e,d){if(e.j==d){EZi(e)}else{--e.y[d].h;Afi(e.y,d+1,e.y,d,e.j-d);--e.j}}
+function e0i(f,a){var e;if(f.y[f.j]==a){EZi(f)}else{e=f.j-1;while(e>=0&&f.y[e]!=a){--e}if(e==-1){return}--a.h;Afi(f.y,e+1,f.y,e,f.j-e);--f.j}}
+function f0i(d){var a,b,c;d.l=1;for(a=d.j;a>=0;--a){c=d.y[a];b=c.d;if(a==0){if(d.i==hrg&&(d.h==fyg||d.h==qyg)){d.t=6;return}else{b=d.h}}if(xvg==b){d.t=13;return}else if(fyg==b||qyg==b){d.t=12;return}else if(uBg==b){d.t=11;return}else if(FBg==b||kCg==b||vCg==b){d.t=10;return}else if(nwg==b){d.t=8;return}else if(aDg==b){d.t=9;return}else if(cwg==b){d.t=7;return}else if(hrg!=c.f){d.l=0;d.t=6;return}else if(Drg==b){d.t=6;return}else if(lDg==b){d.t=6;return}else if(Axg==b){d.t=16;return}else if(hAg==b){if(!d.o){d.t=2}else{d.t=5}return}else if(a==0){d.t=6;return}}}
+function g0i(b,a){b.h=a;b.i=hrg;b.n=false;b.x=false}
+function i0i(wg,i,e,ug){var a,b,c,d,f,g,h,j,k,l,m,p,r,s,t,sg,tg,ae,be;wg.v=false;s=false;vg:for(;;){l=i.d;r=i.e;switch(wg.l){case 0:h=wg.y[wg.j];g=h.f;f=h.c;if(hrg==g||wDg==g&&(56!=l&&57==f||19==l&&58==f)||bEg==g&&(36==f||59==f)){s=true}else{switch(l){case 45:case 50:case 3:case 4:case 52:case 41:case 46:case 48:case 42:case 20:case 22:case 15:case 18:case 24:case 29:case 44:case 34:while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg;case 64:if(yUi(e,(koi(),Fri))||yUi(e,Ati)||yUi(e,nDi)){while(wg.y[wg.j].f!=hrg){EZi(wg)}wg.l=1;continue vg}default:if(bEg==g){e.b=2;if(ug){rYi(wg,g,i,e);ug=false}else{jYi(wg,g,i,e)}e=null;break vg}else{e.b=1;if(ug){tYi(wg,g,i,e);ug=false}else{kYi(wg,g,i,e)}e=null;break vg}}}default:switch(wg.t){case 10:switch(l){case 37:AYi(wg,lZi(wg));nYi(wg,hrg,i,e);wg.t=11;e=null;break vg;case 40:AYi(wg,lZi(wg));nYi(wg,hrg,(wHi(),lTi),(wUi(),bVi));wg.t=11;continue;case 6:case 7:case 8:case 39:j=lZi(wg);if(j==0){break vg}else{AYi(wg,j);EZi(wg);wg.t=7;continue}}case 11:switch(l){case 40:AYi(wg,oZi(wg,37));nYi(wg,hrg,i,e);wg.t=12;vYi(wg,null);e=null;break vg;case 6:case 7:case 8:case 39:case 37:j=oZi(wg,37);if(j==0){break vg}AYi(wg,j);EZi(wg);wg.t=10;continue;}case 7:q:for(;;){switch(l){case 6:AYi(wg,oZi(wg,34));vYi(wg,null);nYi(wg,hrg,i,e);wg.t=8;e=null;break vg;case 8:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=9;e=null;break vg;case 7:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),uJi),(wUi(),bVi));wg.t=9;continue vg;case 39:AYi(wg,oZi(wg,34));nYi(wg,hrg,i,e);wg.t=10;e=null;break vg;case 37:case 40:AYi(wg,oZi(wg,34));nYi(wg,hrg,(wHi(),ESi),(wUi(),bVi));wg.t=10;continue vg;case 34:j=nZi(wg,r);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}f0i(wg);continue vg;case 31:case 33:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 13:if(!yVi(mEg,EUi(e,(koi(),fFi)))){break q}rZi(wg);FUi(e,wg,wg.u);be=tmi(wg,hrg,r,e);ae=wg.y[wg.j];qmi(wg,be,ae.e);wmi(wg,hrg,r,be);ug=false;e=null;break vg;default:break q;}}case 8:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=nZi(wg,nwg);if(j==2147483647){break vg}tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);wg.t=7;continue;}case 12:switch(l){case 6:case 7:case 8:case 39:case 37:case 40:j=mZi(wg);if(j==2147483647){break vg}else{DYi(wg,j);continue}}case 21:switch(l){case 11:if(wg.t==21){if(wg.j==0||wg.y[1].c!=3){break vg}else{vmi(wg,wg.y[1].e);while(wg.j>0){EZi(wg)}nYi(wg,hrg,i,e);wg.t=16;e=null;break vg}}else{break vg}case 44:case 15:case 41:case 5:case 43:case 63:case 34:case 49:case 4:case 48:case 13:case 65:case 22:case 35:case 38:case 47:case 32:if(wg.t==21){wg.t=6}}case 6:n:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 16:case 18:case 33:case 31:case 36:case 54:break n;case 3:fYi(wg,e);e=null;break vg;case 29:case 50:case 46:case 51:vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 42:vZi(wg);if(wg.y[wg.j].c==42){EZi(wg)}lYi(wg,hrg,i,e);e=null;break vg;case 61:vZi(wg);mYi(wg,hrg,i,e);e=null;break vg;case 44:vZi(wg);lYi(wg,hrg,i,e);wg.v=true;e=null;break vg;case 9:if(wg.m){break vg}else{vZi(wg);oYi(wg,e);e=null;break vg}case 15:case 41:j=wg.j;for(;;){t=wg.y[j];if(t.c==l){sZi(wg,t.d);while(wg.j>=j){EZi(wg)}break}else if(t.i||t.j&&t.d!=ywg&&t.d!=yEg&&t.d!=dFg){break}--j}vZi(wg);lYi(wg,hrg,i,e);e=null;break vg;case 30:vZi(wg);lYi(wg,hrg,i,e);eXi(wg.z,3,i);e=null;break vg;case 1:c=hZi(wg,oFg);if(c!=-1){b=wg.r[c];++b.h;gYi(wg,oFg);e0i(wg,b);c=iZi(wg,b);if(c!=-1){c0i(wg,c)}--b.h}b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 45:case 64:b0i(wg);pYi(wg,hrg,i,e);e=null;break vg;case 24:b0i(wg);if(2147483647!=kZi(wg,zFg)){gYi(wg,zFg)}pYi(wg,hrg,i,e);e=null;break vg;case 5:j=kZi(wg,r);if(j!=2147483647){tZi(wg);while(wg.j>=j){EZi(wg)}BYi(wg);continue vg}else{b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg}case 63:b0i(wg);mYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 43:b0i(wg);lYi(wg,hrg,i,e);vYi(wg,null);e=null;break vg;case 38:b0i(wg);lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 34:if(!wg.x){vZi(wg)}lYi(wg,hrg,i,e);wg.t=7;e=null;break vg;case 4:case 48:case 49:b0i(wg);case 55:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 22:vZi(wg);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 12:i=(wHi(),nNi);continue vg;case 65:case 13:b0i(wg);sYi(wg,hrg,r,e);ug=false;e=null;break vg;case 14:if(wg.m){break vg}vZi(wg);k=sUi(new rUi(),0);a=AUi(e,(koi(),zoi));if(a>-1){tUi(k,zoi,DUi(e,a),(Fli(),ami))}oYi(wg,k);tYi(wg,hrg,(wHi(),fNi),(wUi(),bVi));lYi(wg,hrg,AQi,bVi);lYi(wg,hrg,BNi,bVi);tg=AUi(e,wBi);if(tg>-1){sg=lfi(DUi(e,tg));mmi(wg,wg.y[wg.j].e,xfi(sg,0,sg.length))}else{mmi(wg,wg.y[wg.j].e,xfi(l0i,0,l0i.length))}p=sUi(new rUi(),0);tUi(p,yxi,eGg,(Fli(),ami));for(m=0;m<e.a;++m){d=zUi(e,m);if(yxi==d||wBi==d){}else if(zoi!=d){tUi(p,d,DUi(e,m),ami)}}uUi(e);sYi(wg,hrg,pGg,p);EZi(wg);EZi(wg);tYi(wg,hrg,fNi,bVi);EZi(wg);ug=false;e=null;break vg;case 35:mYi(wg,hrg,i,e);eXi(wg.z,1,i);wg.w=wg.t;wg.t=20;wg.v=true;e=null;break vg;case 26:{b0i(wg);lYi(wg,hrg,i,e);e=null;break vg}case 25:case 47:case 60:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 32:b0i(wg);mYi(wg,hrg,i,e);switch(wg.t){case 7:case 8:case 9:case 10:case 11:case 12:wg.t=14;break;default:wg.t=13;}e=null;break vg;case 27:case 28:if(kZi(wg,dxg)!=2147483647){rg:for(;;){if(dxg==wg.y[wg.j].d){EZi(wg);break rg}j=wg.j;for(;;){if(wg.y[j].d==dxg){tZi(wg);while(wg.j>=j){EZi(wg)}break rg}--j}}}b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;case 53:j=kZi(wg,AGg);if(j!=2147483647){tZi(wg)}if(j!=wg.j){while(wg.j>j){EZi(wg)}}lYi(wg,hrg,i,e);e=null;break vg;case 17:b0i(wg);e.b=1;if(ug){tYi(wg,wDg,i,e);ug=false}else{lYi(wg,wDg,i,e);wg.l=0}e=null;break vg;case 19:b0i(wg);e.b=2;if(ug){rYi(wg,bEg,i,e);ug=false}else{lYi(wg,bEg,i,e);wg.l=0}e=null;break vg;case 6:case 7:case 8:case 39:case 37:case 40:case 10:case 11:case 20:break vg;case 62:b0i(wg);mYi(wg,hrg,i,e);e=null;break vg;default:b0i(wg);lYi(wg,hrg,i,e);e=null;break vg;}}case 3:o:for(;;){switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 2:case 54:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:case 16:break o;case 36:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 26:{lYi(wg,hrg,i,e);wg.t=4}e=null;break vg;case 31:case 33:case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;default:EZi(wg);wg.t=5;continue vg;}}case 4:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 16:tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 18:yYi(wg,e);tYi(wg,hrg,i,e);ug=false;e=null;break vg;case 33:case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 20:break vg;case 26:break vg;default:EZi(wg);wg.t=3;continue;}case 9:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 7:tYi(wg,hrg,i,e);ug=false;e=null;break vg;default:if(wg.j==0){break vg}EZi(wg);wg.t=7;continue;}case 14:switch(l){case 6:case 39:case 37:case 40:case 34:bZi(wg);continue;}case 13:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 28:if(dxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 27:if(dxg==wg.y[wg.j].d){EZi(wg)}if(oxg==wg.y[wg.j].d){EZi(wg)}nYi(wg,hrg,i,e);e=null;break vg;case 32:j=nZi(wg,r);if(j==2147483647){break vg}else{while(wg.j>=j){EZi(wg)}f0i(wg);break vg}case 13:case 35:bZi(wg);continue;case 31:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 15:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 16:switch(l){case 11:nYi(wg,hrg,i,e);e=null;break vg;case 10:tYi(wg,hrg,i,e);ug=false;e=null;break vg;}case 17:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 25:nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}case 0:aZi(wg,(xli(),zli));wg.t=1;continue;case 1:switch(l){case 23:if(e==(wUi(),bVi)){hYi(wg,AWi(wg.z))}else{hYi(wg,e)}wg.t=2;e=null;break vg;default:hYi(wg,AWi(wg.z));wg.t=2;continue;}case 2:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 20:qYi(wg,e);wg.t=3;e=null;break vg;default:qYi(wg,(wUi(),bVi));wg.t=3;continue;}case 5:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;case 3:if(e.a==0){nYi(wg,hrg,(wHi(),cJi),AWi(wg.z))}else{nYi(wg,hrg,(wHi(),cJi),e)}wg.t=21;e=null;break vg;case 11:nYi(wg,hrg,i,e);wg.t=16;e=null;break vg;case 2:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 16:FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 18:yYi(wg,e);FZi(wg);tYi(wg,hrg,i,e);ug=false;EZi(wg);e=null;break vg;case 31:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 33:case 25:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;case 36:FZi(wg);nYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,1,i);e=null;break vg;case 20:break vg;default:nYi(wg,hrg,(wHi(),cJi),AWi(wg.z));wg.t=21;continue;}case 18:switch(l){case 23:FUi(e,wg,wg.u);lmi(wg,wg.y[0].e,e);e=null;break vg;default:wg.t=6;continue;}case 19:switch(l){case 25:lYi(wg,hrg,i,e);wg.w=wg.t;wg.t=20;eXi(wg.z,2,i);e=null;break vg;default:break vg;}}}}if(s&&wg.l==0&&!uZi(wg)){wg.l=1}e!=(wUi(),bVi)}
+function j0i(d,c){var a,b;d.z=c;d.y=e9h(aai,51,11,64,0);d.r=e9h(aai,51,11,64,0);d.v=false;d.w=0;d.j=-1;d.s=-1;d.m=null;d.o=null;d.p=false;mhi(d.q);d.A=d.A;d.d=null;d.b=null;d.c=false;d.g=0;d.f=e9h(A_h,42,-1,1024,1);if(d.n){a=umi(d,AWi(d.z));b=DVi(new AVi(),hrg,(wHi(),gNi),a);++d.j;d.y[d.j]=b;f0i(d);if(fHg==d.h||qHg==d.h){dXi(d.z,1)}else if(BHg==d.h||hIg==d.h||sIg==d.h||DIg==d.h||iJg==d.h||tJg==d.h){dXi(d.z,2)}else if(EJg==d.h){dXi(d.z,3)}else{dXi(d.z,0)}d.h=null}else{d.t=0;d.l=1}}
+function n0i(a){var b,c,d,e,g,h,o;e=0;o=-1;g=-1;b=lfi(a);f:for(h=0;h<b.length;++h){c=b[h];switch(e){case 0:switch(c){case 99:case 67:e=1;continue;default:continue;}case 1:switch(c){case 104:case 72:e=2;continue;default:e=0;continue;}case 2:switch(c){case 97:case 65:e=3;continue;default:e=0;continue;}case 3:switch(c){case 114:case 82:e=4;continue;default:e=0;continue;}case 4:switch(c){case 115:case 83:e=5;continue;default:e=0;continue;}case 5:switch(c){case 101:case 69:e=6;continue;default:e=0;continue;}case 6:switch(c){case 116:case 84:e=7;continue;default:e=0;continue;}case 7:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 61:e=8;continue;default:return null;}case 8:switch(c){case 9:case 10:case 12:case 13:case 32:continue;case 39:o=h+1;e=9;continue;case 34:o=h+1;e=10;continue;default:o=h;e=11;continue;}case 9:switch(c){case 39:g=h;break f;default:continue;}case 10:switch(c){case 34:g=h;break f;default:continue;}case 11:switch(c){case 9:case 10:case 12:case 13:case 32:case 59:g=h;break f;default:continue;}}}d=null;if(o!=-1){if(g==-1){g=b.length}d=xfi(b,o,g-o)}return d}
+function o0i(){return w_h}
+function bYi(){}
+_=bYi.prototype=new xdi();_.gC=o0i;_.tI=0;_.f=null;_.g=0;_.h=null;_.i=null;_.j=-1;_.l=1;_.m=null;_.n=false;_.o=null;_.p=false;_.r=null;_.s=-1;_.t=0;_.v=false;_.w=0;_.x=false;_.y=null;_.z=null;_.A=false;var k0i,l0i,m0i;function qHi(){qHi=v0i;CYi()}
+function pHi(f,a,e,b){var c,d;d=f.g+b;if(d>f.f.length){c=e9h(A_h,42,-1,d,1);Afi(f.f,0,c,0,f.g);f.f=c}Afi(a,e,f.f,f.g,b);f.g=d}
+function rHi(g,a,e,c,f,d){var b;ymi(g,(b=e+c,mfi(a.length,e,b),ofi(a,e,b)),f,d)}
+function sHi(){return p_h}
+function oHi(){}
+_=oHi.prototype=new bYi();_.gC=sHi;_.tI=0;function rmi(){rmi=v0i;qHi()}
+function kmi(b,a){rmi();b.k=(sli(),tli);b.u=(Fli(),bmi);b.q=cki(new bki());b.n=false;b.e=xki(new hki());b.a=a;jni(a);return b}
+function lmi(h,e,c){var a,d,f,g,i;try{for(f=0;f<c.a;++f){g=BUi(c,f);i=CUi(c,f);if(!e.hasAttributeNS(i,g)){e.setAttributeNS(i,g,DUi(c,f))}}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+function mmi(f,d,e){var a,c;try{if(d==f.b){f.d.appendChild(f.a.createTextNode(e))}d.appendChild(f.a.createTextNode(e))}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function nmi(f,e,d){var a,c;try{while(e.hasChildNodes()){d.appendChild(e.firstChild)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function pmi(f,e,c){var a,d;try{if(e==f.b){f.d.appendChild(f.a.createComment(c))}e.appendChild(f.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+function omi(e,c){var a,d;try{e.a.appendChild(e.a.createComment(c))}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(e,d)}else throw a}}
+function qmi(f,c,e){var a,d;try{if(e==f.b){f.d.appendChild(c.cloneNode(true))}e.appendChild(c)}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(f,d)}else throw a}}
+function smi(i,g,f,c){var a,d,e,h;try{h=i.a.createElementNS(g,f);for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}if(hIg==f){if(i.b){zki(i.e,gmi(new fmi(),i.d,i.b))}i.d=h;i.b=i.a.createElementNS(jKg,hIg);h=i.b;for(e=0;e<c.a;++e){h.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}}return h}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d);throw Edi(new Ddi(),uKg)}else throw a}}
+function tmi(h,f,e,c){var a,d,g;try{g=smi(h,f,e,c);return g}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d);return null}else throw a}}
+function umi(g,c){var a,d,e,f;try{f=g.a.createElementNS(hrg,hAg);for(e=0;e<c.a;++e){f.setAttributeNS(CUi(c,e),BUi(c,e),DUi(c,e))}g.a.appendChild(f);return f}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(g,d);throw Edi(new Ddi(),uKg)}else throw a}}
+function vmi(f,d){var a,c,e;try{e=d.parentNode;if(e){e.removeChild(d)}}catch(a){a=gai(a);if(s9h(a,19)){c=a;fZi(f,c)}else throw a}}
+function wmi(d,c,a,b){if(b==d.b){d.c=true;d.z.jb=true}__elementPopped__(c,a,b)}
+function xmi(b){var a;a=b.a;b.a=null;return a}
+function ymi(i,h,g,f){var a,c,d,e;try{c=i.a.createTextNode(h);e=g.parentNode;if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(i,d)}else throw a}}
+function zmi(h,c,g,f){var a,d,e;e=g.parentNode;try{if(!!e&&e.nodeType==1){e.insertBefore(c,g)}else{f.appendChild(c)}}catch(a){a=gai(a);if(s9h(a,19)){d=a;fZi(h,d)}else throw a}}
+function Ami(b){var a;if(b.c){b.c=false;lni(b.b,b.d);if(b.e.b==0){b.d=null;b.b=null}else{a=p9h(Eki(b.e),20);b.d=a.b;b.b=a.a}}}
+function cni(){return k_h}
+function jni(d){if(!d.createElementNS){d.createElementNS=function(c,a){if(hrg==c){return d.createElement(a)}else if(wDg==c){if(!d.mathplayerinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,wLg);b.setAttribute(bMg,mMg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(xMg,wDg,cNg);d.mathplayerinitialized=true}return d.createElement(nNg+a)}else if(bEg==c){if(!d.renesisinitialized){var b=document.createElement(FKg);b.setAttribute(kLg,yNg);b.setAttribute(bMg,dOg);document.getElementsByTagName(Drg)[0].appendChild(b);document.namespaces.add(oOg,bEg,zOg);d.renesisinitialized=true}return d.createElement(fPg+a)}else{}}}}
+function lni(b,a){b.parentNode.replaceChild(a,b);__elementPopped__(cNh,a.nodeName,a)}
+function emi(){}
+_=emi.prototype=new oHi();_.gC=cni;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=null;function gmi(c,b,a){c.b=b;c.a=a;return c}
+function imi(){return j_h}
+function fmi(){}
+_=fmi.prototype=new xdi();_.gC=imi;_.tI=34;_.a=null;_.b=null;function Ani(b,a){b.b=tei(new rei());b.a=xki(new hki());b.c=kmi(new emi(),a);b.i=fUi(new dUi(),b.c);b.c.u=(Fli(),bmi);b.i.p=bmi;b.i.e=bmi;b.i.t=bmi;b.i.db=bmi;hXi(b.i,bmi);return b}
+function Cni(i,h,j,a){i.f=a;g0i(i.c,null);i.e=false;i.d=false;yei(i.b,0);i.h=h.length;i.g=q0i(new p0i(),lfi(h),0,i.h<512?i.h:512);Aki(i.a);zki(i.a,i.g);g0i(i.c,null);iXi(i.i);Dni(i,j)}
+function Dni(g,i){var a,c,d,e,f,h;if(g.d){BWi(g.i);xmi(g.c);g.f.a();return}d=g.b.c;if(d>0){e=e9h(A_h,42,-1,d,1);wei(g.b,0,d,e,0);zki(g.a,q0i(new p0i(),e,0,d));yei(g.b,0)}for(;;){c=p9h(Cki(g.a),21);if(c.c>=c.b){if(c==g.g){if(c.b==g.h){CWi(g.i);g.d=true;break}else{f=c.c+512;c.b=f<g.h?f:g.h;continue}}else{p9h(Eki(g.a),21);continue}}r0i(c,g.e);g.e=false;if(c.c<c.b){g.e=kXi(g.i,c);Ami(g.c);break}else{continue}}if(i){h=pni(new oni(),g);ibi(h,1)}else{try{Dni(g,false)}catch(a){a=gai(a);if(s9h(a,22)){g.d=true}else throw a}}}
+function aoi(h){var a;a=q0i(new p0i(),lfi(h),0,h.length);while(a.c<a.b){r0i(a,this.e);this.e=false;if(a.c<a.b){this.e=kXi(this.i,a);Ami(this.c)}}}
+function boi(){return m_h}
+function nni(){}
+_=nni.prototype=new xdi();_.xb=aoi;_.gC=boi;_.tI=0;_.c=null;_.d=false;_.e=false;_.f=null;_.g=null;_.h=0;_.i=null;function qni(){qni=v0i;gbi()}
+function pni(b,a){qni();b.a=a;return b}
+function rni(c){var a;try{Dni(c.a,true)}catch(a){a=gai(a);if(s9h(a,22)){c.a.d=true}else throw a}}
+function sni(){return l_h}
+function oni(){}
+_=oni.prototype=new abi();_.gC=sni;_.tI=35;_.a=null;function wni(c,d){c.write=function(){if(arguments.length==0){return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}d.xb(b)};c.writeln=function(){if(arguments.length==0){d.xb(qPg);return}var b=arguments[0];for(var a=1;a<arguments.length;a++){b+=arguments[a]}b+=qPg;d.xb(b)}}
+function xni(e,a,f,d,b){var c;if(!d){d=q8h()}yni(a);c=Ani(new nni(),a);wni(a,c);Cni(c,e,f,doi(new coi(),d))}
+function yni(a){while(a.hasChildNodes()){a.removeChild(a.lastChild)}}
+function doi(b,a){b.a=a;return b}
+function goi(){return n_h}
+function coi(){}
+_=coi.prototype=new xdi();_.gC=goi;_.tI=0;_.a=null;function koi(){var bb;koi=v0i;dpi=f9h(D_h,48,1,[cNh,cNh,cNh,cNh]);zGi=f9h(D_h,48,1,[cNh,BPg,BPg,cNh]);EGi=f9h(D_h,48,1,[cNh,gQg,gQg,cNh]);sGi=f9h(D_h,48,1,[cNh,rQg,rQg,cNh]);hwi=f9h(D_h,48,1,[cNh,cNh,cNh,gQg]);epi=f9h(D_h,48,1,[null,null,null,null]);AGi=f9h(D_h,48,1,[null,CQg,CQg,null]);tGi=f9h(D_h,48,1,[null,hRg,hRg,null]);FGi=f9h(D_h,48,1,[null,sRg,sRg,null]);iwi=f9h(D_h,48,1,[null,null,null,sRg]);bpi=f9h(bai,0,-1,[true,true,true,true]);cpi=f9h(bai,0,-1,[false,false,false,false]);xsi=ioi(new hoi(),dpi,ACi(DRg),epi,bpi,false);zvi=ioi(new hoi(),dpi,ACi(iSg),epi,bpi,false);xBi=ioi(new hoi(),dpi,ACi(uSg),epi,bpi,false);lGi=ioi(new hoi(),dpi,ACi(FSg),epi,bpi,false);dHi=ioi(new hoi(),dpi,ACi(kTg),epi,bpi,false);hHi=ioi(new hoi(),dpi,ACi(vTg),epi,bpi,false);iri=ioi(new hoi(),dpi,ACi(aUg),epi,bpi,false);vsi=ioi(new hoi(),dpi,ACi(lUg),epi,bpi,false);wsi=ioi(new hoi(),dpi,ACi(wUg),epi,bpi,false);nti=ioi(new hoi(),dpi,ACi(bVg),epi,bpi,false);oti=ioi(new hoi(),dpi,ACi(mVg),epi,bpi,false);zui=ioi(new hoi(),dpi,ACi(xVg),epi,bpi,false);yui=ioi(new hoi(),dpi,ACi(dWg),epi,bpi,false);wui=ioi(new hoi(),dpi,ACi(oWg),epi,bpi,false);xui=ioi(new hoi(),dpi,ACi(zWg),epi,bpi,false);Dvi=ioi(new hoi(),dpi,ACi(eXg),epi,bpi,false);Bvi=ioi(new hoi(),dpi,ACi(pXg),epi,bpi,false);Cvi=ioi(new hoi(),dpi,ACi(AXg),epi,bpi,false);Avi=ioi(new hoi(),dpi,ACi(fYg),epi,bpi,false);pvi=joi(new hoi(),dpi,ACi(kLg),epi,bpi,false);svi=ioi(new hoi(),dpi,ACi(qYg),epi,bpi,false);hFi=ioi(new hoi(),dpi,ACi(BYg),epi,bpi,false);gFi=ioi(new hoi(),dpi,ACi(gZg),epi,bpi,false);wCi=ioi(new hoi(),dpi,ACi(tZg),epi,bpi,false);yCi=ioi(new hoi(),dpi,ACi(EZg),epi,bpi,false);zCi=ioi(new hoi(),dpi,ACi(j0g),epi,bpi,false);dFi=ioi(new hoi(),dpi,ACi(u0g),epi,bpi,false);fHi=ioi(new hoi(),dpi,ACi(F0g),epi,bpi,false);eHi=ioi(new hoi(),dpi,ACi(k1g),epi,bpi,false);mGi=ioi(new hoi(),dpi,ACi(v1g),epi,bpi,false);nGi=ioi(new hoi(),dpi,ACi(a2g),epi,bpi,false);gpi=ioi(new hoi(),dpi,ACi(l2g),epi,bpi,false);eti=ioi(new hoi(),dpi,ACi(w2g),epi,bpi,false);mti=ioi(new hoi(),dpi,ACi(c3g),epi,bpi,false);vti=ioi(new hoi(),dpi,ACi(n3g),epi,bpi,false);pui=ioi(new hoi(),dpi,ACi(y3g),epi,bpi,false);tvi=ioi(new hoi(),dpi,ACi(d4g),epi,bpi,false);nxi=ioi(new hoi(),dpi,ACi(o4g),epi,bpi,false);txi=ioi(new hoi(),dpi,ACi(z4g),epi,bpi,false);wwi=ioi(new hoi(),dpi,ACi(e5g),epi,bpi,false);DBi=ioi(new hoi(),dpi,ACi(p5g),epi,bpi,false);mCi=ioi(new hoi(),dpi,ACi(A5g),epi,bpi,false);wDi=ioi(new hoi(),dpi,ACi(f6g),epi,bpi,false);Aqi=ioi(new hoi(),dpi,ACi(r6g),epi,bpi,false);roi=ioi(new hoi(),dpi,ACi(C6g),epi,bpi,false);cri=ioi(new hoi(),dpi,ACi(h7g),epi,bpi,false);rri=ioi(new hoi(),dpi,ACi(s7g),epi,bpi,false);Bri=ioi(new hoi(),dpi,ACi(D7g),epi,bpi,false);gri=ioi(new hoi(),dpi,ACi(i8g),epi,bpi,false);esi=ioi(new hoi(),dpi,ACi(t8g),epi,bpi,false);vri=ioi(new hoi(),dpi,ACi(E8g),epi,bpi,false);nri=ioi(new hoi(),dpi,ACi(j9g),epi,bpi,false);Dqi=ioi(new hoi(),dpi,ACi(u9g),epi,bpi,false);pti=ioi(new hoi(),dpi,ACi(a$g),epi,bpi,false);ysi=ioi(new hoi(),dpi,ACi(l$g),epi,bpi,false);Cti=ioi(new hoi(),dpi,ACi(w$g),epi,bpi,false);vui=ioi(new hoi(),dpi,ACi(b_g),epi,bpi,false);qui=ioi(new hoi(),dpi,ACi(srg),epi,bpi,false);Ati=ioi(new hoi(),dpi,ACi(m_g),epi,bpi,false);gvi=ioi(new hoi(),dpi,ACi(x_g),epi,bpi,false);kvi=ioi(new hoi(),dpi,ACi(cah),epi,bpi,false);yAi=ioi(new hoi(),dpi,ACi(nah),epi,bpi,false);ovi=ioi(new hoi(),dpi,ACi(yah),epi,bpi,false);yxi=ioi(new hoi(),dpi,ACi(pXh),epi,bpi,false);vxi=ioi(new hoi(),dpi,ACi(dbh),epi,bpi,false);exi=ioi(new hoi(),dpi,ACi(pbh),epi,bpi,false);qwi=ioi(new hoi(),dpi,ACi(Abh),epi,bpi,false);fwi=ioi(new hoi(),hwi,ACi(fch),iwi,bpi,false);rwi=ioi(new hoi(),dpi,ACi(qch),epi,bpi,false);fFi=ioi(new hoi(),dpi,ACi(Bch),epi,bpi,false);fGi=ioi(new hoi(),dpi,ACi(gdh),epi,bpi,false);jGi=ioi(new hoi(),dpi,ACi(rdh),epi,bpi,false);BEi=ioi(new hoi(),dpi,ACi(Cdh),epi,bpi,false);eBi=ioi(new hoi(),dpi,ACi(heh),epi,bpi,false);kBi=ioi(new hoi(),dpi,ACi(seh),epi,bpi,false);BBi=ioi(new hoi(),dpi,sEi(Eeh,jfh),epi,bpi,false);CBi=ioi(new hoi(),dpi,sEi(ufh,Ffh),epi,bpi,false);nDi=ioi(new hoi(),dpi,ACi(kgh),epi,bpi,false);gDi=ioi(new hoi(),dpi,ACi(vgh),epi,bpi,false);rCi=ioi(new hoi(),dpi,ACi(ahh),epi,bpi,false);qDi=ioi(new hoi(),dpi,ACi(lhh),epi,bpi,false);DDi=ioi(new hoi(),dpi,ACi(whh),epi,bpi,false);nCi=ioi(new hoi(),dpi,ACi(bih),epi,bpi,false);bHi=ioi(new hoi(),dpi,ACi(nih),epi,bpi,false);rqi=ioi(new hoi(),dpi,ACi(yih),epi,bpi,false);api=ioi(new hoi(),dpi,ACi(djh),epi,bpi,false);Doi=ioi(new hoi(),dpi,ACi(ojh),epi,bpi,false);zri=ioi(new hoi(),dpi,ACi(zjh),epi,bpi,false);Fri=ioi(new hoi(),dpi,ACi(ekh),epi,bpi,false);sri=ioi(new hoi(),dpi,ACi(pkh),epi,bpi,false);uri=ioi(new hoi(),dpi,ACi(Akh),epi,bpi,false);dri=ioi(new hoi(),dpi,ACi(flh),epi,bpi,false);bti=ioi(new hoi(),dpi,ACi(qlh),epi,bpi,false);Fsi=ioi(new hoi(),dpi,ACi(Clh),epi,bpi,false);Bti=ioi(new hoi(),dpi,ACi(hmh),epi,bpi,false);sui=ioi(new hoi(),dpi,ACi(smh),epi,bpi,false);yvi=ioi(new hoi(),dpi,ACi(Dmh),epi,bpi,false);hzi=ioi(new hoi(),dpi,ACi(inh),epi,bpi,false);uvi=ioi(new hoi(),dpi,ACi(tnh),epi,bpi,false);BAi=ioi(new hoi(),dpi,ACi(Enh),epi,bpi,false);FAi=ioi(new hoi(),dpi,ACi(joh),epi,bpi,false);zyi=ioi(new hoi(),dpi,ACi(uoh),epi,bpi,false);zxi=ioi(new hoi(),dpi,ACi(Foh),epi,bpi,false);qxi=ioi(new hoi(),dpi,ACi(lph),epi,bpi,false);ewi=ioi(new hoi(),dpi,ACi(wph),epi,bpi,false);swi=ioi(new hoi(),dpi,ACi(bqh),epi,bpi,false);gGi=ioi(new hoi(),dpi,ACi(mqh),epi,bpi,false);cFi=ioi(new hoi(),dpi,ACi(fHg),epi,bpi,false);FFi=ioi(new hoi(),dpi,ACi(xqh),epi,bpi,false);rFi=ioi(new hoi(),dpi,ACi(crh),epi,bpi,false);oDi=ioi(new hoi(),dpi,ACi(nrh),epi,bpi,false);lDi=ioi(new hoi(),dpi,ACi(yrh),epi,bpi,false);ECi=ioi(new hoi(),dpi,ACi(dsh),epi,bpi,false);CCi=ioi(new hoi(),dpi,ACi(osh),epi,bpi,false);uDi=ioi(new hoi(),dpi,ACi(Ash),epi,bpi,false);nEi=ioi(new hoi(),dpi,ACi(BHg),epi,bpi,false);xCi=ioi(new hoi(),dpi,ACi(fth),epi,bpi,false);BDi=ioi(new hoi(),dpi,ACi(qth),epi,bpi,false);CDi=ioi(new hoi(),dpi,ACi(Bth),epi,bpi,false);yDi=ioi(new hoi(),dpi,ACi(guh),epi,bpi,false);yGi=ioi(new hoi(),zGi,ACi(CQg),epi,f9h(bai,0,-1,[false,false,false,false]),true);voi=ioi(new hoi(),dpi,ACi(ruh),epi,bpi,false);soi=ioi(new hoi(),dpi,ACi(Cuh),epi,bpi,false);qqi=ioi(new hoi(),dpi,ACi(hvh),epi,bpi,false);Boi=ioi(new hoi(),dpi,ACi(svh),epi,bpi,false);hpi=ioi(new hoi(),dpi,ACi(Dvh),epi,bpi,false);zoi=ioi(new hoi(),dpi,ACi(kwh),epi,bpi,false);hri=ioi(new hoi(),dpi,ACi(vwh),epi,bpi,false);usi=ioi(new hoi(),dpi,ACi(axh),epi,bpi,false);tsi=ioi(new hoi(),dpi,ACi(lxh),epi,bpi,false);Fti=ioi(new hoi(),dpi,ACi(wxh),epi,bpi,false);rui=ioi(new hoi(),dpi,ACi(byh),epi,bpi,false);evi=ioi(new hoi(),dpi,ACi(mEg),epi,bpi,false);mvi=ioi(new hoi(),dpi,ACi(myh),epi,bpi,false);dvi=ioi(new hoi(),dpi,ACi(xyh),epi,bpi,false);cAi=ioi(new hoi(),dpi,ACi(czh),epi,bpi,false);xzi=ioi(new hoi(),dpi,ACi(nzh),epi,bpi,false);Fyi=ioi(new hoi(),dpi,ACi(zzh),epi,bpi,false);EAi=ioi(new hoi(),dpi,ACi(eAh),epi,bpi,false);wAi=ioi(new hoi(),dpi,ACi(pAh),epi,bpi,false);rzi=ioi(new hoi(),dpi,ACi(AAh),epi,bpi,false);tAi=ioi(new hoi(),dpi,ACi(fBh),epi,bpi,false);gzi=ioi(new hoi(),dpi,ACi(qBh),epi,bpi,false);ryi=ioi(new hoi(),dpi,ACi(BBh),epi,bpi,false);ayi=ioi(new hoi(),dpi,ACi(FKg),epi,bpi,false);cyi=ioi(new hoi(),dpi,ACi(gCh),epi,bpi,false);CAi=ioi(new hoi(),dpi,ACi(rCh),epi,bpi,false);yyi=ioi(new hoi(),dpi,ACi(CCh),epi,bpi,false);Exi=ioi(new hoi(),dpi,ACi(iDh),epi,bpi,false);Axi=ioi(new hoi(),dpi,ACi(tDh),epi,bpi,false);Awi=ioi(new hoi(),dpi,ACi(EDh),epi,bpi,false);sxi=ioi(new hoi(),dpi,ACi(jEh),epi,bpi,false);xwi=ioi(new hoi(),dpi,ACi(uEh),epi,bpi,false);zwi=ioi(new hoi(),dpi,ACi(FEh),epi,bpi,false);ywi=ioi(new hoi(),dpi,ACi(kFh),epi,bpi,false);pFi=ioi(new hoi(),dpi,ACi(vFh),epi,bpi,false);hGi=ioi(new hoi(),dpi,ACi(aGh),epi,bpi,false);xEi=ioi(new hoi(),dpi,ACi(lGh),epi,bpi,false);sFi=ioi(new hoi(),dpi,ACi(xGh),epi,bpi,false);qFi=ioi(new hoi(),dpi,ACi(cHh),epi,bpi,false);aGi=ioi(new hoi(),dpi,ACi(nHh),epi,bpi,false);rBi=ioi(new hoi(),dpi,ACi(yHh),epi,bpi,false);nBi=ioi(new hoi(),dpi,ACi(dIh),epi,bpi,false);wBi=ioi(new hoi(),dpi,ACi(oIh),epi,bpi,false);FCi=ioi(new hoi(),dpi,ACi(zIh),epi,bpi,false);eEi=ioi(new hoi(),dpi,ACi(eJh),epi,bpi,false);DCi=ioi(new hoi(),dpi,ACi(pJh),epi,bpi,false);fEi=ioi(new hoi(),dpi,ACi(AJh),epi,bpi,false);zBi=ioi(new hoi(),dpi,ACi(gKh),epi,bpi,false);lCi=ioi(new hoi(),dpi,ACi(rKh),epi,bpi,false);FBi=ioi(new hoi(),dpi,ACi(CKh),epi,bpi,false);vCi=ioi(new hoi(),dpi,ACi(eLh),epi,bpi,false);oCi=ioi(new hoi(),dpi,ACi(fLh),epi,bpi,false);uCi=ioi(new hoi(),dpi,ACi(gLh),epi,bpi,false);ipi=ioi(new hoi(),dpi,ACi(hLh),epi,bpi,false);lpi=ioi(new hoi(),dpi,ACi(iLh),epi,bpi,false);Bqi=ioi(new hoi(),dpi,ACi(jLh),epi,bpi,false);Ari=ioi(new hoi(),dpi,ACi(kLh),epi,bpi,false);qri=ioi(new hoi(),dpi,ACi(mLh),epi,bpi,false);tri=ioi(new hoi(),dpi,ACi(bMg),epi,bpi,false);ori=ioi(new hoi(),dpi,ACi(nLh),epi,bpi,false);fri=ioi(new hoi(),dpi,ACi(oLh),epi,bpi,false);fsi=ioi(new hoi(),dpi,ACi(pLh),epi,bpi,false);pri=ioi(new hoi(),dpi,ACi(qLh),epi,bpi,false);lsi=ioi(new hoi(),dpi,ACi(rLh),epi,bpi,false);nsi=ioi(new hoi(),dpi,ACi(sLh),epi,bpi,false);uti=ioi(new hoi(),dpi,ACi(tLh),epi,bpi,false);Bsi=ioi(new hoi(),dpi,ACi(uLh),epi,bpi,false);zsi=ioi(new hoi(),dpi,ACi(vLh),epi,bpi,false);Dsi=ioi(new hoi(),dpi,ACi(xLh),epi,bpi,false);hti=ioi(new hoi(),dpi,ACi(yLh),epi,bpi,false);jti=ioi(new hoi(),dpi,ACi(zLh),epi,bpi,false);Esi=ioi(new hoi(),dpi,ACi(ALh),epi,bpi,false);cti=ioi(new hoi(),dpi,ACi(BLh),epi,bpi,false);awi=ioi(new hoi(),dpi,ACi(CLh),epi,bpi,false);bvi=ioi(new hoi(),dpi,ACi(DLh),epi,bpi,false);cvi=ioi(new hoi(),dpi,ACi(ELh),epi,bpi,false);fAi=ioi(new hoi(),dpi,ACi(FLh),epi,bpi,false);vyi=ioi(new hoi(),dpi,ACi(aMh),epi,bpi,false);AAi=ioi(new hoi(),dpi,ACi(cMh),epi,bpi,false);qyi=ioi(new hoi(),dpi,ACi(dMh),epi,bpi,false);wzi=ioi(new hoi(),dpi,ACi(eMh),epi,bpi,false);mzi=ioi(new hoi(),dpi,ACi(fMh),epi,bpi,false);izi=ioi(new hoi(),dpi,ACi(gMh),epi,bpi,false);szi=ioi(new hoi(),dpi,ACi(hMh),epi,bpi,false);dyi=ioi(new hoi(),dpi,ACi(iMh),epi,bpi,false);sAi=ioi(new hoi(),dpi,ACi(jMh),epi,bpi,false);jAi=ioi(new hoi(),dpi,ACi(kMh),epi,bpi,false);xAi=ioi(new hoi(),dpi,ACi(lMh),epi,bpi,false);Cxi=ioi(new hoi(),dpi,ACi(nMh),epi,bpi,false);uxi=ioi(new hoi(),dpi,ACi(oMh),epi,bpi,false);pxi=ioi(new hoi(),dpi,ACi(pMh),epi,bpi,false);uwi=ioi(new hoi(),dpi,ACi(qMh),epi,bpi,false);jwi=ioi(new hoi(),dpi,ACi(rMh),epi,bpi,false);kFi=ioi(new hoi(),dpi,ACi(sMh),epi,bpi,false);yEi=ioi(new hoi(),dpi,sEi(tMh,uMh),epi,bpi,false);zEi=ioi(new hoi(),dpi,sEi(vMh,wMh),epi,bpi,false);CFi=ioi(new hoi(),dpi,sEi(yMh,zMh),epi,bpi,false);uFi=ioi(new hoi(),dpi,ACi(AMh),epi,bpi,false);gBi=ioi(new hoi(),dpi,ACi(BMh),epi,bpi,false);vBi=ioi(new hoi(),dpi,ACi(CMh),epi,bpi,false);pDi=ioi(new hoi(),dpi,ACi(DMh),epi,bpi,false);kCi=ioi(new hoi(),dpi,ACi(EMh),epi,bpi,false);tCi=ioi(new hoi(),dpi,ACi(FMh),epi,bpi,false);BCi=ioi(new hoi(),dpi,ACi(aNh),epi,bpi,false);pEi=ioi(new hoi(),dpi,ACi(bNh),epi,bpi,false);xDi=ioi(new hoi(),dpi,ACi(eNh),epi,bpi,false);gCi=ioi(new hoi(),dpi,ACi(fNh),epi,bpi,false);yqi=ioi(new hoi(),dpi,ACi(gNh),epi,bpi,false);Coi=ioi(new hoi(),dpi,ACi(hNh),epi,bpi,false);jri=ioi(new hoi(),dpi,sEi(iNh,jNh),epi,bpi,false);Dri=ioi(new hoi(),dpi,ACi(kNh),epi,bpi,false);Cri=ioi(new hoi(),dpi,ACi(lNh),epi,bpi,false);ssi=ioi(new hoi(),dpi,ACi(mNh),epi,bpi,false);eri=ioi(new hoi(),dpi,ACi(nNh),epi,bpi,false);Fqi=ioi(new hoi(),dpi,ACi(pNh),epi,bpi,false);yti=ioi(new hoi(),dpi,ACi(qNh),epi,bpi,false);qti=ioi(new hoi(),dpi,sEi(rNh,sNh),epi,bpi,false);tti=ioi(new hoi(),dpi,ACi(tNh),epi,bpi,false);Aui=ioi(new hoi(),dpi,sEi(uNh,vNh),epi,bpi,false);Csi=ioi(new hoi(),dpi,ACi(wNh),epi,bpi,false);gti=ioi(new hoi(),dpi,ACi(xNh),epi,bpi,false);fui=ioi(new hoi(),dpi,ACi(yNh),epi,bpi,false);dwi=ioi(new hoi(),dpi,sEi(ANh,BNh),epi,bpi,false);dBi=ioi(new hoi(),dpi,ACi(CNh),epi,bpi,false);lvi=ioi(new hoi(),dpi,ACi(DNh),epi,bpi,false);kAi=ioi(new hoi(),dpi,ACi(ENh),epi,bpi,false);uyi=ioi(new hoi(),dpi,ACi(FNh),epi,bpi,false);syi=ioi(new hoi(),dpi,ACi(aOh),epi,bpi,false);vAi=ioi(new hoi(),dpi,ACi(bOh),epi,bpi,false);lzi=ioi(new hoi(),dpi,ACi(cOh),epi,bpi,false);pAi=ioi(new hoi(),dpi,ACi(dOh),epi,bpi,false);zAi=ioi(new hoi(),dpi,ACi(fOh),epi,bpi,false);aBi=ioi(new hoi(),dpi,ACi(gOh),epi,bpi,false);uAi=ioi(new hoi(),dpi,ACi(hOh),epi,bpi,false);iAi=ioi(new hoi(),dpi,ACi(iOh),epi,bpi,false);qAi=ioi(new hoi(),dpi,ACi(jOh),epi,bpi,false);Dxi=ioi(new hoi(),dpi,ACi(kOh),epi,bpi,false);Bxi=ioi(new hoi(),dpi,ACi(lOh),epi,bpi,false);Bwi=ioi(new hoi(),dpi,ACi(mOh),epi,bpi,false);kxi=ioi(new hoi(),dpi,ACi(nOh),epi,bpi,false);xxi=ioi(new hoi(),dpi,ACi(oOh),epi,bpi,false);twi=ioi(new hoi(),dpi,ACi(qOh),epi,bpi,false);gwi=ioi(new hoi(),dpi,ACi(rOh),epi,bpi,false);AEi=ioi(new hoi(),dpi,ACi(sOh),epi,bpi,false);vEi=ioi(new hoi(),dpi,ACi(tOh),epi,bpi,false);ABi=ioi(new hoi(),dpi,ACi(uOh),epi,bpi,false);hDi=ioi(new hoi(),dpi,ACi(vOh),epi,bpi,false);qCi=ioi(new hoi(),dpi,ACi(wOh),epi,bpi,false);fDi=ioi(new hoi(),dpi,ACi(xOh),epi,bpi,false);pCi=ioi(new hoi(),dpi,ACi(yOh),epi,bpi,false);bEi=ioi(new hoi(),dpi,ACi(zOh),epi,bpi,false);hCi=ioi(new hoi(),dpi,ACi(BOh),epi,bpi,false);CGi=ioi(new hoi(),EGi,Eri(COh,u9g),FGi,f9h(bai,0,-1,[false,true,true,false]),false);DGi=ioi(new hoi(),EGi,Eri(DOh,fch),FGi,f9h(bai,0,-1,[false,true,true,false]),false);cHi=ioi(new hoi(),dpi,ACi(EOh),epi,bpi,false);cqi=ioi(new hoi(),dpi,ACi(FOh),epi,bpi,false);xqi=ioi(new hoi(),dpi,ACi(aPh),epi,bpi,false);lqi=ioi(new hoi(),dpi,ACi(bPh),epi,bpi,false);xoi=ioi(new hoi(),dpi,ACi(cPh),epi,bpi,false);ppi=ioi(new hoi(),dpi,ACi(dPh),epi,bpi,false);zpi=ioi(new hoi(),dpi,ACi(ePh),epi,bpi,false);jpi=ioi(new hoi(),dpi,ACi(gPh),epi,bpi,false);Fpi=ioi(new hoi(),dpi,ACi(hPh),epi,bpi,false);yri=ioi(new hoi(),dpi,ACi(iPh),epi,bpi,false);xri=ioi(new hoi(),dpi,ACi(jPh),epi,bpi,false);xti=ioi(new hoi(),dpi,ACi(kPh),epi,bpi,false);rti=ioi(new hoi(),dpi,ACi(lPh),epi,bpi,false);fti=ioi(new hoi(),dpi,ACi(mPh),epi,bpi,false);lti=ioi(new hoi(),dpi,ACi(nPh),epi,bpi,false);aui=ioi(new hoi(),dpi,sEi(oPh,pPh),epi,bpi,false);Eti=ioi(new hoi(),dpi,ACi(rPh),epi,bpi,false);gui=ioi(new hoi(),dpi,ACi(sPh),epi,bpi,false);jui=ioi(new hoi(),dpi,ACi(tPh),epi,bpi,false);bwi=ioi(new hoi(),dpi,sEi(uPh,vPh),epi,bpi,false);fvi=ioi(new hoi(),dpi,ACi(wPh),epi,bpi,false);zzi=ioi(new hoi(),dpi,ACi(xPh),epi,bpi,false);wvi=ioi(new hoi(),dpi,ACi(yPh),epi,bpi,false);bzi=ioi(new hoi(),dpi,ACi(zPh),epi,bpi,false);dAi=ioi(new hoi(),dpi,ACi(APh),epi,bpi,false);tzi=ioi(new hoi(),dpi,ACi(CPh),epi,bpi,false);uzi=ioi(new hoi(),dpi,ACi(DPh),epi,bpi,false);nzi=ioi(new hoi(),dpi,ACi(EPh),epi,bpi,false);aAi=ioi(new hoi(),dpi,ACi(FPh),epi,bpi,false);vvi=ioi(new hoi(),dpi,ACi(aQh),epi,bpi,false);mAi=ioi(new hoi(),dpi,ACi(bQh),epi,bpi,false);ixi=ioi(new hoi(),dpi,ACi(cQh),epi,bpi,false);gxi=ioi(new hoi(),dpi,sEi(dQh,eQh),epi,bpi,false);oxi=ioi(new hoi(),dpi,ACi(fQh),epi,bpi,false);owi=ioi(new hoi(),dpi,ACi(hQh),epi,bpi,false);vwi=ioi(new hoi(),dpi,ACi(iQh),epi,bpi,false);eFi=ioi(new hoi(),dpi,ACi(jQh),epi,bpi,false);cGi=ioi(new hoi(),dpi,ACi(kQh),epi,bpi,false);tFi=ioi(new hoi(),dpi,ACi(lQh),epi,bpi,false);qBi=ioi(new hoi(),dpi,sEi(mQh,nQh),epi,bpi,false);oBi=ioi(new hoi(),dpi,sEi(oQh,pQh),epi,bpi,false);pBi=ioi(new hoi(),dpi,sEi(qQh,tQh),epi,bpi,false);lBi=ioi(new hoi(),dpi,ACi(uQh),epi,bpi,false);tEi=ioi(new hoi(),dpi,ACi(vQh),epi,bpi,false);eDi=ioi(new hoi(),dpi,ACi(wQh),epi,bpi,false);bCi=ioi(new hoi(),dpi,sEi(xQh,yQh),epi,bpi,false);iDi=ioi(new hoi(),dpi,ACi(zQh),epi,bpi,false);jDi=ioi(new hoi(),dpi,ACi(AQh),epi,bpi,false);aHi=ioi(new hoi(),EGi,Eri(BQh,CQh),FGi,f9h(bai,0,-1,[false,true,true,false]),false);zqi=ioi(new hoi(),dpi,ACi(EQh),epi,bpi,false);fpi=ioi(new hoi(),dpi,ACi(FQh),epi,bpi,false);Aoi=ioi(new hoi(),dpi,ACi(aRh),epi,bpi,false);yoi=ioi(new hoi(),dpi,ACi(bRh),epi,bpi,false);Epi=ioi(new hoi(),dpi,ACi(cRh),epi,bpi,false);jsi=ioi(new hoi(),dpi,ACi(dRh),epi,bpi,false);kri=ioi(new hoi(),dpi,ACi(eRh),epi,bpi,false);Cqi=ioi(new hoi(),dpi,ACi(fRh),epi,bpi,false);Bui=ioi(new hoi(),dpi,ACi(gRh),epi,bpi,false);avi=ioi(new hoi(),dpi,ACi(hRh),epi,bpi,false);eui=ioi(new hoi(),dpi,ACi(jRh),epi,bpi,false);hui=ioi(new hoi(),dpi,ACi(kRh),epi,bpi,false);mui=ioi(new hoi(),dpi,ACi(lRh),epi,bpi,false);cwi=ioi(new hoi(),dpi,sEi(mRh,nRh),epi,bpi,false);nvi=ioi(new hoi(),dpi,ACi(oRh),epi,bpi,false);eyi=ioi(new hoi(),dpi,ACi(pRh),epi,bpi,false);byi=ioi(new hoi(),dpi,ACi(qRh),epi,bpi,false);xvi=ioi(new hoi(),dpi,ACi(rRh),epi,bpi,false);Dyi=ioi(new hoi(),dpi,ACi(sRh),epi,bpi,false);azi=ioi(new hoi(),dpi,ACi(uRh),epi,bpi,false);vzi=ioi(new hoi(),dpi,ACi(vRh),epi,bpi,false);lAi=ioi(new hoi(),dpi,ACi(wRh),epi,bpi,false);ezi=ioi(new hoi(),dpi,ACi(xRh),epi,bpi,false);ozi=ioi(new hoi(),dpi,ACi(yRh),epi,bpi,false);Ezi=ioi(new hoi(),dpi,ACi(zRh),epi,bpi,false);Fxi=ioi(new hoi(),dpi,sEi(ARh,BRh),epi,bpi,false);cxi=ioi(new hoi(),dpi,ACi(CRh),epi,bpi,false);bxi=ioi(new hoi(),dpi,ACi(DRh),epi,bpi,false);CEi=ioi(new hoi(),dpi,sEi(FRh,aSh),epi,bpi,false);EFi=ioi(new hoi(),dpi,ACi(bSh),epi,bpi,false);DFi=ioi(new hoi(),dpi,sEi(cSh,dSh),epi,bpi,false);vFi=ioi(new hoi(),dpi,ACi(eSh),epi,bpi,false);fBi=ioi(new hoi(),dpi,sEi(fSh,gSh),epi,bpi,false);cCi=ioi(new hoi(),dpi,ACi(hSh),epi,bpi,false);yBi=ioi(new hoi(),dpi,ACi(iSh),epi,bpi,false);FDi=ioi(new hoi(),dpi,ACi(kSh),epi,bpi,false);kDi=ioi(new hoi(),dpi,ACi(lSh),epi,bpi,false);dCi=ioi(new hoi(),dpi,ACi(mSh),epi,bpi,false);sCi=ioi(new hoi(),dpi,ACi(nSh),epi,bpi,false);iHi=ioi(new hoi(),dpi,sEi(oSh,pSh),epi,bpi,false);xGi=ioi(new hoi(),sGi,Eri(qSh,Bch),tGi,f9h(bai,0,-1,[false,true,true,false]),false);uGi=ioi(new hoi(),sGi,Eri(rSh,bih),tGi,f9h(bai,0,-1,[false,true,true,false]),false);rGi=ioi(new hoi(),sGi,Eri(sSh,cah),tGi,f9h(bai,0,-1,[false,true,true,false]),false);vGi=ioi(new hoi(),sGi,Eri(tSh,vSh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);toi=ioi(new hoi(),dpi,ACi(wSh),epi,bpi,false);iqi=ioi(new hoi(),dpi,ACi(xSh),epi,bpi,false);npi=ioi(new hoi(),dpi,ACi(ySh),epi,bpi,false);Bpi=ioi(new hoi(),dpi,ACi(zSh),epi,bpi,false);ypi=ioi(new hoi(),dpi,ACi(ASh),epi,bpi,false);kpi=ioi(new hoi(),dpi,ACi(BSh),epi,bpi,false);lri=ioi(new hoi(),dpi,ACi(CSh),epi,bpi,false);mri=ioi(new hoi(),dpi,ACi(DSh),epi,bpi,false);ksi=ioi(new hoi(),dpi,ACi(ESh),epi,bpi,false);gsi=ioi(new hoi(),dpi,ACi(aTh),epi,bpi,false);hsi=ioi(new hoi(),dpi,ACi(bTh),epi,bpi,false);rsi=ioi(new hoi(),dpi,ACi(cTh),epi,bpi,false);bri=ioi(new hoi(),dpi,sEi(dTh,eTh),epi,bpi,false);iui=ioi(new hoi(),dpi,ACi(fTh),epi,bpi,false);tui=ioi(new hoi(),dpi,ACi(gTh),epi,bpi,false);bui=ioi(new hoi(),dpi,sEi(hTh,iTh),epi,bpi,false);cui=ioi(new hoi(),dpi,ACi(jTh),epi,bpi,false);oui=ioi(new hoi(),dpi,ACi(lTh),epi,bpi,false);hvi=ioi(new hoi(),dpi,ACi(mTh),epi,bpi,false);dzi=ioi(new hoi(),dpi,ACi(nTh),epi,bpi,false);Dzi=ioi(new hoi(),dpi,ACi(oTh),epi,bpi,false);DAi=ioi(new hoi(),dpi,ACi(pTh),epi,bpi,false);Azi=ioi(new hoi(),dpi,ACi(qTh),epi,bpi,false);Fzi=ioi(new hoi(),dpi,ACi(rTh),epi,bpi,false);czi=ioi(new hoi(),dpi,ACi(sTh),epi,bpi,false);qvi=ioi(new hoi(),dpi,ACi(tTh),epi,bpi,false);kyi=ioi(new hoi(),dpi,ACi(uTh),epi,bpi,false);qzi=ioi(new hoi(),dpi,ACi(wTh),epi,bpi,false);fzi=ioi(new hoi(),dpi,ACi(xTh),epi,bpi,false);eAi=ioi(new hoi(),dpi,ACi(yTh),epi,bpi,false);Fwi=ioi(new hoi(),dpi,sEi(zTh,ATh),epi,bpi,false);lxi=ioi(new hoi(),dpi,ACi(BTh),epi,bpi,false);Dwi=ioi(new hoi(),dpi,ACi(CTh),epi,bpi,false);axi=ioi(new hoi(),dpi,sEi(DTh,ETh),epi,bpi,false);DEi=ioi(new hoi(),dpi,ACi(FTh),epi,bpi,false);wEi=ioi(new hoi(),dpi,sEi(cUh,dUh),epi,bpi,false);aDi=ioi(new hoi(),dpi,ACi(eUh),epi,bpi,false);aCi=ioi(new hoi(),dpi,sEi(fUh,gUh),epi,bpi,false);EDi=ioi(new hoi(),dpi,sEi(hUh,iUh),epi,bpi,false);zDi=ioi(new hoi(),dpi,sEi(jUh,kUh),epi,bpi,false);dDi=ioi(new hoi(),dpi,ACi(lUh),epi,bpi,false);BGi=ioi(new hoi(),zGi,Eri(nUh,hRg),AGi,f9h(bai,0,-1,[false,false,false,false]),true);wGi=ioi(new hoi(),sGi,Eri(oUh,fHg),tGi,f9h(bai,0,-1,[false,true,true,false]),false);Cpi=ioi(new hoi(),dpi,ACi(pUh),epi,bpi,false);eqi=ioi(new hoi(),dpi,ACi(qUh),epi,bpi,false);rpi=ioi(new hoi(),dpi,ACi(rUh),epi,bpi,false);wqi=ioi(new hoi(),dpi,ACi(sUh),epi,bpi,false);kqi=ioi(new hoi(),dpi,ACi(tUh),epi,bpi,false);qpi=ioi(new hoi(),dpi,ACi(uUh),epi,bpi,false);wti=ioi(new hoi(),dpi,ACi(vUh),epi,bpi,false);iti=ioi(new hoi(),dpi,ACi(wUh),epi,bpi,false);Asi=ioi(new hoi(),dpi,ACi(yUh),epi,bpi,false);Dti=ioi(new hoi(),dpi,ACi(zUh),epi,bpi,false);nui=ioi(new hoi(),dpi,ACi(AUh),epi,bpi,false);lui=ioi(new hoi(),dpi,ACi(BUh),epi,bpi,false);uui=ioi(new hoi(),dpi,ACi(CUh),epi,bpi,false);Evi=ioi(new hoi(),dpi,sEi(DUh,EUh),epi,bpi,false);Eyi=ioi(new hoi(),dpi,ACi(FUh),epi,bpi,false);nAi=ioi(new hoi(),dpi,ACi(aVh),epi,bpi,false);Czi=ioi(new hoi(),dpi,ACi(bVh),epi,bpi,false);pzi=ioi(new hoi(),dpi,ACi(dVh),epi,bpi,false);tyi=ioi(new hoi(),dpi,ACi(eVh),epi,bpi,false);bAi=ioi(new hoi(),dpi,ACi(fVh),epi,bpi,false);Bzi=ioi(new hoi(),dpi,ACi(gVh),epi,bpi,false);fyi=ioi(new hoi(),dpi,ACi(hVh),epi,bpi,false);jyi=ioi(new hoi(),dpi,ACi(iVh),epi,bpi,false);Cwi=ioi(new hoi(),dpi,ACi(jVh),epi,bpi,false);Ewi=ioi(new hoi(),dpi,sEi(kVh,lVh),epi,bpi,false);dxi=ioi(new hoi(),dpi,ACi(mVh),epi,bpi,false);jxi=ioi(new hoi(),dpi,ACi(oVh),epi,bpi,false);kwi=ioi(new hoi(),dpi,sEi(pVh,qVh),epi,bpi,false);oFi=ioi(new hoi(),dpi,ACi(rVh),epi,bpi,false);lFi=ioi(new hoi(),dpi,ACi(sVh),epi,bpi,false);nFi=ioi(new hoi(),dpi,ACi(tVh),epi,bpi,false);iGi=ioi(new hoi(),dpi,ACi(uVh),epi,bpi,false);kGi=ioi(new hoi(),dpi,ACi(vVh),epi,bpi,false);bGi=ioi(new hoi(),dpi,ACi(wVh),epi,bpi,false);jBi=ioi(new hoi(),dpi,sEi(xVh,zVh),epi,bpi,false);vDi=ioi(new hoi(),dpi,sEi(AVh,BVh),epi,bpi,false);rEi=ioi(new hoi(),dpi,sEi(CVh,DVh),epi,bpi,false);mEi=ioi(new hoi(),dpi,ACi(EVh),epi,bpi,false);eCi=ioi(new hoi(),dpi,ACi(FVh),epi,bpi,false);ADi=ioi(new hoi(),dpi,sEi(aWh,bWh),epi,bpi,false);aEi=ioi(new hoi(),dpi,ACi(cWh),epi,bpi,false);spi=ioi(new hoi(),dpi,ACi(eWh),epi,bpi,false);Api=ioi(new hoi(),dpi,ACi(fWh),epi,bpi,false);uoi=ioi(new hoi(),dpi,ACi(gWh),epi,bpi,false);pqi=ioi(new hoi(),dpi,ACi(hWh),epi,bpi,false);gqi=ioi(new hoi(),dpi,ACi(iWh),epi,bpi,false);dqi=ioi(new hoi(),dpi,ACi(jWh),epi,bpi,false);nqi=ioi(new hoi(),dpi,ACi(kWh),epi,bpi,false);fqi=ioi(new hoi(),dpi,ACi(lWh),epi,bpi,false);jqi=ioi(new hoi(),dpi,ACi(mWh),epi,bpi,false);hqi=ioi(new hoi(),dpi,ACi(nWh),epi,bpi,false);xpi=ioi(new hoi(),dpi,ACi(pWh),epi,bpi,false);vpi=ioi(new hoi(),dpi,ACi(qWh),epi,bpi,false);tqi=ioi(new hoi(),dpi,sEi(rWh,sWh),epi,bpi,false);sqi=ioi(new hoi(),dpi,sEi(tWh,uWh),epi,bpi,false);tpi=ioi(new hoi(),dpi,ACi(vWh),epi,bpi,false);oqi=ioi(new hoi(),dpi,ACi(wWh),epi,bpi,false);Eqi=ioi(new hoi(),dpi,sEi(xWh,yWh),epi,bpi,false);isi=ioi(new hoi(),dpi,ACi(AWh),epi,bpi,false);csi=ioi(new hoi(),dpi,ACi(BWh),epi,bpi,false);wri=ioi(new hoi(),dpi,sEi(CWh,DWh),epi,bpi,false);ati=ioi(new hoi(),dpi,(bb=e9h(D_h,48,1,4,0),bb[0]=EWh,bb[1]=FWh,bb[2]=EWh,bb[3]=EWh,bb),epi,bpi,false);Fui=ioi(new hoi(),dpi,sEi(aXh,bXh),epi,bpi,false);dui=ioi(new hoi(),dpi,ACi(cXh),epi,bpi,false);gyi=ioi(new hoi(),dpi,ACi(dXh),epi,bpi,false);jzi=ioi(new hoi(),dpi,ACi(fXh),epi,bpi,false);myi=ioi(new hoi(),dpi,ACi(gXh),epi,bpi,false);yzi=ioi(new hoi(),dpi,ACi(hXh),epi,bpi,false);wyi=ioi(new hoi(),dpi,ACi(iXh),epi,bpi,false);rAi=ioi(new hoi(),dpi,ACi(jXh),epi,bpi,false);nyi=ioi(new hoi(),dpi,ACi(kXh),epi,bpi,false);wxi=ioi(new hoi(),dpi,ACi(lXh),epi,bpi,false);pwi=ioi(new hoi(),dpi,ACi(mXh),epi,bpi,false);mFi=ioi(new hoi(),dpi,ACi(nXh),epi,bpi,false);bFi=ioi(new hoi(),dpi,ACi(oXh),epi,bpi,false);wFi=ioi(new hoi(),dpi,ACi(rXh),epi,bpi,false);xFi=ioi(new hoi(),dpi,ACi(sXh),epi,bpi,false);dGi=ioi(new hoi(),dpi,ACi(tXh),epi,bpi,false);sBi=ioi(new hoi(),dpi,sEi(uXh,vXh),epi,bpi,false);bDi=ioi(new hoi(),dpi,ACi(wXh),epi,bpi,false);rDi=ioi(new hoi(),dpi,ACi(xXh),epi,bpi,false);pGi=ioi(new hoi(),sGi,Eri(yXh,zXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);qGi=ioi(new hoi(),sGi,Eri(AXh,CXh),tGi,f9h(bai,0,-1,[false,true,true,false]),false);woi=ioi(new hoi(),dpi,ACi(DXh),epi,bpi,false);Eoi=ioi(new hoi(),dpi,ACi(EXh),epi,bpi,false);aqi=ioi(new hoi(),dpi,ACi(FXh),epi,bpi,false);ari=ioi(new hoi(),dpi,ACi(aYh),epi,bpi,false);ivi=ioi(new hoi(),dpi,ACi(bYh),epi,bpi,false);jvi=ioi(new hoi(),dpi,ACi(cYh),epi,bpi,false);pyi=ioi(new hoi(),dpi,ACi(dYh),epi,bpi,false);kzi=ioi(new hoi(),dpi,ACi(eYh),epi,bpi,false);oAi=ioi(new hoi(),dpi,ACi(fYh),epi,bpi,false);oyi=ioi(new hoi(),dpi,ACi(hYh),epi,bpi,false);hxi=ioi(new hoi(),dpi,ACi(iYh),epi,bpi,false);lwi=ioi(new hoi(),dpi,ACi(jYh),epi,bpi,false);mwi=ioi(new hoi(),dpi,ACi(kYh),epi,bpi,false);aFi=ioi(new hoi(),dpi,ACi(lYh),epi,bpi,false);FEi=ioi(new hoi(),dpi,ACi(mYh),epi,bpi,false);eGi=ioi(new hoi(),dpi,ACi(nYh),epi,bpi,false);mBi=ioi(new hoi(),dpi,ACi(oYh),epi,bpi,false);uBi=ioi(new hoi(),dpi,sEi(pYh,qYh),epi,bpi,false);uEi=ioi(new hoi(),dpi,sEi(sYh,tYh),epi,bpi,false);iEi=ioi(new hoi(),dpi,ACi(uYh),epi,bpi,false);oEi=ioi(new hoi(),dpi,ACi(vYh),epi,bpi,false);lEi=ioi(new hoi(),dpi,ACi(wYh),epi,bpi,false);wpi=ioi(new hoi(),dpi,ACi(xYh),epi,bpi,false);Dpi=ioi(new hoi(),dpi,ACi(yYh),epi,bpi,false);mqi=ioi(new hoi(),dpi,ACi(zYh),epi,bpi,false);dsi=ioi(new hoi(),dpi,ACi(AYh),epi,bpi,false);osi=ioi(new hoi(),dpi,ACi(BYh),epi,bpi,false);dti=ioi(new hoi(),dpi,sEi(DYh,EYh),epi,bpi,false);Ayi=ioi(new hoi(),dpi,ACi(FYh),epi,bpi,false);xyi=ioi(new hoi(),dpi,ACi(aZh),epi,bpi,false);rvi=ioi(new hoi(),dpi,ACi(bZh),epi,bpi,false);rxi=ioi(new hoi(),dpi,ACi(cZh),epi,bpi,false);EEi=ioi(new hoi(),dpi,ACi(dZh),epi,bpi,false);mDi=ioi(new hoi(),dpi,ACi(eZh),epi,bpi,false);jEi=ioi(new hoi(),dpi,ACi(fZh),epi,bpi,false);fCi=ioi(new hoi(),dpi,ACi(gZh),epi,bpi,false);upi=ioi(new hoi(),dpi,ACi(iZh),epi,bpi,false);qsi=ioi(new hoi(),dpi,sEi(jZh,kZh),epi,bpi,false);kui=ioi(new hoi(),dpi,ACi(lZh),epi,bpi,false);Fvi=ioi(new hoi(),dpi,sEi(mZh,nZh),epi,bpi,false);iyi=ioi(new hoi(),dpi,ACi(oZh),epi,bpi,false);gAi=ioi(new hoi(),dpi,ACi(pZh),epi,bpi,false);Byi=ioi(new hoi(),dpi,ACi(qZh),epi,bpi,false);fxi=ioi(new hoi(),dpi,sEi(rZh,tZh),epi,bpi,false);iBi=ioi(new hoi(),dpi,sEi(uZh,vZh),epi,bpi,false);jCi=ioi(new hoi(),dpi,sEi(wZh,xZh),epi,bpi,false);EBi=ioi(new hoi(),dpi,ACi(yZh),epi,bpi,false);tDi=ioi(new hoi(),dpi,sEi(zZh,AZh),epi,bpi,false);sDi=ioi(new hoi(),dpi,sEi(BZh,CZh),epi,bpi,false);qEi=ioi(new hoi(),dpi,ACi(EZh),epi,bpi,false);gEi=ioi(new hoi(),dpi,ACi(FZh),epi,bpi,false);oGi=ioi(new hoi(),dpi,sEi(a0h,b0h),epi,bpi,false);gHi=ioi(new hoi(),dpi,sEi(c0h,d0h),epi,bpi,false);opi=ioi(new hoi(),dpi,ACi(e0h),epi,bpi,false);psi=ioi(new hoi(),dpi,sEi(f0h,g0h),epi,bpi,false);sti=ioi(new hoi(),dpi,ACi(h0h),epi,bpi,false);kti=ioi(new hoi(),dpi,ACi(j0h),epi,bpi,false);Eui=ioi(new hoi(),dpi,sEi(k0h,l0h),epi,bpi,false);hyi=ioi(new hoi(),dpi,ACi(m0h),epi,bpi,false);Cyi=ioi(new hoi(),dpi,ACi(n0h),epi,bpi,false);bBi=ioi(new hoi(),dpi,ACi(o0h),epi,bpi,false);lyi=ioi(new hoi(),dpi,ACi(p0h),epi,bpi,false);nwi=ioi(new hoi(),dpi,sEi(q0h,r0h),epi,bpi,false);zFi=ioi(new hoi(),dpi,ACi(s0h),epi,bpi,false);hEi=ioi(new hoi(),dpi,ACi(u0h),epi,bpi,false);kEi=ioi(new hoi(),dpi,ACi(v0h),epi,bpi,false);Foi=ioi(new hoi(),dpi,ACi(w0h),epi,bpi,false);hAi=ioi(new hoi(),dpi,ACi(x0h),epi,bpi,false);cBi=ioi(new hoi(),dpi,ACi(y0h),epi,bpi,false);iFi=ioi(new hoi(),dpi,ACi(z0h),epi,bpi,false);yFi=ioi(new hoi(),dpi,ACi(A0h),epi,bpi,false);iCi=ioi(new hoi(),dpi,sEi(B0h,C0h),epi,bpi,false);asi=ioi(new hoi(),dpi,ACi(D0h),epi,bpi,false);jFi=ioi(new hoi(),dpi,ACi(a1h),epi,bpi,false);tBi=ioi(new hoi(),dpi,sEi(b1h,c1h),epi,bpi,false);hBi=ioi(new hoi(),dpi,sEi(d1h,e1h),epi,bpi,false);bqi=ioi(new hoi(),dpi,ACi(f1h),epi,bpi,false);cDi=ioi(new hoi(),dpi,ACi(g1h),epi,bpi,false);mpi=ioi(new hoi(),dpi,ACi(h1h),epi,bpi,false);BFi=ioi(new hoi(),dpi,ACi(i1h),epi,bpi,false);AFi=ioi(new hoi(),dpi,ACi(j1h),epi,bpi,false);cEi=ioi(new hoi(),dpi,ACi(l1h),epi,bpi,false);dEi=ioi(new hoi(),dpi,ACi(m1h),epi,bpi,false);zti=ioi(new hoi(),dpi,sEi(n1h,o1h),epi,bpi,false);Dui=ioi(new hoi(),dpi,ACi(p1h),epi,bpi,false);bsi=ioi(new hoi(),dpi,ACi(q1h),epi,bpi,false);Cui=ioi(new hoi(),dpi,ACi(r1h),epi,bpi,false);vqi=f9h(E_h,49,9,[xsi,zvi,xBi,lGi,dHi,hHi,iri,vsi,wsi,nti,oti,zui,yui,wui,xui,Dvi,Bvi,Cvi,Avi,pvi,svi,hFi,gFi,wCi,yCi,zCi,dFi,fHi,eHi,mGi,nGi,gpi,eti,mti,vti,pui,tvi,nxi,txi,wwi,DBi,mCi,wDi,Aqi,roi,cri,rri,Bri,gri,esi,vri,nri,Dqi,pti,ysi,Cti,vui,qui,Ati,gvi,kvi,yAi,ovi,yxi,vxi,exi,qwi,fwi,rwi,fFi,fGi,jGi,BEi,eBi,kBi,BBi,CBi,nDi,gDi,rCi,qDi,DDi,nCi,bHi,rqi,api,Doi,zri,Fri,sri,uri,dri,bti,Fsi,Bti,sui,yvi,hzi,uvi,BAi,FAi,zyi,zxi,qxi,ewi,swi,gGi,cFi,FFi,rFi,oDi,lDi,ECi,CCi,uDi,nEi,xCi,BDi,CDi,yDi,yGi,voi,soi,qqi,Boi,hpi,zoi,hri,usi,tsi,Fti,rui,evi,mvi,dvi,cAi,xzi,Fyi,EAi,wAi,rzi,tAi,gzi,ryi,ayi,cyi,CAi,yyi,Exi,Axi,Awi,sxi,xwi,zwi,ywi,pFi,hGi,xEi,sFi,qFi,aGi,rBi,nBi,wBi,FCi,eEi,DCi,fEi,zBi,lCi,FBi,vCi,oCi,uCi,ipi,lpi,Bqi,Ari,qri,tri,ori,fri,fsi,pri,lsi,nsi,uti,Bsi,zsi,Dsi,hti,jti,Esi,cti,awi,bvi,cvi,fAi,vyi,AAi,qyi,wzi,mzi,izi,szi,dyi,sAi,jAi,xAi,Cxi,uxi,pxi,uwi,jwi,kFi,yEi,zEi,CFi,uFi,gBi,vBi,pDi,kCi,tCi,BCi,pEi,xDi,gCi,yqi,Coi,jri,Dri,Cri,ssi,eri,Fqi,yti,qti,tti,Aui,Csi,gti,fui,dwi,dBi,lvi,kAi,uyi,syi,vAi,lzi,pAi,zAi,aBi,uAi,iAi,qAi,Dxi,Bxi,Bwi,kxi,xxi,twi,gwi,AEi,vEi,ABi,hDi,qCi,fDi,pCi,bEi,hCi,CGi,DGi,cHi,cqi,xqi,lqi,xoi,ppi,zpi,jpi,Fpi,yri,xri,xti,rti,fti,lti,aui,Eti,gui,jui,bwi,fvi,zzi,wvi,bzi,dAi,tzi,uzi,nzi,aAi,vvi,mAi,ixi,gxi,oxi,owi,vwi,eFi,cGi,tFi,qBi,oBi,pBi,lBi,tEi,eDi,bCi,iDi,jDi,aHi,zqi,fpi,Aoi,yoi,Epi,jsi,kri,Cqi,Bui,avi,eui,hui,mui,cwi,nvi,eyi,byi,xvi,Dyi,azi,vzi,lAi,ezi,ozi,Ezi,Fxi,cxi,bxi,CEi,EFi,DFi,vFi,fBi,cCi,yBi,FDi,kDi,dCi,sCi,iHi,xGi,uGi,rGi,vGi,toi,iqi,npi,Bpi,ypi,kpi,lri,mri,ksi,gsi,hsi,rsi,bri,iui,tui,bui,cui,oui,hvi,dzi,Dzi,DAi,Azi,Fzi,czi,qvi,kyi,qzi,fzi,eAi,Fwi,lxi,Dwi,axi,DEi,wEi,aDi,aCi,EDi,zDi,dDi,BGi,wGi,Cpi,eqi,rpi,wqi,kqi,qpi,wti,iti,Asi,Dti,nui,lui,uui,Evi,Eyi,nAi,Czi,pzi,tyi,bAi,Bzi,fyi,jyi,Cwi,Ewi,dxi,jxi,kwi,oFi,lFi,nFi,iGi,kGi,bGi,jBi,vDi,rEi,mEi,eCi,ADi,aEi,spi,Api,uoi,pqi,gqi,dqi,nqi,fqi,jqi,hqi,xpi,vpi,tqi,sqi,tpi,oqi,Eqi,isi,csi,wri,ati,Fui,dui,gyi,jzi,myi,yzi,wyi,rAi,nyi,wxi,pwi,mFi,bFi,wFi,xFi,dGi,sBi,bDi,rDi,pGi,qGi,woi,Eoi,aqi,ari,ivi,jvi,pyi,kzi,oAi,oyi,hxi,lwi,mwi,aFi,FEi,eGi,mBi,uBi,uEi,iEi,oEi,lEi,wpi,Dpi,mqi,dsi,osi,dti,Ayi,xyi,rvi,rxi,EEi,mDi,jEi,fCi,upi,qsi,kui,Fvi,iyi,gAi,Byi,fxi,iBi,jCi,EBi,tDi,sDi,qEi,gEi,oGi,gHi,opi,psi,sti,kti,Eui,hyi,Cyi,bBi,lyi,nwi,zFi,hEi,kEi,Foi,hAi,cBi,iFi,yFi,iCi,asi,jFi,tBi,hBi,bqi,cDi,mpi,BFi,AFi,cEi,dEi,zti,Dui,bsi,Cui]);uqi=f9h(B_h,0,-1,[1153,1383,1601,1793,1827,1857,68600,69146,69177,70237,70270,71572,71669,72415,72444,74846,74904,74943,75001,75276,75590,84742,84839,85575,85963,85992,87204,88074,88171,89130,89163,3207892,3283895,3284791,3338752,3358197,3369562,3539124,3562402,3574260,3670335,3696933,3721879,135280021,135346322,136317019,136475749,136548517,136652214,136884919,136902418,136942992,137292068,139120259,139785574,142250603,142314056,142331176,142519584,144752417,145106895,146147200,146765926,148805544,149655723,149809441,150018784,150445028,150923321,152528754,152536216,152647366,152962785,155219321,155654904,157317483,157350248,157437941,157447478,157604838,157685404,157894402,158315188,166078431,169409980,169700259,169856932,170007032,170409695,170466488,170513710,170608367,173028944,173896963,176090625,176129212,179390001,179489057,179627464,179840468,179849042,180004216,181779081,183027151,183645319,183698797,185922012,185997252,188312483,188675799,190977533,190992569,191006194,191033518,191038774,191096249,191166163,191194426,191522106,191568039,200104642,202506661,202537381,202602917,203070590,203120766,203389054,203690071,203971238,203986524,209040857,209125756,212055489,212322418,212746849,213002877,213055164,213088023,213259873,213273386,213435118,213437318,213438231,213493071,213532268,213542834,213584431,213659891,215285828,215880731,216112976,216684637,217369699,217565298,217576549,218186795,219743185,220082234,221623802,221986406,222283890,223089542,223138630,223311265,224547358,224587256,224589550,224655650,224785518,224810917,224813302,225429618,225432950,225440869,236107233,236709921,236838947,237117095,237143271,237172455,237209953,237354143,237372743,237668065,237703073,237714273,239743521,240512803,240522627,240560417,240656513,241015715,241062755,241065383,243523041,245865199,246261793,246556195,246774817,246923491,246928419,246981667,247014847,247058369,247112833,247118177,247119137,247128739,247316903,249533729,250235623,250269543,251083937,251402351,252339047,253260911,253293679,254844367,255547879,256077281,256345377,258124199,258354465,258605063,258744193,258845603,258856961,258926689,269869248,270174334,270709417,270778994,270781796,271102503,271478858,271490090,272870654,273335275,273369140,273924313,274108530,274116736,276818662,277476156,279156579,279349675,280108533,280128712,280132869,280162403,280280292,280413430,280506130,280677397,280678580,280686710,280689066,282736758,283110901,283275116,283823226,283890012,284479340,284606461,286700477,286798916,291557706,291665349,291804100,292138018,292166446,292418738,292451039,300298041,300374839,300597935,303073389,303083839,303266673,303354997,303430688,303576261,303724281,303819694,304242723,304382625,306247792,307227811,307468786,307724489,309671175,310252031,310358241,310373094,311015256,313357609,313683893,313701861,313706996,313707317,313710350,314027746,314038181,314091299,314205627,314233813,316741830,316797986,317486755,317794164,318721061,320076137,322657125,322887778,323506876,323572412,323605180,323938869,325060058,325320188,325398738,325541490,325671619,333868843,336806130,337212108,337282686,337285434,337585223,338036037,338298087,338566051,340943551,341190970,342995704,343352124,343912673,344585053,346977248,347218098,347262163,347278576,347438191,347655959,347684788,347726430,347727772,347776035,347776629,349500753,350880161,350887073,353384123,355496998,355906922,355979793,356545959,358637867,358905016,359164318,359247286,359350571,359579447,365560330,367399355,367420285,367510727,368013212,370234760,370353345,370710317,371074566,371122285,371194213,371448425,371448430,371545055,371596922,371758751,371964792,372151328,376550136,376710172,376795771,376826271,376906556,380514830,380774774,380775037,381030322,381136500,381281631,381282269,381285504,381330595,381331422,381335911,381336484,383907298,383917408,384595009,384595013,387799894,387823201,392581647,392584937,392742684,392906485,393003349,400644707,400973830,404428547,404432113,404432865,404469244,404478897,404694860,406887479,408294949,408789955,410022510,410467324,410586448,410945965,411845275,414327152,414327932,414329781,414346257,414346439,414639928,414835998,414894517,414986533,417465377,417465381,417492216,418259232,419310946,420103495,420242342,420380455,420658662,420717432,423183880,424539259,425929170,425972964,426050649,426126450,426142833,426607922,437289840,437347469,437412335,437423943,437455540,437462252,437597991,437617485,437986305,437986507,437986828,437987072,438015591,438034813,438038966,438179623,438347971,438483573,438547062,438895551,441592676,442032555,443548979,447881379,447881655,447881895,447887844,448416189,448445746,448449012,450942191,452816744,453668677,454434495,456610076,456642844,456738709,457544600,459451897,459680944,468058810,468083581,470964084,471470955,471567278,472267822,481177859,481210627,481435874,481455115,481485378,481490218,485105638,486005878,486383494,487988916,488103783,490661867,491574090,491578272,493041952,493441205,493582844,493716979,504577572,504740359,505091638,505592418,505656212,509516275,514998531,515571132,515594682,518712698,521362273,526592419,526807354,527348842,538294791,539214049,544689535,545535009,548544752,548563346,548595116,551679010,558034099,560329411,560356209,560671018,560671152,560692590,560845442,569212097,569474241,572252718,572768481,575326764,576174758,576190819,582099184,582099438,582372519,582558889,586552164,591325418,594231990,594243961,605711268,615672071,616086845,621792370,624879850,627432831,640040548,654392808,658675477,659420283,672891587,694768102,705890982,725543146,759097578,761686526,795383908,843809551,878105336,908643300,945213471])}
+function joi(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+function ioi(d,e,a,c,b,f){koi();d.c=e;d.a=a;msi(a,c);d.b=b;d.d=f;return d}
+function ooi(a){return a==Boi||a==rqi||a==xqi||a==zqi||a==qri||a==lsi||a==Dsi||a==Esi||a==Fsi||a==gti||a==yvi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==hCi||a==hDi}
+function poi(a){return a==Boi||a==Doi||a==rqi||a==wqi||a==xqi||a==zqi||a==qri||a==uri||a==lsi||a==Asi||a==Dsi||a==Esi||a==Fsi||a==eti||a==gti||a==uti||a==sui||a==yvi||a==sxi||a==xxi||a==Axi||a==Bxi||a==Cxi||a==Exi||a==ABi||a==gCi||a==hCi||a==xCi||a==ECi||a==eDi||a==hDi||a==lDi||a==DDi||a==fFi||a==qFi||a==tFi}
+function Eri(b,c){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=c;a[2]=c;a[3]=b;return a}
+function msi(c,d){var a,b;a=e9h(D_h,48,1,4,0);for(b=0;b<a.length;++b){if(d[b]==null){a[b]=c[b]}else{a[b]=String(d[b]+iBg+c[b])}}return a}
+function ACi(b){var a;a=e9h(D_h,48,1,4,0);a[0]=b;a[1]=b;a[2]=b;a[3]=b;return a}
+function sEi(c,b){var a;a=e9h(D_h,48,1,4,0);a[0]=c;a[1]=c;a[2]=b;a[3]=c;return a}
+function jHi(a,f){var b,c,d,e;c=0;b=f;b<<=5;b+=a[0]-96;e=f;for(d=0;d<4&&e>0;++d){--e;b<<=5;b+=a[e]-96;c<<=6;c+=a[d]-95}return b^c}
+function kHi(b,a){var c,g;c=true;g=b.indexOf(s1h)==0;if(a){if(g){c=false}else{c=pVi(b)}}return ioi(new hoi(),dpi,ACi(b),epi,c?bpi:cpi,g)}
+function mHi(){return o_h}
+function nHi(b,j,h,c){var f,g;koi();var a,d,e,i;d=jHi(b,h);e=wji(uqi,d);if(e<0){return kHi(String((f=j+h,mfi(b.length,j,f),ofi(b,j,f))),c)}else{a=vqi[e];i=a.a[0];if(!xVi(i,b,j,h)){return kHi(String((g=j+h,mfi(b.length,j,g),ofi(b,j,g))),c)}return a}}
+function hoi(){}
+_=hoi.prototype=new xdi();_.gC=mHi;_.tI=36;_.a=null;_.b=null;_.c=null;_.d=false;var roi,soi,toi,uoi,voi,woi,xoi,yoi,zoi,Aoi,Boi,Coi,Doi,Eoi,Foi,api,bpi,cpi,dpi,epi,fpi,gpi,hpi,ipi,jpi,kpi,lpi,mpi,npi,opi,ppi,qpi,rpi,spi,tpi,upi,vpi,wpi,xpi,ypi,zpi,Api,Bpi,Cpi,Dpi,Epi,Fpi,aqi,bqi,cqi,dqi,eqi,fqi,gqi,hqi,iqi,jqi,kqi,lqi,mqi,nqi,oqi,pqi,qqi,rqi,sqi,tqi,uqi,vqi,wqi,xqi,yqi,zqi,Aqi,Bqi,Cqi,Dqi,Eqi,Fqi,ari,bri,cri,dri,eri,fri,gri,hri,iri,jri,kri,lri,mri,nri,ori,pri,qri,rri,sri,tri,uri,vri,wri,xri,yri,zri,Ari,Bri,Cri,Dri,Fri,asi,bsi,csi,dsi,esi,fsi,gsi,hsi,isi,jsi,ksi,lsi,nsi,osi,psi,qsi,rsi,ssi,tsi,usi,vsi,wsi,xsi,ysi,zsi,Asi,Bsi,Csi,Dsi,Esi,Fsi,ati,bti,cti,dti,eti,fti,gti,hti,iti,jti,kti,lti,mti,nti,oti,pti,qti,rti,sti,tti,uti,vti,wti,xti,yti,zti,Ati,Bti,Cti,Dti,Eti,Fti,aui,bui,cui,dui,eui,fui,gui,hui,iui,jui,kui,lui,mui,nui,oui,pui,qui,rui,sui,tui,uui,vui,wui,xui,yui,zui,Aui,Bui,Cui,Dui,Eui,Fui,avi,bvi,cvi,dvi,evi,fvi,gvi,hvi,ivi,jvi,kvi,lvi,mvi,nvi,ovi,pvi,qvi,rvi,svi,tvi,uvi,vvi,wvi,xvi,yvi,zvi,Avi,Bvi,Cvi,Dvi,Evi,Fvi,awi,bwi,cwi,dwi,ewi,fwi,gwi,hwi,iwi,jwi,kwi,lwi,mwi,nwi,owi,pwi,qwi,rwi,swi,twi,uwi,vwi,wwi,xwi,ywi,zwi,Awi,Bwi,Cwi,Dwi,Ewi,Fwi,axi,bxi,cxi,dxi,exi,fxi,gxi,hxi,ixi,jxi,kxi,lxi,nxi,oxi,pxi,qxi,rxi,sxi,txi,uxi,vxi,wxi,xxi,yxi,zxi,Axi,Bxi,Cxi,Dxi,Exi,Fxi,ayi,byi,cyi,dyi,eyi,fyi,gyi,hyi,iyi,jyi,kyi,lyi,myi,nyi,oyi,pyi,qyi,ryi,syi,tyi,uyi,vyi,wyi,xyi,yyi,zyi,Ayi,Byi,Cyi,Dyi,Eyi,Fyi,azi,bzi,czi,dzi,ezi,fzi,gzi,hzi,izi,jzi,kzi,lzi,mzi,nzi,ozi,pzi,qzi,rzi,szi,tzi,uzi,vzi,wzi,xzi,yzi,zzi,Azi,Bzi,Czi,Dzi,Ezi,Fzi,aAi,bAi,cAi,dAi,eAi,fAi,gAi,hAi,iAi,jAi,kAi,lAi,mAi,nAi,oAi,pAi,qAi,rAi,sAi,tAi,uAi,vAi,wAi,xAi,yAi,zAi,AAi,BAi,CAi,DAi,EAi,FAi,aBi,bBi,cBi,dBi,eBi,fBi,gBi,hBi,iBi,jBi,kBi,lBi,mBi,nBi,oBi,pBi,qBi,rBi,sBi,tBi,uBi,vBi,wBi,xBi,yBi,zBi,ABi,BBi,CBi,DBi,EBi,FBi,aCi,bCi,cCi,dCi,eCi,fCi,gCi,hCi,iCi,jCi,kCi,lCi,mCi,nCi,oCi,pCi,qCi,rCi,sCi,tCi,uCi,vCi,wCi,xCi,yCi,zCi,BCi,CCi,DCi,ECi,FCi,aDi,bDi,cDi,dDi,eDi,fDi,gDi,hDi,iDi,jDi,kDi,lDi,mDi,nDi,oDi,pDi,qDi,rDi,sDi,tDi,uDi,vDi,wDi,xDi,yDi,zDi,ADi,BDi,CDi,DDi,EDi,FDi,aEi,bEi,cEi,dEi,eEi,fEi,gEi,hEi,iEi,jEi,kEi,lEi,mEi,nEi,oEi,pEi,qEi,rEi,tEi,uEi,vEi,wEi,xEi,yEi,zEi,AEi,BEi,CEi,DEi,EEi,FEi,aFi,bFi,cFi,dFi,eFi,fFi,gFi,hFi,iFi,jFi,kFi,lFi,mFi,nFi,oFi,pFi,qFi,rFi,sFi,tFi,uFi,vFi,wFi,xFi,yFi,zFi,AFi,BFi,CFi,DFi,EFi,FFi,aGi,bGi,cGi,dGi,eGi,fGi,gGi,hGi,iGi,jGi,kGi,lGi,mGi,nGi,oGi,pGi,qGi,rGi,sGi,tGi,uGi,vGi,wGi,xGi,yGi,zGi,AGi,BGi,CGi,DGi,EGi,FGi,aHi,bHi,cHi,dHi,eHi,fHi,gHi,hHi,iHi;function wHi(){wHi=v0i;uHi(new tHi(),null);xHi=vHi(new tHi(),oFg,oFg,1,false,false,false);BIi=vHi(new tHi(),t1h,t1h,45,false,false,false);uMi=vHi(new tHi(),u1h,u1h,0,false,false,false);hNi=vHi(new tHi(),w1h,w1h,45,false,false,false);AQi=vHi(new tHi(),ywg,ywg,29,true,false,false);nRi=vHi(new tHi(),x1h,x1h,0,false,false,false);BRi=vHi(new tHi(),oOg,oOg,45,false,false,false);rTi=vHi(new tHi(),y1h,y1h,45,false,false,false);dJi=vHi(new tHi(),z1h,z1h,4,true,false,false);mJi=vHi(new tHi(),A1h,A1h,0,false,false,false);qJi=vHi(new tHi(),B1h,B1h,0,false,false,false);gKi=vHi(new tHi(),C1h,C1h,41,true,false,false);xKi=vHi(new tHi(),D1h,D1h,46,true,false,false);AKi=vHi(new tHi(),E1h,E1h,41,true,false,false);EKi=vHi(new tHi(),F1h,F1h,45,false,false,false);bLi=vHi(new tHi(),b2h,b2h,0,false,false,false);hMi=vHi(new tHi(),c2h,c2h,0,false,false,false);BMi=vHi(new tHi(),d2h,d2h,42,true,false,false);CMi=vHi(new tHi(),e2h,e2h,42,true,false,false);DMi=vHi(new tHi(),f2h,f2h,42,true,false,false);EMi=vHi(new tHi(),g2h,g2h,42,true,false,false);FMi=vHi(new tHi(),h2h,h2h,42,true,false,false);aNi=vHi(new tHi(),i2h,i2h,42,true,false,false);AMi=vHi(new tHi(),j2h,j2h,0,false,false,false);fNi=vHi(new tHi(),k2h,k2h,22,true,false,false);pNi=vHi(new tHi(),qYg,qYg,0,false,false,false);bOi=vHi(new tHi(),m2h,m2h,15,true,false,false);jOi=vHi(new tHi(),n2h,n2h,0,false,false,false);nOi=vHi(new tHi(),o2h,o2h,0,false,false,false);fPi=vHi(new tHi(),p2h,p2h,57,false,false,false);lPi=vHi(new tHi(),q2h,q2h,57,false,false,false);mPi=vHi(new tHi(),r2h,r2h,57,false,false,false);xPi=vHi(new tHi(),s2h,s2h,57,false,false,false);tQi=vHi(new tHi(),t2h,t2h,46,true,false,false);wQi=vHi(new tHi(),u2h,u2h,0,false,false,false);FQi=vHi(new tHi(),v2h,v2h,0,false,false,false);xRi=vHi(new tHi(),x2h,x2h,53,false,false,false);yRi=vHi(new tHi(),tZg,tZg,53,false,false,false);aTi=vHi(new tHi(),fyg,fyg,40,false,true,false);gTi=vHi(new tHi(),qyg,qyg,40,false,true,false);lTi=vHi(new tHi(),uBg,uBg,37,true,false,true);qTi=vHi(new tHi(),y2h,y2h,45,false,false,false);sTi=vHi(new tHi(),z2h,z2h,46,true,false,false);FHi=vHi(new tHi(),A2h,A2h,0,false,false,false);xIi=vHi(new tHi(),B2h,B2h,0,false,false,false);zHi=vHi(new tHi(),C2h,C2h,0,false,false,false);aJi=vHi(new tHi(),D2h,D2h,45,false,false,false);EIi=vHi(new tHi(),E2h,E2h,0,false,false,false);FJi=vHi(new tHi(),F2h,F2h,0,false,false,false);tJi=vHi(new tHi(),a3h,a3h,7,true,false,false);BJi=vHi(new tHi(),c3h,c3h,0,false,false,false);DJi=vHi(new tHi(),d3h,d3h,0,false,false,false);lKi=vHi(new tHi(),e3h,e3h,0,false,false,false);pKi=vHi(new tHi(),f3h,f3h,0,false,false,false);sKi=vHi(new tHi(),w2g,w2g,51,true,false,false);uKi=vHi(new tHi(),dFg,dFg,50,true,false,false);gLi=vHi(new tHi(),g3h,g3h,0,false,false,false);vMi=vHi(new tHi(),h3h,h3h,0,false,false,false);wMi=vHi(new tHi(),i3h,i3h,0,false,false,false);nNi=vHi(new tHi(),j3h,j3h,48,true,false,false);sNi=vHi(new tHi(),k3h,k3h,0,false,false,false);tNi=vHi(new tHi(),l3h,l3h,0,false,false,false);zNi=vHi(new tHi(),n3h,n3h,0,false,false,false);kOi=vHi(new tHi(),o3h,o3h,0,false,false,false);ENi=vHi(new tHi(),p3h,p3h,0,false,false,false);aOi=vHi(new tHi(),q3h,q3h,0,false,false,false);FPi=vHi(new tHi(),r3h,r3h,0,false,false,false);gPi=vHi(new tHi(),z4g,z4g,0,false,false,false);rOi=vHi(new tHi(),s3h,s3h,0,false,false,false);bQi=vHi(new tHi(),t3h,t3h,0,false,false,false);zOi=vHi(new tHi(),o4g,o4g,0,false,false,false);gQi=vHi(new tHi(),u3h,u3h,0,false,false,false);nQi=vHi(new tHi(),v3h,v3h,0,false,false,false);fQi=vHi(new tHi(),w3h,w3h,51,true,false,false);hRi=vHi(new tHi(),y3h,y3h,44,true,false,false);vRi=vHi(new tHi(),z3h,z3h,0,false,false,false);uSi=vHi(new tHi(),A3h,A3h,52,false,false,false);aSi=vHi(new tHi(),B3h,B3h,0,false,false,false);ySi=vHi(new tHi(),C3h,C3h,19,false,false,false);wSi=vHi(new tHi(),D3h,D3h,0,false,false,false);jSi=vHi(new tHi(),E3h,E3h,0,false,false,false);gSi=vHi(new tHi(),F3h,F3h,0,false,false,false);xSi=vHi(new tHi(),a4h,a4h,52,false,false,false);hSi=vHi(new tHi(),b4h,b4h,0,false,false,false);CSi=vHi(new tHi(),d4h,d4h,0,false,false,false);vTi=vHi(new tHi(),e4h,e4h,0,false,false,false);wTi=vHi(new tHi(),f4h,f4h,52,false,false,false);DTi=vHi(new tHi(),g4h,g4h,49,true,false,false);ETi=vHi(new tHi(),sIg,sIg,38,false,false,false);FTi=vHi(new tHi(),h4h,h4h,0,false,false,false);wIi=vHi(new tHi(),i4h,i4h,49,true,false,false);yHi=vHi(new tHi(),C6g,C6g,0,false,false,false);CIi=vHi(new tHi(),u9g,u9g,2,true,false,false);fJi=vHi(new tHi(),j4h,j4h,0,false,false,false);cJi=vHi(new tHi(),lDg,lDg,3,true,false,false);iJi=vHi(new tHi(),k4h,k4h,0,false,false,false);rJi=vHi(new tHi(),D7g,D7g,45,false,false,false);oJi=vHi(new tHi(),s7g,s7g,0,false,false,false);aKi=vHi(new tHi(),l4h,l4h,0,false,false,false);CJi=vHi(new tHi(),m4h,m4h,0,false,false,false);EJi=vHi(new tHi(),p4h,p4h,0,false,false,false);cKi=vHi(new tHi(),q4h,q4h,0,false,false,false);mKi=vHi(new tHi(),r4h,r4h,59,false,false,false);rKi=vHi(new tHi(),s4h,s4h,0,false,false,false);jKi=vHi(new tHi(),t4h,t4h,0,false,false,false);rMi=vHi(new tHi(),srg,srg,9,true,false,false);iMi=vHi(new tHi(),u4h,u4h,64,false,false,false);zMi=vHi(new tHi(),v4h,v4h,0,false,false,false);cNi=vHi(new tHi(),Drg,Drg,20,true,false,false);gNi=vHi(new tHi(),hAg,hAg,23,false,true,false);dOi=vHi(new tHi(),w4h,w4h,0,false,false,false);fOi=vHi(new tHi(),Abh,Abh,16,true,false,false);gOi=vHi(new tHi(),qch,qch,0,false,false,false);FOi=vHi(new tHi(),x4h,x4h,18,true,false,false);BPi=vHi(new tHi(),y4h,y4h,0,false,false,false);nPi=vHi(new tHi(),dbh,dbh,0,false,false,false);wOi=vHi(new tHi(),A4h,A4h,17,false,false,false);sOi=vHi(new tHi(),B4h,B4h,0,false,false,false);vOi=vHi(new tHi(),pbh,pbh,0,false,false,false);AOi=vHi(new tHi(),C4h,C4h,0,false,false,false);DPi=vHi(new tHi(),D4h,D4h,0,false,false,false);DOi=vHi(new tHi(),E4h,E4h,50,true,false,false);wPi=vHi(new tHi(),F4h,F4h,0,false,false,false);lQi=vHi(new tHi(),a5h,a5h,0,false,false,false);iQi=vHi(new tHi(),zFg,zFg,24,false,false,false);hQi=vHi(new tHi(),b5h,b5h,0,false,false,false);DQi=vHi(new tHi(),heh,heh,0,false,false,false);dRi=vHi(new tHi(),c5h,c5h,0,false,false,false);ARi=vHi(new tHi(),d5h,d5h,0,false,false,false);rRi=vHi(new tHi(),f5h,f5h,0,false,false,false);uRi=vHi(new tHi(),g5h,g5h,0,false,false,false);tRi=vHi(new tHi(),h5h,h5h,0,false,false,false);wRi=vHi(new tHi(),i5h,i5h,0,false,false,false);zRi=vHi(new tHi(),AGg,AGg,52,false,false,false);bSi=vHi(new tHi(),j5h,j5h,0,false,false,false);kSi=vHi(new tHi(),k5h,k5h,0,false,false,false);pSi=vHi(new tHi(),lhh,lhh,52,false,false,false);CRi=vHi(new tHi(),l5h,l5h,0,false,false,false);qSi=vHi(new tHi(),m5h,m5h,0,false,false,false);FRi=vHi(new tHi(),n5h,n5h,0,false,false,false);iTi=vHi(new tHi(),o5h,o5h,0,false,false,false);oTi=vHi(new tHi(),q5h,q5h,0,false,false,false);nTi=vHi(new tHi(),r5h,r5h,0,false,false,false);DSi=vHi(new tHi(),s5h,s5h,0,false,false,false);cTi=vHi(new tHi(),Cdh,Cdh,0,false,false,false);BTi=vHi(new tHi(),t5h,t5h,0,false,false,false);zIi=vHi(new tHi(),u5h,u5h,51,true,false,false);AIi=vHi(new tHi(),v5h,v5h,0,false,false,false);iIi=vHi(new tHi(),w5h,w5h,0,false,false,false);FKi=vHi(new tHi(),x5h,x5h,48,true,false,false);sMi=vHi(new tHi(),smh,smh,10,true,false,false);kLi=vHi(new tHi(),y5h,y5h,0,false,false,false);gMi=vHi(new tHi(),z5h,z5h,0,false,false,false);xMi=vHi(new tHi(),B5h,B5h,0,false,false,false);eNi=vHi(new tHi(),C5h,C5h,0,false,false,false);kNi=vHi(new tHi(),D5h,D5h,12,true,false,false);iNi=vHi(new tHi(),E5h,E5h,0,false,false,false);rNi=vHi(new tHi(),pGg,pGg,13,true,false,false);BNi=vHi(new tHi(),wph,wph,62,false,false,false);cOi=vHi(new tHi(),F5h,F5h,0,false,false,false);dPi=vHi(new tHi(),a6h,a6h,0,false,false,false);sPi=vHi(new tHi(),b6h,b6h,0,false,false,false);bPi=vHi(new tHi(),c6h,c6h,0,false,false,false);qPi=vHi(new tHi(),d6h,d6h,0,false,false,false);hPi=vHi(new tHi(),e6h,e6h,0,false,false,false);vPi=vHi(new tHi(),g6h,g6h,0,false,false,false);zPi=vHi(new tHi(),h6h,h6h,0,false,false,false);aQi=vHi(new tHi(),i6h,i6h,57,false,false,false);pQi=vHi(new tHi(),j6h,j6h,0,false,false,false);aRi=vHi(new tHi(),k6h,k6h,0,false,false,false);BQi=vHi(new tHi(),l6h,l6h,55,true,false,false);gRi=vHi(new tHi(),m6h,m6h,0,false,false,false);sRi=vHi(new tHi(),n6h,n6h,0,false,false,false);tSi=vHi(new tHi(),BHg,BHg,33,true,false,false);lSi=vHi(new tHi(),o6h,o6h,45,false,false,false);hTi=vHi(new tHi(),kCg,kCg,39,true,false,true);BSi=vHi(new tHi(),cwg,cwg,34,false,true,true);kTi=vHi(new tHi(),fHg,fHg,36,true,false,false);pTi=vHi(new tHi(),p6h,p6h,0,false,false,false);jTi=vHi(new tHi(),r6h,r6h,0,false,false,false);fTi=vHi(new tHi(),vCg,vCg,39,true,false,true);ESi=vHi(new tHi(),FBg,FBg,39,true,false,true);tTi=vHi(new tHi(),s6h,s6h,0,false,false,false);CTi=vHi(new tHi(),t6h,t6h,0,false,false,false);ATi=vHi(new tHi(),u6h,u6h,0,false,false,false);qIi=vHi(new tHi(),v6h,v6h,0,false,false,false);oIi=vHi(new tHi(),w6h,w6h,0,false,false,false);uIi=vHi(new tHi(),x6h,x6h,0,false,false,false);sIi=vHi(new tHi(),y6h,y6h,0,false,false,false);kIi=vHi(new tHi(),z6h,z6h,0,false,false,false);hIi=vHi(new tHi(),A6h,A6h,43,false,true,false);mIi=vHi(new tHi(),C6h,C6h,0,false,false,false);jIi=vHi(new tHi(),D6h,D6h,0,false,false,false);eJi=vHi(new tHi(),E6h,E6h,5,false,true,false);nJi=vHi(new tHi(),F6h,F6h,0,false,false,false);lJi=vHi(new tHi(),a7h,a7h,50,true,false,false);dKi=vHi(new tHi(),axh,axh,0,false,false,false);gJi=vHi(new tHi(),b7h,b7h,0,false,false,false);wKi=vHi(new tHi(),c7h,c7h,0,false,false,false);kKi=vHi(new tHi(),d7h,d7h,0,false,false,false);qKi=vHi(new tHi(),e7h,e7h,51,true,false,false);yKi=vHi(new tHi(),f7h,f7h,0,false,false,false);fLi=vHi(new tHi(),h7h,h7h,0,false,false,false);bMi=vHi(new tHi(),i7h,j7h,0,false,false,false);eMi=vHi(new tHi(),k7h,k7h,51,true,false,false);pMi=vHi(new tHi(),l7h,l7h,0,false,false,false);fMi=vHi(new tHi(),wxh,wxh,0,false,false,false);oMi=vHi(new tHi(),m7h,m7h,51,true,false,false);dNi=vHi(new tHi(),n7h,n7h,51,true,false,false);jNi=vHi(new tHi(),DIg,DIg,47,true,false,false);ANi=vHi(new tHi(),o7h,o7h,65,true,false,false);CNi=vHi(new tHi(),p7h,p7h,0,false,false,false);FNi=vHi(new tHi(),q7h,q7h,0,false,false,false);yPi=vHi(new tHi(),s7h,s7h,0,false,false,false);EPi=vHi(new tHi(),t7h,t7h,0,false,false,false);APi=vHi(new tHi(),u7h,u7h,0,false,false,false);ePi=vHi(new tHi(),v7h,v7h,56,false,false,false);BOi=vHi(new tHi(),w7h,w7h,0,false,false,false);cQi=vHi(new tHi(),x7h,x7h,0,false,false,false);tOi=vHi(new tHi(),y7h,y7h,0,false,false,false);EOi=vHi(new tHi(),z7h,z7h,0,false,false,false);oPi=vHi(new tHi(),A7h,A7h,0,false,false,false);xOi=vHi(new tHi(),B7h,B7h,0,false,false,false);vQi=vHi(new tHi(),dxg,dxg,28,true,false,false);sQi=vHi(new tHi(),FKg,FKg,63,false,true,false);zQi=vHi(new tHi(),Dqg,Dqg,62,false,false,false);jRi=vHi(new tHi(),Eqg,Eqg,0,false,false,false);nSi=vHi(new tHi(),Fqg,Fqg,55,false,false,false);rSi=vHi(new tHi(),arg,arg,45,false,false,false);sSi=vHi(new tHi(),brg,brg,45,false,false,false);zSi=vHi(new tHi(),crg,crg,0,false,false,false);ASi=vHi(new tHi(),drg,drg,0,false,false,false);oSi=vHi(new tHi(),erg,erg,49,true,false,false);dSi=vHi(new tHi(),xvg,xvg,32,true,false,false);vSi=vHi(new tHi(),frg,frg,0,false,false,false);ERi=vHi(new tHi(),hIg,hIg,31,true,false,false);FSi=vHi(new tHi(),grg,grg,0,false,false,false);yTi=vHi(new tHi(),irg,irg,0,false,false,false);yIi=vHi(new tHi(),jrg,jrg,51,true,false,false);aIi=vHi(new tHi(),krg,krg,0,false,false,false);rIi=vHi(new tHi(),lrg,lrg,0,false,false,false);pIi=vHi(new tHi(),mrg,mrg,0,false,false,false);vIi=vHi(new tHi(),nrg,nrg,0,false,false,false);tIi=vHi(new tHi(),org,org,0,false,false,false);lIi=vHi(new tHi(),prg,prg,0,false,false,false);nIi=vHi(new tHi(),qrg,qrg,0,false,false,false);AHi=vHi(new tHi(),rrg,rrg,0,false,false,false);BHi=vHi(new tHi(),yEg,yEg,51,true,false,false);FIi=vHi(new tHi(),trg,trg,49,true,false,false);wJi=vHi(new tHi(),urg,urg,54,true,false,false);yJi=vHi(new tHi(),vrg,vrg,0,false,false,false);kJi=vHi(new tHi(),wrg,wrg,0,false,false,false);bKi=vHi(new tHi(),xrg,xrg,0,false,false,false);hJi=vHi(new tHi(),nwg,nwg,6,false,true,false);tKi=vHi(new tHi(),yrg,yrg,0,false,false,false);hKi=vHi(new tHi(),xLh,xLh,0,false,false,false);nKi=vHi(new tHi(),zrg,zrg,51,true,false,false);DKi=vHi(new tHi(),Arg,Arg,0,false,false,false);uLi=vHi(new tHi(),Brg,Crg,0,false,false,false);vLi=vHi(new tHi(),Erg,Frg,0,false,false,false);lLi=vHi(new tHi(),asg,bsg,0,false,false,false);tLi=vHi(new tHi(),csg,dsg,0,false,false,false);zLi=vHi(new tHi(),esg,fsg,0,false,false,false);ALi=vHi(new tHi(),gsg,hsg,0,false,false,false);wLi=vHi(new tHi(),jsg,ksg,0,false,false,false);xLi=vHi(new tHi(),lsg,msg,0,false,false,false);bNi=vHi(new tHi(),nsg,nsg,0,false,false,false);xNi=vHi(new tHi(),osg,osg,0,false,false,false);oNi=vHi(new tHi(),psg,psg,0,false,false,false);yNi=vHi(new tHi(),eGg,eGg,14,true,false,false);lOi=vHi(new tHi(),qsg,qsg,0,false,false,false);iOi=vHi(new tHi(),rsg,rsg,44,true,false,false);cPi=vHi(new tHi(),ssg,ssg,0,false,false,false);rPi=vHi(new tHi(),usg,usg,0,false,false,false);uOi=vHi(new tHi(),vsg,vsg,43,false,true,false);oOi=vHi(new tHi(),wsg,wsg,0,false,false,false);CPi=vHi(new tHi(),xsg,xsg,0,false,false,false);jQi=vHi(new tHi(),iJg,iJg,60,true,false,false);eRi=vHi(new tHi(),ysg,ysg,0,false,false,false);EQi=vHi(new tHi(),BMh,BMh,0,false,false,false);kRi=vHi(new tHi(),zsg,zsg,0,false,false,false);iSi=vHi(new tHi(),Asg,Asg,0,false,false,false);cSi=vHi(new tHi(),Bsg,Bsg,51,true,false,false);bTi=vHi(new tHi(),Csg,Csg,0,false,false,false);uTi=vHi(new tHi(),Dsg,Dsg,0,false,false,false);CHi=vHi(new tHi(),Fsg,atg,0,false,false,false);DIi=vHi(new tHi(),btg,btg,49,true,false,false);pJi=vHi(new tHi(),ctg,dtg,0,false,false,false);sJi=vHi(new tHi(),etg,etg,0,false,false,false);uJi=vHi(new tHi(),aDg,aDg,8,true,false,false);eKi=vHi(new tHi(),ftg,ftg,51,true,false,false);aLi=vHi(new tHi(),gtg,gtg,0,false,false,false);jLi=vHi(new tHi(),htg,htg,0,false,false,false);dMi=vHi(new tHi(),itg,itg,61,true,false,false);tMi=vHi(new tHi(),Axg,Axg,11,true,false,false);DLi=vHi(new tHi(),ktg,ltg,0,false,false,false);yMi=vHi(new tHi(),uNh,vNh,0,false,false,false);wNi=vHi(new tHi(),mtg,mtg,0,false,false,false);uNi=vHi(new tHi(),ntg,ntg,0,false,false,false);qNi=vHi(new tHi(),otg,otg,0,false,false,false);hOi=vHi(new tHi(),ptg,ptg,0,false,false,false);mOi=vHi(new tHi(),qtg,qtg,0,false,false,false);aPi=vHi(new tHi(),rtg,rtg,0,false,false,false);COi=vHi(new tHi(),stg,stg,0,false,false,false);tPi=vHi(new tHi(),ttg,ttg,0,false,false,false);kQi=vHi(new tHi(),tJg,tJg,25,true,false,false);mQi=vHi(new tHi(),vtg,vtg,26,true,false,false);uQi=vHi(new tHi(),oxg,oxg,27,true,false,false);fRi=vHi(new tHi(),wtg,wtg,0,false,false,false);iRi=vHi(new tHi(),xtg,xtg,0,false,false,false);lRi=vHi(new tHi(),ytg,ytg,0,false,false,false);mRi=vHi(new tHi(),ztg,ztg,0,false,false,false);oRi=vHi(new tHi(),Atg,Atg,0,false,false,false);eSi=vHi(new tHi(),Btg,Btg,0,false,false,false);dTi=vHi(new tHi(),qHg,qHg,35,true,false,false);eTi=vHi(new tHi(),Ctg,Dtg,0,false,false,false);xTi=vHi(new tHi(),Etg,Etg,0,false,false,false);eIi=vHi(new tHi(),aug,aug,0,false,false,false);AJi=vHi(new tHi(),bug,bug,0,false,false,false);zJi=vHi(new tHi(),cug,cug,0,false,false,false);xJi=vHi(new tHi(),dug,dug,0,false,false,false);jMi=vHi(new tHi(),eug,eug,0,false,false,false);iLi=vHi(new tHi(),fug,fug,0,false,false,false);vNi=vHi(new tHi(),gug,gug,0,false,false,false);lNi=vHi(new tHi(),hug,hug,0,false,false,false);DNi=vHi(new tHi(),iug,iug,0,false,false,false);yOi=vHi(new tHi(),jug,jug,0,false,false,false);rQi=vHi(new tHi(),mug,mug,0,false,false,false);xQi=vHi(new tHi(),nug,nug,0,false,false,false);bRi=vHi(new tHi(),oug,oug,0,false,false,false);cRi=vHi(new tHi(),EJg,EJg,30,true,false,false);qRi=vHi(new tHi(),pug,pug,0,false,false,false);fSi=vHi(new tHi(),qug,qug,0,false,false,false);mTi=vHi(new tHi(),rug,rug,0,false,false,false);fIi=vHi(new tHi(),sug,sug,0,false,false,false);bJi=vHi(new tHi(),tug,tug,50,true,false,false);vKi=vHi(new tHi(),uug,uug,0,false,false,false);dLi=vHi(new tHi(),vug,vug,0,false,false,false);cLi=vHi(new tHi(),xug,xug,0,false,false,false);mNi=vHi(new tHi(),yug,yug,0,false,false,false);qOi=vHi(new tHi(),zug,zug,56,false,false,false);dQi=vHi(new tHi(),Aug,Aug,0,false,false,false);jPi=vHi(new tHi(),Bug,Bug,0,false,false,false);oQi=vHi(new tHi(),Cug,Cug,0,false,false,false);mSi=vHi(new tHi(),Dug,Dug,0,false,false,false);DHi=vHi(new tHi(),Eug,Fug,0,false,false,false);oKi=vHi(new tHi(),avg,avg,0,false,false,false);eLi=vHi(new tHi(),cvg,cvg,54,true,false,false);BLi=vHi(new tHi(),dvg,evg,0,false,false,false);oLi=vHi(new tHi(),fvg,gvg,0,false,false,false);aMi=vHi(new tHi(),hvg,ivg,0,false,false,false);pOi=vHi(new tHi(),jvg,jvg,0,false,false,false);uPi=vHi(new tHi(),kvg,kvg,0,false,false,false);pPi=vHi(new tHi(),lvg,lvg,0,false,false,false);qQi=vHi(new tHi(),nvg,nvg,0,false,false,false);CQi=vHi(new tHi(),ovg,ovg,0,false,false,false);EHi=vHi(new tHi(),pvg,qvg,0,false,false,false);bIi=vHi(new tHi(),rvg,svg,0,false,false,false);fKi=vHi(new tHi(),tvg,tvg,0,false,false,false);hLi=vHi(new tHi(),uvg,uvg,0,false,false,false);cMi=vHi(new tHi(),vvg,wvg,0,false,false,false);ELi=vHi(new tHi(),yvg,zvg,0,false,false,false);CLi=vHi(new tHi(),Avg,Bvg,0,false,false,false);yQi=vHi(new tHi(),Cvg,Cvg,0,false,false,false);cIi=vHi(new tHi(),Dvg,Evg,0,false,false,false);vJi=vHi(new tHi(),BWh,BWh,0,false,false,false);mMi=vHi(new tHi(),Fvg,Fvg,0,false,false,false);nMi=vHi(new tHi(),awg,awg,0,false,false,false);qMi=vHi(new tHi(),bwg,dwg,59,false,false,false);mLi=vHi(new tHi(),ewg,fwg,0,false,false,false);iPi=vHi(new tHi(),gwg,gwg,0,false,false,false);kPi=vHi(new tHi(),hwg,hwg,0,false,false,false);DRi=vHi(new tHi(),iwg,iwg,0,false,false,false);zTi=vHi(new tHi(),jwg,jwg,0,false,false,false);gIi=vHi(new tHi(),kwg,kwg,58,false,false,false);iKi=vHi(new tHi(),lwg,lwg,0,false,false,false);lMi=vHi(new tHi(),mwg,mwg,0,false,false,false);yLi=vHi(new tHi(),owg,pwg,0,false,false,false);sLi=vHi(new tHi(),qwg,rwg,0,false,false,false);eOi=vHi(new tHi(),swg,twg,0,false,false,false);eQi=vHi(new tHi(),uwg,uwg,0,false,false,false);pRi=vHi(new tHi(),vwg,wwg,0,false,false,false);dIi=vHi(new tHi(),xwg,zwg,0,false,false,false);jJi=vHi(new tHi(),Awg,Awg,0,false,false,false);kMi=vHi(new tHi(),Bwg,Bwg,0,false,false,false);pLi=vHi(new tHi(),Cwg,Dwg,0,false,false,false);qLi=vHi(new tHi(),Ewg,Fwg,0,false,false,false);rLi=vHi(new tHi(),axg,bxg,0,false,false,false);FLi=vHi(new tHi(),cxg,exg,0,false,false,false);zKi=vHi(new tHi(),fxg,fxg,0,false,false,false);nLi=vHi(new tHi(),gxg,hxg,0,false,false,false);CKi=f9h(F_h,50,10,[xHi,BIi,uMi,hNi,AQi,nRi,BRi,rTi,dJi,mJi,qJi,gKi,xKi,AKi,EKi,bLi,hMi,BMi,CMi,DMi,EMi,FMi,aNi,AMi,fNi,pNi,bOi,jOi,nOi,fPi,lPi,mPi,xPi,tQi,wQi,FQi,xRi,yRi,aTi,gTi,lTi,qTi,sTi,FHi,xIi,zHi,aJi,EIi,FJi,tJi,BJi,DJi,lKi,pKi,sKi,uKi,gLi,vMi,wMi,nNi,sNi,tNi,zNi,kOi,ENi,aOi,FPi,gPi,rOi,bQi,zOi,gQi,nQi,fQi,hRi,vRi,uSi,aSi,ySi,wSi,jSi,gSi,xSi,hSi,CSi,vTi,wTi,DTi,ETi,FTi,wIi,yHi,CIi,fJi,cJi,iJi,rJi,oJi,aKi,CJi,EJi,cKi,mKi,rKi,jKi,rMi,iMi,zMi,cNi,gNi,dOi,fOi,gOi,FOi,BPi,nPi,wOi,sOi,vOi,AOi,DPi,DOi,wPi,lQi,iQi,hQi,DQi,dRi,ARi,rRi,uRi,tRi,wRi,zRi,bSi,kSi,pSi,CRi,qSi,FRi,iTi,oTi,nTi,DSi,cTi,BTi,zIi,AIi,iIi,FKi,sMi,kLi,gMi,xMi,eNi,kNi,iNi,rNi,BNi,cOi,dPi,sPi,bPi,qPi,hPi,vPi,zPi,aQi,pQi,aRi,BQi,gRi,sRi,tSi,lSi,hTi,BSi,kTi,pTi,jTi,fTi,ESi,tTi,CTi,ATi,qIi,oIi,uIi,sIi,kIi,hIi,mIi,jIi,eJi,nJi,lJi,dKi,gJi,wKi,kKi,qKi,yKi,fLi,bMi,eMi,pMi,fMi,oMi,dNi,jNi,ANi,CNi,FNi,yPi,EPi,APi,ePi,BOi,cQi,tOi,EOi,oPi,xOi,vQi,sQi,zQi,jRi,nSi,rSi,sSi,zSi,ASi,oSi,dSi,vSi,ERi,FSi,yTi,yIi,aIi,rIi,pIi,vIi,tIi,lIi,nIi,AHi,BHi,FIi,wJi,yJi,kJi,bKi,hJi,tKi,hKi,nKi,DKi,uLi,vLi,lLi,tLi,zLi,ALi,wLi,xLi,bNi,xNi,oNi,yNi,lOi,iOi,cPi,rPi,uOi,oOi,CPi,jQi,eRi,EQi,kRi,iSi,cSi,bTi,uTi,CHi,DIi,pJi,sJi,uJi,eKi,aLi,jLi,dMi,tMi,DLi,yMi,wNi,uNi,qNi,hOi,mOi,aPi,COi,tPi,kQi,mQi,uQi,fRi,iRi,lRi,mRi,oRi,eSi,dTi,eTi,xTi,eIi,AJi,zJi,xJi,jMi,iLi,vNi,lNi,DNi,yOi,rQi,xQi,bRi,cRi,qRi,fSi,mTi,fIi,bJi,vKi,dLi,cLi,mNi,qOi,dQi,jPi,oQi,mSi,DHi,oKi,eLi,BLi,oLi,aMi,pOi,uPi,pPi,qQi,CQi,EHi,bIi,fKi,hLi,cMi,ELi,CLi,yQi,cIi,vJi,mMi,nMi,qMi,mLi,iPi,kPi,DRi,zTi,gIi,iKi,lMi,yLi,sLi,eOi,eQi,pRi,dIi,jJi,kMi,pLi,qLi,rLi,FLi,zKi,nLi]);BKi=f9h(B_h,0,-1,[1057,1090,1255,1321,1552,1585,1651,1717,68162,68899,69059,69764,70020,70276,71077,71205,72134,72232,72264,72296,72328,72360,72392,73351,74312,75209,78124,78284,78476,79149,79309,79341,79469,81295,81487,82224,84498,84626,86164,86292,86612,86676,87445,3183041,3186241,3198017,3218722,3226754,3247715,3256803,3263971,3264995,3289252,3291332,3295524,3299620,3326725,3379303,3392679,3448233,3460553,3461577,3510347,3546604,3552364,3556524,3576461,3586349,3588141,3590797,3596333,3622062,3625454,3627054,3675728,3749042,3771059,3771571,3776211,3782323,3782963,3784883,3785395,3788979,3815476,3839605,3885110,3917911,3948984,3951096,135304769,135858241,136498210,136906434,137138658,137512995,137531875,137548067,137629283,137645539,137646563,137775779,138529956,138615076,139040932,140954086,141179366,141690439,142738600,143013512,146979116,147175724,147475756,147902637,147936877,148017645,148131885,148228141,148229165,148309165,148395629,148551853,148618829,149076462,149490158,149572782,151277616,151639440,153268914,153486514,153563314,153750706,153763314,153914034,154406067,154417459,154600979,154678323,154680979,154866835,155366708,155375188,155391572,155465780,155869364,158045494,168988979,169321621,169652752,173151309,174240818,174247297,174669292,175391532,176638123,177380397,177879204,177886734,180753473,181020073,181503558,181686320,181999237,181999311,182048201,182074866,182078003,182083764,182920847,184716457,184976961,185145071,187281445,187872052,188100653,188875944,188919873,188920457,189203987,189371817,189414886,189567458,190266670,191318187,191337609,202479203,202493027,202835587,202843747,203013219,203036048,203045987,203177552,203898516,204648562,205067918,205078130,205096654,205689142,205690439,205766017,205988909,207213161,207794484,207800999,208023602,208213644,208213647,210310273,210940978,213325049,213946445,214055079,215125040,215134273,215135028,215237420,215418148,215553166,215553394,215563858,215627949,215754324,217529652,217713834,217732628,218731945,221417045,221424946,221493746,221515401,221658189,221844577,221908140,221910626,221921586,222659762,225001091,236105833,236113965,236194995,236195427,236206132,236206387,236211683,236212707,236381647,236571826,237124271,238172205,238210544,238270764,238435405,238501172,239224867,239257644,239710497,240307721,241208789,241241557,241318060,241319404,241343533,241344069,241405397,241765845,243864964,244502085,244946220,245109902,247647266,247707956,248648814,248648836,248682161,248986932,249058914,249697357,252132601,252135604,252317348,255007012,255278388,256365156,257566121,269763372,271202790,271863856,272049197,272127474,272770631,274339449,274939471,275388004,275388005,275388006,275977800,278267602,278513831,278712622,281613765,281683369,282120228,282250732,282508942,283743649,283787570,284710386,285391148,285478533,285854898,285873762,286931113,288964227,289445441,289689648,291671489,303512884,305319975,305610036,305764101,308448294,308675890,312085683,312264750,315032867,316391000,317331042,317902135,318950711,319447220,321499182,322538804,323145200,337067316,337826293,339905989,340833697,341457068,345302593,349554733,349771471,349786245,350819405,356072847,370349192,373962798,374509141,375558638,375574835,376053993,383276530,383373833,383407586,384439906,386079012,404133513,404307343,407031852,408072233,409112005,409608425,409771500,419040932,437730612,439529766,442616365,442813037,443157674,443295316,450118444,450482697,456789668,459935396,471217869,474073645,476230702,476665218,476717289,483014825,485083298,489306281,538364390,540675748,543819186,543958612,576960820,577242548,610515252,642202932,644420819])}
+function vHi(g,d,a,c,f,e,b){wHi();g.e=d;g.a=a;g.d=c;g.g=f;g.f=e;g.c=b;g.b=false;return g}
+function uHi(b,a){wHi();b.e=a;b.a=a;b.d=0;b.g=false;b.f=false;b.c=false;b.b=true;return b}
+function aUi(a,e){var b,c,d;b=e;b<<=5;b+=a[0]-96;d=e;for(c=0;c<4&&d>0;++c){--d;b<<=5;b+=a[d]-96}return b}
+function bUi(a,i,g){var e,f;wHi();var b,c,d,h;c=aUi(a,g);d=wji(BKi,c);if(d<0){return uHi(new tHi(),String((e=i+g,mfi(a.length,i,e),ofi(a,i,e))))}else{b=CKi[d];h=b.e;if(!xVi(h,a,i,g)){return uHi(new tHi(),String((f=i+g,mfi(a.length,i,f),ofi(a,i,f))))}return b}}
+function cUi(){return q_h}
+function tHi(){}
+_=tHi.prototype=new xdi();_.gC=cUi;_.tI=37;_.a=null;_.b=false;_.c=false;_.d=0;_.e=null;_.f=false;_.g=false;var xHi,yHi,zHi,AHi,BHi,CHi,DHi,EHi,FHi,aIi,bIi,cIi,dIi,eIi,fIi,gIi,hIi,iIi,jIi,kIi,lIi,mIi,nIi,oIi,pIi,qIi,rIi,sIi,tIi,uIi,vIi,wIi,xIi,yIi,zIi,AIi,BIi,CIi,DIi,EIi,FIi,aJi,bJi,cJi,dJi,eJi,fJi,gJi,hJi,iJi,jJi,kJi,lJi,mJi,nJi,oJi,pJi,qJi,rJi,sJi,tJi,uJi,vJi,wJi,xJi,yJi,zJi,AJi,BJi,CJi,DJi,EJi,FJi,aKi,bKi,cKi,dKi,eKi,fKi,gKi,hKi,iKi,jKi,kKi,lKi,mKi,nKi,oKi,pKi,qKi,rKi,sKi,tKi,uKi,vKi,wKi,xKi,yKi,zKi,AKi,BKi,CKi,DKi,EKi,FKi,aLi,bLi,cLi,dLi,eLi,fLi,gLi,hLi,iLi,jLi,kLi,lLi,mLi,nLi,oLi,pLi,qLi,rLi,sLi,tLi,uLi,vLi,wLi,xLi,yLi,zLi,ALi,BLi,CLi,DLi,ELi,FLi,aMi,bMi,cMi,dMi,eMi,fMi,gMi,hMi,iMi,jMi,kMi,lMi,mMi,nMi,oMi,pMi,qMi,rMi,sMi,tMi,uMi,vMi,wMi,xMi,yMi,zMi,AMi,BMi,CMi,DMi,EMi,FMi,aNi,bNi,cNi,dNi,eNi,fNi,gNi,hNi,iNi,jNi,kNi,lNi,mNi,nNi,oNi,pNi,qNi,rNi,sNi,tNi,uNi,vNi,wNi,xNi,yNi,zNi,ANi,BNi,CNi,DNi,ENi,FNi,aOi,bOi,cOi,dOi,eOi,fOi,gOi,hOi,iOi,jOi,kOi,lOi,mOi,nOi,oOi,pOi,qOi,rOi,sOi,tOi,uOi,vOi,wOi,xOi,yOi,zOi,AOi,BOi,COi,DOi,EOi,FOi,aPi,bPi,cPi,dPi,ePi,fPi,gPi,hPi,iPi,jPi,kPi,lPi,mPi,nPi,oPi,pPi,qPi,rPi,sPi,tPi,uPi,vPi,wPi,xPi,yPi,zPi,APi,BPi,CPi,DPi,EPi,FPi,aQi,bQi,cQi,dQi,eQi,fQi,gQi,hQi,iQi,jQi,kQi,lQi,mQi,nQi,oQi,pQi,qQi,rQi,sQi,tQi,uQi,vQi,wQi,xQi,yQi,zQi,AQi,BQi,CQi,DQi,EQi,FQi,aRi,bRi,cRi,dRi,eRi,fRi,gRi,hRi,iRi,jRi,kRi,lRi,mRi,nRi,oRi,pRi,qRi,rRi,sRi,tRi,uRi,vRi,wRi,xRi,yRi,zRi,ARi,BRi,CRi,DRi,ERi,FRi,aSi,bSi,cSi,dSi,eSi,fSi,gSi,hSi,iSi,jSi,kSi,lSi,mSi,nSi,oSi,pSi,qSi,rSi,sSi,tSi,uSi,vSi,wSi,xSi,ySi,zSi,ASi,BSi,CSi,DSi,ESi,FSi,aTi,bTi,cTi,dTi,eTi,fTi,gTi,hTi,iTi,jTi,kTi,lTi,mTi,nTi,oTi,pTi,qTi,rTi,sTi,tTi,uTi,vTi,wTi,xTi,yTi,zTi,ATi,BTi,CTi,DTi,ETi,FTi;function qWi(){qWi=v0i;oXi=f9h(A_h,42,-1,[60,62]);pXi=f9h(A_h,42,-1,[60,47]);wXi=f9h(A_h,42,-1,[93,93]);vXi=f9h(A_h,42,-1,[65533]);yXi=f9h(A_h,42,-1,[32]);nXi=f9h(A_h,42,-1,[10]);lXi=lfi(ixg);tXi=lfi(jxg);CXi=lfi(kxg);EXi=lfi(lxg);BXi=f9h(A_h,42,-1,[116,105,116,108,101]);xXi=f9h(A_h,42,-1,[115,99,114,105,112,116]);zXi=f9h(A_h,42,-1,[115,116,121,108,101]);uXi=f9h(A_h,42,-1,[112,108,97,105,110,116,101,120,116]);DXi=f9h(A_h,42,-1,[120,109,112]);AXi=f9h(A_h,42,-1,[116,101,120,116,97,114,101,97]);mXi=f9h(A_h,42,-1,[105,102,114,97,109,101]);qXi=f9h(A_h,42,-1,[110,111,101,109,98,101,100]);sXi=f9h(A_h,42,-1,[110,111,115,99,114,105,112,116]);rXi=f9h(A_h,42,-1,[110,111,102,114,97,109,101,115])}
+function hWi(a){var b;a.cb&&(wHi(),FOi)==a.pb&&(koi(),pri)==a.l;if(a.l){b=xfi(a.F,0,a.ab);if(!a.w&&a.A&&a.B&&poi(a.l)){b=aYi(b)}tUi(a.m,a.l,b,a.tb)}}
+function iWi(a){a.cb&&(koi(),pri)==a.l&&(wHi(),FOi)==a.pb;if(a.l){if(a.A){if(ooi(a.l)){if(a.B){tUi(a.m,a.l,a.l.a[0],a.tb)}else{tUi(a.m,a.l,cNh,a.tb)}}else{tUi(a.m,a.l,cNh,a.tb)}}else{if((koi(),wDi)==a.l||kvi==a.l){mxg+a.l.a[0]+nxg}tUi(a.m,a.l,cNh,a.tb)}}}
+function jWi(b,a){switch(b.p.b){case 2:--b.ab;kWi(b,32);kWi(b,45);case 0:kWi(b,a);break;case 1:DWi(b,pxg);}}
+function kWi(c,a){var b;if(c.ab==c.F.length){b=e9h(A_h,42,-1,c.ab+(c.ab>>1),1);Afi(c.F,0,b,0,c.F.length);c.F=b}c.F[c.ab++]=a}
+function lWi(f,a,d,b){var c,e;e=f.ab+b;if(f.F.length<e){c=e9h(A_h,42,-1,e+(e>>1),1);Afi(f.F,0,c,0,f.F.length);f.F=c}Afi(a,d,f.F,f.ab,b);f.ab=e}
+function mWi(a){switch(a.p.b){case 2:kWi(a,32);case 0:kWi(a,45);break;case 1:DWi(a,pxg);}}
+function nWi(c,a){var b;if(c.mb==c.lb.length){b=e9h(A_h,42,-1,c.lb.length+1024,1);Afi(c.lb,0,b,0,c.lb.length);c.lb=b}c.lb[c.mb++]=a}
+function oWi(a){a.l=nHi(a.lb,0,a.mb,a.db!=(Fli(),ami));if(!a.m){a.m=sUi(new rUi(),a.bb)}if(yUi(a.m,a.l)){qxg+a.l.a[0]+rxg;a.l=null}}
+function rWi(a){switch(a.r.d){case 36:a.s=BXi;return;case 31:a.s=xXi;return;case 33:a.s=zXi;return;case 30:a.s=uXi;return;case 38:a.s=DXi;return;case 35:a.s=AXi;return;case 47:a.s=mXi;return;case 60:a.s=qXi;return;case 26:a.s=sXi;return;case 25:a.s=rXi;return;default:return;}}
+function sWi(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,nXi,0,1);c.u=2147483647}
+function tWi(c,b,a){if(c.sb){EYi(c.qb,c.F,0,c.ab-b)}c.u=a+1}
+function uWi(d,c,b){var a;d.u=b+1;d.kb=0;a=!d.m?(wUi(),bVi):d.m;if(d.w){cZi(d.qb,d.pb)}else{i0i(d.qb,d.pb,a,c)}bXi(d);return d.kb}
+function xWi(b,c,a){if((a&-2)!=0){lWi(b,c,0,c.length)}else{xYi(b.qb,c,0,c.length)}}
+function vWi(b,c,a){if((a&-2)!=0){kWi(b,c[0])}else{xYi(b.qb,c,0,1)}}
+function wWi(b,a){if((a&-2)!=0){lWi(b,b.lb,0,b.mb)}else{zWi(b)}}
+function yWi(c,a,b){c.h=true;c.D=true;jUi(c,a,b);xYi(c.qb,vXi,0,1);c.u=2147483647}
+function zWi(a){if(a.mb>0){xYi(a.qb,a.lb,0,a.mb)}}
+function AWi(a){if(a.eb){return sUi(new rUi(),a.bb)}else{return wUi(),bVi}}
+function BWi(a){a.lb=null;a.F=null;a.ob=null;a.gb=null;a.v=null;a.pb=null;a.l=null;dZi(a.qb);if(a.m){vUi(a.m,a.bb);a.m=null}}
+function CWi(j){var a,b,e,h,i,k;i=j.kb;h=j.hb;c:for(;;){switch(i){case 53:xYi(j.qb,oXi,0,1);break c;case 4:xYi(j.qb,oXi,0,1);break c;case 37:if(j.C<j.s.length){break c}else{break c}case 5:xYi(j.qb,pXi,0,2);break c;case 6:break c;case 7:case 14:case 48:break c;case 8:break c;case 9:case 10:break c;case 11:case 12:case 13:break c;case 15:tWi(j,0,0);break c;case 59:aXi(j);tWi(j,0,0);break c;case 16:j.ab=0;tWi(j,0,0);break c;case 38:tWi(j,0,0);break c;case 39:if(j.C<6){tWi(j,0,0)}else{j.v=cNh;j.gb=null;j.ob=null;j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c}break c;case 30:case 32:case 35:tWi(j,0,0);break c;case 34:tWi(j,2,0);break c;case 33:case 31:tWi(j,1,0);break c;case 36:tWi(j,3,0);break c;case 17:case 18:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 19:j.v=String(xfi(j.lb,0,j.mb));j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 40:case 41:case 20:case 21:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 22:case 23:j.y=true;j.gb=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 24:case 25:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 26:case 27:j.y=true;j.ob=xfi(j.F,0,j.ab);j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 28:j.y=true;j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 29:j.u=1;FYi(j.qb,j.v,j.gb,j.ob,j.y);break c;case 42:wWi(j,h);i=h;continue;case 44:g:for(;;){++j.x;d:for(;;){if(j.z==-1){break d}if(j.x==(rVi(),sVi)[j.z].length){break d}if(j.x>sVi[j.z].length){break g}else if(0<sVi[j.z][j.x]){--j.z}else{break d}}f:for(;;){if(j.z<j.E){break g}if(j.x==(rVi(),sVi)[j.E].length){j.o=j.E;j.nb=j.mb;++j.E}else if(j.x>sVi[j.E].length){break g}else if(0>sVi[j.E][j.x]){++j.E}else{break f}}if(j.z<j.E){break g}continue}if(j.o==-1){wWi(j,h);i=h;continue c}else{a=(rVi(),sVi)[j.o];if(a[a.length-1]!=59){if((h&-2)!=0){if(j.nb==j.mb){b=0}else{b=j.lb[j.nb]}if(b>=48&&b<=57||b>=65&&b<=90||b>=97&&b<=122){lWi(j,j.lb,0,j.mb);i=h;continue c}}}k=tVi[j.o];xWi(j,k,h);if(j.nb<j.mb){if((h&-2)!=0){for(e=j.nb;e<j.mb;++e){kWi(j,j.lb[e])}}else{xYi(j.qb,j.lb,j.nb,j.mb-j.nb)}}i=h;continue c}case 43:case 46:case 45:if(j.ib){}else{sxg+xfi(j.lb,0,j.mb)+rxg;wWi(j,h);i=h;continue}EWi(j,h);i=h;continue;case 0:default:break c;}}eZi(j.qb);return}
+function DWi(c,a){var b;b=a1i(new F0i(),a,c);throw b}
+function EWi(c,b){var a,d;if(c.rb>=128&&c.rb<=159){d=(rVi(),uVi)[c.rb-128];vWi(c,d,b)}else if(c.rb==13){vWi(c,nXi,b)}else if(c.rb==12&&c.t!=(Fli(),ami)){if(c.t==(Fli(),bmi)){vWi(c,yXi,b)}else if(c.t==cmi){DWi(c,txg)}}else if(c.rb>=0&&c.rb<=8||c.rb==11||c.rb>=14&&c.rb<=31||c.rb==127){uxg+oUi(c.rb&65535)+vxg;vWi(c,vXi,b)}else if((c.rb&63488)==55296){vWi(c,vXi,b)}else if((c.rb&65534)==65534){vWi(c,vXi,b)}else if(c.rb>=64976&&c.rb<=65007){vWi(c,vXi,b)}else if(c.rb<=65535){a=c.rb&65535;c.n[0]=a;vWi(c,c.n,b)}else if(c.rb<=1114111){c.k[0]=55232+(c.rb>>10)&65535;c.k[1]=56320+(c.rb&1023)&65535;xWi(c,c.k,b)}else{vWi(c,vXi,b)}}
+function aXi(a){switch(a.p.b){case 2:kWi(a,32);break;case 1:DWi(a,wxg);}}
+function bXi(a){if(a.eb){a.m=null}else{vUi(a.m,a.bb)}}
+function dXi(c,b){var a;c.kb=b;if(b==0){return}a=null.dc();c.r=bUi(a,0,null.cc);rWi(c)}
+function eXi(c,b,a){c.kb=b;c.r=a;rWi(c)}
+function hXi(a,b){if(b==(Fli(),cmi)){throw Fci(new Eci(),xxg)}a.tb=b}
+function iXi(a){a.q=false;a.lb=e9h(A_h,42,-1,64,1);a.mb=0;a.F=e9h(A_h,42,-1,1024,1);a.ab=0;a.kb=0;a.D=false;a.A=false;a.cb=false;j0i(a.qb,a);a.sb=a.qb.A;a.C=0;a.y=false;a.j=0;a.x=-1;a.E=0;a.z=(rVi(),sVi).length-1;a.o=-1;a.nb=0;a.fb=-1;a.rb=0;a.ib=false;a.jb=false;if(a.eb){a.m=null}else{a.m=sUi(new rUi(),a.bb)}a.a=false;a.f=a.g=0;a.c=a.d=1;a.h=true;a.i=0;a.b=false}
+function jXi(Ab,vb,p,rb,o,tb,ub,cb){var q,u,bb,ib,kb,Bb;wb:for(;;){switch(vb){case 0:z:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);vb=4;break z;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 4:yb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p>=65&&p<=90){Ab.w=false;Ab.lb[0]=p+32&65535;Ab.mb=1;vb=6;break yb}else if(p>=97&&p<=122){Ab.w=false;Ab.lb[0]=p;Ab.mb=1;vb=6;break yb}switch(p){case 33:vb=16;continue wb;case 47:vb=5;continue wb;case 63:Ab.F[0]=p;Ab.ab=1;vb=15;continue wb;case 62:xYi(Ab.qb,oXi,0,2);Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=0;tb=true;continue wb;}}case 6:xb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=7;break xb;case 47:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=48;continue wb;case 62:Ab.pb=bUi(Ab.lb,0,Ab.mb);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 7:h:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:vb=48;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:case 61:default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;break h;}}case 8:e:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;oWi(Ab);vb=9;break wb;case 10:Ab.h=true;case 32:case 9:case 12:oWi(Ab);vb=9;continue wb;case 47:oWi(Ab);iWi(Ab);vb=48;continue wb;case 61:oWi(Ab);vb=10;break e;case 62:oWi(Ab);iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 10:i:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=11;break i;case 38:Ab.ab=0;vb=13;tb=true;continue wb;case 39:Ab.ab=0;vb=12;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 61:iUi(p);default:Ab.F[0]=p;Ab.ab=1;vb=13;continue wb;}}case 11:f:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 34:hWi(Ab);vb=14;break f;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=34;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 14:a:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 47:vb=48;break a;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}}case 48:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:vb=uWi(Ab,true,rb);if(Ab.jb){break wb}continue wb;default:vb=7;tb=true;continue wb;}case 13:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;hWi(Ab);vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:hWi(Ab);vb=7;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=62;fVi(new eVi(),Ab);ub=vb;vb=42;continue wb;case 62:hWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 60:case 34:case 39:case 61:default:kWi(Ab,p);continue;}}case 9:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 47:iWi(Ab);vb=48;continue wb;case 61:vb=10;continue wb;case 62:iWi(Ab);vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 0:p=65533;case 34:case 39:case 60:default:iWi(Ab);if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=8;continue wb;}}case 15:n:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=59;break n;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 59:m:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:aXi(Ab);tWi(Ab,0,rb);vb=0;continue wb;case 45:mWi(Ab);continue m;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=15;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=15;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=15;continue wb;}}case 16:ob:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:Ab.F[0]=p;Ab.ab=1;vb=38;break ob;case 100:case 68:Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=39;continue wb;case 91:if(Ab.qb.l==0){Ab.F[0]=p;Ab.ab=1;Ab.C=0;vb=49;continue wb}else{}default:Ab.ab=0;vb=15;tb=true;continue wb;}}case 38:nb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 0:break wb;case 45:Ab.ab=0;vb=30;break nb;default:vb=15;tb=true;continue wb;}}case 30:y:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=31;continue wb;case 62:tWi(Ab,0,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;break y;case 0:p=65533;default:kWi(Ab,p);vb=32;break y;}}case 32:x:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=33;break x;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 33:v:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;break v;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 34:w:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,2,rb);vb=0;continue wb;case 45:jWi(Ab,p);continue;case 32:case 9:case 12:jWi(Ab,p);vb=35;break w;case 13:Ab.h=true;Ab.D=true;jWi(Ab,10);vb=35;break wb;case 10:Ab.h=true;jWi(Ab,10);vb=35;break w;case 33:kWi(Ab,p);vb=36;continue wb;case 0:p=65533;default:jWi(Ab,p);vb=32;continue wb;}}case 35:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,0,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 32:case 9:case 12:kWi(Ab,p);continue;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 36:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:tWi(Ab,3,rb);vb=0;continue wb;case 45:kWi(Ab,p);vb=33;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}}case 31:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:kWi(Ab,p);vb=34;continue wb;case 62:tWi(Ab,1,rb);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);vb=32;break wb;case 10:Ab.h=true;kWi(Ab,10);vb=32;continue wb;case 0:p=65533;default:kWi(Ab,p);vb=32;continue wb;}case 39:mb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){ib=p;if(p>=65&&p<=90){ib+=32}if(ib==tXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{vb=17;tb=true;break mb}}case 17:B:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}Ab.v=cNh;Ab.ob=null;Ab.gb=null;Ab.y=false;switch(p){case 13:Ab.h=true;Ab.D=true;vb=18;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=18;break B;default:vb=18;tb=true;break B;}}case 18:j:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}Ab.lb[0]=p;Ab.mb=1;vb=19;break j;}}case 19:C:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break wb;case 10:Ab.h=true;case 32:case 9:case 12:Ab.v=String(xfi(Ab.lb,0,Ab.mb));vb=20;break C;case 62:Ab.v=String(xfi(Ab.lb,0,Ab.mb));Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}nWi(Ab,p);continue;}}case 20:b:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 112:case 80:Ab.C=0;vb=40;break b;case 115:case 83:Ab.C=0;vb=41;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 40:F:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=CXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue}else{vb=21;tb=true;break F}}case 21:k:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=22;break k;case 39:Ab.ab=0;vb=23;continue wb;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 22:D:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;break D;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 24:c:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;break c;case 39:Ab.ab=0;vb=27;continue wb;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 26:E:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 34:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 28:d:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=false;vb=29;break d;}}case 29:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 62:Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;default:continue;}}case 41:ab:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<5){ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=EXi[Ab.C]){Ab.y=true;vb=29;tb=true;continue wb}++Ab.C;continue wb}else{vb=25;tb=true;break ab}}case 25:l:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 13:Ab.h=true;Ab.D=true;break wb;case 10:Ab.h=true;case 32:case 9:case 12:continue;case 34:Ab.ab=0;vb=26;continue wb;case 39:Ab.ab=0;vb=27;break l;case 62:Ab.y=true;Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;default:Ab.y=true;vb=29;continue wb;}}case 27:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.ob=xfi(Ab.F,0,Ab.ab);vb=28;continue wb;case 62:Ab.y=true;Ab.ob=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 23:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 39:Ab.gb=xfi(Ab.F,0,Ab.ab);vb=24;continue wb;case 62:Ab.y=true;Ab.gb=xfi(Ab.F,0,Ab.ab);Ab.u=rb+1;FYi(Ab.qb,Ab.v,Ab.gb,Ab.ob,Ab.y);vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 49:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<6){if(p==lXi[Ab.C]){kWi(Ab,p)}else{vb=15;tb=true;continue wb}++Ab.C;continue}else{Ab.u=rb;vb=50;tb=true;break}}case 50:t:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 93:jUi(Ab,o,rb);vb=51;break t;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 51:s:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 93:vb=52;break s;default:xYi(Ab.qb,wXi,0,1);Ab.u=rb;vb=50;tb=true;continue wb;}}case 52:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;default:xYi(Ab.qb,wXi,0,2);Ab.u=rb;vb=50;tb=true;continue wb;}case 12:g:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 39:hWi(Ab);vb=14;continue wb;case 38:Ab.lb[0]=p;Ab.mb=1;Ab.j=39;fVi(new eVi(),Ab);ub=vb;vb=42;break g;case 13:Ab.h=true;Ab.D=true;kWi(Ab,10);break wb;case 10:Ab.h=true;kWi(Ab,10);continue;case 0:p=65533;default:kWi(Ab,p);continue;}}case 42:if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(p==0){break wb}switch(p){case 32:case 9:case 10:case 13:case 12:case 60:case 38:wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb;case 35:nWi(Ab,35);vb=43;continue wb;default:if(p==Ab.j){wWi(Ab,ub);vb=ub;tb=true;continue wb}Ab.x=-1;Ab.E=0;Ab.z=(rVi(),sVi).length-1;Ab.o=-1;Ab.nb=0;vb=44;tb=true;}case 44:pb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(p==0){break wb}++Ab.x;jb:for(;;){if(Ab.z==-1){break jb}if(Ab.x==(rVi(),sVi)[Ab.z].length){break jb}if(Ab.x>sVi[Ab.z].length){break pb}else if(p<sVi[Ab.z][Ab.x]){--Ab.z}else{break jb}}lb:for(;;){if(Ab.z<Ab.E){break pb}if(Ab.x==(rVi(),sVi)[Ab.E].length){Ab.o=Ab.E;Ab.nb=Ab.mb;++Ab.E}else if(Ab.x>sVi[Ab.E].length){break pb}else if(p>sVi[Ab.E][Ab.x]){++Ab.E}else{break lb}}if(Ab.z<Ab.E){break pb}nWi(Ab,p);continue}if(Ab.o==-1){wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}else{q=(rVi(),sVi)[Ab.o];if(q[q.length-1]!=59){if((ub&-2)!=0){if(Ab.nb==Ab.mb){u=p}else{u=Ab.lb[Ab.nb]}if(u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122){lWi(Ab,Ab.lb,0,Ab.mb);vb=ub;tb=true;continue wb}}}Bb=tVi[Ab.o];xWi(Ab,Bb,ub);if(Ab.nb<Ab.mb){if((ub&-2)!=0){for(kb=Ab.nb;kb<Ab.mb;++kb){kWi(Ab,Ab.lb[kb])}}else{xYi(Ab.qb,Ab.lb,Ab.nb,Ab.mb-Ab.nb)}}if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}case 43:if(++rb==cb){break wb}p=gUi(Ab,o,rb);Ab.fb=-1;Ab.rb=0;Ab.ib=false;switch(p){case 120:case 88:nWi(Ab,p);vb=45;continue wb;default:vb=46;tb=true;}case 46:A:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=10;Ab.rb+=p-48;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;break A}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 47:EWi(Ab,ub);vb=ub;continue wb;case 45:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.rb<Ab.fb){Ab.rb=1114112}Ab.fb=Ab.rb;if(p>=48&&p<=57){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-48;continue}else if(p>=65&&p<=70){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-65+10;continue}else if(p>=97&&p<=102){Ab.ib=true;Ab.rb*=16;Ab.rb+=p-97+10;continue}else if(p==59){if(Ab.ib){if((ub&-2)==0){Ab.u=rb+1}vb=47;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;nWi(Ab,59);wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb+1}vb=ub;continue wb}}else{if(Ab.ib){if((ub&-2)==0){Ab.u=rb}vb=47;tb=true;continue wb}else{sxg+xfi(Ab.lb,0,Ab.mb)+rxg;wWi(Ab,ub);if((ub&-2)==0){Ab.u=rb}vb=ub;tb=true;continue wb}}}case 3:qb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 2:r:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 60:jUi(Ab,o,rb);ub=vb;vb=53;break r;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 53:zb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 33:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=54;break zb;case 47:if(Ab.r){Ab.C=0;Ab.mb=0;vb=37;continue wb}default:xYi(Ab.qb,oXi,0,1);Ab.u=rb;vb=ub;tb=true;continue wb;}}case 54:eb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=55;break eb;default:vb=ub;tb=true;continue wb;}}case 55:db:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;break db;default:vb=ub;tb=true;continue wb;}}case 58:fb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:continue;case 62:vb=ub;continue wb;case 0:yWi(Ab,o,rb);vb=56;break fb;case 13:sWi(Ab,o,rb);vb=56;break wb;case 10:Ab.h=true;default:vb=56;break fb;}}case 56:hb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=57;break hb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}case 57:gb:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 45:vb=58;continue wb;case 0:yWi(Ab,o,rb);vb=56;continue wb;case 13:sWi(Ab,o,rb);vb=56;continue wb;case 10:Ab.h=true;default:vb=56;continue wb;}}case 37:for(;;){if(++rb==cb){break wb}p=gUi(Ab,o,rb);if(Ab.C<Ab.s.length){bb=Ab.s[Ab.C];ib=p;if(p>=65&&p<=90){ib+=32}if(ib!=bb){Ab.A&&(Ab.C>0||ib>=97&&ib<=122)&&(wHi(),jNi)!=Ab.r;xYi(Ab.qb,pXi,0,2);zWi(Ab);Ab.u=rb;vb=ub;tb=true;continue wb}nWi(Ab,p);++Ab.C;continue}else{Ab.w=true;Ab.pb=Ab.r;switch(p){case 13:Ab.h=true;Ab.D=true;vb=7;break wb;case 10:Ab.h=true;case 32:case 9:case 12:vb=7;continue wb;case 62:vb=uWi(Ab,false,rb);if(Ab.jb){break wb}continue wb;case 47:vb=48;continue wb;default:xYi(Ab.qb,pXi,0,2);zWi(Ab);if(p==0){yWi(Ab,o,rb)}else{Ab.u=rb}vb=ub;continue wb;}}}case 5:if(++rb==cb){break wb}p=gUi(Ab,o,rb);switch(p){case 62:Ab.u=rb+1;vb=0;continue wb;case 13:Ab.h=true;Ab.D=true;Ab.F[0]=10;Ab.ab=1;vb=15;break wb;case 10:Ab.h=true;Ab.F[0]=10;Ab.ab=1;vb=15;continue wb;case 0:p=65533;default:if(p>=65&&p<=90){p+=32}if(p>=97&&p<=122){Ab.w=true;Ab.lb[0]=p;Ab.mb=1;vb=6;continue wb}else{Ab.F[0]=p;Ab.ab=1;vb=15;continue wb}}case 1:sb:for(;;){if(tb){tb=false}else{if(++rb==cb){break wb}p=gUi(Ab,o,rb)}switch(p){case 38:jUi(Ab,o,rb);Ab.lb[0]=p;Ab.mb=1;Ab.j=0;ub=vb;vb=42;continue wb;case 60:jUi(Ab,o,rb);ub=vb;vb=53;continue wb;case 0:yWi(Ab,o,rb);continue;case 13:sWi(Ab,o,rb);break wb;case 10:Ab.h=true;default:continue;}}}}jUi(Ab,o,rb);Ab.kb=vb;Ab.hb=ub;return rb}
+function kXi(f,a){var b,c,d,e;e=f.kb;c=f.hb;f.jb=false;f.D=false;d=a.c;b=d-1;switch(e){case 0:case 1:case 2:case 3:case 50:case 56:case 54:case 55:case 57:case 58:f.u=d;break;default:f.u=2147483647;}b=jXi(f,e,0,b,a.a,false,c,a.b);if(b==a.b){a.c=b}else{a.c=b+1}return f.D}
+function FXi(){return v_h}
+function aYi(d){var a,b,c;if(d==null){return null}a=e9h(A_h,42,-1,d.length,1);for(c=0;c<d.length;++c){b=d.charCodeAt(c);if(b>=65&&b<=90){b+=32}a[c]=b}return String.fromCharCode.apply(null,a)}
+function eWi(){}
+_=eWi.prototype=new xdi();_.gC=FXi;_.tI=0;_.j=0;_.k=null;_.l=null;_.m=null;_.n=null;_.o=0;_.q=false;_.r=null;_.s=null;_.u=0;_.v=null;_.w=false;_.x=0;_.y=false;_.z=0;_.A=false;_.B=false;_.C=0;_.D=false;_.E=0;_.F=null;_.ab=0;_.bb=0;_.cb=false;_.eb=false;_.fb=0;_.gb=null;_.hb=0;_.ib=false;_.jb=false;_.kb=0;_.lb=null;_.mb=0;_.nb=0;_.ob=null;_.pb=null;_.qb=null;_.rb=0;_.sb=false;var lXi,mXi,nXi,oXi,pXi,qXi,rXi,sXi,tXi,uXi,vXi,wXi,xXi,yXi,zXi,AXi,BXi,CXi,DXi,EXi;function hUi(){hUi=v0i;qWi()}
+function fUi(a,b){hUi();a.t=(Fli(),bmi);a.p=bmi;a.tb=bmi;a.db=bmi;a.qb=b;a.eb=false;a.n=e9h(A_h,42,-1,1,1);a.k=e9h(A_h,42,-1,2,1);a.e=bmi;return a}
+function gUi(e,a,d){var b,c;e.g=e.f;e.d=e.c;if(e.h){++e.f;e.c=1;e.h=false}else{++e.c}b=a[d];if(!e.q&&!e.a&&b>127){e.a=true}switch(b){case 0:case 9:case 13:case 10:break;case 12:if(e.e==(Fli(),cmi)){DWi(e,yxg+oUi(b)+Bxg)}else{if(e.e==bmi){b=a[d]=32}yxg+oUi(b)+Bxg}break;default:if((b&64512)==56320){if((e.i&64512)==55296){c=(e.i<<10)+b+-56613888;if(c>=983040&&c<=1048573||c>=1048576&&c<=1114109){pUi(e)}}}else if(b<32||(b&65534)==65534){switch(e.e.b){case 1:DWi(e,Cxg+oUi(b)+Dxg);break;case 2:b=a[d]=65533;case 0:Cxg+oUi(b)+Dxg;}}else if(b>=127&&b<=159||b>=64976&&b<=64991){Cxg+oUi(b)+Dxg}else if(b>=57344&&b<=63743){pUi(e)}}e.i=b;return b}
+function iUi(a){switch(a){case 61:return;case 60:return;}}
+function jUi(e,a,d){var b,c;if(d>e.u){c=e.f;b=e.c;e.f=e.g;e.c=e.d;xYi(e.qb,a,e.u,d-e.u);e.f=c;e.c=b}e.u=2147483647}
+function kUi(a){if(a.c>0){return a.c}else{return -1}}
+function lUi(a){if(a.f>0){return a.f}else{return -1}}
+function oUi(a){var b;b=idi(a,4);switch(b.length){case 1:return Exg+b;case 2:return Fxg+b;case 3:return ayg+b;case 4:return byg+b;default:throw Edi(new Ddi(),cyg);}}
+function pUi(a){if(!a.b){a.b=true}}
+function qUi(){return r_h}
+function dUi(){}
+_=dUi.prototype=new eWi();_.gC=qUi;_.tI=0;_.a=false;_.b=false;_.c=0;_.d=0;_.f=0;_.g=0;_.h=false;_.i=0;function wUi(){wUi=v0i;aVi=e9h(E_h,49,9,0,0);cVi=e9h(D_h,48,1,0,0);bVi=sUi(new rUi(),0)}
+function sUi(b,a){wUi();b.b=a;b.a=0;b.c=e9h(E_h,49,9,5,0);b.d=e9h(D_h,48,1,5,0);b.e=0;b.f=aVi;b.g=cVi;return b}
+function tUi(e,a,f,g){var b,c,d;a==(koi(),pvi);if(a.d){if(e.f.length==e.e){b=e.e==0?2:e.e<<1;c=e9h(E_h,49,9,b,0);Afi(e.f,0,c,0,e.f.length);e.f=c;d=e9h(D_h,48,1,b,0);Afi(e.g,0,d,0,e.g.length);e.g=d}e.f[e.e]=a;e.g[e.e]=f;++e.e;switch(g.b){case 1:throw z0i(new y0i(),dyg);case 2:return;}}if(e.c.length==e.a){b=e.a<<1;c=e9h(E_h,49,9,b,0);Afi(e.c,0,c,0,e.c.length);e.c=c;d=e9h(D_h,48,1,b,0);Afi(e.d,0,d,0,e.d.length);e.d=d}e.c[e.a]=a;e.d[e.a]=f;++e.a}
+function vUi(c,b){var a;for(a=0;a<c.a;++a){h9h(c.c,a,null);h9h(c.d,a,null)}c.a=0;c.b=b;for(a=0;a<c.e;++a){h9h(c.f,a,null);h9h(c.g,a,null)}c.e=0}
+function uUi(b){var a;for(a=0;a<b.a;++a){h9h(b.c,a,null);h9h(b.d,a,null)}b.a=0}
+function xUi(c){var a,b;a=sUi(new rUi(),0);for(b=0;b<c.a;++b){tUi(a,c.c[b],c.d[b],(Fli(),ami))}for(b=0;b<c.e;++b){tUi(a,c.f[b],c.g[b],(Fli(),ami))}return a}
+function yUi(c,b){var a;for(a=0;a<c.a;++a){if(b.a[0]==c.c[a].a[0]){return true}}for(a=0;a<c.e;++a){if(b.a[0]==c.f[a].a[0]){return true}}return false}
+function zUi(b,a){if(a<b.a&&a>=0){return b.c[a]}else{return null}}
+function AUi(c,b){var a;for(a=0;a<c.a;++a){if(c.c[a]==b){return a}}return -1}
+function BUi(b,a){if(a<b.a&&a>=0){return b.c[a].a[b.b]}else{return null}}
+function CUi(b,a){if(a<b.a&&a>=0){return b.c[a].c[b.b]}else{return null}}
+function DUi(b,a){if(a<b.a&&a>=0){return b.d[a]}else{return null}}
+function EUi(c,b){var a;a=AUi(c,b);if(a==-1){return null}else{return DUi(c,a)}}
+function FUi(e,f,d){var a,b,c;for(b=0;b<e.a;++b){a=e.c[b];if(!a.b[e.b]){c=a.a[e.b];switch(d.b){case 2:e.c[b]=(koi(),ioi(new hoi(),dpi,ACi(mVi(c)),epi,bpi,false));case 0:a!=(koi(),DGi);break;case 1:gZi(f,mxg+c+eyg);}}}}
+function dVi(){return s_h}
+function rUi(){}
+_=rUi.prototype=new xdi();_.gC=dVi;_.tI=0;_.a=0;_.b=0;_.c=null;_.d=null;_.e=0;_.f=null;_.g=null;var aVi,bVi,cVi;function fVi(b,a){kUi(a);lUi(a);return b}
+function hVi(){return t_h}
+function eVi(){}
+_=eVi.prototype=new xdi();_.gC=hVi;_.tI=0;function jVi(){jVi=v0i;kVi=lfi(gyg)}
+function lVi(c,a){var b;uei(c,hyg);for(b=0;b<6;++b){uei(c,String.fromCharCode(kVi[(a&15728640)>>20]));a<<=4}}
+function mVi(e){jVi();var a,b,c,d;d=tei(new rei());for(b=0;b<e.length;++b){a=e.charCodeAt(b);if((a&64512)==55296){c=e.charCodeAt(++b);lVi(d,(a<<10)+c+-56613888)}else if(b==0&&!(a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95)){lVi(d,a)}else if(b!=0&&!(a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542)){lVi(d,a)}else{uei(d,String.fromCharCode(a))}}return String(zei(d))}
+function pVi(c){jVi();var a,b;if(c==null){return false}else{b=c.length;switch(b){case 0:return false;case 1:return nVi(c.charCodeAt(0));default:if(!nVi(c.charCodeAt(0))){return false}for(a=1;a<b;++a){if(!oVi(c.charCodeAt(a))){return false}}}return true}}
+function nVi(a){return a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95}
+function oVi(a){return a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329||a==95||a==46||a==45||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542}
+var kVi;function rVi(){rVi=v0i;sVi=f9h(cai,52,12,[lfi(iyg),lfi(jyg),lfi(kyg),lfi(lyg),lfi(myg),lfi(nyg),lfi(oyg),lfi(pyg),lfi(ryg),lfi(syg),lfi(tyg),lfi(uyg),lfi(vyg),lfi(wyg),lfi(xyg),lfi(yyg),lfi(zyg),lfi(Ayg),lfi(Cyg),lfi(Dyg),lfi(Eyg),lfi(Fyg),lfi(azg),lfi(bzg),lfi(czg),lfi(dzg),lfi(ezg),lfi(fzg),lfi(hzg),lfi(izg),lfi(jzg),lfi(kzg),lfi(lzg),lfi(mzg),lfi(nzg),lfi(ozg),lfi(pzg),lfi(qzg),lfi(szg),lfi(tzg),lfi(uzg),lfi(vzg),lfi(wzg),lfi(xzg),lfi(yzg),lfi(zzg),lfi(Azg),lfi(Bzg),lfi(Dzg),lfi(Ezg),lfi(Fzg),lfi(aAg),lfi(bAg),lfi(cAg),lfi(dAg),lfi(eAg),lfi(fAg),lfi(gAg),lfi(iAg),lfi(jAg),lfi(kAg),lfi(lAg),lfi(mAg),lfi(nAg),lfi(oAg),lfi(pAg),lfi(qAg),lfi(rAg),lfi(tAg),lfi(uAg),lfi(vAg),lfi(wAg),lfi(xAg),lfi(yAg),lfi(zAg),lfi(AAg),lfi(BAg),lfi(CAg),lfi(EAg),lfi(FAg),lfi(aBg),lfi(bBg),lfi(cBg),lfi(dBg),lfi(eBg),lfi(fBg),lfi(gBg),lfi(hBg),lfi(kBg),lfi(lBg),lfi(mBg),lfi(nBg),lfi(oBg),lfi(pBg),lfi(qBg),lfi(rBg),lfi(sBg),lfi(tBg),lfi(vBg),lfi(wBg),lfi(xBg),lfi(yBg),lfi(zBg),lfi(ABg),lfi(BBg),lfi(CBg),lfi(DBg),lfi(EBg),lfi(aCg),lfi(bCg),lfi(cCg),lfi(dCg),lfi(eCg),lfi(fCg),lfi(gCg),lfi(hCg),lfi(iCg),lfi(jCg),lfi(lCg),lfi(mCg),lfi(nCg),lfi(oCg),lfi(pCg),lfi(qCg),lfi(rCg),lfi(sCg),lfi(tCg),lfi(uCg),lfi(wCg),lfi(xCg),lfi(yCg),lfi(zCg),lfi(ACg),lfi(BCg),lfi(CCg),lfi(DCg),lfi(ECg),lfi(FCg),lfi(bDg),lfi(cDg),lfi(dDg),lfi(eDg),lfi(fDg),lfi(gDg),lfi(hDg),lfi(iDg),lfi(jDg),lfi(kDg),lfi(mDg),lfi(nDg),lfi(oDg),lfi(pDg),lfi(qDg),lfi(rDg),lfi(sDg),lfi(tDg),lfi(uDg),lfi(vDg),lfi(xDg),lfi(yDg),lfi(zDg),lfi(ADg),lfi(BDg),lfi(CDg),lfi(DDg),lfi(EDg),lfi(FDg),lfi(aEg),lfi(cEg),lfi(dEg),lfi(eEg),lfi(fEg),lfi(gEg),lfi(hEg),lfi(iEg),lfi(jEg),lfi(kEg),lfi(lEg),lfi(nEg),lfi(oEg),lfi(pEg),lfi(qEg),lfi(rEg),lfi(sEg),lfi(tEg),lfi(uEg),lfi(vEg),lfi(wEg),lfi(zEg),lfi(AEg),lfi(BEg),lfi(CEg),lfi(DEg),lfi(EEg),lfi(FEg),lfi(aFg),lfi(bFg),lfi(cFg),lfi(eFg),lfi(fFg),lfi(gFg),lfi(hFg),lfi(iFg),lfi(jFg),lfi(kFg),lfi(lFg),lfi(mFg),lfi(nFg),lfi(pFg),lfi(qFg),lfi(rFg),lfi(sFg),lfi(tFg),lfi(uFg),lfi(vFg),lfi(wFg),lfi(xFg),lfi(yFg),lfi(AFg),lfi(BFg),lfi(CFg),lfi(DFg),lfi(EFg),lfi(FFg),lfi(aGg),lfi(bGg),lfi(cGg),lfi(dGg),lfi(fGg),lfi(gGg),lfi(hGg),lfi(iGg),lfi(jGg),lfi(kGg),lfi(lGg),lfi(mGg),lfi(nGg),lfi(oGg),lfi(qGg),lfi(rGg),lfi(sGg),lfi(tGg),lfi(uGg),lfi(vGg),lfi(wGg),lfi(xGg),lfi(yGg),lfi(zGg),lfi(BGg),lfi(CGg),lfi(DGg),lfi(EGg),lfi(FGg),lfi(aHg),lfi(bHg),lfi(cHg),lfi(dHg),lfi(eHg),lfi(gHg),lfi(hHg),lfi(iHg),lfi(jHg),lfi(kHg),lfi(lHg),lfi(mHg),lfi(nHg),lfi(oHg),lfi(pHg),lfi(rHg),lfi(sHg),lfi(tHg),lfi(uHg),lfi(vHg),lfi(wHg),lfi(xHg),lfi(yHg),lfi(zHg),lfi(AHg),lfi(CHg),lfi(DHg),lfi(EHg),lfi(FHg),lfi(aIg),lfi(bIg),lfi(cIg),lfi(dIg),lfi(eIg),lfi(fIg),lfi(iIg),lfi(jIg),lfi(kIg),lfi(lIg),lfi(mIg),lfi(nIg),lfi(oIg),lfi(pIg),lfi(qIg),lfi(rIg),lfi(tIg),lfi(uIg),lfi(vIg),lfi(wIg),lfi(xIg),lfi(yIg),lfi(zIg),lfi(AIg),lfi(BIg),lfi(CIg),lfi(EIg),lfi(FIg),lfi(aJg),lfi(bJg),lfi(cJg),lfi(dJg),lfi(eJg),lfi(fJg),lfi(gJg),lfi(hJg),lfi(jJg),lfi(kJg),lfi(lJg),lfi(mJg),lfi(nJg),lfi(oJg),lfi(pJg),lfi(qJg),lfi(rJg),lfi(sJg),lfi(uJg),lfi(vJg),lfi(wJg),lfi(xJg),lfi(yJg),lfi(zJg),lfi(AJg),lfi(BJg),lfi(CJg),lfi(DJg),lfi(FJg),lfi(aKg),lfi(bKg),lfi(cKg),lfi(dKg),lfi(eKg),lfi(fKg),lfi(gKg),lfi(hKg),lfi(iKg),lfi(kKg),lfi(lKg),lfi(mKg),lfi(nKg),lfi(oKg),lfi(pKg),lfi(qKg),lfi(rKg),lfi(sKg),lfi(tKg),lfi(vKg),lfi(wKg),lfi(xKg),lfi(yKg),lfi(zKg),lfi(AKg),lfi(BKg),lfi(CKg),lfi(DKg),lfi(EKg),lfi(aLg),lfi(bLg),lfi(cLg),lfi(dLg),lfi(eLg),lfi(fLg),lfi(gLg),lfi(hLg),lfi(iLg),lfi(jLg),lfi(lLg),lfi(mLg),lfi(nLg),lfi(oLg),lfi(pLg),lfi(qLg),lfi(rLg),lfi(sLg),lfi(tLg),lfi(uLg),lfi(xLg),lfi(yLg),lfi(zLg),lfi(ALg),lfi(BLg),lfi(CLg),lfi(DLg),lfi(ELg),lfi(FLg),lfi(aMg),lfi(cMg),lfi(dMg),lfi(eMg),lfi(fMg),lfi(gMg),lfi(hMg),lfi(iMg),lfi(jMg),lfi(kMg),lfi(lMg),lfi(nMg),lfi(oMg),lfi(pMg),lfi(qMg),lfi(rMg),lfi(sMg),lfi(tMg),lfi(uMg),lfi(vMg),lfi(wMg),lfi(yMg),lfi(zMg),lfi(AMg),lfi(BMg),lfi(CMg),lfi(DMg),lfi(EMg),lfi(FMg),lfi(aNg),lfi(bNg),lfi(dNg),lfi(eNg),lfi(fNg),lfi(gNg),lfi(hNg),lfi(iNg),lfi(jNg),lfi(kNg),lfi(lNg),lfi(mNg),lfi(oNg),lfi(pNg),lfi(qNg),lfi(rNg),lfi(sNg),lfi(tNg),lfi(uNg),lfi(vNg),lfi(wNg),lfi(xNg),lfi(zNg),lfi(ANg),lfi(BNg),lfi(CNg),lfi(DNg),lfi(ENg),lfi(FNg),lfi(aOg),lfi(bOg),lfi(cOg),lfi(eOg),lfi(fOg),lfi(gOg),lfi(hOg),lfi(iOg),lfi(jOg),lfi(kOg),lfi(lOg),lfi(mOg),lfi(nOg),lfi(pOg),lfi(qOg),lfi(rOg),lfi(sOg),lfi(tOg),lfi(uOg),lfi(vOg),lfi(wOg),lfi(xOg),lfi(yOg),lfi(AOg),lfi(BOg),lfi(COg),lfi(DOg),lfi(EOg),lfi(FOg),lfi(aPg),lfi(bPg),lfi(cPg),lfi(dPg),lfi(gPg),lfi(hPg),lfi(iPg),lfi(jPg),lfi(kPg),lfi(lPg),lfi(mPg),lfi(nPg),lfi(oPg),lfi(pPg),lfi(rPg),lfi(sPg),lfi(tPg),lfi(uPg),lfi(vPg),lfi(wPg),lfi(xPg),lfi(yPg),lfi(zPg),lfi(APg),lfi(CPg),lfi(DPg),lfi(EPg),lfi(FPg),lfi(aQg),lfi(bQg),lfi(cQg),lfi(dQg),lfi(eQg),lfi(fQg),lfi(hQg),lfi(iQg),lfi(jQg),lfi(kQg),lfi(lQg),lfi(mQg),lfi(nQg),lfi(oQg),lfi(pQg),lfi(qQg),lfi(sQg),lfi(tQg),lfi(uQg),lfi(vQg),lfi(wQg),lfi(xQg),lfi(yQg),lfi(zQg),lfi(AQg),lfi(BQg),lfi(DQg),lfi(EQg),lfi(FQg),lfi(aRg),lfi(bRg),lfi(cRg),lfi(dRg),lfi(eRg),lfi(fRg),lfi(gRg),lfi(iRg),lfi(jRg),lfi(kRg),lfi(lRg),lfi(mRg),lfi(nRg),lfi(oRg),lfi(pRg),lfi(qRg),lfi(rRg),lfi(tRg),lfi(uRg),lfi(vRg),lfi(wRg),lfi(xRg),lfi(yRg),lfi(zRg),lfi(ARg),lfi(BRg),lfi(CRg),lfi(ERg),lfi(FRg),lfi(aSg),lfi(bSg),lfi(cSg),lfi(dSg),lfi(eSg),lfi(fSg),lfi(gSg),lfi(hSg),lfi(jSg),lfi(kSg),lfi(lSg),lfi(mSg),lfi(nSg),lfi(oSg),lfi(pSg),lfi(qSg),lfi(rSg),lfi(sSg),lfi(vSg),lfi(wSg),lfi(xSg),lfi(ySg),lfi(zSg),lfi(ASg),lfi(BSg),lfi(CSg),lfi(DSg),lfi(ESg),lfi(aTg),lfi(bTg),lfi(cTg),lfi(dTg),lfi(eTg),lfi(fTg),lfi(gTg),lfi(hTg),lfi(iTg),lfi(jTg),lfi(lTg),lfi(mTg),lfi(nTg),lfi(oTg),lfi(pTg),lfi(qTg),lfi(rTg),lfi(sTg),lfi(tTg),lfi(uTg),lfi(wTg),lfi(xTg),lfi(yTg),lfi(zTg),lfi(ATg),lfi(BTg),lfi(CTg),lfi(DTg),lfi(ETg),lfi(FTg),lfi(bUg),lfi(cUg),lfi(dUg),lfi(eUg),lfi(fUg),lfi(gUg),lfi(hUg),lfi(iUg),lfi(jUg),lfi(kUg),lfi(mUg),lfi(nUg),lfi(oUg),lfi(pUg),lfi(qUg),lfi(rUg),lfi(sUg),lfi(tUg),lfi(uUg),lfi(vUg),lfi(xUg),lfi(yUg),lfi(zUg),lfi(AUg),lfi(BUg),lfi(CUg),lfi(DUg),lfi(EUg),lfi(FUg),lfi(aVg),lfi(cVg),lfi(dVg),lfi(eVg),lfi(fVg),lfi(gVg),lfi(hVg),lfi(iVg),lfi(jVg),lfi(kVg),lfi(lVg),lfi(nVg),lfi(oVg),lfi(pVg),lfi(qVg),lfi(rVg),lfi(sVg),lfi(tVg),lfi(uVg),lfi(vVg),lfi(wVg),lfi(yVg),lfi(zVg),lfi(AVg),lfi(BVg),lfi(CVg),lfi(DVg),lfi(EVg),lfi(FVg),lfi(aWg),lfi(bWg),lfi(eWg),lfi(fWg),lfi(gWg),lfi(hWg),lfi(iWg),lfi(jWg),lfi(kWg),lfi(lWg),lfi(mWg),lfi(nWg),lfi(pWg),lfi(qWg),lfi(rWg),lfi(sWg),lfi(tWg),lfi(uWg),lfi(vWg),lfi(wWg),lfi(xWg),lfi(yWg),lfi(AWg),lfi(BWg),lfi(CWg),lfi(DWg),lfi(EWg),lfi(FWg),lfi(aXg),lfi(bXg),lfi(cXg),lfi(dXg),lfi(fXg),lfi(gXg),lfi(hXg),lfi(iXg),lfi(jXg),lfi(kXg),lfi(lXg),lfi(mXg),lfi(nXg),lfi(oXg),lfi(qXg),lfi(rXg),lfi(sXg),lfi(tXg),lfi(uXg),lfi(vXg),lfi(wXg),lfi(xXg),lfi(yXg),lfi(zXg),lfi(BXg),lfi(CXg),lfi(DXg),lfi(EXg),lfi(FXg),lfi(aYg),lfi(bYg),lfi(cYg),lfi(dYg),lfi(eYg),lfi(gYg),lfi(hYg),lfi(iYg),lfi(jYg),lfi(kYg),lfi(lYg),lfi(mYg),lfi(nYg),lfi(oYg),lfi(pYg),lfi(rYg),lfi(sYg),lfi(tYg),lfi(uYg),lfi(vYg),lfi(wYg),lfi(xYg),lfi(yYg),lfi(zYg),lfi(AYg),lfi(CYg),lfi(DYg),lfi(EYg),lfi(FYg),lfi(aZg),lfi(bZg),lfi(cZg),lfi(dZg),lfi(eZg),lfi(fZg),lfi(hZg),lfi(iZg),lfi(jZg),lfi(kZg),lfi(lZg),lfi(mZg),lfi(nZg),lfi(oZg),lfi(pZg),lfi(qZg),lfi(uZg),lfi(vZg),lfi(wZg),lfi(xZg),lfi(yZg),lfi(zZg),lfi(AZg),lfi(BZg),lfi(CZg),lfi(DZg),lfi(FZg),lfi(a0g),lfi(b0g),lfi(c0g),lfi(d0g),lfi(e0g),lfi(f0g),lfi(g0g),lfi(h0g),lfi(i0g),lfi(k0g),lfi(l0g),lfi(m0g),lfi(n0g),lfi(o0g),lfi(p0g),lfi(q0g),lfi(r0g),lfi(s0g),lfi(t0g),lfi(v0g),lfi(w0g),lfi(x0g),lfi(y0g),lfi(z0g),lfi(A0g),lfi(B0g),lfi(C0g),lfi(D0g),lfi(E0g),lfi(a1g),lfi(b1g),lfi(c1g),lfi(d1g),lfi(e1g),lfi(f1g),lfi(g1g),lfi(h1g),lfi(i1g),lfi(j1g),lfi(l1g),lfi(m1g),lfi(n1g),lfi(o1g),lfi(p1g),lfi(q1g),lfi(r1g),lfi(s1g),lfi(t1g),lfi(u1g),lfi(w1g),lfi(x1g),lfi(y1g),lfi(z1g),lfi(A1g),lfi(B1g),lfi(C1g),lfi(D1g),lfi(E1g),lfi(F1g),lfi(b2g),lfi(c2g),lfi(d2g),lfi(e2g),lfi(f2g),lfi(g2g),lfi(h2g),lfi(i2g),lfi(j2g),lfi(k2g),lfi(m2g),lfi(n2g),lfi(o2g),lfi(p2g),lfi(q2g),lfi(r2g),lfi(s2g),lfi(t2g),lfi(u2g),lfi(v2g),lfi(x2g),lfi(y2g),lfi(z2g),lfi(A2g),lfi(B2g),lfi(C2g),lfi(D2g),lfi(E2g),lfi(F2g),lfi(a3g),lfi(d3g),lfi(e3g),lfi(f3g),lfi(g3g),lfi(h3g),lfi(i3g),lfi(j3g),lfi(k3g),lfi(l3g),lfi(m3g),lfi(o3g),lfi(p3g),lfi(q3g),lfi(r3g),lfi(s3g),lfi(t3g),lfi(u3g),lfi(v3g),lfi(w3g),lfi(x3g),lfi(z3g),lfi(A3g),lfi(B3g),lfi(C3g),lfi(D3g),lfi(E3g),lfi(F3g),lfi(a4g),lfi(b4g),lfi(c4g),lfi(e4g),lfi(f4g),lfi(g4g),lfi(h4g),lfi(i4g),lfi(c7h),lfi(j4g),lfi(k4g),lfi(l4g),lfi(m4g),lfi(n4g),lfi(p4g),lfi(q4g),lfi(r4g),lfi(s4g),lfi(t4g),lfi(u4g),lfi(v4g),lfi(w4g),lfi(x4g),lfi(y4g),lfi(A4g),lfi(B4g),lfi(C4g),lfi(D4g),lfi(E4g),lfi(F4g),lfi(a5g),lfi(b5g),lfi(c5g),lfi(d5g),lfi(f5g),lfi(g5g),lfi(h5g),lfi(i5g),lfi(j5g),lfi(k5g),lfi(l5g),lfi(m5g),lfi(n5g),lfi(o5g),lfi(q5g),lfi(r5g),lfi(s5g),lfi(t5g),lfi(u5g),lfi(v5g),lfi(w5g),lfi(x5g),lfi(y5g),lfi(z5g),lfi(B5g),lfi(C5g),lfi(D5g),lfi(E5g),lfi(F5g),lfi(a6g),lfi(b6g),lfi(c6g),lfi(d6g),lfi(e6g),lfi(g6g),lfi(h6g),lfi(i6g),lfi(j6g),lfi(k6g),lfi(l6g),lfi(m6g),lfi(n6g),lfi(o6g),lfi(p6g),lfi(s6g),lfi(t6g),lfi(u6g),lfi(v6g),lfi(w6g),lfi(x6g),lfi(y6g),lfi(z6g),lfi(A6g),lfi(B6g),lfi(D6g),lfi(E6g),lfi(F6g),lfi(a7g),lfi(b7g),lfi(c7g),lfi(d7g),lfi(e7g),lfi(f7g),lfi(g7g),lfi(i7g),lfi(j7g),lfi(k7g),lfi(l7g),lfi(m7g),lfi(n7g),lfi(o7g),lfi(p7g),lfi(q7g),lfi(r7g),lfi(t7g),lfi(u7g),lfi(v7g),lfi(w7g),lfi(x7g),lfi(y7g),lfi(z7g),lfi(A7g),lfi(B7g),lfi(C7g),lfi(E7g),lfi(F7g),lfi(a8g),lfi(b8g),lfi(c8g),lfi(d8g),lfi(e8g),lfi(f8g),lfi(g8g),lfi(h8g),lfi(j8g),lfi(k8g),lfi(l8g),lfi(m8g),lfi(n8g),lfi(o8g),lfi(p8g),lfi(q8g),lfi(r8g),lfi(s8g),lfi(u8g),lfi(v8g),lfi(w8g),lfi(x8g),lfi(y8g),lfi(z8g),lfi(A8g),lfi(B8g),lfi(C8g),lfi(D8g),lfi(F8g),lfi(a9g),lfi(b9g),lfi(c9g),lfi(d9g),lfi(e9g),lfi(f9g),lfi(g9g),lfi(h9g),lfi(i9g),lfi(k9g),lfi(l9g),lfi(m9g),lfi(n9g),lfi(o9g),lfi(p9g),lfi(q9g),lfi(r9g),lfi(s9g),lfi(t9g),lfi(v9g),lfi(w9g),lfi(x9g),lfi(y9g),lfi(z9g),lfi(A9g),lfi(B9g),lfi(C9g),lfi(D9g),lfi(E9g),lfi(b$g),lfi(c$g),lfi(d$g),lfi(e$g),lfi(f$g),lfi(g$g),lfi(h$g),lfi(i$g),lfi(j$g),lfi(k$g),lfi(m$g),lfi(n$g),lfi(o$g),lfi(p$g),lfi(q$g),lfi(r$g),lfi(s$g),lfi(j2h),lfi(t$g),lfi(u$g),lfi(v$g),lfi(x$g),lfi(y$g),lfi(z$g),lfi(A$g),lfi(B$g),lfi(C$g),lfi(D$g),lfi(E$g),lfi(F$g),lfi(a_g),lfi(c_g),lfi(d_g),lfi(e_g),lfi(f_g),lfi(g_g),lfi(h_g),lfi(i_g),lfi(j_g),lfi(k_g),lfi(l_g),lfi(n_g),lfi(o_g),lfi(p_g),lfi(q_g),lfi(r_g),lfi(s_g),lfi(t_g),lfi(u_g),lfi(v_g),lfi(w_g),lfi(y_g),lfi(z_g),lfi(A_g),lfi(B_g),lfi(C_g),lfi(D_g),lfi(E_g),lfi(F_g),lfi(aah),lfi(bah),lfi(dah),lfi(eah),lfi(fah),lfi(gah),lfi(hah),lfi(iah),lfi(jah),lfi(kah),lfi(lah),lfi(mah),lfi(oah),lfi(pah),lfi(qah),lfi(rah),lfi(sah),lfi(tah),lfi(uah),lfi(vah),lfi(wah),lfi(xah),lfi(zah),lfi(Aah),lfi(Bah),lfi(Cah),lfi(Dah),lfi(Eah),lfi(Fah),lfi(abh),lfi(bbh),lfi(cbh),lfi(ebh),lfi(fbh),lfi(gbh),lfi(hbh),lfi(ibh),lfi(jbh),lfi(kbh),lfi(lbh),lfi(mbh),lfi(nbh),lfi(qbh),lfi(rbh),lfi(sbh),lfi(tbh),lfi(ubh),lfi(vbh),lfi(wbh),lfi(xbh),lfi(ybh),lfi(zbh),lfi(Bbh),lfi(Cbh),lfi(Dbh),lfi(Ebh),lfi(Fbh),lfi(ach),lfi(bch),lfi(cch),lfi(dch),lfi(ech),lfi(gch),lfi(hch),lfi(ich),lfi(jch),lfi(kch),lfi(lch),lfi(mch),lfi(nch),lfi(och),lfi(pch),lfi(rch),lfi(sch),lfi(tch),lfi(uch),lfi(vch),lfi(wch),lfi(xch),lfi(ych),lfi(zch),lfi(Ach),lfi(Cch),lfi(Dch),lfi(Ech),lfi(Fch),lfi(adh),lfi(bdh),lfi(cdh),lfi(ddh),lfi(edh),lfi(fdh),lfi(hdh),lfi(idh),lfi(jdh),lfi(kdh),lfi(ldh),lfi(mdh),lfi(ndh),lfi(odh),lfi(pdh),lfi(qdh),lfi(sdh),lfi(tdh),lfi(udh),lfi(vdh),lfi(wdh),lfi(xdh),lfi(ydh),lfi(zdh),lfi(Adh),lfi(Bdh),lfi(Ddh),lfi(Edh),lfi(Fdh),lfi(aeh),lfi(beh),lfi(ceh),lfi(deh),lfi(eeh),lfi(feh),lfi(geh),lfi(ieh),lfi(jeh),lfi(keh),lfi(leh),lfi(meh),lfi(neh),lfi(oeh),lfi(peh),lfi(qeh),lfi(reh),lfi(teh),lfi(ueh),lfi(veh),lfi(weh),lfi(xeh),lfi(yeh),lfi(zeh),lfi(Aeh),lfi(Beh),lfi(Ceh),lfi(Feh),lfi(afh),lfi(bfh),lfi(cfh),lfi(dfh),lfi(efh),lfi(ffh),lfi(gfh),lfi(hfh),lfi(ifh),lfi(kfh),lfi(lfh),lfi(mfh),lfi(nfh),lfi(ofh),lfi(pfh),lfi(qfh),lfi(rfh),lfi(sfh),lfi(tfh),lfi(vfh),lfi(wfh),lfi(xfh),lfi(yfh),lfi(zfh),lfi(Afh),lfi(Bfh),lfi(Cfh),lfi(Dfh),lfi(Efh),lfi(agh),lfi(bgh),lfi(cgh),lfi(dgh),lfi(egh),lfi(fgh),lfi(ggh),lfi(hgh),lfi(igh),lfi(jgh),lfi(lgh),lfi(mgh),lfi(ngh),lfi(ogh),lfi(pgh),lfi(qgh),lfi(rgh),lfi(sgh),lfi(tgh),lfi(ugh),lfi(wgh),lfi(xgh),lfi(ygh),lfi(zgh),lfi(Agh),lfi(Bgh),lfi(Cgh),lfi(Dgh),lfi(Egh),lfi(Fgh),lfi(bhh),lfi(chh),lfi(dhh),lfi(ehh),lfi(fhh),lfi(ghh),lfi(hhh),lfi(o2h),lfi(ihh),lfi(jhh),lfi(khh),lfi(mhh),lfi(nhh),lfi(ohh),lfi(phh),lfi(qhh),lfi(rhh),lfi(shh),lfi(thh),lfi(uhh),lfi(vhh),lfi(xhh),lfi(yhh),lfi(zhh),lfi(Ahh),lfi(Bhh),lfi(Chh),lfi(Dhh),lfi(Ehh),lfi(Fhh),lfi(aih),lfi(cih),lfi(dih),lfi(eih),lfi(fih),lfi(gih),lfi(hih),lfi(iih),lfi(jih),lfi(kih),lfi(lih),lfi(oih),lfi(pih),lfi(qih),lfi(rih),lfi(sih),lfi(tih),lfi(uih),lfi(vih),lfi(wih),lfi(xih),lfi(zih),lfi(Aih),lfi(Bih),lfi(Cih),lfi(Dih),lfi(Eih),lfi(Fih),lfi(ajh),lfi(bjh),lfi(cjh),lfi(ejh),lfi(fjh),lfi(gjh),lfi(hjh),lfi(ijh),lfi(jjh),lfi(kjh),lfi(ljh),lfi(mjh),lfi(njh),lfi(pjh),lfi(qjh),lfi(rjh),lfi(sjh),lfi(tjh),lfi(ujh),lfi(vjh),lfi(wjh),lfi(xjh),lfi(yjh),lfi(Ajh),lfi(Bjh),lfi(Cjh),lfi(Djh),lfi(Ejh),lfi(Fjh),lfi(akh),lfi(bkh),lfi(ckh),lfi(dkh),lfi(fkh),lfi(gkh),lfi(hkh),lfi(ikh),lfi(jkh),lfi(kkh),lfi(lkh),lfi(mkh),lfi(nkh),lfi(okh),lfi(qkh),lfi(rkh),lfi(skh),lfi(tkh),lfi(ukh),lfi(vkh),lfi(wkh),lfi(xkh),lfi(ykh),lfi(zkh),lfi(Bkh),lfi(Ckh),lfi(Dkh),lfi(Ekh),lfi(Fkh),lfi(alh),lfi(blh),lfi(clh),lfi(dlh),lfi(elh),lfi(v3h),lfi(glh),lfi(hlh),lfi(ilh),lfi(jlh),lfi(klh),lfi(llh),lfi(mlh),lfi(nlh),lfi(olh),lfi(plh),lfi(rlh),lfi(slh),lfi(tlh),lfi(ulh),lfi(vlh),lfi(wlh),lfi(xlh),lfi(ylh),lfi(zlh),lfi(Alh),lfi(Dlh),lfi(Elh),lfi(Flh),lfi(amh),lfi(bmh),lfi(cmh),lfi(dmh),lfi(emh),lfi(fmh),lfi(gmh),lfi(imh),lfi(jmh),lfi(kmh),lfi(lmh),lfi(mmh),lfi(nmh),lfi(omh),lfi(pmh),lfi(qmh),lfi(rmh),lfi(tmh),lfi(umh),lfi(vmh),lfi(wmh),lfi(xmh),lfi(ymh),lfi(zmh),lfi(Amh),lfi(Bmh),lfi(Cmh),lfi(Emh),lfi(Fmh),lfi(anh),lfi(bnh),lfi(cnh),lfi(dnh),lfi(enh),lfi(fnh),lfi(gnh),lfi(hnh),lfi(jnh),lfi(knh),lfi(lnh),lfi(mnh),lfi(nnh),lfi(onh),lfi(pnh),lfi(qnh),lfi(rnh),lfi(snh),lfi(unh),lfi(vnh),lfi(wnh),lfi(xnh),lfi(ynh),lfi(znh),lfi(Anh),lfi(Bnh),lfi(Cnh),lfi(Dnh),lfi(Fnh),lfi(aoh),lfi(boh),lfi(coh),lfi(doh),lfi(eoh),lfi(foh),lfi(goh),lfi(hoh),lfi(ioh),lfi(koh),lfi(loh),lfi(moh),lfi(noh),lfi(ooh),lfi(poh),lfi(qoh),lfi(roh),lfi(soh),lfi(toh),lfi(voh),lfi(woh),lfi(xoh),lfi(yoh),lfi(zoh),lfi(Aoh),lfi(Boh),lfi(Coh),lfi(Doh),lfi(Eoh),lfi(aph),lfi(bph),lfi(cph),lfi(dph),lfi(eph),lfi(fph),lfi(gph),lfi(hph),lfi(iph),lfi(jph),lfi(mph),lfi(nph),lfi(oph),lfi(pph),lfi(qph),lfi(rph),lfi(sph),lfi(tph),lfi(uph),lfi(vph),lfi(xph),lfi(yph),lfi(zph),lfi(Aph),lfi(Bph),lfi(Cph),lfi(Dph),lfi(Eph),lfi(Fph),lfi(aqh),lfi(cqh),lfi(dqh),lfi(eqh),lfi(fqh),lfi(gqh),lfi(hqh),lfi(iqh),lfi(jqh),lfi(kqh),lfi(lqh),lfi(nqh),lfi(oqh),lfi(pqh),lfi(qqh),lfi(rqh),lfi(sqh),lfi(tqh),lfi(uqh),lfi(vqh),lfi(wqh),lfi(yqh),lfi(zqh),lfi(Aqh),lfi(Bqh),lfi(Cqh),lfi(Dqh),lfi(Eqh),lfi(Fqh),lfi(arh),lfi(brh),lfi(drh),lfi(erh),lfi(frh),lfi(grh),lfi(hrh),lfi(irh),lfi(jrh),lfi(krh),lfi(lrh),lfi(mrh),lfi(orh),lfi(prh),lfi(qrh),lfi(rrh),lfi(srh),lfi(trh),lfi(urh),lfi(vrh),lfi(wrh),lfi(xrh),lfi(zrh),lfi(Arh),lfi(Brh),lfi(Crh),lfi(Drh),lfi(Erh),lfi(Frh),lfi(ash),lfi(bsh),lfi(csh),lfi(esh),lfi(fsh),lfi(gsh),lfi(hsh),lfi(ish),lfi(jsh),lfi(ksh),lfi(lsh),lfi(msh),lfi(nsh),lfi(psh),lfi(qsh),lfi(rsh),lfi(ssh),lfi(tsh),lfi(ush),lfi(vsh),lfi(wsh),lfi(xsh),lfi(ysh),lfi(Bsh),lfi(Csh),lfi(Dsh),lfi(Esh),lfi(Fsh),lfi(ath),lfi(bth),lfi(cth),lfi(dth),lfi(eth),lfi(gth),lfi(hth),lfi(ith),lfi(jth),lfi(kth),lfi(lth),lfi(mth),lfi(nth),lfi(oth),lfi(pth),lfi(rth),lfi(sth),lfi(tth),lfi(uth),lfi(vth),lfi(wth),lfi(xth),lfi(yth),lfi(zth),lfi(Ath),lfi(Cth),lfi(Dth),lfi(Eth),lfi(Fth),lfi(auh),lfi(buh),lfi(cuh),lfi(duh),lfi(euh),lfi(fuh),lfi(huh),lfi(iuh),lfi(juh),lfi(kuh),lfi(luh),lfi(muh),lfi(nuh),lfi(ouh),lfi(puh),lfi(quh),lfi(suh),lfi(tuh),lfi(uuh),lfi(vuh),lfi(wuh),lfi(xuh),lfi(yuh),lfi(zuh),lfi(Auh),lfi(Buh),lfi(Duh),lfi(Euh),lfi(Fuh),lfi(avh),lfi(bvh),lfi(cvh),lfi(dvh),lfi(evh),lfi(fvh),lfi(gvh),lfi(ivh),lfi(jvh),lfi(kvh),lfi(lvh),lfi(mvh),lfi(nvh),lfi(ovh),lfi(pvh),lfi(qvh),lfi(rvh),lfi(tvh),lfi(uvh),lfi(vvh),lfi(wvh),lfi(xvh),lfi(yvh),lfi(zvh),lfi(Avh),lfi(Bvh),lfi(Cvh),lfi(Evh),lfi(Fvh),lfi(awh),lfi(bwh),lfi(cwh),lfi(dwh),lfi(ewh),lfi(fwh),lfi(gwh),lfi(hwh),lfi(lwh),lfi(mwh),lfi(nwh),lfi(owh),lfi(pwh),lfi(qwh),lfi(rwh),lfi(swh),lfi(twh),lfi(uwh),lfi(wwh),lfi(xwh),lfi(ywh),lfi(zwh),lfi(Awh),lfi(Bwh),lfi(Cwh),lfi(Dwh),lfi(Ewh),lfi(Fwh),lfi(bxh),lfi(cxh),lfi(dxh),lfi(exh),lfi(fxh),lfi(gxh),lfi(hxh),lfi(ixh),lfi(jxh),lfi(kxh),lfi(mxh),lfi(nxh),lfi(oxh),lfi(pxh),lfi(qxh),lfi(rxh),lfi(sxh),lfi(txh),lfi(uxh),lfi(vxh),lfi(xxh),lfi(yxh),lfi(zxh),lfi(Axh),lfi(Bxh),lfi(Cxh),lfi(Dxh),lfi(Exh),lfi(Fxh),lfi(ayh),lfi(cyh),lfi(dyh),lfi(eyh),lfi(fyh),lfi(gyh),lfi(hyh),lfi(iyh),lfi(jyh),lfi(kyh),lfi(lyh),lfi(nyh),lfi(oyh),lfi(pyh),lfi(qyh),lfi(ryh),lfi(syh),lfi(tyh),lfi(uyh),lfi(vyh),lfi(wyh),lfi(yyh),lfi(zyh),lfi(Ayh),lfi(Byh),lfi(Cyh),lfi(Dyh),lfi(Eyh),lfi(Fyh),lfi(azh),lfi(bzh),lfi(dzh),lfi(ezh),lfi(fzh),lfi(gzh),lfi(hzh),lfi(izh),lfi(jzh),lfi(kzh),lfi(lzh),lfi(mzh),lfi(ozh),lfi(pzh),lfi(qzh),lfi(rzh),lfi(szh),lfi(tzh),lfi(uzh),lfi(vzh),lfi(wzh),lfi(xzh),lfi(Azh),lfi(Bzh),lfi(Czh),lfi(Dzh),lfi(Ezh),lfi(Fzh),lfi(aAh),lfi(bAh),lfi(cAh),lfi(dAh),lfi(fAh),lfi(gAh),lfi(hAh),lfi(iAh),lfi(jAh),lfi(kAh),lfi(lAh),lfi(mAh),lfi(nAh),lfi(oAh),lfi(qAh),lfi(rAh),lfi(sAh),lfi(tAh),lfi(uAh),lfi(vAh),lfi(wAh),lfi(xAh),lfi(yAh),lfi(zAh),lfi(BAh),lfi(CAh),lfi(DAh),lfi(EAh),lfi(FAh),lfi(aBh),lfi(bBh),lfi(cBh),lfi(dBh),lfi(eBh),lfi(gBh),lfi(hBh),lfi(iBh),lfi(jBh),lfi(kBh),lfi(lBh),lfi(mBh),lfi(nBh),lfi(oBh),lfi(pBh),lfi(rBh),lfi(sBh),lfi(tBh),lfi(uBh),lfi(vBh),lfi(wBh),lfi(xBh),lfi(yBh),lfi(zBh),lfi(ABh),lfi(CBh),lfi(DBh),lfi(EBh),lfi(r6h),lfi(FBh),lfi(aCh),lfi(bCh),lfi(cCh),lfi(dCh),lfi(eCh),lfi(fCh),lfi(hCh),lfi(iCh),lfi(jCh),lfi(kCh),lfi(lCh),lfi(mCh),lfi(nCh),lfi(oCh),lfi(pCh),lfi(qCh),lfi(sCh),lfi(tCh),lfi(uCh),lfi(vCh),lfi(wCh),lfi(xCh),lfi(yCh),lfi(zCh),lfi(ACh),lfi(BCh),lfi(DCh),lfi(ECh),lfi(FCh),lfi(aDh),lfi(bDh),lfi(cDh),lfi(dDh),lfi(eDh),lfi(fDh),lfi(gDh),lfi(jDh),lfi(kDh),lfi(lDh),lfi(mDh),lfi(nDh),lfi(oDh),lfi(pDh),lfi(qDh),lfi(rDh),lfi(sDh),lfi(uDh),lfi(vDh),lfi(wDh),lfi(xDh),lfi(yDh),lfi(zDh),lfi(ADh),lfi(BDh),lfi(CDh),lfi(DDh),lfi(FDh),lfi(aEh),lfi(bEh),lfi(cEh),lfi(dEh),lfi(eEh),lfi(fEh),lfi(gEh),lfi(hEh),lfi(iEh),lfi(kEh),lfi(lEh),lfi(mEh),lfi(nEh),lfi(oEh),lfi(pEh),lfi(qEh),lfi(rEh),lfi(sEh),lfi(tEh),lfi(vEh),lfi(wEh),lfi(xEh),lfi(yEh),lfi(zEh),lfi(AEh),lfi(BEh),lfi(CEh),lfi(DEh),lfi(EEh),lfi(aFh),lfi(bFh),lfi(cFh),lfi(dFh),lfi(eFh),lfi(fFh),lfi(gFh),lfi(hFh),lfi(iFh),lfi(jFh),lfi(lFh),lfi(mFh),lfi(nFh),lfi(oFh),lfi(pFh),lfi(qFh),lfi(rFh),lfi(sFh),lfi(tFh),lfi(uFh),lfi(wFh),lfi(xFh),lfi(yFh),lfi(zFh),lfi(AFh),lfi(BFh),lfi(CFh),lfi(DFh),lfi(EFh),lfi(FFh),lfi(bGh),lfi(cGh),lfi(dGh),lfi(eGh),lfi(fGh),lfi(gGh),lfi(hGh),lfi(iGh),lfi(jGh),lfi(kGh),lfi(mGh),lfi(nGh),lfi(oGh),lfi(pGh),lfi(qGh),lfi(rGh),lfi(sGh),lfi(tGh),lfi(uGh),lfi(vGh),lfi(yGh),lfi(zGh),lfi(AGh),lfi(BGh),lfi(CGh),lfi(DGh),lfi(EGh),lfi(FGh),lfi(aHh),lfi(bHh),lfi(dHh),lfi(eHh),lfi(fHh),lfi(gHh),lfi(hHh),lfi(iHh),lfi(jHh),lfi(kHh),lfi(lHh),lfi(mHh),lfi(oHh),lfi(pHh),lfi(qHh),lfi(rHh),lfi(sHh),lfi(tHh),lfi(uHh),lfi(vHh),lfi(wHh),lfi(xHh),lfi(zHh),lfi(AHh),lfi(BHh),lfi(CHh),lfi(DHh),lfi(EHh),lfi(FHh),lfi(aIh),lfi(bIh),lfi(cIh),lfi(eIh),lfi(fIh),lfi(gIh),lfi(hIh)]);tVi=f9h(cai,52,12,[f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[198]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[193]),f9h(A_h,42,-1,[258]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[194]),f9h(A_h,42,-1,[1040]),f9h(A_h,42,-1,[55349,56580]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[192]),f9h(A_h,42,-1,[913]),f9h(A_h,42,-1,[256]),f9h(A_h,42,-1,[10835]),f9h(A_h,42,-1,[260]),f9h(A_h,42,-1,[55349,56632]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[197]),f9h(A_h,42,-1,[55349,56476]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[195]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[196]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10983]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[1041]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[914]),f9h(A_h,42,-1,[55349,56581]),f9h(A_h,42,-1,[55349,56633]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[1063]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[262]),f9h(A_h,42,-1,[8914]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[268]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[199]),f9h(A_h,42,-1,[264]),f9h(A_h,42,-1,[8752]),f9h(A_h,42,-1,[266]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8493]),f9h(A_h,42,-1,[935]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[10868]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10799]),f9h(A_h,42,-1,[55349,56478]),f9h(A_h,42,-1,[8915]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[8517]),f9h(A_h,42,-1,[10513]),f9h(A_h,42,-1,[1026]),f9h(A_h,42,-1,[1029]),f9h(A_h,42,-1,[1039]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8609]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[270]),f9h(A_h,42,-1,[1044]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[916]),f9h(A_h,42,-1,[55349,56583]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[55349,56635]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8412]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8751]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[10980]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[10515]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[785]),f9h(A_h,42,-1,[10576]),f9h(A_h,42,-1,[10590]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[10582]),f9h(A_h,42,-1,[10591]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[10583]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[55349,56479]),f9h(A_h,42,-1,[272]),f9h(A_h,42,-1,[330]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[208]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[201]),f9h(A_h,42,-1,[282]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[202]),f9h(A_h,42,-1,[1069]),f9h(A_h,42,-1,[278]),f9h(A_h,42,-1,[55349,56584]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[200]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[274]),f9h(A_h,42,-1,[9723]),f9h(A_h,42,-1,[9643]),f9h(A_h,42,-1,[280]),f9h(A_h,42,-1,[55349,56636]),f9h(A_h,42,-1,[917]),f9h(A_h,42,-1,[10869]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[10867]),f9h(A_h,42,-1,[919]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[203]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[1060]),f9h(A_h,42,-1,[55349,56585]),f9h(A_h,42,-1,[9724]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[55349,56637]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[8497]),f9h(A_h,42,-1,[1027]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[915]),f9h(A_h,42,-1,[988]),f9h(A_h,42,-1,[286]),f9h(A_h,42,-1,[290]),f9h(A_h,42,-1,[284]),f9h(A_h,42,-1,[1043]),f9h(A_h,42,-1,[288]),f9h(A_h,42,-1,[55349,56586]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[55349,56638]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10914]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[55349,56482]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[1066]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[94]),f9h(A_h,42,-1,[292]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[294]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[1045]),f9h(A_h,42,-1,[306]),f9h(A_h,42,-1,[1025]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[205]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[206]),f9h(A_h,42,-1,[1048]),f9h(A_h,42,-1,[304]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[204]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[298]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8748]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[302]),f9h(A_h,42,-1,[55349,56640]),f9h(A_h,42,-1,[921]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[296]),f9h(A_h,42,-1,[1030]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[207]),f9h(A_h,42,-1,[308]),f9h(A_h,42,-1,[1049]),f9h(A_h,42,-1,[55349,56589]),f9h(A_h,42,-1,[55349,56641]),f9h(A_h,42,-1,[55349,56485]),f9h(A_h,42,-1,[1032]),f9h(A_h,42,-1,[1028]),f9h(A_h,42,-1,[1061]),f9h(A_h,42,-1,[1036]),f9h(A_h,42,-1,[922]),f9h(A_h,42,-1,[310]),f9h(A_h,42,-1,[1050]),f9h(A_h,42,-1,[55349,56590]),f9h(A_h,42,-1,[55349,56642]),f9h(A_h,42,-1,[55349,56486]),f9h(A_h,42,-1,[1033]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[313]),f9h(A_h,42,-1,[923]),f9h(A_h,42,-1,[10218]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[317]),f9h(A_h,42,-1,[315]),f9h(A_h,42,-1,[1051]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10593]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[10585]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10574]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[10586]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[10703]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[10577]),f9h(A_h,42,-1,[10592]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[10584]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10578]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10913]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[55349,56591]),f9h(A_h,42,-1,[8920]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[319]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[55349,56643]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[321]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10501]),f9h(A_h,42,-1,[1052]),f9h(A_h,42,-1,[8287]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[55349,56592]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56644]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[924]),f9h(A_h,42,-1,[1034]),f9h(A_h,42,-1,[323]),f9h(A_h,42,-1,[327]),f9h(A_h,42,-1,[325]),f9h(A_h,42,-1,[1053]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[10]),f9h(A_h,42,-1,[55349,56593]),f9h(A_h,42,-1,[8288]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[10988]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[8813]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56489]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[209]),f9h(A_h,42,-1,[925]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[211]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[212]),f9h(A_h,42,-1,[1054]),f9h(A_h,42,-1,[336]),f9h(A_h,42,-1,[55349,56594]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[210]),f9h(A_h,42,-1,[332]),f9h(A_h,42,-1,[937]),f9h(A_h,42,-1,[927]),f9h(A_h,42,-1,[55349,56646]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[10836]),f9h(A_h,42,-1,[55349,56490]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[216]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[213]),f9h(A_h,42,-1,[10807]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[214]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9182]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[9180]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1055]),f9h(A_h,42,-1,[55349,56595]),f9h(A_h,42,-1,[934]),f9h(A_h,42,-1,[928]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[8460]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10939]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8243]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[8759]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[55349,56491]),f9h(A_h,42,-1,[936]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[55349,56596]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[55349,56492]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[340]),f9h(A_h,42,-1,[10219]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[10518]),f9h(A_h,42,-1,[344]),f9h(A_h,42,-1,[342]),f9h(A_h,42,-1,[1056]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[929]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10589]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10581]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[10587]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[10704]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[10575]),f9h(A_h,42,-1,[10588]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[10580]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10579]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[10608]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[10740]),f9h(A_h,42,-1,[1065]),f9h(A_h,42,-1,[1064]),f9h(A_h,42,-1,[1068]),f9h(A_h,42,-1,[346]),f9h(A_h,42,-1,[10940]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[350]),f9h(A_h,42,-1,[348]),f9h(A_h,42,-1,[1057]),f9h(A_h,42,-1,[55349,56598]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[931]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[55349,56650]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[55349,56494]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8912]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[8913]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[222]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[1035]),f9h(A_h,42,-1,[1062]),f9h(A_h,42,-1,[9]),f9h(A_h,42,-1,[932]),f9h(A_h,42,-1,[356]),f9h(A_h,42,-1,[354]),f9h(A_h,42,-1,[1058]),f9h(A_h,42,-1,[55349,56599]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[920]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[55349,56651]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[55349,56495]),f9h(A_h,42,-1,[358]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[218]),f9h(A_h,42,-1,[8607]),f9h(A_h,42,-1,[10569]),f9h(A_h,42,-1,[1038]),f9h(A_h,42,-1,[364]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[219]),f9h(A_h,42,-1,[1059]),f9h(A_h,42,-1,[368]),f9h(A_h,42,-1,[55349,56600]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[217]),f9h(A_h,42,-1,[362]),f9h(A_h,42,-1,[818]),f9h(A_h,42,-1,[9183]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9181]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[370]),f9h(A_h,42,-1,[55349,56652]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[10514]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[933]),f9h(A_h,42,-1,[366]),f9h(A_h,42,-1,[55349,56496]),f9h(A_h,42,-1,[360]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[220]),f9h(A_h,42,-1,[8875]),f9h(A_h,42,-1,[10987]),f9h(A_h,42,-1,[1042]),f9h(A_h,42,-1,[8873]),f9h(A_h,42,-1,[10982]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8214]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[10072]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[55349,56601]),f9h(A_h,42,-1,[55349,56653]),f9h(A_h,42,-1,[55349,56497]),f9h(A_h,42,-1,[8874]),f9h(A_h,42,-1,[372]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[55349,56602]),f9h(A_h,42,-1,[55349,56654]),f9h(A_h,42,-1,[55349,56498]),f9h(A_h,42,-1,[55349,56603]),f9h(A_h,42,-1,[926]),f9h(A_h,42,-1,[55349,56655]),f9h(A_h,42,-1,[55349,56499]),f9h(A_h,42,-1,[1071]),f9h(A_h,42,-1,[1031]),f9h(A_h,42,-1,[1070]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[221]),f9h(A_h,42,-1,[374]),f9h(A_h,42,-1,[1067]),f9h(A_h,42,-1,[55349,56604]),f9h(A_h,42,-1,[55349,56656]),f9h(A_h,42,-1,[55349,56500]),f9h(A_h,42,-1,[376]),f9h(A_h,42,-1,[1046]),f9h(A_h,42,-1,[377]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[1047]),f9h(A_h,42,-1,[379]),f9h(A_h,42,-1,[8203]),f9h(A_h,42,-1,[918]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[55349,56501]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[225]),f9h(A_h,42,-1,[259]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[8767]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[226]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[180]),f9h(A_h,42,-1,[1072]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[230]),f9h(A_h,42,-1,[8289]),f9h(A_h,42,-1,[55349,56606]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[224]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[8501]),f9h(A_h,42,-1,[945]),f9h(A_h,42,-1,[257]),f9h(A_h,42,-1,[10815]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[38]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[10837]),f9h(A_h,42,-1,[10844]),f9h(A_h,42,-1,[10840]),f9h(A_h,42,-1,[10842]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[10660]),f9h(A_h,42,-1,[8736]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[10664]),f9h(A_h,42,-1,[10665]),f9h(A_h,42,-1,[10666]),f9h(A_h,42,-1,[10667]),f9h(A_h,42,-1,[10668]),f9h(A_h,42,-1,[10669]),f9h(A_h,42,-1,[10670]),f9h(A_h,42,-1,[10671]),f9h(A_h,42,-1,[8735]),f9h(A_h,42,-1,[8894]),f9h(A_h,42,-1,[10653]),f9h(A_h,42,-1,[8738]),f9h(A_h,42,-1,[8491]),f9h(A_h,42,-1,[9084]),f9h(A_h,42,-1,[261]),f9h(A_h,42,-1,[55349,56658]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[10864]),f9h(A_h,42,-1,[10863]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[8779]),f9h(A_h,42,-1,[39]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8778]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[229]),f9h(A_h,42,-1,[55349,56502]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8781]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[227]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[228]),f9h(A_h,42,-1,[8755]),f9h(A_h,42,-1,[10769]),f9h(A_h,42,-1,[10989]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[8893]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[8965]),f9h(A_h,42,-1,[9141]),f9h(A_h,42,-1,[9142]),f9h(A_h,42,-1,[8780]),f9h(A_h,42,-1,[1073]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[8757]),f9h(A_h,42,-1,[10672]),f9h(A_h,42,-1,[1014]),f9h(A_h,42,-1,[8492]),f9h(A_h,42,-1,[946]),f9h(A_h,42,-1,[8502]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[55349,56607]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[9251]),f9h(A_h,42,-1,[9618]),f9h(A_h,42,-1,[9617]),f9h(A_h,42,-1,[9619]),f9h(A_h,42,-1,[9608]),f9h(A_h,42,-1,[8976]),f9h(A_h,42,-1,[55349,56659]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8904]),f9h(A_h,42,-1,[9559]),f9h(A_h,42,-1,[9556]),f9h(A_h,42,-1,[9558]),f9h(A_h,42,-1,[9555]),f9h(A_h,42,-1,[9552]),f9h(A_h,42,-1,[9574]),f9h(A_h,42,-1,[9577]),f9h(A_h,42,-1,[9572]),f9h(A_h,42,-1,[9575]),f9h(A_h,42,-1,[9565]),f9h(A_h,42,-1,[9562]),f9h(A_h,42,-1,[9564]),f9h(A_h,42,-1,[9561]),f9h(A_h,42,-1,[9553]),f9h(A_h,42,-1,[9580]),f9h(A_h,42,-1,[9571]),f9h(A_h,42,-1,[9568]),f9h(A_h,42,-1,[9579]),f9h(A_h,42,-1,[9570]),f9h(A_h,42,-1,[9567]),f9h(A_h,42,-1,[10697]),f9h(A_h,42,-1,[9557]),f9h(A_h,42,-1,[9554]),f9h(A_h,42,-1,[9488]),f9h(A_h,42,-1,[9484]),f9h(A_h,42,-1,[9472]),f9h(A_h,42,-1,[9573]),f9h(A_h,42,-1,[9576]),f9h(A_h,42,-1,[9516]),f9h(A_h,42,-1,[9524]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[9563]),f9h(A_h,42,-1,[9560]),f9h(A_h,42,-1,[9496]),f9h(A_h,42,-1,[9492]),f9h(A_h,42,-1,[9474]),f9h(A_h,42,-1,[9578]),f9h(A_h,42,-1,[9569]),f9h(A_h,42,-1,[9566]),f9h(A_h,42,-1,[9532]),f9h(A_h,42,-1,[9508]),f9h(A_h,42,-1,[9500]),f9h(A_h,42,-1,[8245]),f9h(A_h,42,-1,[728]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[166]),f9h(A_h,42,-1,[55349,56503]),f9h(A_h,42,-1,[8271]),f9h(A_h,42,-1,[8765]),f9h(A_h,42,-1,[8909]),f9h(A_h,42,-1,[92]),f9h(A_h,42,-1,[10693]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8782]),f9h(A_h,42,-1,[10926]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[8783]),f9h(A_h,42,-1,[263]),f9h(A_h,42,-1,[8745]),f9h(A_h,42,-1,[10820]),f9h(A_h,42,-1,[10825]),f9h(A_h,42,-1,[10827]),f9h(A_h,42,-1,[10823]),f9h(A_h,42,-1,[10816]),f9h(A_h,42,-1,[8257]),f9h(A_h,42,-1,[711]),f9h(A_h,42,-1,[10829]),f9h(A_h,42,-1,[269]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[231]),f9h(A_h,42,-1,[265]),f9h(A_h,42,-1,[10828]),f9h(A_h,42,-1,[10832]),f9h(A_h,42,-1,[267]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[184]),f9h(A_h,42,-1,[10674]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[162]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[55349,56608]),f9h(A_h,42,-1,[1095]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[10003]),f9h(A_h,42,-1,[967]),f9h(A_h,42,-1,[9675]),f9h(A_h,42,-1,[10691]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[8791]),f9h(A_h,42,-1,[10768]),f9h(A_h,42,-1,[10991]),f9h(A_h,42,-1,[10690]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[9827]),f9h(A_h,42,-1,[58]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[8788]),f9h(A_h,42,-1,[44]),f9h(A_h,42,-1,[64]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8728]),f9h(A_h,42,-1,[8705]),f9h(A_h,42,-1,[8450]),f9h(A_h,42,-1,[8773]),f9h(A_h,42,-1,[10861]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[55349,56660]),f9h(A_h,42,-1,[8720]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[169]),f9h(A_h,42,-1,[8471]),f9h(A_h,42,-1,[8629]),f9h(A_h,42,-1,[10007]),f9h(A_h,42,-1,[55349,56504]),f9h(A_h,42,-1,[10959]),f9h(A_h,42,-1,[10961]),f9h(A_h,42,-1,[10960]),f9h(A_h,42,-1,[10962]),f9h(A_h,42,-1,[8943]),f9h(A_h,42,-1,[10552]),f9h(A_h,42,-1,[10549]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[10557]),f9h(A_h,42,-1,[8746]),f9h(A_h,42,-1,[10824]),f9h(A_h,42,-1,[10822]),f9h(A_h,42,-1,[10826]),f9h(A_h,42,-1,[8845]),f9h(A_h,42,-1,[10821]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[10556]),f9h(A_h,42,-1,[8926]),f9h(A_h,42,-1,[8927]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[164]),f9h(A_h,42,-1,[8630]),f9h(A_h,42,-1,[8631]),f9h(A_h,42,-1,[8910]),f9h(A_h,42,-1,[8911]),f9h(A_h,42,-1,[8754]),f9h(A_h,42,-1,[8753]),f9h(A_h,42,-1,[9005]),f9h(A_h,42,-1,[8659]),f9h(A_h,42,-1,[10597]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8504]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[8867]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[733]),f9h(A_h,42,-1,[271]),f9h(A_h,42,-1,[1076]),f9h(A_h,42,-1,[8518]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[176]),f9h(A_h,42,-1,[948]),f9h(A_h,42,-1,[10673]),f9h(A_h,42,-1,[10623]),f9h(A_h,42,-1,[55349,56609]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[8900]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[9830]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[8946]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[247]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[8903]),f9h(A_h,42,-1,[1106]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[8973]),f9h(A_h,42,-1,[36]),f9h(A_h,42,-1,[55349,56661]),f9h(A_h,42,-1,[729]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[8966]),f9h(A_h,42,-1,[8595]),f9h(A_h,42,-1,[8650]),f9h(A_h,42,-1,[8643]),f9h(A_h,42,-1,[8642]),f9h(A_h,42,-1,[10512]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8972]),f9h(A_h,42,-1,[55349,56505]),f9h(A_h,42,-1,[1109]),f9h(A_h,42,-1,[10742]),f9h(A_h,42,-1,[273]),f9h(A_h,42,-1,[8945]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9662]),f9h(A_h,42,-1,[8693]),f9h(A_h,42,-1,[10607]),f9h(A_h,42,-1,[10662]),f9h(A_h,42,-1,[1119]),f9h(A_h,42,-1,[10239]),f9h(A_h,42,-1,[10871]),f9h(A_h,42,-1,[8785]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[233]),f9h(A_h,42,-1,[10862]),f9h(A_h,42,-1,[283]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[234]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[1101]),f9h(A_h,42,-1,[279]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[55349,56610]),f9h(A_h,42,-1,[10906]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[232]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10904]),f9h(A_h,42,-1,[10905]),f9h(A_h,42,-1,[9191]),f9h(A_h,42,-1,[8467]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[10903]),f9h(A_h,42,-1,[275]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[8196]),f9h(A_h,42,-1,[8197]),f9h(A_h,42,-1,[8195]),f9h(A_h,42,-1,[331]),f9h(A_h,42,-1,[8194]),f9h(A_h,42,-1,[281]),f9h(A_h,42,-1,[55349,56662]),f9h(A_h,42,-1,[8917]),f9h(A_h,42,-1,[10723]),f9h(A_h,42,-1,[10865]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[8790]),f9h(A_h,42,-1,[8789]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[10902]),f9h(A_h,42,-1,[10901]),f9h(A_h,42,-1,[61]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[8801]),f9h(A_h,42,-1,[10872]),f9h(A_h,42,-1,[10725]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[10609]),f9h(A_h,42,-1,[8495]),f9h(A_h,42,-1,[8784]),f9h(A_h,42,-1,[8770]),f9h(A_h,42,-1,[951]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[240]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[235]),f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[33]),f9h(A_h,42,-1,[8707]),f9h(A_h,42,-1,[8496]),f9h(A_h,42,-1,[8519]),f9h(A_h,42,-1,[8786]),f9h(A_h,42,-1,[1092]),f9h(A_h,42,-1,[9792]),f9h(A_h,42,-1,[64259]),f9h(A_h,42,-1,[64256]),f9h(A_h,42,-1,[64260]),f9h(A_h,42,-1,[55349,56611]),f9h(A_h,42,-1,[64257]),f9h(A_h,42,-1,[9837]),f9h(A_h,42,-1,[64258]),f9h(A_h,42,-1,[9649]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[55349,56663]),f9h(A_h,42,-1,[8704]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[10969]),f9h(A_h,42,-1,[10765]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8531]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[188]),f9h(A_h,42,-1,[8533]),f9h(A_h,42,-1,[8537]),f9h(A_h,42,-1,[8539]),f9h(A_h,42,-1,[8532]),f9h(A_h,42,-1,[8534]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[190]),f9h(A_h,42,-1,[8535]),f9h(A_h,42,-1,[8540]),f9h(A_h,42,-1,[8536]),f9h(A_h,42,-1,[8538]),f9h(A_h,42,-1,[8541]),f9h(A_h,42,-1,[8542]),f9h(A_h,42,-1,[8260]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[55349,56507]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[501]),f9h(A_h,42,-1,[947]),f9h(A_h,42,-1,[989]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[287]),f9h(A_h,42,-1,[285]),f9h(A_h,42,-1,[1075]),f9h(A_h,42,-1,[289]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[8805]),f9h(A_h,42,-1,[8807]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10878]),f9h(A_h,42,-1,[10921]),f9h(A_h,42,-1,[10880]),f9h(A_h,42,-1,[10882]),f9h(A_h,42,-1,[10884]),f9h(A_h,42,-1,[10900]),f9h(A_h,42,-1,[55349,56612]),f9h(A_h,42,-1,[8811]),f9h(A_h,42,-1,[8921]),f9h(A_h,42,-1,[8503]),f9h(A_h,42,-1,[1107]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[10898]),f9h(A_h,42,-1,[10917]),f9h(A_h,42,-1,[10916]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10890]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[10888]),f9h(A_h,42,-1,[8809]),f9h(A_h,42,-1,[8935]),f9h(A_h,42,-1,[55349,56664]),f9h(A_h,42,-1,[96]),f9h(A_h,42,-1,[8458]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[10894]),f9h(A_h,42,-1,[10896]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[62]),f9h(A_h,42,-1,[10919]),f9h(A_h,42,-1,[10874]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[10645]),f9h(A_h,42,-1,[10876]),f9h(A_h,42,-1,[10886]),f9h(A_h,42,-1,[10616]),f9h(A_h,42,-1,[8919]),f9h(A_h,42,-1,[8923]),f9h(A_h,42,-1,[10892]),f9h(A_h,42,-1,[8823]),f9h(A_h,42,-1,[8819]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[8202]),f9h(A_h,42,-1,[189]),f9h(A_h,42,-1,[8459]),f9h(A_h,42,-1,[1098]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[10568]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[293]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[9829]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8889]),f9h(A_h,42,-1,[55349,56613]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8703]),f9h(A_h,42,-1,[8763]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[55349,56665]),f9h(A_h,42,-1,[8213]),f9h(A_h,42,-1,[55349,56509]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[295]),f9h(A_h,42,-1,[8259]),f9h(A_h,42,-1,[8208]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[237]),f9h(A_h,42,-1,[8291]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[238]),f9h(A_h,42,-1,[1080]),f9h(A_h,42,-1,[1077]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[161]),f9h(A_h,42,-1,[8660]),f9h(A_h,42,-1,[55349,56614]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[236]),f9h(A_h,42,-1,[8520]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10716]),f9h(A_h,42,-1,[8489]),f9h(A_h,42,-1,[307]),f9h(A_h,42,-1,[299]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[8464]),f9h(A_h,42,-1,[8465]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8887]),f9h(A_h,42,-1,[437]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8453]),f9h(A_h,42,-1,[8734]),f9h(A_h,42,-1,[10717]),f9h(A_h,42,-1,[305]),f9h(A_h,42,-1,[8747]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[8484]),f9h(A_h,42,-1,[8890]),f9h(A_h,42,-1,[10775]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[1105]),f9h(A_h,42,-1,[303]),f9h(A_h,42,-1,[55349,56666]),f9h(A_h,42,-1,[953]),f9h(A_h,42,-1,[10812]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[191]),f9h(A_h,42,-1,[55349,56510]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8953]),f9h(A_h,42,-1,[8949]),f9h(A_h,42,-1,[8948]),f9h(A_h,42,-1,[8947]),f9h(A_h,42,-1,[8712]),f9h(A_h,42,-1,[8290]),f9h(A_h,42,-1,[297]),f9h(A_h,42,-1,[1110]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[239]),f9h(A_h,42,-1,[309]),f9h(A_h,42,-1,[1081]),f9h(A_h,42,-1,[55349,56615]),f9h(A_h,42,-1,[567]),f9h(A_h,42,-1,[55349,56667]),f9h(A_h,42,-1,[55349,56511]),f9h(A_h,42,-1,[1112]),f9h(A_h,42,-1,[1108]),f9h(A_h,42,-1,[954]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[311]),f9h(A_h,42,-1,[1082]),f9h(A_h,42,-1,[55349,56616]),f9h(A_h,42,-1,[312]),f9h(A_h,42,-1,[1093]),f9h(A_h,42,-1,[1116]),f9h(A_h,42,-1,[55349,56668]),f9h(A_h,42,-1,[55349,56512]),f9h(A_h,42,-1,[8666]),f9h(A_h,42,-1,[8656]),f9h(A_h,42,-1,[10523]),f9h(A_h,42,-1,[10510]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[10594]),f9h(A_h,42,-1,[314]),f9h(A_h,42,-1,[10676]),f9h(A_h,42,-1,[8466]),f9h(A_h,42,-1,[955]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10641]),f9h(A_h,42,-1,[10216]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[171]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8676]),f9h(A_h,42,-1,[10527]),f9h(A_h,42,-1,[10525]),f9h(A_h,42,-1,[8617]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[10553]),f9h(A_h,42,-1,[10611]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[10923]),f9h(A_h,42,-1,[10521]),f9h(A_h,42,-1,[10925]),f9h(A_h,42,-1,[10508]),f9h(A_h,42,-1,[10098]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[10635]),f9h(A_h,42,-1,[10639]),f9h(A_h,42,-1,[10637]),f9h(A_h,42,-1,[318]),f9h(A_h,42,-1,[316]),f9h(A_h,42,-1,[8968]),f9h(A_h,42,-1,[123]),f9h(A_h,42,-1,[1083]),f9h(A_h,42,-1,[10550]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[10599]),f9h(A_h,42,-1,[10571]),f9h(A_h,42,-1,[8626]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8610]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8596]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[8621]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[8804]),f9h(A_h,42,-1,[8806]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10877]),f9h(A_h,42,-1,[10920]),f9h(A_h,42,-1,[10879]),f9h(A_h,42,-1,[10881]),f9h(A_h,42,-1,[10883]),f9h(A_h,42,-1,[10899]),f9h(A_h,42,-1,[10885]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8922]),f9h(A_h,42,-1,[10891]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10620]),f9h(A_h,42,-1,[8970]),f9h(A_h,42,-1,[55349,56617]),f9h(A_h,42,-1,[8822]),f9h(A_h,42,-1,[10897]),f9h(A_h,42,-1,[8637]),f9h(A_h,42,-1,[8636]),f9h(A_h,42,-1,[10602]),f9h(A_h,42,-1,[9604]),f9h(A_h,42,-1,[1113]),f9h(A_h,42,-1,[8810]),f9h(A_h,42,-1,[8647]),f9h(A_h,42,-1,[8990]),f9h(A_h,42,-1,[10603]),f9h(A_h,42,-1,[9722]),f9h(A_h,42,-1,[320]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[9136]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10889]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[10887]),f9h(A_h,42,-1,[8808]),f9h(A_h,42,-1,[8934]),f9h(A_h,42,-1,[10220]),f9h(A_h,42,-1,[8701]),f9h(A_h,42,-1,[10214]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[8619]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10629]),f9h(A_h,42,-1,[55349,56669]),f9h(A_h,42,-1,[10797]),f9h(A_h,42,-1,[10804]),f9h(A_h,42,-1,[8727]),f9h(A_h,42,-1,[95]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[9674]),f9h(A_h,42,-1,[10731]),f9h(A_h,42,-1,[40]),f9h(A_h,42,-1,[10643]),f9h(A_h,42,-1,[8646]),f9h(A_h,42,-1,[8991]),f9h(A_h,42,-1,[8651]),f9h(A_h,42,-1,[10605]),f9h(A_h,42,-1,[8206]),f9h(A_h,42,-1,[8895]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[55349,56513]),f9h(A_h,42,-1,[8624]),f9h(A_h,42,-1,[8818]),f9h(A_h,42,-1,[10893]),f9h(A_h,42,-1,[10895]),f9h(A_h,42,-1,[91]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[322]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[60]),f9h(A_h,42,-1,[10918]),f9h(A_h,42,-1,[10873]),f9h(A_h,42,-1,[8918]),f9h(A_h,42,-1,[8907]),f9h(A_h,42,-1,[8905]),f9h(A_h,42,-1,[10614]),f9h(A_h,42,-1,[10875]),f9h(A_h,42,-1,[10646]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[9666]),f9h(A_h,42,-1,[10570]),f9h(A_h,42,-1,[10598]),f9h(A_h,42,-1,[8762]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[9794]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[10016]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8614]),f9h(A_h,42,-1,[8615]),f9h(A_h,42,-1,[8612]),f9h(A_h,42,-1,[8613]),f9h(A_h,42,-1,[9646]),f9h(A_h,42,-1,[10793]),f9h(A_h,42,-1,[1084]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[8737]),f9h(A_h,42,-1,[55349,56618]),f9h(A_h,42,-1,[8487]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[181]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[42]),f9h(A_h,42,-1,[10992]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[183]),f9h(A_h,42,-1,[8722]),f9h(A_h,42,-1,[8863]),f9h(A_h,42,-1,[8760]),f9h(A_h,42,-1,[10794]),f9h(A_h,42,-1,[10971]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[8871]),f9h(A_h,42,-1,[55349,56670]),f9h(A_h,42,-1,[8723]),f9h(A_h,42,-1,[55349,56514]),f9h(A_h,42,-1,[8766]),f9h(A_h,42,-1,[956]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8888]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8879]),f9h(A_h,42,-1,[8878]),f9h(A_h,42,-1,[8711]),f9h(A_h,42,-1,[324]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[329]),f9h(A_h,42,-1,[8777]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[9838]),f9h(A_h,42,-1,[8469]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[160]),f9h(A_h,42,-1,[10819]),f9h(A_h,42,-1,[328]),f9h(A_h,42,-1,[326]),f9h(A_h,42,-1,[8775]),f9h(A_h,42,-1,[10818]),f9h(A_h,42,-1,[1085]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8800]),f9h(A_h,42,-1,[8663]),f9h(A_h,42,-1,[10532]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8599]),f9h(A_h,42,-1,[8802]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[8708]),f9h(A_h,42,-1,[55349,56619]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8817]),f9h(A_h,42,-1,[8821]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8815]),f9h(A_h,42,-1,[8654]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[10994]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[8956]),f9h(A_h,42,-1,[8954]),f9h(A_h,42,-1,[8715]),f9h(A_h,42,-1,[1114]),f9h(A_h,42,-1,[8653]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8229]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8602]),f9h(A_h,42,-1,[8622]),f9h(A_h,42,-1,[8816]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8820]),f9h(A_h,42,-1,[8814]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[55349,56671]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[172]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8713]),f9h(A_h,42,-1,[8951]),f9h(A_h,42,-1,[8950]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8716]),f9h(A_h,42,-1,[8958]),f9h(A_h,42,-1,[8957]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[10772]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8928]),f9h(A_h,42,-1,[8832]),f9h(A_h,42,-1,[8655]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8603]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8929]),f9h(A_h,42,-1,[55349,56515]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8769]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8772]),f9h(A_h,42,-1,[8740]),f9h(A_h,42,-1,[8742]),f9h(A_h,42,-1,[8930]),f9h(A_h,42,-1,[8931]),f9h(A_h,42,-1,[8836]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8840]),f9h(A_h,42,-1,[8833]),f9h(A_h,42,-1,[8837]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8841]),f9h(A_h,42,-1,[8825]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[241]),f9h(A_h,42,-1,[8824]),f9h(A_h,42,-1,[8938]),f9h(A_h,42,-1,[8940]),f9h(A_h,42,-1,[8939]),f9h(A_h,42,-1,[8941]),f9h(A_h,42,-1,[957]),f9h(A_h,42,-1,[35]),f9h(A_h,42,-1,[8470]),f9h(A_h,42,-1,[8199]),f9h(A_h,42,-1,[8877]),f9h(A_h,42,-1,[10500]),f9h(A_h,42,-1,[8876]),f9h(A_h,42,-1,[10718]),f9h(A_h,42,-1,[10498]),f9h(A_h,42,-1,[10499]),f9h(A_h,42,-1,[8662]),f9h(A_h,42,-1,[10531]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[8598]),f9h(A_h,42,-1,[10535]),f9h(A_h,42,-1,[9416]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[243]),f9h(A_h,42,-1,[8859]),f9h(A_h,42,-1,[8858]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[244]),f9h(A_h,42,-1,[1086]),f9h(A_h,42,-1,[8861]),f9h(A_h,42,-1,[337]),f9h(A_h,42,-1,[10808]),f9h(A_h,42,-1,[8857]),f9h(A_h,42,-1,[10684]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[10687]),f9h(A_h,42,-1,[55349,56620]),f9h(A_h,42,-1,[731]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[242]),f9h(A_h,42,-1,[10689]),f9h(A_h,42,-1,[10677]),f9h(A_h,42,-1,[8486]),f9h(A_h,42,-1,[8750]),f9h(A_h,42,-1,[8634]),f9h(A_h,42,-1,[10686]),f9h(A_h,42,-1,[10683]),f9h(A_h,42,-1,[8254]),f9h(A_h,42,-1,[10688]),f9h(A_h,42,-1,[333]),f9h(A_h,42,-1,[969]),f9h(A_h,42,-1,[959]),f9h(A_h,42,-1,[10678]),f9h(A_h,42,-1,[8854]),f9h(A_h,42,-1,[55349,56672]),f9h(A_h,42,-1,[10679]),f9h(A_h,42,-1,[10681]),f9h(A_h,42,-1,[8853]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8635]),f9h(A_h,42,-1,[10845]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[170]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[186]),f9h(A_h,42,-1,[8886]),f9h(A_h,42,-1,[10838]),f9h(A_h,42,-1,[10839]),f9h(A_h,42,-1,[10843]),f9h(A_h,42,-1,[8500]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[248]),f9h(A_h,42,-1,[8856]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[245]),f9h(A_h,42,-1,[8855]),f9h(A_h,42,-1,[10806]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[246]),f9h(A_h,42,-1,[9021]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[182]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[10995]),f9h(A_h,42,-1,[11005]),f9h(A_h,42,-1,[8706]),f9h(A_h,42,-1,[1087]),f9h(A_h,42,-1,[37]),f9h(A_h,42,-1,[46]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[8869]),f9h(A_h,42,-1,[8241]),f9h(A_h,42,-1,[55349,56621]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[8499]),f9h(A_h,42,-1,[9742]),f9h(A_h,42,-1,[960]),f9h(A_h,42,-1,[8916]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[8462]),f9h(A_h,42,-1,[8463]),f9h(A_h,42,-1,[43]),f9h(A_h,42,-1,[10787]),f9h(A_h,42,-1,[8862]),f9h(A_h,42,-1,[10786]),f9h(A_h,42,-1,[8724]),f9h(A_h,42,-1,[10789]),f9h(A_h,42,-1,[10866]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10790]),f9h(A_h,42,-1,[10791]),f9h(A_h,42,-1,[177]),f9h(A_h,42,-1,[10773]),f9h(A_h,42,-1,[55349,56673]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[163]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10931]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[8826]),f9h(A_h,42,-1,[10935]),f9h(A_h,42,-1,[8828]),f9h(A_h,42,-1,[10927]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8242]),f9h(A_h,42,-1,[8473]),f9h(A_h,42,-1,[10933]),f9h(A_h,42,-1,[10937]),f9h(A_h,42,-1,[8936]),f9h(A_h,42,-1,[8719]),f9h(A_h,42,-1,[9006]),f9h(A_h,42,-1,[8978]),f9h(A_h,42,-1,[8979]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8830]),f9h(A_h,42,-1,[8880]),f9h(A_h,42,-1,[55349,56517]),f9h(A_h,42,-1,[968]),f9h(A_h,42,-1,[8200]),f9h(A_h,42,-1,[55349,56622]),f9h(A_h,42,-1,[10764]),f9h(A_h,42,-1,[55349,56674]),f9h(A_h,42,-1,[8279]),f9h(A_h,42,-1,[55349,56518]),f9h(A_h,42,-1,[8461]),f9h(A_h,42,-1,[10774]),f9h(A_h,42,-1,[63]),f9h(A_h,42,-1,[8799]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[34]),f9h(A_h,42,-1,[8667]),f9h(A_h,42,-1,[8658]),f9h(A_h,42,-1,[10524]),f9h(A_h,42,-1,[10511]),f9h(A_h,42,-1,[10596]),f9h(A_h,42,-1,[10714]),f9h(A_h,42,-1,[341]),f9h(A_h,42,-1,[8730]),f9h(A_h,42,-1,[10675]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[10642]),f9h(A_h,42,-1,[10661]),f9h(A_h,42,-1,[10217]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[187]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[10613]),f9h(A_h,42,-1,[8677]),f9h(A_h,42,-1,[10528]),f9h(A_h,42,-1,[10547]),f9h(A_h,42,-1,[10526]),f9h(A_h,42,-1,[8618]),f9h(A_h,42,-1,[8620]),f9h(A_h,42,-1,[10565]),f9h(A_h,42,-1,[10612]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[10522]),f9h(A_h,42,-1,[8758]),f9h(A_h,42,-1,[8474]),f9h(A_h,42,-1,[10509]),f9h(A_h,42,-1,[10099]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[10636]),f9h(A_h,42,-1,[10638]),f9h(A_h,42,-1,[10640]),f9h(A_h,42,-1,[345]),f9h(A_h,42,-1,[343]),f9h(A_h,42,-1,[8969]),f9h(A_h,42,-1,[125]),f9h(A_h,42,-1,[1088]),f9h(A_h,42,-1,[10551]),f9h(A_h,42,-1,[10601]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8627]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8475]),f9h(A_h,42,-1,[8476]),f9h(A_h,42,-1,[8477]),f9h(A_h,42,-1,[9645]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[174]),f9h(A_h,42,-1,[10621]),f9h(A_h,42,-1,[8971]),f9h(A_h,42,-1,[55349,56623]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[10604]),f9h(A_h,42,-1,[961]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[8611]),f9h(A_h,42,-1,[8641]),f9h(A_h,42,-1,[8640]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8605]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[730]),f9h(A_h,42,-1,[8787]),f9h(A_h,42,-1,[8644]),f9h(A_h,42,-1,[8652]),f9h(A_h,42,-1,[8207]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[9137]),f9h(A_h,42,-1,[10990]),f9h(A_h,42,-1,[10221]),f9h(A_h,42,-1,[8702]),f9h(A_h,42,-1,[10215]),f9h(A_h,42,-1,[10630]),f9h(A_h,42,-1,[55349,56675]),f9h(A_h,42,-1,[10798]),f9h(A_h,42,-1,[10805]),f9h(A_h,42,-1,[41]),f9h(A_h,42,-1,[10644]),f9h(A_h,42,-1,[10770]),f9h(A_h,42,-1,[8649]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[55349,56519]),f9h(A_h,42,-1,[8625]),f9h(A_h,42,-1,[93]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8908]),f9h(A_h,42,-1,[8906]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9656]),f9h(A_h,42,-1,[10702]),f9h(A_h,42,-1,[10600]),f9h(A_h,42,-1,[8478]),f9h(A_h,42,-1,[347]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10932]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[351]),f9h(A_h,42,-1,[349]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[10771]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[1089]),f9h(A_h,42,-1,[8901]),f9h(A_h,42,-1,[8865]),f9h(A_h,42,-1,[10854]),f9h(A_h,42,-1,[8664]),f9h(A_h,42,-1,[10533]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[8600]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[167]),f9h(A_h,42,-1,[59]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10038]),f9h(A_h,42,-1,[55349,56624]),f9h(A_h,42,-1,[8994]),f9h(A_h,42,-1,[9839]),f9h(A_h,42,-1,[1097]),f9h(A_h,42,-1,[1096]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[173]),f9h(A_h,42,-1,[963]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[10858]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[8771]),f9h(A_h,42,-1,[10910]),f9h(A_h,42,-1,[10912]),f9h(A_h,42,-1,[10909]),f9h(A_h,42,-1,[10911]),f9h(A_h,42,-1,[8774]),f9h(A_h,42,-1,[10788]),f9h(A_h,42,-1,[10610]),f9h(A_h,42,-1,[8592]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[10803]),f9h(A_h,42,-1,[10724]),f9h(A_h,42,-1,[8739]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[10922]),f9h(A_h,42,-1,[10924]),f9h(A_h,42,-1,[1100]),f9h(A_h,42,-1,[47]),f9h(A_h,42,-1,[10692]),f9h(A_h,42,-1,[9023]),f9h(A_h,42,-1,[55349,56676]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[9824]),f9h(A_h,42,-1,[8741]),f9h(A_h,42,-1,[8851]),f9h(A_h,42,-1,[8852]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8847]),f9h(A_h,42,-1,[8849]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[8848]),f9h(A_h,42,-1,[8850]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9633]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[9642]),f9h(A_h,42,-1,[8594]),f9h(A_h,42,-1,[55349,56520]),f9h(A_h,42,-1,[8726]),f9h(A_h,42,-1,[8995]),f9h(A_h,42,-1,[8902]),f9h(A_h,42,-1,[9734]),f9h(A_h,42,-1,[9733]),f9h(A_h,42,-1,[1013]),f9h(A_h,42,-1,[981]),f9h(A_h,42,-1,[175]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[10941]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10947]),f9h(A_h,42,-1,[10945]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10943]),f9h(A_h,42,-1,[10617]),f9h(A_h,42,-1,[8834]),f9h(A_h,42,-1,[8838]),f9h(A_h,42,-1,[10949]),f9h(A_h,42,-1,[8842]),f9h(A_h,42,-1,[10955]),f9h(A_h,42,-1,[10951]),f9h(A_h,42,-1,[10965]),f9h(A_h,42,-1,[10963]),f9h(A_h,42,-1,[8827]),f9h(A_h,42,-1,[10936]),f9h(A_h,42,-1,[8829]),f9h(A_h,42,-1,[10928]),f9h(A_h,42,-1,[10938]),f9h(A_h,42,-1,[10934]),f9h(A_h,42,-1,[8937]),f9h(A_h,42,-1,[8831]),f9h(A_h,42,-1,[8721]),f9h(A_h,42,-1,[9834]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[185]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[178]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[179]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[10942]),f9h(A_h,42,-1,[10968]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10948]),f9h(A_h,42,-1,[10967]),f9h(A_h,42,-1,[10619]),f9h(A_h,42,-1,[10946]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10944]),f9h(A_h,42,-1,[8835]),f9h(A_h,42,-1,[8839]),f9h(A_h,42,-1,[10950]),f9h(A_h,42,-1,[8843]),f9h(A_h,42,-1,[10956]),f9h(A_h,42,-1,[10952]),f9h(A_h,42,-1,[10964]),f9h(A_h,42,-1,[10966]),f9h(A_h,42,-1,[8665]),f9h(A_h,42,-1,[10534]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[8601]),f9h(A_h,42,-1,[10538]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[223]),f9h(A_h,42,-1,[8982]),f9h(A_h,42,-1,[964]),f9h(A_h,42,-1,[9140]),f9h(A_h,42,-1,[357]),f9h(A_h,42,-1,[355]),f9h(A_h,42,-1,[1090]),f9h(A_h,42,-1,[8411]),f9h(A_h,42,-1,[8981]),f9h(A_h,42,-1,[55349,56625]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[8756]),f9h(A_h,42,-1,[952]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[8201]),f9h(A_h,42,-1,[8776]),f9h(A_h,42,-1,[8764]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[254]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[215]),f9h(A_h,42,-1,[8864]),f9h(A_h,42,-1,[10801]),f9h(A_h,42,-1,[10800]),f9h(A_h,42,-1,[8749]),f9h(A_h,42,-1,[10536]),f9h(A_h,42,-1,[8868]),f9h(A_h,42,-1,[9014]),f9h(A_h,42,-1,[10993]),f9h(A_h,42,-1,[55349,56677]),f9h(A_h,42,-1,[10970]),f9h(A_h,42,-1,[10537]),f9h(A_h,42,-1,[8244]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9663]),f9h(A_h,42,-1,[9667]),f9h(A_h,42,-1,[8884]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[9657]),f9h(A_h,42,-1,[8885]),f9h(A_h,42,-1,[9708]),f9h(A_h,42,-1,[8796]),f9h(A_h,42,-1,[10810]),f9h(A_h,42,-1,[10809]),f9h(A_h,42,-1,[10701]),f9h(A_h,42,-1,[10811]),f9h(A_h,42,-1,[9186]),f9h(A_h,42,-1,[55349,56521]),f9h(A_h,42,-1,[1094]),f9h(A_h,42,-1,[1115]),f9h(A_h,42,-1,[359]),f9h(A_h,42,-1,[8812]),f9h(A_h,42,-1,[8606]),f9h(A_h,42,-1,[8608]),f9h(A_h,42,-1,[8657]),f9h(A_h,42,-1,[10595]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[250]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[1118]),f9h(A_h,42,-1,[365]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[251]),f9h(A_h,42,-1,[1091]),f9h(A_h,42,-1,[8645]),f9h(A_h,42,-1,[369]),f9h(A_h,42,-1,[10606]),f9h(A_h,42,-1,[10622]),f9h(A_h,42,-1,[55349,56626]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[249]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[9600]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8988]),f9h(A_h,42,-1,[8975]),f9h(A_h,42,-1,[9720]),f9h(A_h,42,-1,[363]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[168]),f9h(A_h,42,-1,[371]),f9h(A_h,42,-1,[55349,56678]),f9h(A_h,42,-1,[8593]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[8639]),f9h(A_h,42,-1,[8638]),f9h(A_h,42,-1,[8846]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[978]),f9h(A_h,42,-1,[965]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8989]),f9h(A_h,42,-1,[8974]),f9h(A_h,42,-1,[367]),f9h(A_h,42,-1,[9721]),f9h(A_h,42,-1,[55349,56522]),f9h(A_h,42,-1,[8944]),f9h(A_h,42,-1,[361]),f9h(A_h,42,-1,[9653]),f9h(A_h,42,-1,[9652]),f9h(A_h,42,-1,[8648]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[252]),f9h(A_h,42,-1,[10663]),f9h(A_h,42,-1,[8661]),f9h(A_h,42,-1,[10984]),f9h(A_h,42,-1,[10985]),f9h(A_h,42,-1,[8872]),f9h(A_h,42,-1,[10652]),f9h(A_h,42,-1,[949]),f9h(A_h,42,-1,[1008]),f9h(A_h,42,-1,[8709]),f9h(A_h,42,-1,[966]),f9h(A_h,42,-1,[982]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8597]),f9h(A_h,42,-1,[1009]),f9h(A_h,42,-1,[962]),f9h(A_h,42,-1,[977]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[1074]),f9h(A_h,42,-1,[8866]),f9h(A_h,42,-1,[8744]),f9h(A_h,42,-1,[8891]),f9h(A_h,42,-1,[8794]),f9h(A_h,42,-1,[8942]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[124]),f9h(A_h,42,-1,[55349,56627]),f9h(A_h,42,-1,[8882]),f9h(A_h,42,-1,[55349,56679]),f9h(A_h,42,-1,[8733]),f9h(A_h,42,-1,[8883]),f9h(A_h,42,-1,[55349,56523]),f9h(A_h,42,-1,[10650]),f9h(A_h,42,-1,[373]),f9h(A_h,42,-1,[10847]),f9h(A_h,42,-1,[8743]),f9h(A_h,42,-1,[8793]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[55349,56628]),f9h(A_h,42,-1,[55349,56680]),f9h(A_h,42,-1,[8472]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[8768]),f9h(A_h,42,-1,[55349,56524]),f9h(A_h,42,-1,[8898]),f9h(A_h,42,-1,[9711]),f9h(A_h,42,-1,[8899]),f9h(A_h,42,-1,[9661]),f9h(A_h,42,-1,[55349,56629]),f9h(A_h,42,-1,[10234]),f9h(A_h,42,-1,[10231]),f9h(A_h,42,-1,[958]),f9h(A_h,42,-1,[10232]),f9h(A_h,42,-1,[10229]),f9h(A_h,42,-1,[10236]),f9h(A_h,42,-1,[8955]),f9h(A_h,42,-1,[10752]),f9h(A_h,42,-1,[55349,56681]),f9h(A_h,42,-1,[10753]),f9h(A_h,42,-1,[10754]),f9h(A_h,42,-1,[10233]),f9h(A_h,42,-1,[10230]),f9h(A_h,42,-1,[55349,56525]),f9h(A_h,42,-1,[10758]),f9h(A_h,42,-1,[10756]),f9h(A_h,42,-1,[9651]),f9h(A_h,42,-1,[8897]),f9h(A_h,42,-1,[8896]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[253]),f9h(A_h,42,-1,[1103]),f9h(A_h,42,-1,[375]),f9h(A_h,42,-1,[1099]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[165]),f9h(A_h,42,-1,[55349,56630]),f9h(A_h,42,-1,[1111]),f9h(A_h,42,-1,[55349,56682]),f9h(A_h,42,-1,[55349,56526]),f9h(A_h,42,-1,[1102]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[255]),f9h(A_h,42,-1,[378]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[1079]),f9h(A_h,42,-1,[380]),f9h(A_h,42,-1,[8488]),f9h(A_h,42,-1,[950]),f9h(A_h,42,-1,[55349,56631]),f9h(A_h,42,-1,[1078]),f9h(A_h,42,-1,[8669]),f9h(A_h,42,-1,[55349,56683]),f9h(A_h,42,-1,[55349,56527]),f9h(A_h,42,-1,[8205]),f9h(A_h,42,-1,[8204])]);uVi=f9h(cai,52,12,[f9h(A_h,42,-1,[8364]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8218]),f9h(A_h,42,-1,[402]),f9h(A_h,42,-1,[8222]),f9h(A_h,42,-1,[8230]),f9h(A_h,42,-1,[8224]),f9h(A_h,42,-1,[8225]),f9h(A_h,42,-1,[710]),f9h(A_h,42,-1,[8240]),f9h(A_h,42,-1,[352]),f9h(A_h,42,-1,[8249]),f9h(A_h,42,-1,[338]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[381]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[8216]),f9h(A_h,42,-1,[8217]),f9h(A_h,42,-1,[8220]),f9h(A_h,42,-1,[8221]),f9h(A_h,42,-1,[8226]),f9h(A_h,42,-1,[8211]),f9h(A_h,42,-1,[8212]),f9h(A_h,42,-1,[732]),f9h(A_h,42,-1,[8482]),f9h(A_h,42,-1,[353]),f9h(A_h,42,-1,[8250]),f9h(A_h,42,-1,[339]),f9h(A_h,42,-1,[65533]),f9h(A_h,42,-1,[382]),f9h(A_h,42,-1,[376])])}
+var sVi,tVi,uVi;function xVi(d,a,e,c){var b;if(d.length!=c){return false}for(b=0;b<c;++b){if(d.charCodeAt(b)!=a[e+b]){return false}}return true}
+function yVi(d,e){var a,b,c;if(e==null){return false}if(d.length!=e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+function zVi(d,e){var a,b,c;if(e==null){return false}if(d.length>e.length){return false}for(c=0;c<d.length;++c){a=d.charCodeAt(c);b=e.charCodeAt(c);if(b>=65&&b<=90){b+=32}if(a!=b){return false}}return true}
+function CVi(j,c,f,d,e,h,i,b,g,a){j.c=c;j.d=d;j.g=g;j.f=f;j.e=e;j.i=h;j.j=i;j.b=b;j.a=a;j.h=1;return j}
+function DVi(d,c,a,b){d.c=a.d;d.d=a.e;d.g=a.e;d.f=c;d.e=b;d.i=a.f;d.j=a.g;d.b=a.c;d.a=null;d.h=1;return d}
+function aWi(e,d,b,c,a){e.c=b.d;e.d=b.e;e.g=b.e;e.f=d;e.e=c;e.i=b.f;e.j=b.g;e.b=b.c;e.a=a;e.h=1;return e}
+function EVi(e,c,a,b,d){e.c=a.d;e.d=a.e;e.g=d;e.f=c;e.e=b;e.i=a.f;e.j=a.g;e.b=a.c;e.a=null;e.h=1;return e}
+function FVi(f,c,a,b,d,e){f.c=a.d;f.d=a.e;f.g=d;f.f=c;f.e=b;f.i=e;f.j=false;f.b=false;f.a=null;f.h=1;return f}
+function cWi(){return u_h}
+function dWi(){return this.d}
+function AVi(){}
+_=AVi.prototype=new xdi();_.gC=cWi;_.tS=dWi;_.tI=38;_.a=null;_.b=false;_.c=0;_.d=null;_.e=null;_.f=null;_.g=null;_.h=1;_.i=false;_.j=false;function q0i(d,a,c,b){d.a=a;d.c=c;d.b=b;return d}
+function r0i(b,a){if(a&&b.a[b.c]==10){++b.c}}
+function u0i(){return x_h}
+function p0i(){}
+_=p0i.prototype=new xdi();_.gC=u0i;_.tI=39;_.a=null;_.b=0;_.c=0;function z0i(b,a){b.b=a;b.a=null;return b}
+function B0i(b){var a;a=b.b;if(a==null&&!!b.a){return b.a.b}else{return a}}
+function C0i(){return y_h}
+function D0i(){return B0i(this)}
+function E0i(){if(this.a){return agi(this.a)}else{return agi(this)}}
+function y0i(){}
+_=y0i.prototype=new Aci();_.gC=C0i;_.Bb=D0i;_.tS=E0i;_.tI=40;_.a=null;function a1i(c,b,a){c.b=b;c.a=null;if(a){lUi(a);kUi(a)}else{}return c}
+function b1i(d,c,b,a){d.b=c;d.a=a;if(b){lUi(b);kUi(b)}else{}return d}
+function d1i(){return z_h}
+function F0i(){}
+_=F0i.prototype=new y0i();_.gC=d1i;_.tI=41;function Cbi(){!!$stats&&$stats({moduleName:$moduleName,subSystem:iIh,evtGroup:jIh,millis:(new Date()).getTime(),type:kIh,className:lIh});Envjs.parseHtmlDocument=xni}
+__defineParser__=function gwtOnLoad(b,d,c){$moduleName=d;$moduleBase=c;if(b)try{Cbi()}catch(a){b(d)}else{Cbi()}}
+function v0i(){}
+var k$h=jci(mIh,nIh),b$h=jci(pIh,qIh),q$h=jci(mIh,rIh),g$h=jci(mIh,sIh),l$h=jci(mIh,tIh),E9h=jci(uIh,vIh),F9h=jci(uIh,wIh),D_h=ici(xIh,yIh),f$h=jci(mIh,AIh),dai=ici(cNh,BIh),s$h=jci(CIh,DIh),A$h=jci(CIh,EIh),F$h=jci(CIh,FIh),a$h=jci(pIh,aJh),i$h=jci(mIh,bJh),c$h=jci(mIh,cJh),A_h=ici(cNh,dJh),e$h=jci(mIh,fJh),d$h=jci(mIh,gJh),h$h=jci(mIh,hJh),B_h=ici(cNh,iJh),j$h=jci(mIh,jJh),p$h=jci(mIh,aUh),m$h=jci(mIh,kJh),n$h=jci(mIh,lJh),o$h=jci(mIh,mJh),r$h=jci(mIh,nJh),C_h=ici(xIh,oJh),C$h=jci(CIh,qJh),x$h=jci(CIh,rJh),E$h=jci(CIh,sJh),u$h=jci(CIh,tJh),t$h=jci(CIh,uJh),B$h=jci(CIh,vJh),v$h=jci(CIh,wJh),w$h=jci(CIh,xJh),y$h=jci(CIh,yJh),z$h=jci(CIh,zJh),D$h=jci(CIh,BJh),a_h=jci(CIh,CJh),b_h=jci(CIh,DJh),e_h=jci(CIh,EJh),c_h=jci(CIh,FJh),d_h=jci(CIh,aKh),f_h=jci(CIh,bKh),g_h=kci(cKh,dKh),h_h=kci(cKh,eKh),i_h=kci(cKh,hKh),w_h=jci(iKh,jKh),p_h=jci(iKh,kKh),k_h=jci(lKh,mKh),j_h=jci(lKh,nKh),m_h=jci(lKh,oKh),l_h=jci(lKh,pKh),n_h=jci(lKh,qKh),bai=ici(cNh,sKh),E_h=ici(tKh,uKh),o_h=jci(iKh,vKh),F_h=ici(tKh,wKh),q_h=jci(iKh,xKh),v_h=jci(iKh,yKh),r_h=jci(iKh,zKh),s_h=jci(iKh,AKh),t_h=jci(iKh,BKh),cai=ici(cNh,DKh),u_h=jci(iKh,EKh),aai=ici(tKh,FKh),x_h=jci(iKh,aLh),y_h=jci(bLh,cLh),z_h=jci(bLh,dLh);if (true) { var __gwt_initHandlers = function(){}; }})();
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/htmlparser.pretty.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/htmlparser.pretty.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/htmlparser.pretty.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,10600 @@
+var __defineParser__;
+(function () {var $gwt_version = "1.5.1";var $wnd = {};var $doc = {};var $moduleName, $moduleBase;var $stats = $wnd.__gwtStatsEvent ? function(a) {$wnd.__gwtStatsEvent(a)} : null;var _, N8000000000000000_longLit = [0, -9223372036854775808], P1000000_longLit = [16777216, 0], P7fffffffffffffff_longLit = [4294967295, 9223372032559808512];
+function equals_1(other){
+ return (this == null?null:this) === (other == null?null:other);
+}
+
+function getClass_13(){
+ return Ljava_lang_Object_2_classLit;
+}
+
+function hashCode_2(){
+ return this.$H || (this.$H = ++sNextHashId);
+}
+
+function toString_3(){
+ return (this.typeMarker$ == nullMethod || this.typeId$ == 2?this.getClass$():Lcom_google_gwt_core_client_JavaScriptObject_2_classLit).typeName + '@' + toPowerOfTwoString(this.typeMarker$ == nullMethod || this.typeId$ == 2?this.hashCode$():this.$H || (this.$H = ++sNextHashId), 4);
+}
+
+function Object_0(){
+}
+
+_ = Object_0.prototype = {};
+_.equals$ = equals_1;
+_.getClass$ = getClass_13;
+_.hashCode$ = hashCode_2;
+_.toString$ = toString_3;
+_.toString = function(){
+ return this.toString$();
+}
+;
+_.typeMarker$ = nullMethod;
+_.typeId$ = 1;
+function $toString_1(this$static){
+ var className, msg;
+ className = this$static.getClass$().typeName;
+ msg = this$static.getMessage();
+ if (msg != null) {
+ return className + ': ' + msg;
+ }
+ else {
+ return className;
+ }
+}
+
+function getClass_19(){
+ return Ljava_lang_Throwable_2_classLit;
+}
+
+function getMessage(){
+ return this.detailMessage;
+}
+
+function toString_7(){
+ return $toString_1(this);
+}
+
+function Throwable(){
+}
+
+_ = Throwable.prototype = new Object_0();
+_.getClass$ = getClass_19;
+_.getMessage = getMessage;
+_.toString$ = toString_7;
+_.typeId$ = 3;
+_.detailMessage = null;
+function $Exception(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_9(){
+ return Ljava_lang_Exception_2_classLit;
+}
+
+function Exception(){
+}
+
+_ = Exception.prototype = new Throwable();
+_.getClass$ = getClass_9;
+_.typeId$ = 4;
+function $RuntimeException(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_14(){
+ return Ljava_lang_RuntimeException_2_classLit;
+}
+
+function RuntimeException(){
+}
+
+_ = RuntimeException.prototype = new Exception();
+_.getClass$ = getClass_14;
+_.typeId$ = 5;
+function $JavaScriptException(this$static, e){
+ $Exception(this$static, '(' + getName(e) + '): ' + getDescription(e) + (e != null && (e.typeMarker$ != nullMethod && e.typeId$ != 2)?getProperties0(dynamicCastJso(e)):''));
+ getName(e);
+ getDescription(e);
+ getException(e);
+ return this$static;
+}
+
+function getClass_0(){
+ return Lcom_google_gwt_core_client_JavaScriptException_2_classLit;
+}
+
+function getDescription(e){
+ if (e != null && (e.typeMarker$ != nullMethod && e.typeId$ != 2)) {
+ return getDescription0(dynamicCastJso(e));
+ }
+ else {
+ return e + '';
+ }
+}
+
+function getDescription0(e){
+ return e == null?null:e.message;
+}
+
+function getException(e){
+ if (e != null && (e.typeMarker$ != nullMethod && e.typeId$ != 2)) {
+ return dynamicCastJso(e);
+ }
+ else {
+ return null;
+ }
+}
+
+function getName(e){
+ if (e == null) {
+ return 'null';
+ }
+ else if (e != null && (e.typeMarker$ != nullMethod && e.typeId$ != 2)) {
+ return getName0(dynamicCastJso(e));
+ }
+ else if (e != null && canCast(e.typeId$, 1)) {
+ return 'String';
+ }
+ else {
+ return (e.typeMarker$ == nullMethod || e.typeId$ == 2?e.getClass$():Lcom_google_gwt_core_client_JavaScriptObject_2_classLit).typeName;
+ }
+}
+
+function getName0(e){
+ return e == null?null:e.name;
+}
+
+function getProperties0(e){
+ var result = '';
+ for (prop in e) {
+ if (prop != 'name' && prop != 'message') {
+ result += '\n ' + prop + ': ' + e[prop];
+ }
+ }
+ return result;
+}
+
+function JavaScriptException(){
+}
+
+_ = JavaScriptException.prototype = new RuntimeException();
+_.getClass$ = getClass_0;
+_.typeId$ = 6;
+function createFunction(){
+ return function(){
+ }
+ ;
+}
+
+function equals__devirtual$(this$static, other){
+ return this$static.typeMarker$ == nullMethod || this$static.typeId$ == 2?this$static.equals$(other):(this$static == null?null:this$static) === (other == null?null:other);
+}
+
+function hashCode__devirtual$(this$static){
+ return this$static.typeMarker$ == nullMethod || this$static.typeId$ == 2?this$static.hashCode$():this$static.$H || (this$static.$H = ++sNextHashId);
+}
+
+var sNextHashId = 0;
+function createFromSeed(seedType, length){
+ var seedArray = [null, 0, false, [0, 0]];
+ var value = seedArray[seedType];
+ var array = new Array(length);
+ for (var i = 0; i < length; ++i) {
+ array[i] = value;
+ }
+ return array;
+}
+
+function getClass_2(){
+ return this.arrayClass$;
+}
+
+function initDim(arrayClass, typeId, queryId, length, seedType){
+ var result;
+ result = createFromSeed(seedType, length);
+ initValues(arrayClass, typeId, queryId, result);
+ return result;
+}
+
+function initValues(arrayClass, typeId, queryId, array){
+ if (!protoTypeArray_0) {
+ protoTypeArray_0 = new Array_0();
+ }
+ wrapArray(array, protoTypeArray_0);
+ array.arrayClass$ = arrayClass;
+ array.typeId$ = typeId;
+ array.queryId$ = queryId;
+ return array;
+}
+
+function setCheck(array, index, value){
+ if (value != null) {
+ if (array.queryId$ > 0 && !canCastUnsafe(value.typeId$, array.queryId$)) {
+ throw new ArrayStoreException();
+ }
+ if (array.queryId$ < 0 && (value.typeMarker$ == nullMethod || value.typeId$ == 2)) {
+ throw new ArrayStoreException();
+ }
+ }
+ return array[index] = value;
+}
+
+function wrapArray(array, protoTypeArray){
+ for (var i in protoTypeArray) {
+ var toCopy = protoTypeArray[i];
+ if (toCopy) {
+ array[i] = toCopy;
+ }
+ }
+ return array;
+}
+
+function Array_0(){
+}
+
+_ = Array_0.prototype = new Object_0();
+_.getClass$ = getClass_2;
+_.typeId$ = 0;
+_.arrayClass$ = null;
+_.length = 0;
+_.queryId$ = 0;
+var protoTypeArray_0 = null;
+function canCast(srcId, dstId){
+ return srcId && !!typeIdArray[srcId][dstId];
+}
+
+function canCastUnsafe(srcId, dstId){
+ return srcId && typeIdArray[srcId][dstId];
+}
+
+function dynamicCast(src, dstId){
+ if (src != null && !canCastUnsafe(src.typeId$, dstId)) {
+ throw new ClassCastException();
+ }
+ return src;
+}
+
+function dynamicCastJso(src){
+ if (src != null && (src.typeMarker$ == nullMethod || src.typeId$ == 2)) {
+ throw new ClassCastException();
+ }
+ return src;
+}
+
+function instanceOf(src, dstId){
+ return src != null && canCast(src.typeId$, dstId);
+}
+
+var typeIdArray = [{}, {}, {1:1, 6:1, 7:1, 8:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1, 19:1}, {4:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1}, {6:1, 8:1}, {2:1, 6:1}, {2:1, 6:1}, {2:1, 6:1}, {7:1}, {7:1}, {2:1, 6:1}, {2:1, 6:1}, {18:1}, {14:1}, {14:1}, {14:1}, {15:1}, {15:1}, {6:1, 15:1}, {6:1, 16:1}, {6:1, 15:1}, {2:1, 6:1, 17:1}, {6:1, 8:1}, {6:1, 8:1}, {6:1, 8:1}, {20:1}, {3:1}, {9:1}, {10:1}, {11:1}, {21:1}, {2:1, 6:1, 22:1}, {2:1, 6:1, 22:1}, {12:1}, {13:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}, {5:1}];
+function caught(e){
+ if (e != null && canCast(e.typeId$, 2)) {
+ return e;
+ }
+ return $JavaScriptException(new JavaScriptException(), e);
+}
+
+function create(valueLow, valueHigh){
+ var diffHigh, diffLow;
+ valueHigh %= 1.8446744073709552E19;
+ valueLow %= 1.8446744073709552E19;
+ diffHigh = valueHigh % 4294967296;
+ diffLow = Math.floor(valueLow / 4294967296) * 4294967296;
+ valueHigh = valueHigh - diffHigh + diffLow;
+ valueLow = valueLow - diffLow + diffHigh;
+ while (valueLow < 0) {
+ valueLow += 4294967296;
+ valueHigh -= 4294967296;
+ }
+ while (valueLow > 4294967295) {
+ valueLow -= 4294967296;
+ valueHigh += 4294967296;
+ }
+ valueHigh = valueHigh % 1.8446744073709552E19;
+ while (valueHigh > 9223372032559808512) {
+ valueHigh -= 1.8446744073709552E19;
+ }
+ while (valueHigh < -9223372036854775808) {
+ valueHigh += 1.8446744073709552E19;
+ }
+ return [valueLow, valueHigh];
+}
+
+function fromDouble(value){
+ if (isNaN(value)) {
+ return $clinit_7() , ZERO;
+ }
+ if (value < -9223372036854775808) {
+ return $clinit_7() , MIN_VALUE;
+ }
+ if (value >= 9223372036854775807) {
+ return $clinit_7() , MAX_VALUE;
+ }
+ if (value > 0) {
+ return create(Math.floor(value), 0);
+ }
+ else {
+ return create(Math.ceil(value), 0);
+ }
+}
+
+function fromInt(value){
+ var rebase, result;
+ if (value > -129 && value < 128) {
+ rebase = value + 128;
+ result = ($clinit_6() , boxedValues)[rebase];
+ if (result == null) {
+ result = boxedValues[rebase] = internalFromInt(value);
+ }
+ return result;
+ }
+ return internalFromInt(value);
+}
+
+function internalFromInt(value){
+ if (value >= 0) {
+ return [value, 0];
+ }
+ else {
+ return [value + 4294967296, -4294967296];
+ }
+}
+
+function $clinit_6(){
+ $clinit_6 = nullMethod;
+ boxedValues = initDim(_3_3D_classLit, 53, 13, 256, 0);
+}
+
+var boxedValues;
+function $clinit_7(){
+ $clinit_7 = nullMethod;
+ Math.log(2);
+ MAX_VALUE = P7fffffffffffffff_longLit;
+ MIN_VALUE = N8000000000000000_longLit;
+ fromInt(-1);
+ fromInt(1);
+ fromInt(2);
+ ZERO = fromInt(0);
+}
+
+var MAX_VALUE, MIN_VALUE, ZERO;
+function $clinit_12(){
+ $clinit_12 = nullMethod;
+ timers = $ArrayList(new ArrayList());
+ addWindowCloseListener(new Timer$1());
+}
+
+function $cancel(this$static){
+ if (this$static.isRepeating) {
+ clearInterval(this$static.timerId);
+ }
+ else {
+ clearTimeout(this$static.timerId);
+ }
+ $remove_0(timers, this$static);
+}
+
+function $fireImpl(this$static){
+ if (!this$static.isRepeating) {
+ $remove_0(timers, this$static);
+ }
+ $run(this$static);
+}
+
+function $schedule(this$static, delayMillis){
+ if (delayMillis <= 0) {
+ throw $IllegalArgumentException(new IllegalArgumentException(), 'must be positive');
+ }
+ $cancel(this$static);
+ this$static.isRepeating = false;
+ this$static.timerId = createTimeout(this$static, delayMillis);
+ $add(timers, this$static);
+}
+
+function createTimeout(timer, delay){
+ return setTimeout(function(){
+ timer.fire();
+ }
+ , delay);
+}
+
+function fire(){
+ $fireImpl(this);
+}
+
+function getClass_4(){
+ return Lcom_google_gwt_user_client_Timer_2_classLit;
+}
+
+function Timer(){
+}
+
+_ = Timer.prototype = new Object_0();
+_.fire = fire;
+_.getClass$ = getClass_4;
+_.typeId$ = 0;
+_.isRepeating = false;
+_.timerId = 0;
+var timers;
+function $onWindowClosed(){
+ while (($clinit_12() , timers).size > 0) {
+ $cancel(dynamicCast($get_0(timers, 0), 3));
+ }
+}
+
+function getClass_3(){
+ return Lcom_google_gwt_user_client_Timer$1_2_classLit;
+}
+
+function Timer$1(){
+}
+
+_ = Timer$1.prototype = new Object_0();
+_.getClass$ = getClass_3;
+_.typeId$ = 7;
+function addWindowCloseListener(listener){
+ maybeInitializeHandlers();
+ if (!closingListeners) {
+ closingListeners = $ArrayList(new ArrayList());
+ }
+ $add(closingListeners, listener);
+}
+
+function fireClosedImpl(){
+ var listener$iterator;
+ if (closingListeners) {
+ for (listener$iterator = $AbstractList$IteratorImpl(new AbstractList$IteratorImpl(), closingListeners); listener$iterator.i < listener$iterator.this$0.size_0();) {
+ dynamicCast($next(listener$iterator), 4);
+ $onWindowClosed();
+ }
+ }
+}
+
+function fireClosingImpl(){
+ var listener$iterator, ret;
+ ret = null;
+ if (closingListeners) {
+ for (listener$iterator = $AbstractList$IteratorImpl(new AbstractList$IteratorImpl(), closingListeners); listener$iterator.i < listener$iterator.this$0.size_0();) {
+ dynamicCast($next(listener$iterator), 4);
+ ret = null;
+ }
+ }
+ return ret;
+}
+
+function init(){
+ __gwt_initHandlers(function(){
+ }
+ , function(){
+ return fireClosingImpl();
+ }
+ , function(){
+ fireClosedImpl();
+ }
+ );
+}
+
+function maybeInitializeHandlers(){
+ if (!handlersAreInitialized) {
+ init();
+ handlersAreInitialized = true;
+ }
+}
+
+var closingListeners = null, handlersAreInitialized = false;
+function $ArrayStoreException(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_5(){
+ return Ljava_lang_ArrayStoreException_2_classLit;
+}
+
+function ArrayStoreException(){
+}
+
+_ = ArrayStoreException.prototype = new RuntimeException();
+_.getClass$ = getClass_5;
+_.typeId$ = 9;
+function createForArray(packageName, className){
+ var clazz;
+ clazz = new Class();
+ clazz.typeName = packageName + className;
+ clazz.modifiers = 4;
+ return clazz;
+}
+
+function createForClass(packageName, className){
+ var clazz;
+ clazz = new Class();
+ clazz.typeName = packageName + className;
+ return clazz;
+}
+
+function createForEnum(packageName, className){
+ var clazz;
+ clazz = new Class();
+ clazz.typeName = packageName + className;
+ clazz.modifiers = 8;
+ return clazz;
+}
+
+function getClass_7(){
+ return Ljava_lang_Class_2_classLit;
+}
+
+function toString_1(){
+ return ((this.modifiers & 2) != 0?'interface ':(this.modifiers & 1) != 0?'':'class ') + this.typeName;
+}
+
+function Class(){
+}
+
+_ = Class.prototype = new Object_0();
+_.getClass$ = getClass_7;
+_.toString$ = toString_1;
+_.typeId$ = 0;
+_.modifiers = 0;
+_.typeName = null;
+function getClass_6(){
+ return Ljava_lang_ClassCastException_2_classLit;
+}
+
+function ClassCastException(){
+}
+
+_ = ClassCastException.prototype = new RuntimeException();
+_.getClass$ = getClass_6;
+_.typeId$ = 12;
+function compareTo(other){
+ return this.ordinal - other.ordinal;
+}
+
+function equals_0(other){
+ return (this == null?null:this) === (other == null?null:other);
+}
+
+function getClass_8(){
+ return Ljava_lang_Enum_2_classLit;
+}
+
+function hashCode_1(){
+ return this.$H || (this.$H = ++sNextHashId);
+}
+
+function toString_2(){
+ return this.name_0;
+}
+
+function Enum(){
+}
+
+_ = Enum.prototype = new Object_0();
+_.compareTo$ = compareTo;
+_.equals$ = equals_0;
+_.getClass$ = getClass_8;
+_.hashCode$ = hashCode_1;
+_.toString$ = toString_2;
+_.typeId$ = 13;
+_.name_0 = null;
+_.ordinal = 0;
+function $IllegalArgumentException(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_10(){
+ return Ljava_lang_IllegalArgumentException_2_classLit;
+}
+
+function IllegalArgumentException(){
+}
+
+_ = IllegalArgumentException.prototype = new RuntimeException();
+_.getClass$ = getClass_10;
+_.typeId$ = 14;
+function $IndexOutOfBoundsException(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_11(){
+ return Ljava_lang_IndexOutOfBoundsException_2_classLit;
+}
+
+function IndexOutOfBoundsException(){
+}
+
+_ = IndexOutOfBoundsException.prototype = new RuntimeException();
+_.getClass$ = getClass_11;
+_.typeId$ = 15;
+function toPowerOfTwoString(value, shift){
+ var bitMask, buf, bufSize, pos;
+ bufSize = ~~(32 / shift);
+ bitMask = (1 << shift) - 1;
+ buf = initDim(_3C_classLit, 42, -1, bufSize, 1);
+ pos = bufSize - 1;
+ if (value >= 0) {
+ while (value > bitMask) {
+ buf[pos--] = ($clinit_31() , digits)[value & bitMask];
+ value >>= shift;
+ }
+ }
+ else {
+ while (pos > 0) {
+ buf[pos--] = ($clinit_31() , digits)[value & bitMask];
+ value >>= shift;
+ }
+ }
+ buf[pos] = ($clinit_31() , digits)[value & bitMask];
+ return __valueOf(buf, pos, bufSize);
+}
+
+function getClass_12(){
+ return Ljava_lang_NullPointerException_2_classLit;
+}
+
+function NullPointerException(){
+}
+
+_ = NullPointerException.prototype = new RuntimeException();
+_.getClass$ = getClass_12;
+_.typeId$ = 16;
+function $clinit_31(){
+ $clinit_31 = nullMethod;
+ digits = initValues(_3C_classLit, 42, -1, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122]);
+}
+
+var digits;
+function $equals_0(this$static, other){
+ if (!(other != null && canCast(other.typeId$, 1))) {
+ return false;
+ }
+ return String(this$static) == other;
+}
+
+function $getChars_0(this$static, srcBegin, srcEnd, dst, dstBegin){
+ var srcIdx;
+ for (srcIdx = srcBegin; srcIdx < srcEnd; ++srcIdx) {
+ dst[dstBegin++] = this$static.charCodeAt(srcIdx);
+ }
+}
+
+function $toCharArray(this$static){
+ var charArr, n;
+ n = this$static.length;
+ charArr = initDim(_3C_classLit, 42, -1, n, 1);
+ $getChars_0(this$static, 0, n, charArr, 0);
+ return charArr;
+}
+
+function __checkBounds(legalCount, start, end){
+ if (start < 0) {
+ throw $StringIndexOutOfBoundsException(new StringIndexOutOfBoundsException(), start);
+ }
+ if (end < start) {
+ throw $StringIndexOutOfBoundsException(new StringIndexOutOfBoundsException(), end - start);
+ }
+ if (end > legalCount) {
+ throw $StringIndexOutOfBoundsException(new StringIndexOutOfBoundsException(), end);
+ }
+}
+
+function __valueOf(x, start, end){
+ x = x.slice(start, end);
+ return String.fromCharCode.apply(null, x);
+}
+
+function compareTo_1(thisStr, otherStr){
+ thisStr = String(thisStr);
+ if (thisStr == otherStr) {
+ return 0;
+ }
+ return thisStr < otherStr?-1:1;
+}
+
+function compareTo_0(other){
+ return compareTo_1(this, other);
+}
+
+function equals_2(other){
+ return $equals_0(this, other);
+}
+
+function getClass_18(){
+ return Ljava_lang_String_2_classLit;
+}
+
+function hashCode_3(){
+ return getHashCode_0(this);
+}
+
+function toString_6(){
+ return this;
+}
+
+function valueOf_1(x, offset, count){
+ var end;
+ end = offset + count;
+ __checkBounds(x.length, offset, end);
+ return __valueOf(x, offset, end);
+}
+
+_ = String.prototype;
+_.compareTo$ = compareTo_0;
+_.equals$ = equals_2;
+_.getClass$ = getClass_18;
+_.hashCode$ = hashCode_3;
+_.toString$ = toString_6;
+_.typeId$ = 2;
+function $clinit_35(){
+ $clinit_35 = nullMethod;
+ back = {};
+ front = {};
+}
+
+function compute(str){
+ var hashCode, i, inc, n;
+ n = str.length;
+ inc = n < 64?1:~~(n / 32);
+ hashCode = 0;
+ for (i = 0; i < n; i += inc) {
+ hashCode <<= 1;
+ hashCode += str.charCodeAt(i);
+ }
+ hashCode |= 0;
+ return hashCode;
+}
+
+function getHashCode_0(str){
+ $clinit_35();
+ var key = ':' + str;
+ var result = front[key];
+ if (result != null) {
+ return result;
+ }
+ result = back[key];
+ if (result == null) {
+ result = compute(str);
+ }
+ increment();
+ return front[key] = result;
+}
+
+function increment(){
+ if (count_0 == 256) {
+ back = front;
+ front = {};
+ count_0 = 0;
+ }
+ ++count_0;
+}
+
+var back, count_0 = 0, front;
+function $StringBuffer(this$static){
+ this$static.builder = $StringBuilder(new StringBuilder());
+ return this$static;
+}
+
+function $append(this$static, toAppend){
+ $append_0(this$static.builder, toAppend);
+ return this$static;
+}
+
+function getClass_15(){
+ return Ljava_lang_StringBuffer_2_classLit;
+}
+
+function toString_4(){
+ return $toString_0(this.builder);
+}
+
+function StringBuffer(){
+}
+
+_ = StringBuffer.prototype = new Object_0();
+_.getClass$ = getClass_15;
+_.toString$ = toString_4;
+_.typeId$ = 17;
+function $StringBuilder(this$static){
+ this$static.stringArray = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 0, 0);
+ return this$static;
+}
+
+function $append_0(this$static, toAppend){
+ var appendLength;
+ if (toAppend == null) {
+ toAppend = 'null';
+ }
+ appendLength = toAppend.length;
+ if (appendLength > 0) {
+ this$static.stringArray[this$static.arrayLen++] = toAppend;
+ this$static.stringLength += appendLength;
+ if (this$static.arrayLen > 1024) {
+ $toString_0(this$static);
+ this$static.stringArray.length = 1024;
+ }
+ }
+ return this$static;
+}
+
+function $getChars(this$static, srcStart, srcEnd, dst, dstStart){
+ var s;
+ __checkBounds(this$static.stringLength, srcStart, srcEnd);
+ __checkBounds(dst.length, dstStart, dstStart + (srcEnd - srcStart));
+ s = $toString_0(this$static);
+ while (srcStart < srcEnd) {
+ dst[dstStart++] = s.charCodeAt(srcStart++);
+ }
+}
+
+function $setLength(this$static, newLength){
+ var oldLength, s;
+ oldLength = this$static.stringLength;
+ if (newLength < oldLength) {
+ s = $toString_0(this$static);
+ this$static.stringArray = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [s.substr(0, newLength - 0), '', s.substr(oldLength, s.length - oldLength)]);
+ this$static.arrayLen = 3;
+ this$static.stringLength += ''.length - (oldLength - newLength);
+ }
+ else if (newLength > oldLength) {
+ $append_0(this$static, String.fromCharCode.apply(null, initDim(_3C_classLit, 42, -1, newLength - oldLength, 1)));
+ }
+}
+
+function $toString_0(this$static){
+ var s;
+ if (this$static.arrayLen != 1) {
+ this$static.stringArray.length = this$static.arrayLen;
+ s = this$static.stringArray.join('');
+ this$static.stringArray = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [s]);
+ this$static.arrayLen = 1;
+ }
+ return this$static.stringArray[0];
+}
+
+function getClass_16(){
+ return Ljava_lang_StringBuilder_2_classLit;
+}
+
+function toString_5(){
+ return $toString_0(this);
+}
+
+function StringBuilder(){
+}
+
+_ = StringBuilder.prototype = new Object_0();
+_.getClass$ = getClass_16;
+_.toString$ = toString_5;
+_.typeId$ = 18;
+_.arrayLen = 0;
+_.stringLength = 0;
+function $StringIndexOutOfBoundsException(this$static, index){
+ this$static.detailMessage = 'String index out of range: ' + index;
+ return this$static;
+}
+
+function getClass_17(){
+ return Ljava_lang_StringIndexOutOfBoundsException_2_classLit;
+}
+
+function StringIndexOutOfBoundsException(){
+}
+
+_ = StringIndexOutOfBoundsException.prototype = new IndexOutOfBoundsException();
+_.getClass$ = getClass_17;
+_.typeId$ = 19;
+function arraycopy(src, srcOfs, dest, destOfs, len){
+ var destArray, destEnd, destTypeName, destlen, srcArray, srcTypeName, srclen;
+ if (src == null || dest == null) {
+ throw new NullPointerException();
+ }
+ srcTypeName = (src.typeMarker$ == nullMethod || src.typeId$ == 2?src.getClass$():Lcom_google_gwt_core_client_JavaScriptObject_2_classLit).typeName;
+ destTypeName = (dest.typeMarker$ == nullMethod || dest.typeId$ == 2?dest.getClass$():Lcom_google_gwt_core_client_JavaScriptObject_2_classLit).typeName;
+ if (srcTypeName.charCodeAt(0) != 91 || destTypeName.charCodeAt(0) != 91) {
+ throw $ArrayStoreException(new ArrayStoreException(), 'Must be array types');
+ }
+ if (srcTypeName.charCodeAt(1) != destTypeName.charCodeAt(1)) {
+ throw $ArrayStoreException(new ArrayStoreException(), 'Array types must match');
+ }
+ srclen = src.length;
+ destlen = dest.length;
+ if (srcOfs < 0 || destOfs < 0 || len < 0 || srcOfs + len > srclen || destOfs + len > destlen) {
+ throw new IndexOutOfBoundsException();
+ }
+ if ((srcTypeName.charCodeAt(1) == 76 || srcTypeName.charCodeAt(1) == 91) && !$equals_0(srcTypeName, destTypeName)) {
+ srcArray = dynamicCast(src, 5);
+ destArray = dynamicCast(dest, 5);
+ if ((src == null?null:src) === (dest == null?null:dest) && srcOfs < destOfs) {
+ srcOfs += len;
+ for (destEnd = destOfs + len; destEnd-- > destOfs;) {
+ setCheck(destArray, destEnd, srcArray[--srcOfs]);
+ }
+ }
+ else {
+ for (destEnd = destOfs + len; destOfs < destEnd;) {
+ setCheck(destArray, destOfs++, srcArray[srcOfs++]);
+ }
+ }
+ }
+ else {
+ Array.prototype.splice.apply(dest, [destOfs, len].concat(src.slice(srcOfs, srcOfs + len)));
+ }
+}
+
+function $UnsupportedOperationException(this$static, message){
+ this$static.detailMessage = message;
+ return this$static;
+}
+
+function getClass_20(){
+ return Ljava_lang_UnsupportedOperationException_2_classLit;
+}
+
+function UnsupportedOperationException(){
+}
+
+_ = UnsupportedOperationException.prototype = new RuntimeException();
+_.getClass$ = getClass_20;
+_.typeId$ = 20;
+function $advanceToFind(iter, o){
+ var t;
+ while (iter.hasNext()) {
+ t = iter.next_0();
+ if (o == null?t == null:equals__devirtual$(o, t)) {
+ return iter;
+ }
+ }
+ return null;
+}
+
+function add(o){
+ throw $UnsupportedOperationException(new UnsupportedOperationException(), 'Add not supported on this collection');
+}
+
+function contains(o){
+ var iter;
+ iter = $advanceToFind(this.iterator(), o);
+ return !!iter;
+}
+
+function getClass_21(){
+ return Ljava_util_AbstractCollection_2_classLit;
+}
+
+function toString_8(){
+ var comma, iter, sb;
+ sb = $StringBuffer(new StringBuffer());
+ comma = null;
+ $append_0(sb.builder, '[');
+ iter = this.iterator();
+ while (iter.hasNext()) {
+ if (comma != null) {
+ $append_0(sb.builder, comma);
+ }
+ else {
+ comma = ', ';
+ }
+ $append(sb, '' + iter.next_0());
+ }
+ $append_0(sb.builder, ']');
+ return $toString_0(sb.builder);
+}
+
+function AbstractCollection(){
+}
+
+_ = AbstractCollection.prototype = new Object_0();
+_.add_1 = add;
+_.contains = contains;
+_.getClass$ = getClass_21;
+_.toString$ = toString_8;
+_.typeId$ = 0;
+function equals_5(obj){
+ var entry, entry$iterator, otherKey, otherMap, otherValue;
+ if ((obj == null?null:obj) === (this == null?null:this)) {
+ return true;
+ }
+ if (!(obj != null && canCast(obj.typeId$, 16))) {
+ return false;
+ }
+ otherMap = dynamicCast(obj, 16);
+ if (dynamicCast(this, 16).size != otherMap.size) {
+ return false;
+ }
+ for (entry$iterator = $AbstractHashMap$EntrySetIterator(new AbstractHashMap$EntrySetIterator(), $AbstractHashMap$EntrySet(new AbstractHashMap$EntrySet(), otherMap).this$0); $hasNext(entry$iterator.iter);) {
+ entry = dynamicCast($next(entry$iterator.iter), 14);
+ otherKey = entry.getKey();
+ otherValue = entry.getValue();
+ if (!(otherKey == null?dynamicCast(this, 16).nullSlotLive:otherKey != null?$hasStringValue(dynamicCast(this, 16), otherKey):$hasHashValue(dynamicCast(this, 16), otherKey, ~~getHashCode_0(otherKey)))) {
+ return false;
+ }
+ if (!equalsWithNullCheck(otherValue, otherKey == null?dynamicCast(this, 16).nullSlot:otherKey != null?dynamicCast(this, 16).stringMap[':' + otherKey]:$getHashValue(dynamicCast(this, 16), otherKey, ~~getHashCode_0(otherKey)))) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function getClass_31(){
+ return Ljava_util_AbstractMap_2_classLit;
+}
+
+function hashCode_6(){
+ var entry, entry$iterator, hashCode;
+ hashCode = 0;
+ for (entry$iterator = $AbstractHashMap$EntrySetIterator(new AbstractHashMap$EntrySetIterator(), $AbstractHashMap$EntrySet(new AbstractHashMap$EntrySet(), dynamicCast(this, 16)).this$0); $hasNext(entry$iterator.iter);) {
+ entry = dynamicCast($next(entry$iterator.iter), 14);
+ hashCode += entry.hashCode$();
+ hashCode = ~~hashCode;
+ }
+ return hashCode;
+}
+
+function toString_10(){
+ var comma, entry, iter, s;
+ s = '{';
+ comma = false;
+ for (iter = $AbstractHashMap$EntrySetIterator(new AbstractHashMap$EntrySetIterator(), $AbstractHashMap$EntrySet(new AbstractHashMap$EntrySet(), dynamicCast(this, 16)).this$0); $hasNext(iter.iter);) {
+ entry = dynamicCast($next(iter.iter), 14);
+ if (comma) {
+ s += ', ';
+ }
+ else {
+ comma = true;
+ }
+ s += '' + entry.getKey();
+ s += '=';
+ s += '' + entry.getValue();
+ }
+ return s + '}';
+}
+
+function AbstractMap(){
+}
+
+_ = AbstractMap.prototype = new Object_0();
+_.equals$ = equals_5;
+_.getClass$ = getClass_31;
+_.hashCode$ = hashCode_6;
+_.toString$ = toString_10;
+_.typeId$ = 0;
+function $addAllHashEntries(this$static, dest){
+ var hashCodeMap = this$static.hashCodeMap;
+ for (var hashCode in hashCodeMap) {
+ if (hashCode == parseInt(hashCode)) {
+ var array = hashCodeMap[hashCode];
+ for (var i = 0, c = array.length; i < c; ++i) {
+ dest.add_1(array[i]);
+ }
+ }
+ }
+}
+
+function $addAllStringEntries(this$static, dest){
+ var stringMap = this$static.stringMap;
+ for (var key in stringMap) {
+ if (key.charCodeAt(0) == 58) {
+ var entry = new_$(this$static, key.substring(1));
+ dest.add_1(entry);
+ }
+ }
+}
+
+function $clearImpl(this$static){
+ this$static.hashCodeMap = [];
+ this$static.stringMap = {};
+ this$static.nullSlotLive = false;
+ this$static.nullSlot = null;
+ this$static.size = 0;
+}
+
+function $containsKey(this$static, key){
+ return key == null?this$static.nullSlotLive:key != null?':' + key in this$static.stringMap:$hasHashValue(this$static, key, ~~getHashCode_0(key));
+}
+
+function $get(this$static, key){
+ return key == null?this$static.nullSlot:key != null?this$static.stringMap[':' + key]:$getHashValue(this$static, key, ~~getHashCode_0(key));
+}
+
+function $getHashValue(this$static, key, hashCode){
+ var array = this$static.hashCodeMap[hashCode];
+ if (array) {
+ for (var i = 0, c = array.length; i < c; ++i) {
+ var entry = array[i];
+ var entryKey = entry.getKey();
+ if (this$static.equalsBridge(key, entryKey)) {
+ return entry.getValue();
+ }
+ }
+ }
+ return null;
+}
+
+function $hasHashValue(this$static, key, hashCode){
+ var array = this$static.hashCodeMap[hashCode];
+ if (array) {
+ for (var i = 0, c = array.length; i < c; ++i) {
+ var entry = array[i];
+ var entryKey = entry.getKey();
+ if (this$static.equalsBridge(key, entryKey)) {
+ return true;
+ }
+ }
+ }
+ return false;
+}
+
+function $hasStringValue(this$static, key){
+ return ':' + key in this$static.stringMap;
+}
+
+function equalsBridge(value1, value2){
+ return (value1 == null?null:value1) === (value2 == null?null:value2) || value1 != null && equals__devirtual$(value1, value2);
+}
+
+function getClass_26(){
+ return Ljava_util_AbstractHashMap_2_classLit;
+}
+
+function AbstractHashMap(){
+}
+
+_ = AbstractHashMap.prototype = new AbstractMap();
+_.equalsBridge = equalsBridge;
+_.getClass$ = getClass_26;
+_.typeId$ = 0;
+_.hashCodeMap = null;
+_.nullSlot = null;
+_.nullSlotLive = false;
+_.size = 0;
+_.stringMap = null;
+function equals_6(o){
+ var iter, other, otherItem;
+ if ((o == null?null:o) === (this == null?null:this)) {
+ return true;
+ }
+ if (!(o != null && canCast(o.typeId$, 18))) {
+ return false;
+ }
+ other = dynamicCast(o, 18);
+ if (other.this$0.size != this.size_0()) {
+ return false;
+ }
+ for (iter = $AbstractHashMap$EntrySetIterator(new AbstractHashMap$EntrySetIterator(), other.this$0); $hasNext(iter.iter);) {
+ otherItem = dynamicCast($next(iter.iter), 14);
+ if (!this.contains(otherItem)) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function getClass_33(){
+ return Ljava_util_AbstractSet_2_classLit;
+}
+
+function hashCode_7(){
+ var hashCode, iter, next;
+ hashCode = 0;
+ for (iter = this.iterator(); iter.hasNext();) {
+ next = iter.next_0();
+ if (next != null) {
+ hashCode += hashCode__devirtual$(next);
+ hashCode = ~~hashCode;
+ }
+ }
+ return hashCode;
+}
+
+function AbstractSet(){
+}
+
+_ = AbstractSet.prototype = new AbstractCollection();
+_.equals$ = equals_6;
+_.getClass$ = getClass_33;
+_.hashCode$ = hashCode_7;
+_.typeId$ = 0;
+function $AbstractHashMap$EntrySet(this$static, this$0){
+ this$static.this$0 = this$0;
+ return this$static;
+}
+
+function contains_0(o){
+ var entry, key, value;
+ if (o != null && canCast(o.typeId$, 14)) {
+ entry = dynamicCast(o, 14);
+ key = entry.getKey();
+ if ($containsKey(this.this$0, key)) {
+ value = $get(this.this$0, key);
+ return $equals_1(entry.getValue(), value);
+ }
+ }
+ return false;
+}
+
+function getClass_23(){
+ return Ljava_util_AbstractHashMap$EntrySet_2_classLit;
+}
+
+function iterator(){
+ return $AbstractHashMap$EntrySetIterator(new AbstractHashMap$EntrySetIterator(), this.this$0);
+}
+
+function size_0(){
+ return this.this$0.size;
+}
+
+function AbstractHashMap$EntrySet(){
+}
+
+_ = AbstractHashMap$EntrySet.prototype = new AbstractSet();
+_.contains = contains_0;
+_.getClass$ = getClass_23;
+_.iterator = iterator;
+_.size_0 = size_0;
+_.typeId$ = 21;
+_.this$0 = null;
+function $AbstractHashMap$EntrySetIterator(this$static, this$0){
+ var list;
+ this$static.this$0 = this$0;
+ list = $ArrayList(new ArrayList());
+ if (this$static.this$0.nullSlotLive) {
+ $add(list, $AbstractHashMap$MapEntryNull(new AbstractHashMap$MapEntryNull(), this$static.this$0));
+ }
+ $addAllStringEntries(this$static.this$0, list);
+ $addAllHashEntries(this$static.this$0, list);
+ this$static.iter = $AbstractList$IteratorImpl(new AbstractList$IteratorImpl(), list);
+ return this$static;
+}
+
+function getClass_22(){
+ return Ljava_util_AbstractHashMap$EntrySetIterator_2_classLit;
+}
+
+function hasNext(){
+ return $hasNext(this.iter);
+}
+
+function next_0(){
+ return dynamicCast($next(this.iter), 14);
+}
+
+function AbstractHashMap$EntrySetIterator(){
+}
+
+_ = AbstractHashMap$EntrySetIterator.prototype = new Object_0();
+_.getClass$ = getClass_22;
+_.hasNext = hasNext;
+_.next_0 = next_0;
+_.typeId$ = 0;
+_.iter = null;
+_.this$0 = null;
+function equals_4(other){
+ var entry;
+ if (other != null && canCast(other.typeId$, 14)) {
+ entry = dynamicCast(other, 14);
+ if (equalsWithNullCheck(this.getKey(), entry.getKey()) && equalsWithNullCheck(this.getValue(), entry.getValue())) {
+ return true;
+ }
+ }
+ return false;
+}
+
+function getClass_30(){
+ return Ljava_util_AbstractMapEntry_2_classLit;
+}
+
+function hashCode_5(){
+ var keyHash, valueHash;
+ keyHash = 0;
+ valueHash = 0;
+ if (this.getKey() != null) {
+ keyHash = getHashCode_0(this.getKey());
+ }
+ if (this.getValue() != null) {
+ valueHash = hashCode__devirtual$(this.getValue());
+ }
+ return keyHash ^ valueHash;
+}
+
+function toString_9(){
+ return this.getKey() + '=' + this.getValue();
+}
+
+function AbstractMapEntry(){
+}
+
+_ = AbstractMapEntry.prototype = new Object_0();
+_.equals$ = equals_4;
+_.getClass$ = getClass_30;
+_.hashCode$ = hashCode_5;
+_.toString$ = toString_9;
+_.typeId$ = 22;
+function $AbstractHashMap$MapEntryNull(this$static, this$0){
+ this$static.this$0 = this$0;
+ return this$static;
+}
+
+function getClass_24(){
+ return Ljava_util_AbstractHashMap$MapEntryNull_2_classLit;
+}
+
+function getKey(){
+ return null;
+}
+
+function getValue(){
+ return this.this$0.nullSlot;
+}
+
+function AbstractHashMap$MapEntryNull(){
+}
+
+_ = AbstractHashMap$MapEntryNull.prototype = new AbstractMapEntry();
+_.getClass$ = getClass_24;
+_.getKey = getKey;
+_.getValue = getValue;
+_.typeId$ = 23;
+_.this$0 = null;
+function $AbstractHashMap$MapEntryString(this$static, key, this$0){
+ this$static.this$0 = this$0;
+ this$static.key = key;
+ return this$static;
+}
+
+function getClass_25(){
+ return Ljava_util_AbstractHashMap$MapEntryString_2_classLit;
+}
+
+function getKey_0(){
+ return this.key;
+}
+
+function getValue_0(){
+ return this.this$0.stringMap[':' + this.key];
+}
+
+function new_$(this$outer, key){
+ return $AbstractHashMap$MapEntryString(new AbstractHashMap$MapEntryString(), key, this$outer);
+}
+
+function AbstractHashMap$MapEntryString(){
+}
+
+_ = AbstractHashMap$MapEntryString.prototype = new AbstractMapEntry();
+_.getClass$ = getClass_25;
+_.getKey = getKey_0;
+_.getValue = getValue_0;
+_.typeId$ = 24;
+_.key = null;
+_.this$0 = null;
+function add_1(obj){
+ this.add_0(this.size_0(), obj);
+ return true;
+}
+
+function add_0(index, element){
+ throw $UnsupportedOperationException(new UnsupportedOperationException(), 'Add not supported on this list');
+}
+
+function checkIndex(index, size){
+ if (index < 0 || index >= size) {
+ indexOutOfBounds(index, size);
+ }
+}
+
+function equals_3(o){
+ var elem, elemOther, iter, iterOther, other;
+ if ((o == null?null:o) === (this == null?null:this)) {
+ return true;
+ }
+ if (!(o != null && canCast(o.typeId$, 15))) {
+ return false;
+ }
+ other = dynamicCast(o, 15);
+ if (this.size_0() != other.size_0()) {
+ return false;
+ }
+ iter = this.iterator();
+ iterOther = other.iterator();
+ while (iter.i < iter.this$0.size_0()) {
+ elem = $next(iter);
+ elemOther = $next(iterOther);
+ if (!(elem == null?elemOther == null:equals__devirtual$(elem, elemOther))) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function getClass_29(){
+ return Ljava_util_AbstractList_2_classLit;
+}
+
+function hashCode_4(){
+ var iter, k, obj;
+ k = 1;
+ iter = this.iterator();
+ while (iter.i < iter.this$0.size_0()) {
+ obj = $next(iter);
+ k = 31 * k + (obj == null?0:hashCode__devirtual$(obj));
+ k = ~~k;
+ }
+ return k;
+}
+
+function indexOutOfBounds(index, size){
+ throw $IndexOutOfBoundsException(new IndexOutOfBoundsException(), 'Index: ' + index + ', Size: ' + size);
+}
+
+function iterator_0(){
+ return $AbstractList$IteratorImpl(new AbstractList$IteratorImpl(), this);
+}
+
+function AbstractList(){
+}
+
+_ = AbstractList.prototype = new AbstractCollection();
+_.add_1 = add_1;
+_.add_0 = add_0;
+_.equals$ = equals_3;
+_.getClass$ = getClass_29;
+_.hashCode$ = hashCode_4;
+_.iterator = iterator_0;
+_.typeId$ = 25;
+function $AbstractList$IteratorImpl(this$static, this$0){
+ this$static.this$0 = this$0;
+ return this$static;
+}
+
+function $hasNext(this$static){
+ return this$static.i < this$static.this$0.size_0();
+}
+
+function $next(this$static){
+ if (this$static.i >= this$static.this$0.size_0()) {
+ throw new NoSuchElementException();
+ }
+ return this$static.this$0.get(this$static.i++);
+}
+
+function getClass_27(){
+ return Ljava_util_AbstractList$IteratorImpl_2_classLit;
+}
+
+function hasNext_0(){
+ return this.i < this.this$0.size_0();
+}
+
+function next_1(){
+ return $next(this);
+}
+
+function AbstractList$IteratorImpl(){
+}
+
+_ = AbstractList$IteratorImpl.prototype = new Object_0();
+_.getClass$ = getClass_27;
+_.hasNext = hasNext_0;
+_.next_0 = next_1;
+_.typeId$ = 0;
+_.i = 0;
+_.this$0 = null;
+function $AbstractList$ListIteratorImpl(this$static, this$0){
+ this$static.this$0 = this$0;
+ return this$static;
+}
+
+function getClass_28(){
+ return Ljava_util_AbstractList$ListIteratorImpl_2_classLit;
+}
+
+function AbstractList$ListIteratorImpl(){
+}
+
+_ = AbstractList$ListIteratorImpl.prototype = new AbstractList$IteratorImpl();
+_.getClass$ = getClass_28;
+_.typeId$ = 0;
+function add_2(index, element){
+ var iter;
+ iter = $listIterator(this, index);
+ $addBefore(iter.this$0, element, iter.currentNode);
+ ++iter.currentIndex;
+ iter.lastNode = null;
+}
+
+function get(index){
+ var $e0, iter;
+ iter = $listIterator(this, index);
+ try {
+ return $next_0(iter);
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 17)) {
+ throw $IndexOutOfBoundsException(new IndexOutOfBoundsException(), "Can't get element " + index);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function getClass_32(){
+ return Ljava_util_AbstractSequentialList_2_classLit;
+}
+
+function iterator_1(){
+ return $AbstractList$ListIteratorImpl(new AbstractList$ListIteratorImpl(), this);
+}
+
+function AbstractSequentialList(){
+}
+
+_ = AbstractSequentialList.prototype = new AbstractList();
+_.add_0 = add_2;
+_.get = get;
+_.getClass$ = getClass_32;
+_.iterator = iterator_1;
+_.typeId$ = 26;
+function $ArrayList(this$static){
+ this$static.array = initDim(_3Ljava_lang_Object_2_classLit, 47, 0, 0, 0);
+ this$static.size = 0;
+ return this$static;
+}
+
+function $add(this$static, o){
+ setCheck(this$static.array, this$static.size++, o);
+ return true;
+}
+
+function $get_0(this$static, index){
+ checkIndex(index, this$static.size);
+ return this$static.array[index];
+}
+
+function $indexOf_0(this$static, o, index){
+ for (; index < this$static.size; ++index) {
+ if (equalsWithNullCheck(o, this$static.array[index])) {
+ return index;
+ }
+ }
+ return -1;
+}
+
+function $remove_0(this$static, o){
+ var i, previous;
+ i = $indexOf_0(this$static, o, 0);
+ if (i == -1) {
+ return false;
+ }
+ previous = (checkIndex(i, this$static.size) , this$static.array[i]);
+ this$static.array.splice(i, 1);
+ --this$static.size;
+ return true;
+}
+
+function add_4(o){
+ return setCheck(this.array, this.size++, o) , true;
+}
+
+function add_3(index, o){
+ if (index < 0 || index > this.size) {
+ indexOutOfBounds(index, this.size);
+ }
+ this.array.splice(index, 0, o);
+ ++this.size;
+}
+
+function contains_1(o){
+ return $indexOf_0(this, o, 0) != -1;
+}
+
+function get_0(index){
+ return checkIndex(index, this.size) , this.array[index];
+}
+
+function getClass_34(){
+ return Ljava_util_ArrayList_2_classLit;
+}
+
+function size_1(){
+ return this.size;
+}
+
+function ArrayList(){
+}
+
+_ = ArrayList.prototype = new AbstractList();
+_.add_1 = add_4;
+_.add_0 = add_3;
+_.contains = contains_1;
+_.get = get_0;
+_.getClass$ = getClass_34;
+_.size_0 = size_1;
+_.typeId$ = 27;
+_.array = null;
+_.size = 0;
+function binarySearch(sortedArray, key){
+ var high, low, mid, midVal;
+ low = 0;
+ high = sortedArray.length - 1;
+ while (low <= high) {
+ mid = low + (high - low >> 1);
+ midVal = sortedArray[mid];
+ if (midVal < key) {
+ low = mid + 1;
+ }
+ else if (midVal > key) {
+ high = mid - 1;
+ }
+ else {
+ return mid;
+ }
+ }
+ return -low - 1;
+}
+
+function binarySearch_0(sortedArray, key, comparator){
+ var compareResult, high, low, mid, midVal;
+ if (!comparator) {
+ comparator = ($clinit_61() , NATURAL);
+ }
+ low = 0;
+ high = sortedArray.length - 1;
+ while (low <= high) {
+ mid = low + (high - low >> 1);
+ midVal = sortedArray[mid];
+ compareResult = midVal.compareTo$(key);
+ if (compareResult < 0) {
+ low = mid + 1;
+ }
+ else if (compareResult > 0) {
+ high = mid - 1;
+ }
+ else {
+ return mid;
+ }
+ }
+ return -low - 1;
+}
+
+function $clinit_61(){
+ $clinit_61 = nullMethod;
+ NATURAL = new Comparators$1();
+}
+
+var NATURAL;
+function getClass_35(){
+ return Ljava_util_Comparators$1_2_classLit;
+}
+
+function Comparators$1(){
+}
+
+_ = Comparators$1.prototype = new Object_0();
+_.getClass$ = getClass_35;
+_.typeId$ = 0;
+function $HashMap(this$static){
+ $clearImpl(this$static);
+ return this$static;
+}
+
+function $equals_1(value1, value2){
+ return (value1 == null?null:value1) === (value2 == null?null:value2) || value1 != null && equals__devirtual$(value1, value2);
+}
+
+function getClass_36(){
+ return Ljava_util_HashMap_2_classLit;
+}
+
+function HashMap(){
+}
+
+_ = HashMap.prototype = new AbstractHashMap();
+_.getClass$ = getClass_36;
+_.typeId$ = 28;
+function $LinkedList(this$static){
+ this$static.header = $LinkedList$Node(new LinkedList$Node());
+ this$static.size = 0;
+ return this$static;
+}
+
+function $addBefore(this$static, o, target){
+ $LinkedList$Node_0(new LinkedList$Node(), o, target);
+ ++this$static.size;
+}
+
+function $addLast(this$static, o){
+ $LinkedList$Node_0(new LinkedList$Node(), o, this$static.header);
+ ++this$static.size;
+}
+
+function $clear(this$static){
+ this$static.header = $LinkedList$Node(new LinkedList$Node());
+ this$static.size = 0;
+}
+
+function $getLast(this$static){
+ $throwEmptyException(this$static);
+ return this$static.header.prev.value;
+}
+
+function $listIterator(this$static, index){
+ var i, node;
+ if (index < 0 || index > this$static.size) {
+ indexOutOfBounds(index, this$static.size);
+ }
+ if (index >= this$static.size >> 1) {
+ node = this$static.header;
+ for (i = this$static.size; i > index; --i) {
+ node = node.prev;
+ }
+ }
+ else {
+ node = this$static.header.next;
+ for (i = 0; i < index; ++i) {
+ node = node.next;
+ }
+ }
+ return $LinkedList$ListIteratorImpl(new LinkedList$ListIteratorImpl(), index, node, this$static);
+}
+
+function $removeLast(this$static){
+ var node;
+ $throwEmptyException(this$static);
+ --this$static.size;
+ node = this$static.header.prev;
+ node.next.prev = node.prev;
+ node.prev.next = node.next;
+ node.next = node.prev = node;
+ return node.value;
+}
+
+function $throwEmptyException(this$static){
+ if (this$static.size == 0) {
+ throw new NoSuchElementException();
+ }
+}
+
+function add_5(o){
+ $LinkedList$Node_0(new LinkedList$Node(), o, this.header);
+ ++this.size;
+ return true;
+}
+
+function getClass_39(){
+ return Ljava_util_LinkedList_2_classLit;
+}
+
+function size_2(){
+ return this.size;
+}
+
+function LinkedList(){
+}
+
+_ = LinkedList.prototype = new AbstractSequentialList();
+_.add_1 = add_5;
+_.getClass$ = getClass_39;
+_.size_0 = size_2;
+_.typeId$ = 29;
+_.header = null;
+_.size = 0;
+function $LinkedList$ListIteratorImpl(this$static, index, startNode, this$0){
+ this$static.this$0 = this$0;
+ this$static.currentNode = startNode;
+ this$static.currentIndex = index;
+ return this$static;
+}
+
+function $next_0(this$static){
+ if (this$static.currentNode == this$static.this$0.header) {
+ throw new NoSuchElementException();
+ }
+ this$static.lastNode = this$static.currentNode;
+ this$static.currentNode = this$static.currentNode.next;
+ ++this$static.currentIndex;
+ return this$static.lastNode.value;
+}
+
+function getClass_37(){
+ return Ljava_util_LinkedList$ListIteratorImpl_2_classLit;
+}
+
+function hasNext_1(){
+ return this.currentNode != this.this$0.header;
+}
+
+function next_2(){
+ return $next_0(this);
+}
+
+function LinkedList$ListIteratorImpl(){
+}
+
+_ = LinkedList$ListIteratorImpl.prototype = new Object_0();
+_.getClass$ = getClass_37;
+_.hasNext = hasNext_1;
+_.next_0 = next_2;
+_.typeId$ = 0;
+_.currentIndex = 0;
+_.currentNode = null;
+_.lastNode = null;
+_.this$0 = null;
+function $LinkedList$Node(this$static){
+ this$static.next = this$static.prev = this$static;
+ return this$static;
+}
+
+function $LinkedList$Node_0(this$static, value, nextNode){
+ this$static.value = value;
+ this$static.next = nextNode;
+ this$static.prev = nextNode.prev;
+ nextNode.prev.next = this$static;
+ nextNode.prev = this$static;
+ return this$static;
+}
+
+function getClass_38(){
+ return Ljava_util_LinkedList$Node_2_classLit;
+}
+
+function LinkedList$Node(){
+}
+
+_ = LinkedList$Node.prototype = new Object_0();
+_.getClass$ = getClass_38;
+_.typeId$ = 0;
+_.next = null;
+_.prev = null;
+_.value = null;
+function getClass_40(){
+ return Ljava_util_NoSuchElementException_2_classLit;
+}
+
+function NoSuchElementException(){
+}
+
+_ = NoSuchElementException.prototype = new RuntimeException();
+_.getClass$ = getClass_40;
+_.typeId$ = 30;
+function equalsWithNullCheck(a, b){
+ return (a == null?null:a) === (b == null?null:b) || a != null && equals__devirtual$(a, b);
+}
+
+function $clinit_77(){
+ $clinit_77 = nullMethod;
+ HTML = $DoctypeExpectation(new DoctypeExpectation(), 'HTML', 0);
+ $DoctypeExpectation(new DoctypeExpectation(), 'HTML401_TRANSITIONAL', 1);
+ $DoctypeExpectation(new DoctypeExpectation(), 'HTML401_STRICT', 2);
+ $DoctypeExpectation(new DoctypeExpectation(), 'AUTO', 3);
+ $DoctypeExpectation(new DoctypeExpectation(), 'NO_DOCTYPE_ERRORS', 4);
+}
+
+function $DoctypeExpectation(this$static, enum$name, enum$ordinal){
+ $clinit_77();
+ this$static.name_0 = enum$name;
+ this$static.ordinal = enum$ordinal;
+ return this$static;
+}
+
+function getClass_41(){
+ return Lnu_validator_htmlparser_common_DoctypeExpectation_2_classLit;
+}
+
+function DoctypeExpectation(){
+}
+
+_ = DoctypeExpectation.prototype = new Enum();
+_.getClass$ = getClass_41;
+_.typeId$ = 31;
+var HTML;
+function $clinit_78(){
+ $clinit_78 = nullMethod;
+ STANDARDS_MODE = $DocumentMode(new DocumentMode(), 'STANDARDS_MODE', 0);
+ ALMOST_STANDARDS_MODE = $DocumentMode(new DocumentMode(), 'ALMOST_STANDARDS_MODE', 1);
+ QUIRKS_MODE = $DocumentMode(new DocumentMode(), 'QUIRKS_MODE', 2);
+}
+
+function $DocumentMode(this$static, enum$name, enum$ordinal){
+ $clinit_78();
+ this$static.name_0 = enum$name;
+ this$static.ordinal = enum$ordinal;
+ return this$static;
+}
+
+function getClass_42(){
+ return Lnu_validator_htmlparser_common_DocumentMode_2_classLit;
+}
+
+function DocumentMode(){
+}
+
+_ = DocumentMode.prototype = new Enum();
+_.getClass$ = getClass_42;
+_.typeId$ = 32;
+var ALMOST_STANDARDS_MODE, QUIRKS_MODE, STANDARDS_MODE;
+function $clinit_80(){
+ $clinit_80 = nullMethod;
+ ALLOW = $XmlViolationPolicy(new XmlViolationPolicy(), 'ALLOW', 0);
+ FATAL = $XmlViolationPolicy(new XmlViolationPolicy(), 'FATAL', 1);
+ ALTER_INFOSET = $XmlViolationPolicy(new XmlViolationPolicy(), 'ALTER_INFOSET', 2);
+}
+
+function $XmlViolationPolicy(this$static, enum$name, enum$ordinal){
+ $clinit_80();
+ this$static.name_0 = enum$name;
+ this$static.ordinal = enum$ordinal;
+ return this$static;
+}
+
+function getClass_43(){
+ return Lnu_validator_htmlparser_common_XmlViolationPolicy_2_classLit;
+}
+
+function XmlViolationPolicy(){
+}
+
+_ = XmlViolationPolicy.prototype = new Enum();
+_.getClass$ = getClass_43;
+_.typeId$ = 33;
+var ALLOW, ALTER_INFOSET, FATAL;
+function $clinit_98(){
+ $clinit_98 = nullMethod;
+ ISINDEX_PROMPT = $toCharArray('This is a searchable index. Insert your search keywords here: ');
+ HTML4_PUBLIC_IDS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['-//W3C//DTD HTML 4.0 Frameset//EN', '-//W3C//DTD HTML 4.0 Transitional//EN', '-//W3C//DTD HTML 4.0//EN', '-//W3C//DTD HTML 4.01 Frameset//EN', '-//W3C//DTD HTML 4.01 Transitional//EN', '-//W3C//DTD HTML 4.01//EN']);
+ QUIRKY_PUBLIC_IDS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['+//silmaril//dtd html pro v0r11 19970101//', '-//advasoft ltd//dtd html 3.0 aswedit + extensions//', '-//as//dtd html 3.0 aswedit + extensions//', '-//ietf//dtd html 2.0 level 1//', '-//ietf//dtd html 2.0 level 2//', '-//ietf//dtd html 2.0 strict level 1//', '-//ietf//dtd html 2.0 strict level 2//', '-//ietf//dtd html 2.0 strict//', '-//ietf//dtd html 2.0//', '-//ietf//dtd html 2.1e//', '-//ietf//dtd html 3.0//', '-//ietf//dtd html 3.2 final//', '-//ietf//dtd html 3.2//', '-//ietf//dtd html 3//', '-//ietf//dtd html level 0//', '-//ietf//dtd html level 1//', '-//ietf//dtd html level 2//', '-//ietf//dtd html level 3//', '-//ietf//dtd html strict level 0//', '-//ietf//dtd html strict level 1//', '-//ietf//dtd html strict level 2//', '-//ietf//dtd html strict level 3//', '-//ietf//dtd html strict//', '-//ietf//dtd html//', '-//metrius//dtd metrius presentational//', '-//microsoft//dtd internet explorer 2.0 html strict//', '-//microsoft//dtd internet explorer 2.0 html//', '-//microsoft//dtd internet explorer 2.0 tables//', '-//microsoft//dtd internet explorer 3.0 html strict//', '-//microsoft//dtd internet explorer 3.0 html//', '-//microsoft//dtd internet explorer 3.0 tables//', '-//netscape comm. corp.//dtd html//', '-//netscape comm. corp.//dtd strict html//', "-//o'reilly and associates//dtd html 2.0//", "-//o'reilly and associates//dtd html extended 1.0//", "-//o'reilly and associates//dtd html extended relaxed 1.0//", '-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//', '-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//', '-//spyglass//dtd html 2.0 extended//', '-//sq//dtd html 2.0 hotmetal + extensions//', '-//sun microsystems corp.//dtd hotjava html//', '-//sun microsystems corp.//dtd hotjava strict html//', '-//w3c//dtd html 3 1995-03-24//', '-//w3c//dtd html 3.2 draft//', '-//w3c//dtd html 3.2 final//', '-//w3c//dtd html 3.2//', '-//w3c//dtd html 3.2s draft//', '-//w3c//dtd html 4.0 frameset//', '-//w3c//dtd html 4.0 transitional//', '-//w3c//dtd html experimental 19960712//', '-//w3c//dtd html experimental 970421//', '-//w3c//dtd w3 html//', '-//w3o//dtd w3 html 3.0//', '-//webtechs//dtd mozilla html 2.0//', '-//webtechs//dtd mozilla html//']);
+}
+
+function $accumulateCharacter(this$static, c){
+ var newBuf, newLen;
+ newLen = this$static.charBufferLen + 1;
+ if (newLen > this$static.charBuffer.length) {
+ newBuf = initDim(_3C_classLit, 42, -1, newLen, 1);
+ arraycopy(this$static.charBuffer, 0, newBuf, 0, this$static.charBufferLen);
+ this$static.charBuffer = newBuf;
+ }
+ this$static.charBuffer[this$static.charBufferLen] = c;
+ this$static.charBufferLen = newLen;
+}
+
+function $addAttributesToBody(this$static, attributes){
+ var body;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (this$static.currentPtr >= 1) {
+ body = this$static.stack[1];
+ if (body.group == 3) {
+ $addAttributesToElement(this$static, body.node, attributes);
+ }
+ }
+}
+
+function $adoptionAgencyEndTag(this$static, name){
+ var bookmark, clone, commonAncestor, formattingClone, formattingElt, formattingEltListPos, formattingEltStackPos, furthestBlock, furthestBlockPos, inScope, lastNode, listNode, newNode, node, nodeListPos, nodePos;
+ $flushCharacters(this$static);
+ for (;;) {
+ formattingEltListPos = this$static.listPtr;
+ while (formattingEltListPos > -1) {
+ listNode = this$static.listOfActiveFormattingElements[formattingEltListPos];
+ if (!listNode) {
+ formattingEltListPos = -1;
+ break;
+ }
+ else if (listNode.name_0 == name) {
+ break;
+ }
+ --formattingEltListPos;
+ }
+ if (formattingEltListPos == -1) {
+ return;
+ }
+ formattingElt = this$static.listOfActiveFormattingElements[formattingEltListPos];
+ formattingEltStackPos = this$static.currentPtr;
+ inScope = true;
+ while (formattingEltStackPos > -1) {
+ node = this$static.stack[formattingEltStackPos];
+ if (node == formattingElt) {
+ break;
+ }
+ else if (node.scoping) {
+ inScope = false;
+ }
+ --formattingEltStackPos;
+ }
+ if (formattingEltStackPos == -1) {
+ $removeFromListOfActiveFormattingElements(this$static, formattingEltListPos);
+ return;
+ }
+ if (!inScope) {
+ return;
+ }
+ furthestBlockPos = formattingEltStackPos + 1;
+ while (furthestBlockPos <= this$static.currentPtr) {
+ node = this$static.stack[furthestBlockPos];
+ if (node.scoping || node.special) {
+ break;
+ }
+ ++furthestBlockPos;
+ }
+ if (furthestBlockPos > this$static.currentPtr) {
+ while (this$static.currentPtr >= formattingEltStackPos) {
+ $pop(this$static);
+ }
+ $removeFromListOfActiveFormattingElements(this$static, formattingEltListPos);
+ return;
+ }
+ commonAncestor = this$static.stack[formattingEltStackPos - 1];
+ furthestBlock = this$static.stack[furthestBlockPos];
+ bookmark = formattingEltListPos;
+ nodePos = furthestBlockPos;
+ lastNode = furthestBlock;
+ for (;;) {
+ --nodePos;
+ node = this$static.stack[nodePos];
+ nodeListPos = $findInListOfActiveFormattingElements(this$static, node);
+ if (nodeListPos == -1) {
+ $removeFromStack(this$static, nodePos);
+ --furthestBlockPos;
+ continue;
+ }
+ if (nodePos == formattingEltStackPos) {
+ break;
+ }
+ if (nodePos == furthestBlockPos) {
+ bookmark = nodeListPos + 1;
+ }
+ clone = $createElement(this$static, 'http://www.w3.org/1999/xhtml', node.name_0, $cloneAttributes(node.attributes));
+ newNode = $StackNode(new StackNode(), node.group, node.ns, node.name_0, clone, node.scoping, node.special, node.fosterParenting, node.popName, node.attributes);
+ node.attributes = null;
+ this$static.stack[nodePos] = newNode;
+ ++newNode.refcount;
+ this$static.listOfActiveFormattingElements[nodeListPos] = newNode;
+ --node.refcount;
+ --node.refcount;
+ node = newNode;
+ $detachFromParent(this$static, lastNode.node);
+ $appendElement(this$static, lastNode.node, node.node);
+ lastNode = node;
+ }
+ if (commonAncestor.fosterParenting) {
+ $detachFromParent(this$static, lastNode.node);
+ $insertIntoFosterParent(this$static, lastNode.node);
+ }
+ else {
+ $detachFromParent(this$static, lastNode.node);
+ $appendElement(this$static, lastNode.node, commonAncestor.node);
+ }
+ clone = $createElement(this$static, 'http://www.w3.org/1999/xhtml', formattingElt.name_0, $cloneAttributes(formattingElt.attributes));
+ formattingClone = $StackNode(new StackNode(), formattingElt.group, formattingElt.ns, formattingElt.name_0, clone, formattingElt.scoping, formattingElt.special, formattingElt.fosterParenting, formattingElt.popName, formattingElt.attributes);
+ formattingElt.attributes = null;
+ $appendChildrenToNewParent(this$static, furthestBlock.node, clone);
+ $appendElement(this$static, clone, furthestBlock.node);
+ $removeFromListOfActiveFormattingElements(this$static, formattingEltListPos);
+ $insertIntoListOfActiveFormattingElements(this$static, formattingClone, bookmark);
+ $removeFromStack(this$static, formattingEltStackPos);
+ $insertIntoStack(this$static, formattingClone, furthestBlockPos);
+ }
+}
+
+function $append_1(this$static, node){
+ var newList;
+ ++this$static.listPtr;
+ if (this$static.listPtr == this$static.listOfActiveFormattingElements.length) {
+ newList = initDim(_3Lnu_validator_htmlparser_impl_StackNode_2_classLit, 51, 11, this$static.listOfActiveFormattingElements.length + 64, 0);
+ arraycopy(this$static.listOfActiveFormattingElements, 0, newList, 0, this$static.listOfActiveFormattingElements.length);
+ this$static.listOfActiveFormattingElements = newList;
+ }
+ this$static.listOfActiveFormattingElements[this$static.listPtr] = node;
+}
+
+function $appendHtmlElementToDocumentAndPush(this$static, attributes){
+ var elt, node;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createHtmlElementSetAsRoot(this$static, attributes);
+ node = $StackNode_0(new StackNode(), 'http://www.w3.org/1999/xhtml', ($clinit_89() , HTML_0), elt);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushElement(this$static, ns, elementName, attributes){
+ var elt, node;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement(this$static, ns, elementName.name_0, attributes);
+ $appendElement(this$static, elt, this$static.stack[this$static.currentPtr].node);
+ node = $StackNode_0(new StackNode(), ns, elementName, elt);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushElementMayFoster(this$static, ns, elementName, attributes){
+ var current, elt, node, popName;
+ $flushCharacters(this$static);
+ popName = elementName.name_0;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (elementName.custom) {
+ popName = $checkPopName(this$static, popName);
+ }
+ elt = $createElement(this$static, ns, popName, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_1(new StackNode(), ns, elementName, elt, popName);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushElementMayFoster_0(this$static, ns, elementName, attributes){
+ var current, elt, node;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement_0(this$static, ns, elementName.name_0, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_0(new StackNode(), ns, elementName, elt);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushElementMayFosterCamelCase(this$static, ns, elementName, attributes){
+ var current, elt, node, popName;
+ $flushCharacters(this$static);
+ popName = elementName.camelCaseName;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (elementName.custom) {
+ popName = $checkPopName(this$static, popName);
+ }
+ elt = $createElement(this$static, ns, popName, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_2(new StackNode(), ns, elementName, elt, popName, ($clinit_89() , FOREIGNOBJECT) == elementName);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushElementMayFosterNoScoping(this$static, ns, elementName, attributes){
+ var current, elt, node, popName;
+ $flushCharacters(this$static);
+ popName = elementName.name_0;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (elementName.custom) {
+ popName = $checkPopName(this$static, popName);
+ }
+ elt = $createElement(this$static, ns, popName, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_2(new StackNode(), ns, elementName, elt, popName, false);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushFormElementMayFoster(this$static, attributes){
+ var current, elt, node;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement(this$static, 'http://www.w3.org/1999/xhtml', 'form', attributes);
+ this$static.formPointer = elt;
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_0(new StackNode(), 'http://www.w3.org/1999/xhtml', ($clinit_89() , FORM_0), elt);
+ $push_0(this$static, node);
+}
+
+function $appendToCurrentNodeAndPushFormattingElementMayFoster(this$static, ns, elementName, attributes){
+ var current, elt, node;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement(this$static, ns, elementName.name_0, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ node = $StackNode_3(new StackNode(), ns, elementName, elt, $cloneAttributes(attributes));
+ $push_0(this$static, node);
+ $append_1(this$static, node);
+ ++node.refcount;
+}
+
+function $appendToCurrentNodeAndPushHeadElement(this$static, attributes){
+ var elt, node;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement(this$static, 'http://www.w3.org/1999/xhtml', 'head', attributes);
+ $appendElement(this$static, elt, this$static.stack[this$static.currentPtr].node);
+ this$static.headPointer = elt;
+ node = $StackNode_0(new StackNode(), 'http://www.w3.org/1999/xhtml', ($clinit_89() , HEAD), elt);
+ $push_0(this$static, node);
+}
+
+function $appendVoidElementToCurrentMayFoster(this$static, ns, name, attributes){
+ var current, elt;
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt = $createElement_0(this$static, ns, name, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ $elementPopped(this$static, ns, name, elt);
+}
+
+function $appendVoidElementToCurrentMayFoster_0(this$static, ns, elementName, attributes){
+ var current, elt, popName;
+ $flushCharacters(this$static);
+ popName = elementName.name_0;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (elementName.custom) {
+ popName = $checkPopName(this$static, popName);
+ }
+ elt = $createElement(this$static, ns, popName, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ $elementPopped(this$static, ns, popName, elt);
+}
+
+function $appendVoidElementToCurrentMayFosterCamelCase(this$static, ns, elementName, attributes){
+ var current, elt, popName;
+ $flushCharacters(this$static);
+ popName = elementName.camelCaseName;
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ if (elementName.custom) {
+ popName = $checkPopName(this$static, popName);
+ }
+ elt = $createElement(this$static, ns, popName, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting) {
+ $insertIntoFosterParent(this$static, elt);
+ }
+ else {
+ $appendElement(this$static, elt, current.node);
+ }
+ $elementPopped(this$static, ns, popName, elt);
+}
+
+function $charBufferContainsNonWhitespace(this$static){
+ var i;
+ for (i = 0; i < this$static.charBufferLen; ++i) {
+ switch (this$static.charBuffer[i]) {
+ case 32:
+ case 9:
+ case 10:
+ case 12:
+ continue;
+ default:return true;
+ }
+ }
+ return false;
+}
+
+function $characters(this$static, buf, start, length){
+ var end, i;
+ if (this$static.needToDropLF) {
+ if (buf[start] == 10) {
+ ++start;
+ --length;
+ if (length == 0) {
+ return;
+ }
+ }
+ this$static.needToDropLF = false;
+ }
+ switch (this$static.mode) {
+ case 6:
+ case 12:
+ case 8:
+ $reconstructTheActiveFormattingElements(this$static);
+ case 20:
+ $accumulateCharacters(this$static, buf, start, length);
+ return;
+ default:end = start + length;
+ charactersloop: for (i = start; i < end; ++i) {
+ switch (buf[i]) {
+ case 32:
+ case 9:
+ case 10:
+ case 12:
+ switch (this$static.mode) {
+ case 0:
+ case 1:
+ case 2:
+ start = i + 1;
+ continue;
+ case 21:
+ case 3:
+ case 4:
+ case 5:
+ case 9:
+ case 16:
+ case 17:
+ continue;
+ case 6:
+ case 12:
+ case 8:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ break charactersloop;
+ case 7:
+ case 10:
+ case 11:
+ $reconstructTheActiveFormattingElements(this$static);
+ $accumulateCharacter(this$static, buf[i]);
+ start = i + 1;
+ continue;
+ case 15:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ continue;
+ case 18:
+ case 19:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ continue;
+ }
+
+ default:switch (this$static.mode) {
+ case 0:
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ this$static.mode = 1;
+ --i;
+ continue;
+ case 1:
+ $appendHtmlElementToDocumentAndPush(this$static, $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 2;
+ --i;
+ continue;
+ case 2:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $appendToCurrentNodeAndPushHeadElement(this$static, ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 3;
+ --i;
+ continue;
+ case 3:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $pop(this$static);
+ this$static.mode = 5;
+ --i;
+ continue;
+ case 4:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $pop(this$static);
+ this$static.mode = 3;
+ --i;
+ continue;
+ case 5:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 21;
+ --i;
+ continue;
+ case 21:
+ this$static.mode = 6;
+ --i;
+ continue;
+ case 6:
+ case 12:
+ case 8:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ break charactersloop;
+ case 7:
+ case 10:
+ case 11:
+ $reconstructTheActiveFormattingElements(this$static);
+ $accumulateCharacter(this$static, buf[i]);
+ start = i + 1;
+ continue;
+ case 9:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ if (this$static.currentPtr == 0) {
+ start = i + 1;
+ continue;
+ }
+
+ $pop(this$static);
+ this$static.mode = 7;
+ --i;
+ continue;
+ break charactersloop;
+ case 15:
+ this$static.mode = 6;
+ --i;
+ continue;
+ case 16:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ start = i + 1;
+ continue;
+ case 17:
+ if (start < i) {
+ $accumulateCharacters(this$static, buf, start, i - start);
+ start = i;
+ }
+
+ start = i + 1;
+ continue;
+ case 18:
+ this$static.mode = 6;
+ --i;
+ continue;
+ case 19:
+ this$static.mode = 16;
+ --i;
+ continue;
+ }
+
+ }
+ }
+
+ if (start < end) {
+ $accumulateCharacters(this$static, buf, start, end - start);
+ }
+
+ }
+}
+
+function $checkMetaCharset(this$static, attributes){
+ var content, internalCharsetHtml5, internalCharsetLegacy;
+ content = $getValue_0(attributes, ($clinit_87() , CONTENT));
+ internalCharsetLegacy = null;
+ if (content != null) {
+ internalCharsetLegacy = extractCharsetFromContent(content);
+ }
+ if (internalCharsetLegacy == null) {
+ internalCharsetHtml5 = $getValue_0(attributes, CHARSET);
+ if (internalCharsetHtml5 != null) {
+ this$static.tokenizer.shouldSuspend = true;
+ }
+ }
+ else {
+ this$static.tokenizer.shouldSuspend = true;
+ }
+}
+
+function $checkPopName(this$static, name){
+ if (isNCName(name)) {
+ return name;
+ }
+ else {
+ switch (this$static.namePolicy.ordinal) {
+ case 0:
+ return name;
+ case 2:
+ return escapeName(name);
+ case 1:
+ $fatal_1(this$static, 'Element name \u201C' + name + '\u201D cannot be represented as XML 1.0.');
+ }
+ }
+ return null;
+}
+
+function $clearStackBackTo(this$static, eltPos){
+ while (this$static.currentPtr > eltPos) {
+ $pop(this$static);
+ }
+}
+
+function $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static){
+ while (this$static.listPtr > -1) {
+ if (!this$static.listOfActiveFormattingElements[this$static.listPtr]) {
+ --this$static.listPtr;
+ return;
+ }
+ --this$static.listOfActiveFormattingElements[this$static.listPtr].refcount;
+ --this$static.listPtr;
+ }
+}
+
+function $closeTheCell(this$static, eltPos){
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ this$static.mode = 11;
+ return;
+}
+
+function $comment(this$static, buf, start, length){
+ var end, end_0, end_1;
+ this$static.needToDropLF = false;
+ if (!this$static.wantingComments) {
+ return;
+ }
+ commentloop: for (;;) {
+ switch (this$static.foreignFlag) {
+ case 0:
+ break commentloop;
+ default:switch (this$static.mode) {
+ case 0:
+ case 1:
+ case 18:
+ case 19:
+ $appendCommentToDocument(this$static, (end = start + length , __checkBounds(buf.length, start, end) , __valueOf(buf, start, end)));
+ return;
+ case 15:
+ $flushCharacters(this$static);
+ $appendComment(this$static, this$static.stack[0].node, (end_0 = start + length , __checkBounds(buf.length, start, end_0) , __valueOf(buf, start, end_0)));
+ return;
+ default:break commentloop;
+ }
+
+ }
+ }
+ $flushCharacters(this$static);
+ $appendComment(this$static, this$static.stack[this$static.currentPtr].node, (end_1 = start + length , __checkBounds(buf.length, start, end_1) , __valueOf(buf, start, end_1)));
+ return;
+}
+
+function $doctype(this$static, name, publicIdentifier, systemIdentifier, forceQuirks){
+ this$static.needToDropLF = false;
+ doctypeloop: for (;;) {
+ switch (this$static.foreignFlag) {
+ case 0:
+ break doctypeloop;
+ default:switch (this$static.mode) {
+ case 0:
+ switch (this$static.doctypeExpectation.ordinal) {
+ case 0:
+ if ($isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks)) {
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ }
+ else if ($isAlmostStandards(publicIdentifier, systemIdentifier)) {
+ $documentModeInternal(this$static, ($clinit_78() , ALMOST_STANDARDS_MODE));
+ }
+ else {
+ if ($equals_0('-//W3C//DTD HTML 4.0//EN', publicIdentifier) && (systemIdentifier == null || $equals_0('http://www.w3.org/TR/REC-html40/strict.dtd', systemIdentifier)) || $equals_0('-//W3C//DTD HTML 4.01//EN', publicIdentifier) && (systemIdentifier == null || $equals_0('http://www.w3.org/TR/html4/strict.dtd', systemIdentifier)) || $equals_0('-//W3C//DTD XHTML 1.0 Strict//EN', publicIdentifier) && $equals_0('http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd', systemIdentifier) || $equals_0('-//W3C//DTD XHTML 1.1//EN', publicIdentifier) && $equals_0('http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd', systemIdentifier)) {
+ }
+ else
+ !((systemIdentifier == null || $equals_0('about:legacy-compat', systemIdentifier)) && publicIdentifier == null);
+ $documentModeInternal(this$static, ($clinit_78() , STANDARDS_MODE));
+ }
+
+ break;
+ case 2:
+ this$static.html4 = true;
+ this$static.tokenizer.html4 = true;
+ if ($isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks)) {
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ }
+ else if ($isAlmostStandards(publicIdentifier, systemIdentifier)) {
+ $documentModeInternal(this$static, ($clinit_78() , ALMOST_STANDARDS_MODE));
+ }
+ else {
+ if ($equals_0('-//W3C//DTD HTML 4.01//EN', publicIdentifier)) {
+ !$equals_0('http://www.w3.org/TR/html4/strict.dtd', systemIdentifier);
+ }
+ else {
+ }
+ $documentModeInternal(this$static, ($clinit_78() , STANDARDS_MODE));
+ }
+
+ break;
+ case 1:
+ this$static.html4 = true;
+ this$static.tokenizer.html4 = true;
+ if ($isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks)) {
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ }
+ else if ($isAlmostStandards(publicIdentifier, systemIdentifier)) {
+ if ($equals_0('-//W3C//DTD HTML 4.01 Transitional//EN', publicIdentifier) && systemIdentifier != null) {
+ !$equals_0('http://www.w3.org/TR/html4/loose.dtd', systemIdentifier);
+ }
+ else {
+ }
+ $documentModeInternal(this$static, ($clinit_78() , ALMOST_STANDARDS_MODE));
+ }
+ else {
+ $documentModeInternal(this$static, ($clinit_78() , STANDARDS_MODE));
+ }
+
+ break;
+ case 3:
+ this$static.html4 = $isHtml4Doctype(publicIdentifier);
+ if (this$static.html4) {
+ this$static.tokenizer.html4 = true;
+ }
+
+ if ($isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks)) {
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ }
+ else if ($isAlmostStandards(publicIdentifier, systemIdentifier)) {
+ if ($equals_0('-//W3C//DTD HTML 4.01 Transitional//EN', publicIdentifier)) {
+ !$equals_0('http://www.w3.org/TR/html4/loose.dtd', systemIdentifier);
+ }
+ else {
+ }
+ $documentModeInternal(this$static, ($clinit_78() , ALMOST_STANDARDS_MODE));
+ }
+ else {
+ if ($equals_0('-//W3C//DTD HTML 4.01//EN', publicIdentifier)) {
+ !$equals_0('http://www.w3.org/TR/html4/strict.dtd', systemIdentifier);
+ }
+ else {
+ }
+ $documentModeInternal(this$static, ($clinit_78() , STANDARDS_MODE));
+ }
+
+ break;
+ case 4:
+ if ($isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks)) {
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ }
+ else if ($isAlmostStandards(publicIdentifier, systemIdentifier)) {
+ $documentModeInternal(this$static, ($clinit_78() , ALMOST_STANDARDS_MODE));
+ }
+ else {
+ $documentModeInternal(this$static, ($clinit_78() , STANDARDS_MODE));
+ }
+
+ }
+
+ this$static.mode = 1;
+ return;
+ default:break doctypeloop;
+ }
+
+ }
+ }
+ return;
+}
+
+function $documentModeInternal(this$static, m){
+ this$static.quirks = m == ($clinit_78() , QUIRKS_MODE);
+}
+
+function $endSelect(this$static){
+ var eltPos;
+ eltPos = $findLastInTableScope(this$static, 'select');
+ if (eltPos == 2147483647) {
+ return;
+ }
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ $resetTheInsertionMode(this$static);
+}
+
+function $endTag(this$static, elementName){
+ var eltPos, group, name, node;
+ this$static.needToDropLF = false;
+ endtagloop: for (;;) {
+ group = elementName.group;
+ name = elementName.name_0;
+ switch (this$static.mode) {
+ case 11:
+ switch (group) {
+ case 37:
+ eltPos = $findLastOrRoot(this$static, 37);
+ if (eltPos == 0) {
+ break endtagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 10;
+ break endtagloop;
+ case 34:
+ eltPos = $findLastOrRoot(this$static, 37);
+ if (eltPos == 0) {
+ break endtagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 10;
+ continue;
+ case 39:
+ if ($findLastInTableScope(this$static, name) == 2147483647) {
+ break endtagloop;
+ }
+
+ eltPos = $findLastOrRoot(this$static, 37);
+ if (eltPos == 0) {
+ break endtagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 10;
+ continue;
+ break endtagloop;
+ }
+
+ case 10:
+ switch (group) {
+ case 39:
+ eltPos = $findLastOrRoot_0(this$static, name);
+ if (eltPos == 0) {
+ break endtagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 7;
+ break endtagloop;
+ case 34:
+ eltPos = $findLastInTableScopeOrRootTbodyTheadTfoot(this$static);
+ if (eltPos == 0) {
+ break endtagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 7;
+ continue;
+ break endtagloop;
+ }
+
+ case 7:
+ switch (group) {
+ case 34:
+ eltPos = $findLast(this$static, 'table');
+ if (eltPos == 2147483647) {
+ break endtagloop;
+ }
+
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $resetTheInsertionMode(this$static);
+ break endtagloop;
+ }
+
+ case 8:
+ switch (group) {
+ case 6:
+ eltPos = $findLastInTableScope(this$static, 'caption');
+ if (eltPos == 2147483647) {
+ break endtagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ this$static.mode = 7;
+ break endtagloop;
+ case 34:
+ eltPos = $findLastInTableScope(this$static, 'caption');
+ if (eltPos == 2147483647) {
+ break endtagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ this$static.mode = 7;
+ continue;
+ break endtagloop;
+ }
+
+ case 12:
+ switch (group) {
+ case 40:
+ eltPos = $findLastInTableScope(this$static, name);
+ if (eltPos == 2147483647) {
+ break endtagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ this$static.mode = 11;
+ break endtagloop;
+ case 34:
+ case 39:
+ case 37:
+ if ($findLastInTableScope(this$static, name) == 2147483647) {
+ break endtagloop;
+ }
+
+ $closeTheCell(this$static, $findLastInTableScopeTdTh(this$static));
+ continue;
+ break endtagloop;
+ }
+
+ case 21:
+ case 6:
+ switch (group) {
+ case 3:
+ if (!(this$static.currentPtr >= 1 && this$static.stack[1].group == 3)) {
+ break endtagloop;
+ }
+
+ this$static.mode = 15;
+ break endtagloop;
+ case 23:
+ if (!(this$static.currentPtr >= 1 && this$static.stack[1].group == 3)) {
+ break endtagloop;
+ }
+
+ this$static.mode = 15;
+ continue;
+ case 50:
+ case 46:
+ case 44:
+ case 61:
+ case 51:
+ eltPos = $findLastInScope(this$static, name);
+ if (eltPos == 2147483647) {
+ }
+ else {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ }
+
+ break endtagloop;
+ case 9:
+ if (!this$static.formPointer) {
+ break endtagloop;
+ }
+
+ this$static.formPointer = null;
+ eltPos = $findLastInScope(this$static, name);
+ if (eltPos == 2147483647) {
+ break endtagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ $removeFromStack(this$static, eltPos);
+ break endtagloop;
+ case 29:
+ eltPos = $findLastInScope(this$static, 'p');
+ if (eltPos == 2147483647) {
+ if (this$static.foreignFlag == 0) {
+ while (this$static.stack[this$static.currentPtr].ns != 'http://www.w3.org/1999/xhtml') {
+ $pop(this$static);
+ }
+ this$static.foreignFlag = 1;
+ }
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, ($clinit_91() , EMPTY_ATTRIBUTES));
+ break endtagloop;
+ }
+
+ $generateImpliedEndTagsExceptFor(this$static, 'p');
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ break endtagloop;
+ case 41:
+ case 15:
+ eltPos = $findLastInScope(this$static, name);
+ if (eltPos == 2147483647) {
+ }
+ else {
+ $generateImpliedEndTagsExceptFor(this$static, name);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ }
+
+ break endtagloop;
+ case 42:
+ eltPos = $findLastInScopeHn(this$static);
+ if (eltPos == 2147483647) {
+ }
+ else {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ }
+
+ break endtagloop;
+ case 1:
+ case 45:
+ case 64:
+ case 24:
+ $adoptionAgencyEndTag(this$static, name);
+ break endtagloop;
+ case 5:
+ case 63:
+ case 43:
+ eltPos = $findLastInScope(this$static, name);
+ if (eltPos == 2147483647) {
+ }
+ else {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ }
+
+ break endtagloop;
+ case 4:
+ if (this$static.foreignFlag == 0) {
+ while (this$static.stack[this$static.currentPtr].ns != 'http://www.w3.org/1999/xhtml') {
+ $pop(this$static);
+ }
+ this$static.foreignFlag = 1;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, ($clinit_91() , EMPTY_ATTRIBUTES));
+ break endtagloop;
+ case 49:
+ case 55:
+ case 48:
+ case 12:
+ case 13:
+ case 65:
+ case 22:
+ case 14:
+ case 47:
+ case 60:
+ case 25:
+ case 32:
+ case 34:
+ case 35:
+ break endtagloop;
+ case 26:
+ default:if (name == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ break endtagloop;
+ }
+
+ eltPos = this$static.currentPtr;
+ for (;;) {
+ node = this$static.stack[eltPos];
+ if (node.name_0 == name) {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ break endtagloop;
+ }
+ else if (node.scoping || node.special) {
+ break endtagloop;
+ }
+ --eltPos;
+ }
+
+ }
+
+ case 9:
+ switch (group) {
+ case 8:
+ if (this$static.currentPtr == 0) {
+ break endtagloop;
+ }
+
+ $pop(this$static);
+ this$static.mode = 7;
+ break endtagloop;
+ case 7:
+ break endtagloop;
+ default:if (this$static.currentPtr == 0) {
+ break endtagloop;
+ }
+
+ $pop(this$static);
+ this$static.mode = 7;
+ continue;
+ }
+
+ case 14:
+ switch (group) {
+ case 6:
+ case 34:
+ case 39:
+ case 37:
+ case 40:
+ if ($findLastInTableScope(this$static, name) != 2147483647) {
+ $endSelect(this$static);
+ continue;
+ }
+ else {
+ break endtagloop;
+ }
+
+ }
+
+ case 13:
+ switch (group) {
+ case 28:
+ if ('option' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ break endtagloop;
+ }
+ else {
+ break endtagloop;
+ }
+
+ case 27:
+ if ('option' == this$static.stack[this$static.currentPtr].name_0 && 'optgroup' == this$static.stack[this$static.currentPtr - 1].name_0) {
+ $pop(this$static);
+ }
+
+ if ('optgroup' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ }
+ else {
+ }
+
+ break endtagloop;
+ case 32:
+ $endSelect(this$static);
+ break endtagloop;
+ default:break endtagloop;
+ }
+
+ case 15:
+ switch (group) {
+ case 23:
+ if (this$static.fragment) {
+ break endtagloop;
+ }
+ else {
+ this$static.mode = 18;
+ break endtagloop;
+ }
+
+ default:this$static.mode = 6;
+ continue;
+ }
+
+ case 16:
+ switch (group) {
+ case 11:
+ if (this$static.currentPtr == 0) {
+ break endtagloop;
+ }
+
+ $pop(this$static);
+ if (!this$static.fragment && 'frameset' != this$static.stack[this$static.currentPtr].name_0) {
+ this$static.mode = 17;
+ }
+
+ break endtagloop;
+ default:break endtagloop;
+ }
+
+ case 17:
+ switch (group) {
+ case 23:
+ this$static.mode = 19;
+ break endtagloop;
+ default:break endtagloop;
+ }
+
+ case 0:
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ this$static.mode = 1;
+ continue;
+ case 1:
+ $appendHtmlElementToDocumentAndPush(this$static, $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 2;
+ continue;
+ case 2:
+ switch (group) {
+ case 20:
+ case 4:
+ case 23:
+ case 3:
+ $appendToCurrentNodeAndPushHeadElement(this$static, ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 3;
+ continue;
+ default:break endtagloop;
+ }
+
+ case 3:
+ switch (group) {
+ case 20:
+ $pop(this$static);
+ this$static.mode = 5;
+ break endtagloop;
+ case 4:
+ case 23:
+ case 3:
+ $pop(this$static);
+ this$static.mode = 5;
+ continue;
+ default:break endtagloop;
+ }
+
+ case 4:
+ switch (group) {
+ case 26:
+ $pop(this$static);
+ this$static.mode = 3;
+ break endtagloop;
+ case 4:
+ $pop(this$static);
+ this$static.mode = 3;
+ continue;
+ default:break endtagloop;
+ }
+
+ case 5:
+ switch (group) {
+ case 23:
+ case 3:
+ case 4:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 21;
+ continue;
+ default:break endtagloop;
+ }
+
+ case 18:
+ this$static.mode = 6;
+ continue;
+ case 19:
+ this$static.mode = 16;
+ continue;
+ case 20:
+ if (this$static.originalMode == 5) {
+ $pop(this$static);
+ }
+
+ $pop(this$static);
+ this$static.mode = this$static.originalMode;
+ break endtagloop;
+ }
+ }
+ if (this$static.foreignFlag == 0 && !$hasForeignInScope(this$static)) {
+ this$static.foreignFlag = 1;
+ }
+}
+
+function $endTokenization(this$static){
+ this$static.formPointer = null;
+ this$static.headPointer = null;
+ while (this$static.currentPtr > -1) {
+ --this$static.stack[this$static.currentPtr].refcount;
+ --this$static.currentPtr;
+ }
+ this$static.stack = null;
+ while (this$static.listPtr > -1) {
+ if (this$static.listOfActiveFormattingElements[this$static.listPtr]) {
+ --this$static.listOfActiveFormattingElements[this$static.listPtr].refcount;
+ }
+ --this$static.listPtr;
+ }
+ this$static.listOfActiveFormattingElements = null;
+ $clearImpl(this$static.idLocations);
+ this$static.charBuffer = null;
+}
+
+function $eof_0(this$static){
+ var group, i;
+ $flushCharacters(this$static);
+ switch (this$static.foreignFlag) {
+ case 0:
+ while (this$static.stack[this$static.currentPtr].ns != 'http://www.w3.org/1999/xhtml') {
+ $popOnEof(this$static);
+ }
+
+ this$static.foreignFlag = 1;
+ }
+ eofloop: for (;;) {
+ switch (this$static.mode) {
+ case 0:
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ this$static.mode = 1;
+ continue;
+ case 1:
+ $appendHtmlElementToDocumentAndPush(this$static, $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 2;
+ continue;
+ case 2:
+ $appendToCurrentNodeAndPushHeadElement(this$static, ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 3;
+ continue;
+ case 3:
+ while (this$static.currentPtr > 0) {
+ $popOnEof(this$static);
+ }
+
+ this$static.mode = 5;
+ continue;
+ case 4:
+ while (this$static.currentPtr > 1) {
+ $popOnEof(this$static);
+ }
+
+ this$static.mode = 3;
+ continue;
+ case 5:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 6;
+ continue;
+ case 9:
+ if (this$static.currentPtr == 0) {
+ break eofloop;
+ }
+ else {
+ $popOnEof(this$static);
+ this$static.mode = 7;
+ continue;
+ }
+
+ case 21:
+ case 8:
+ case 12:
+ case 6:
+ openelementloop: for (i = this$static.currentPtr; i >= 0; --i) {
+ group = this$static.stack[i].group;
+ switch (group) {
+ case 41:
+ case 15:
+ case 29:
+ case 39:
+ case 40:
+ case 3:
+ case 23:
+ break;
+ default:break openelementloop;
+ }
+ }
+
+ break eofloop;
+ case 20:
+ if (this$static.originalMode == 5) {
+ $popOnEof(this$static);
+ }
+
+ $popOnEof(this$static);
+ this$static.mode = this$static.originalMode;
+ continue;
+ case 10:
+ case 11:
+ case 7:
+ case 13:
+ case 14:
+ case 16:
+ break eofloop;
+ case 15:
+ case 17:
+ case 18:
+ case 19:
+ default:if (this$static.currentPtr == 0) {
+ fromDouble((new Date()).getTime());
+ }
+
+ break eofloop;
+ }
+ }
+ while (this$static.currentPtr > 0) {
+ $popOnEof(this$static);
+ }
+ if (!this$static.fragment) {
+ $popOnEof(this$static);
+ }
+}
+
+function $fatal_0(this$static, e){
+ var spe;
+ spe = $SAXParseException_0(new SAXParseException(), e.detailMessage, this$static.tokenizer, e);
+ throw spe;
+}
+
+function $fatal_1(this$static, s){
+ var spe;
+ spe = $SAXParseException(new SAXParseException(), s, this$static.tokenizer);
+ throw spe;
+}
+
+function $findInListOfActiveFormattingElements(this$static, node){
+ var i;
+ for (i = this$static.listPtr; i >= 0; --i) {
+ if (node == this$static.listOfActiveFormattingElements[i]) {
+ return i;
+ }
+ }
+ return -1;
+}
+
+function $findInListOfActiveFormattingElementsContainsBetweenEndAndLastMarker(this$static, name){
+ var i, node;
+ for (i = this$static.listPtr; i >= 0; --i) {
+ node = this$static.listOfActiveFormattingElements[i];
+ if (!node) {
+ return -1;
+ }
+ else if (node.name_0 == name) {
+ return i;
+ }
+ }
+ return -1;
+}
+
+function $findLast(this$static, name){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].name_0 == name) {
+ return i;
+ }
+ }
+ return 2147483647;
+}
+
+function $findLastInScope(this$static, name){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].name_0 == name) {
+ return i;
+ }
+ else if (this$static.stack[i].scoping) {
+ return 2147483647;
+ }
+ }
+ return 2147483647;
+}
+
+function $findLastInScopeHn(this$static){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].group == 42) {
+ return i;
+ }
+ else if (this$static.stack[i].scoping) {
+ return 2147483647;
+ }
+ }
+ return 2147483647;
+}
+
+function $findLastInTableScope(this$static, name){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].name_0 == name) {
+ return i;
+ }
+ else if (this$static.stack[i].name_0 == 'table') {
+ return 2147483647;
+ }
+ }
+ return 2147483647;
+}
+
+function $findLastInTableScopeOrRootTbodyTheadTfoot(this$static){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].group == 39) {
+ return i;
+ }
+ }
+ return 0;
+}
+
+function $findLastInTableScopeTdTh(this$static){
+ var i, name;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ name = this$static.stack[i].name_0;
+ if ('td' == name || 'th' == name) {
+ return i;
+ }
+ else if (name == 'table') {
+ return 2147483647;
+ }
+ }
+ return 2147483647;
+}
+
+function $findLastOrRoot_0(this$static, name){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].name_0 == name) {
+ return i;
+ }
+ }
+ return 0;
+}
+
+function $findLastOrRoot(this$static, group){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].group == group) {
+ return i;
+ }
+ }
+ return 0;
+}
+
+function $flushCharacters(this$static){
+ var current, elt, eltPos, node;
+ if (this$static.charBufferLen > 0) {
+ current = this$static.stack[this$static.currentPtr];
+ if (current.fosterParenting && $charBufferContainsNonWhitespace(this$static)) {
+ eltPos = $findLastOrRoot(this$static, 34);
+ node = this$static.stack[eltPos];
+ elt = node.node;
+ if (eltPos == 0) {
+ $appendCharacters(this$static, elt, valueOf_1(this$static.charBuffer, 0, this$static.charBufferLen));
+ this$static.charBufferLen = 0;
+ return;
+ }
+ $insertFosterParentedCharacters_0(this$static, this$static.charBuffer, 0, this$static.charBufferLen, elt, this$static.stack[eltPos - 1].node);
+ this$static.charBufferLen = 0;
+ return;
+ }
+ $appendCharacters(this$static, this$static.stack[this$static.currentPtr].node, valueOf_1(this$static.charBuffer, 0, this$static.charBufferLen));
+ this$static.charBufferLen = 0;
+ }
+}
+
+function $generateImpliedEndTags(this$static){
+ for (;;) {
+ switch (this$static.stack[this$static.currentPtr].group) {
+ case 29:
+ case 15:
+ case 41:
+ case 28:
+ case 27:
+ case 53:
+ $pop(this$static);
+ continue;
+ default:return;
+ }
+ }
+}
+
+function $generateImpliedEndTagsExceptFor(this$static, name){
+ var node;
+ for (;;) {
+ node = this$static.stack[this$static.currentPtr];
+ switch (node.group) {
+ case 29:
+ case 15:
+ case 41:
+ case 28:
+ case 27:
+ case 53:
+ if (node.name_0 == name) {
+ return;
+ }
+
+ $pop(this$static);
+ continue;
+ default:return;
+ }
+ }
+}
+
+function $hasForeignInScope(this$static){
+ var i;
+ for (i = this$static.currentPtr; i > 0; --i) {
+ if (this$static.stack[i].ns != 'http://www.w3.org/1999/xhtml') {
+ return true;
+ }
+ else if (this$static.stack[i].scoping) {
+ return false;
+ }
+ }
+ return false;
+}
+
+function $implicitlyCloseP(this$static){
+ var eltPos;
+ eltPos = $findLastInScope(this$static, 'p');
+ if (eltPos == 2147483647) {
+ return;
+ }
+ $generateImpliedEndTagsExceptFor(this$static, 'p');
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+}
+
+function $insertIntoFosterParent(this$static, child){
+ var elt, eltPos, node;
+ eltPos = $findLastOrRoot(this$static, 34);
+ node = this$static.stack[eltPos];
+ elt = node.node;
+ if (eltPos == 0) {
+ $appendElement(this$static, child, elt);
+ return;
+ }
+ $insertFosterParentedChild(this$static, child, elt, this$static.stack[eltPos - 1].node);
+}
+
+function $insertIntoListOfActiveFormattingElements(this$static, formattingClone, bookmark){
+ ++formattingClone.refcount;
+ if (bookmark <= this$static.listPtr) {
+ arraycopy(this$static.listOfActiveFormattingElements, bookmark, this$static.listOfActiveFormattingElements, bookmark + 1, this$static.listPtr - bookmark + 1);
+ }
+ ++this$static.listPtr;
+ this$static.listOfActiveFormattingElements[bookmark] = formattingClone;
+}
+
+function $insertIntoStack(this$static, node, position){
+ if (position == this$static.currentPtr + 1) {
+ $flushCharacters(this$static);
+ $push_0(this$static, node);
+ }
+ else {
+ arraycopy(this$static.stack, position, this$static.stack, position + 1, this$static.currentPtr - position + 1);
+ ++this$static.currentPtr;
+ this$static.stack[position] = node;
+ }
+}
+
+function $isAlmostStandards(publicIdentifier, systemIdentifier){
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd xhtml 1.0 transitional//en', publicIdentifier)) {
+ return true;
+ }
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd xhtml 1.0 frameset//en', publicIdentifier)) {
+ return true;
+ }
+ if (systemIdentifier != null) {
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd html 4.01 transitional//en', publicIdentifier)) {
+ return true;
+ }
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd html 4.01 frameset//en', publicIdentifier)) {
+ return true;
+ }
+ }
+ return false;
+}
+
+function $isHtml4Doctype(publicIdentifier){
+ if (publicIdentifier != null && binarySearch_0(HTML4_PUBLIC_IDS, publicIdentifier, ($clinit_61() , NATURAL)) > -1) {
+ return true;
+ }
+ return false;
+}
+
+function $isInStack(this$static, node){
+ var i;
+ for (i = this$static.currentPtr; i >= 0; --i) {
+ if (this$static.stack[i] == node) {
+ return true;
+ }
+ }
+ return false;
+}
+
+function $isQuirky(name, publicIdentifier, systemIdentifier, forceQuirks){
+ var i;
+ if (forceQuirks) {
+ return true;
+ }
+ if (name != 'html') {
+ return true;
+ }
+ if (publicIdentifier != null) {
+ for (i = 0; i < QUIRKY_PUBLIC_IDS.length; ++i) {
+ if (lowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString(QUIRKY_PUBLIC_IDS[i], publicIdentifier)) {
+ return true;
+ }
+ }
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3o//dtd w3 html strict 3.0//en//', publicIdentifier) || lowerCaseLiteralEqualsIgnoreAsciiCaseString('-/w3c/dtd html 4.0 transitional/en', publicIdentifier) || lowerCaseLiteralEqualsIgnoreAsciiCaseString('html', publicIdentifier)) {
+ return true;
+ }
+ }
+ if (systemIdentifier == null) {
+ if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd html 4.01 transitional//en', publicIdentifier)) {
+ return true;
+ }
+ else if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('-//w3c//dtd html 4.01 frameset//en', publicIdentifier)) {
+ return true;
+ }
+ }
+ else if (lowerCaseLiteralEqualsIgnoreAsciiCaseString('http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd', systemIdentifier)) {
+ return true;
+ }
+ return false;
+}
+
+function $pop(this$static){
+ var node;
+ $flushCharacters(this$static);
+ node = this$static.stack[this$static.currentPtr];
+ --this$static.currentPtr;
+ $elementPopped(this$static, node.ns, node.popName, node.node);
+ --node.refcount;
+}
+
+function $popOnEof(this$static){
+ var node;
+ $flushCharacters(this$static);
+ node = this$static.stack[this$static.currentPtr];
+ --this$static.currentPtr;
+ $elementPopped(this$static, node.ns, node.popName, node.node);
+ --node.refcount;
+}
+
+function $push_0(this$static, node){
+ var newStack;
+ ++this$static.currentPtr;
+ if (this$static.currentPtr == this$static.stack.length) {
+ newStack = initDim(_3Lnu_validator_htmlparser_impl_StackNode_2_classLit, 51, 11, this$static.stack.length + 64, 0);
+ arraycopy(this$static.stack, 0, newStack, 0, this$static.stack.length);
+ this$static.stack = newStack;
+ }
+ this$static.stack[this$static.currentPtr] = node;
+}
+
+function $pushHeadPointerOntoStack(this$static){
+ $flushCharacters(this$static);
+ if (!this$static.headPointer) {
+ $push_0(this$static, this$static.stack[this$static.currentPtr]);
+ }
+ else {
+ $push_0(this$static, $StackNode_0(new StackNode(), 'http://www.w3.org/1999/xhtml', ($clinit_89() , HEAD), this$static.headPointer));
+ }
+}
+
+function $reconstructTheActiveFormattingElements(this$static){
+ var clone, currentNode, entry, entryClone, entryPos, mostRecent;
+ if (this$static.listPtr == -1) {
+ return;
+ }
+ mostRecent = this$static.listOfActiveFormattingElements[this$static.listPtr];
+ if (!mostRecent || $isInStack(this$static, mostRecent)) {
+ return;
+ }
+ entryPos = this$static.listPtr;
+ for (;;) {
+ --entryPos;
+ if (entryPos == -1) {
+ break;
+ }
+ if (!this$static.listOfActiveFormattingElements[entryPos]) {
+ break;
+ }
+ if ($isInStack(this$static, this$static.listOfActiveFormattingElements[entryPos])) {
+ break;
+ }
+ }
+ if (entryPos < this$static.listPtr) {
+ $flushCharacters(this$static);
+ }
+ while (entryPos < this$static.listPtr) {
+ ++entryPos;
+ entry = this$static.listOfActiveFormattingElements[entryPos];
+ clone = $createElement(this$static, 'http://www.w3.org/1999/xhtml', entry.name_0, $cloneAttributes(entry.attributes));
+ entryClone = $StackNode(new StackNode(), entry.group, entry.ns, entry.name_0, clone, entry.scoping, entry.special, entry.fosterParenting, entry.popName, entry.attributes);
+ entry.attributes = null;
+ currentNode = this$static.stack[this$static.currentPtr];
+ if (currentNode.fosterParenting) {
+ $insertIntoFosterParent(this$static, clone);
+ }
+ else {
+ $appendElement(this$static, clone, currentNode.node);
+ }
+ $push_0(this$static, entryClone);
+ this$static.listOfActiveFormattingElements[entryPos] = entryClone;
+ --entry.refcount;
+ ++entryClone.refcount;
+ }
+}
+
+function $removeFromListOfActiveFormattingElements(this$static, pos){
+ --this$static.listOfActiveFormattingElements[pos].refcount;
+ if (pos == this$static.listPtr) {
+ --this$static.listPtr;
+ return;
+ }
+ arraycopy(this$static.listOfActiveFormattingElements, pos + 1, this$static.listOfActiveFormattingElements, pos, this$static.listPtr - pos);
+ --this$static.listPtr;
+}
+
+function $removeFromStack(this$static, pos){
+ if (this$static.currentPtr == pos) {
+ $pop(this$static);
+ }
+ else {
+ --this$static.stack[pos].refcount;
+ arraycopy(this$static.stack, pos + 1, this$static.stack, pos, this$static.currentPtr - pos);
+ --this$static.currentPtr;
+ }
+}
+
+function $removeFromStack_0(this$static, node){
+ var pos;
+ if (this$static.stack[this$static.currentPtr] == node) {
+ $pop(this$static);
+ }
+ else {
+ pos = this$static.currentPtr - 1;
+ while (pos >= 0 && this$static.stack[pos] != node) {
+ --pos;
+ }
+ if (pos == -1) {
+ return;
+ }
+ --node.refcount;
+ arraycopy(this$static.stack, pos + 1, this$static.stack, pos, this$static.currentPtr - pos);
+ --this$static.currentPtr;
+ }
+}
+
+function $resetTheInsertionMode(this$static){
+ var i, name, node;
+ this$static.foreignFlag = 1;
+ for (i = this$static.currentPtr; i >= 0; --i) {
+ node = this$static.stack[i];
+ name = node.name_0;
+ if (i == 0) {
+ if (this$static.contextNamespace == 'http://www.w3.org/1999/xhtml' && (this$static.contextName == 'td' || this$static.contextName == 'th')) {
+ this$static.mode = 6;
+ return;
+ }
+ else {
+ name = this$static.contextName;
+ }
+ }
+ if ('select' == name) {
+ this$static.mode = 13;
+ return;
+ }
+ else if ('td' == name || 'th' == name) {
+ this$static.mode = 12;
+ return;
+ }
+ else if ('tr' == name) {
+ this$static.mode = 11;
+ return;
+ }
+ else if ('tbody' == name || 'thead' == name || 'tfoot' == name) {
+ this$static.mode = 10;
+ return;
+ }
+ else if ('caption' == name) {
+ this$static.mode = 8;
+ return;
+ }
+ else if ('colgroup' == name) {
+ this$static.mode = 9;
+ return;
+ }
+ else if ('table' == name) {
+ this$static.mode = 7;
+ return;
+ }
+ else if ('http://www.w3.org/1999/xhtml' != node.ns) {
+ this$static.foreignFlag = 0;
+ this$static.mode = 6;
+ return;
+ }
+ else if ('head' == name) {
+ this$static.mode = 6;
+ return;
+ }
+ else if ('body' == name) {
+ this$static.mode = 6;
+ return;
+ }
+ else if ('frameset' == name) {
+ this$static.mode = 16;
+ return;
+ }
+ else if ('html' == name) {
+ if (!this$static.headPointer) {
+ this$static.mode = 2;
+ }
+ else {
+ this$static.mode = 5;
+ }
+ return;
+ }
+ else if (i == 0) {
+ this$static.mode = 6;
+ return;
+ }
+ }
+}
+
+function $setFragmentContext(this$static, context){
+ this$static.contextName = context;
+ this$static.contextNamespace = 'http://www.w3.org/1999/xhtml';
+ this$static.fragment = false;
+ this$static.quirks = false;
+}
+
+function $startTag(this$static, elementName, attributes, selfClosing){
+ var actionIndex, activeA, activeAPos, attributeQName, currGroup, currNs, currentNode, eltPos, formAttrs, group, i, inputAttributes, name, needsPostProcessing, node, prompt, promptIndex, current, elt_53;
+ this$static.needToDropLF = false;
+ needsPostProcessing = false;
+ starttagloop: for (;;) {
+ group = elementName.group;
+ name = elementName.name_0;
+ switch (this$static.foreignFlag) {
+ case 0:
+ currentNode = this$static.stack[this$static.currentPtr];
+ currNs = currentNode.ns;
+ currGroup = currentNode.group;
+ if ('http://www.w3.org/1999/xhtml' == currNs || 'http://www.w3.org/1998/Math/MathML' == currNs && (56 != group && 57 == currGroup || 19 == group && 58 == currGroup) || 'http://www.w3.org/2000/svg' == currNs && (36 == currGroup || 59 == currGroup)) {
+ needsPostProcessing = true;
+ }
+ else {
+ switch (group) {
+ case 45:
+ case 50:
+ case 3:
+ case 4:
+ case 52:
+ case 41:
+ case 46:
+ case 48:
+ case 42:
+ case 20:
+ case 22:
+ case 15:
+ case 18:
+ case 24:
+ case 29:
+ case 44:
+ case 34:
+ while (this$static.stack[this$static.currentPtr].ns != 'http://www.w3.org/1999/xhtml') {
+ $pop(this$static);
+ }
+
+ this$static.foreignFlag = 1;
+ continue starttagloop;
+ case 64:
+ if ($contains(attributes, ($clinit_87() , COLOR)) || $contains(attributes, FACE) || $contains(attributes, SIZE)) {
+ while (this$static.stack[this$static.currentPtr].ns != 'http://www.w3.org/1999/xhtml') {
+ $pop(this$static);
+ }
+ this$static.foreignFlag = 1;
+ continue starttagloop;
+ }
+
+ default:if ('http://www.w3.org/2000/svg' == currNs) {
+ attributes.mode = 2;
+ if (selfClosing) {
+ $appendVoidElementToCurrentMayFosterCamelCase(this$static, currNs, elementName, attributes);
+ selfClosing = false;
+ }
+ else {
+ $appendToCurrentNodeAndPushElementMayFosterCamelCase(this$static, currNs, elementName, attributes);
+ }
+ attributes = null;
+ break starttagloop;
+ }
+ else {
+ attributes.mode = 1;
+ if (selfClosing) {
+ $appendVoidElementToCurrentMayFoster_0(this$static, currNs, elementName, attributes);
+ selfClosing = false;
+ }
+ else {
+ $appendToCurrentNodeAndPushElementMayFosterNoScoping(this$static, currNs, elementName, attributes);
+ }
+ attributes = null;
+ break starttagloop;
+ }
+
+ }
+ }
+
+ default:switch (this$static.mode) {
+ case 10:
+ switch (group) {
+ case 37:
+ $clearStackBackTo(this$static, $findLastInTableScopeOrRootTbodyTheadTfoot(this$static));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 11;
+ attributes = null;
+ break starttagloop;
+ case 40:
+ $clearStackBackTo(this$static, $findLastInTableScopeOrRootTbodyTheadTfoot(this$static));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , TR), ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 11;
+ continue;
+ case 6:
+ case 7:
+ case 8:
+ case 39:
+ eltPos = $findLastInTableScopeOrRootTbodyTheadTfoot(this$static);
+ if (eltPos == 0) {
+ break starttagloop;
+ }
+ else {
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 7;
+ continue;
+ }
+
+ }
+
+ case 11:
+ switch (group) {
+ case 40:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 37));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 12;
+ $append_1(this$static, null);
+ attributes = null;
+ break starttagloop;
+ case 6:
+ case 7:
+ case 8:
+ case 39:
+ case 37:
+ eltPos = $findLastOrRoot(this$static, 37);
+ if (eltPos == 0) {
+ break starttagloop;
+ }
+
+ $clearStackBackTo(this$static, eltPos);
+ $pop(this$static);
+ this$static.mode = 10;
+ continue;
+ }
+
+ case 7:
+ intableloop: for (;;) {
+ switch (group) {
+ case 6:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 34));
+ $append_1(this$static, null);
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 8;
+ attributes = null;
+ break starttagloop;
+ case 8:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 34));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 9;
+ attributes = null;
+ break starttagloop;
+ case 7:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 34));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , COLGROUP), ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 9;
+ continue starttagloop;
+ case 39:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 34));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 10;
+ attributes = null;
+ break starttagloop;
+ case 37:
+ case 40:
+ $clearStackBackTo(this$static, $findLastOrRoot(this$static, 34));
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , TBODY), ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 10;
+ continue starttagloop;
+ case 34:
+ eltPos = $findLastInTableScope(this$static, name);
+ if (eltPos == 2147483647) {
+ break starttagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $resetTheInsertionMode(this$static);
+ continue starttagloop;
+ case 31:
+ case 33:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 13:
+ if (!lowerCaseLiteralEqualsIgnoreAsciiCaseString('hidden', $getValue_0(attributes, ($clinit_87() , TYPE)))) {
+ break intableloop;
+ }
+
+ $flushCharacters(this$static);
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ elt_53 = $createElement_0(this$static, 'http://www.w3.org/1999/xhtml', name, attributes);
+ current = this$static.stack[this$static.currentPtr];
+ $appendElement(this$static, elt_53, current.node);
+ $elementPopped(this$static, 'http://www.w3.org/1999/xhtml', name, elt_53);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ default:break intableloop;
+ }
+ }
+
+ case 8:
+ switch (group) {
+ case 6:
+ case 7:
+ case 8:
+ case 39:
+ case 37:
+ case 40:
+ eltPos = $findLastInTableScope(this$static, 'caption');
+ if (eltPos == 2147483647) {
+ break starttagloop;
+ }
+
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ this$static.mode = 7;
+ continue;
+ }
+
+ case 12:
+ switch (group) {
+ case 6:
+ case 7:
+ case 8:
+ case 39:
+ case 37:
+ case 40:
+ eltPos = $findLastInTableScopeTdTh(this$static);
+ if (eltPos == 2147483647) {
+ break starttagloop;
+ }
+ else {
+ $closeTheCell(this$static, eltPos);
+ continue;
+ }
+
+ }
+
+ case 21:
+ switch (group) {
+ case 11:
+ if (this$static.mode == 21) {
+ if (this$static.currentPtr == 0 || this$static.stack[1].group != 3) {
+ break starttagloop;
+ }
+ else {
+ $detachFromParent(this$static, this$static.stack[1].node);
+ while (this$static.currentPtr > 0) {
+ $pop(this$static);
+ }
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 16;
+ attributes = null;
+ break starttagloop;
+ }
+ }
+ else {
+ break starttagloop;
+ }
+
+ case 44:
+ case 15:
+ case 41:
+ case 5:
+ case 43:
+ case 63:
+ case 34:
+ case 49:
+ case 4:
+ case 48:
+ case 13:
+ case 65:
+ case 22:
+ case 35:
+ case 38:
+ case 47:
+ case 32:
+ if (this$static.mode == 21) {
+ this$static.mode = 6;
+ }
+
+ }
+
+ case 6:
+ inbodyloop: for (;;) {
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 2:
+ case 16:
+ case 18:
+ case 33:
+ case 31:
+ case 36:
+ case 54:
+ break inbodyloop;
+ case 3:
+ $addAttributesToBody(this$static, attributes);
+ attributes = null;
+ break starttagloop;
+ case 29:
+ case 50:
+ case 46:
+ case 51:
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 42:
+ $implicitlyCloseP(this$static);
+ if (this$static.stack[this$static.currentPtr].group == 42) {
+ $pop(this$static);
+ }
+
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 61:
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 44:
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.needToDropLF = true;
+ attributes = null;
+ break starttagloop;
+ case 9:
+ if (this$static.formPointer) {
+ break starttagloop;
+ }
+ else {
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushFormElementMayFoster(this$static, attributes);
+ attributes = null;
+ break starttagloop;
+ }
+
+ case 15:
+ case 41:
+ eltPos = this$static.currentPtr;
+ for (;;) {
+ node = this$static.stack[eltPos];
+ if (node.group == group) {
+ $generateImpliedEndTagsExceptFor(this$static, node.name_0);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ break;
+ }
+ else if (node.scoping || node.special && node.name_0 != 'p' && node.name_0 != 'address' && node.name_0 != 'div') {
+ break;
+ }
+ --eltPos;
+ }
+
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 30:
+ $implicitlyCloseP(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ $setContentModelFlag_0(this$static.tokenizer, 3, elementName);
+ attributes = null;
+ break starttagloop;
+ case 1:
+ activeAPos = $findInListOfActiveFormattingElementsContainsBetweenEndAndLastMarker(this$static, 'a');
+ if (activeAPos != -1) {
+ activeA = this$static.listOfActiveFormattingElements[activeAPos];
+ ++activeA.refcount;
+ $adoptionAgencyEndTag(this$static, 'a');
+ $removeFromStack_0(this$static, activeA);
+ activeAPos = $findInListOfActiveFormattingElements(this$static, activeA);
+ if (activeAPos != -1) {
+ $removeFromListOfActiveFormattingElements(this$static, activeAPos);
+ }
+ --activeA.refcount;
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushFormattingElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 45:
+ case 64:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushFormattingElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 24:
+ $reconstructTheActiveFormattingElements(this$static);
+ if (2147483647 != $findLastInScope(this$static, 'nobr')) {
+ $adoptionAgencyEndTag(this$static, 'nobr');
+ }
+
+ $appendToCurrentNodeAndPushFormattingElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 5:
+ eltPos = $findLastInScope(this$static, name);
+ if (eltPos != 2147483647) {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ $clearTheListOfActiveFormattingElementsUpToTheLastMarker(this$static);
+ continue starttagloop;
+ }
+ else {
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ $append_1(this$static, null);
+ attributes = null;
+ break starttagloop;
+ }
+
+ case 63:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ $append_1(this$static, null);
+ attributes = null;
+ break starttagloop;
+ case 43:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ $append_1(this$static, null);
+ attributes = null;
+ break starttagloop;
+ case 38:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 34:
+ if (!this$static.quirks) {
+ $implicitlyCloseP(this$static);
+ }
+
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 7;
+ attributes = null;
+ break starttagloop;
+ case 4:
+ case 48:
+ case 49:
+ $reconstructTheActiveFormattingElements(this$static);
+ case 55:
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 22:
+ $implicitlyCloseP(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 12:
+ elementName = ($clinit_89() , IMG);
+ continue starttagloop;
+ case 65:
+ case 13:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendVoidElementToCurrentMayFoster(this$static, 'http://www.w3.org/1999/xhtml', name, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 14:
+ if (this$static.formPointer) {
+ break starttagloop;
+ }
+
+ $implicitlyCloseP(this$static);
+ formAttrs = $HtmlAttributes(new HtmlAttributes(), 0);
+ actionIndex = $getIndex(attributes, ($clinit_87() , ACTION));
+ if (actionIndex > -1) {
+ $addAttribute(formAttrs, ACTION, $getValue(attributes, actionIndex), ($clinit_80() , ALLOW));
+ }
+
+ $appendToCurrentNodeAndPushFormElementMayFoster(this$static, formAttrs);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , HR), ($clinit_91() , EMPTY_ATTRIBUTES));
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', P, EMPTY_ATTRIBUTES);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', LABEL_0, EMPTY_ATTRIBUTES);
+ promptIndex = $getIndex(attributes, PROMPT);
+ if (promptIndex > -1) {
+ prompt = $toCharArray($getValue(attributes, promptIndex));
+ $appendCharacters(this$static, this$static.stack[this$static.currentPtr].node, valueOf_1(prompt, 0, prompt.length));
+ }
+ else {
+ $appendCharacters(this$static, this$static.stack[this$static.currentPtr].node, valueOf_1(ISINDEX_PROMPT, 0, ISINDEX_PROMPT.length));
+ }
+
+ inputAttributes = $HtmlAttributes(new HtmlAttributes(), 0);
+ $addAttribute(inputAttributes, NAME, 'isindex', ($clinit_80() , ALLOW));
+ for (i = 0; i < attributes.length_0; ++i) {
+ attributeQName = $getAttributeName(attributes, i);
+ if (NAME == attributeQName || PROMPT == attributeQName) {
+ }
+ else if (ACTION != attributeQName) {
+ $addAttribute(inputAttributes, attributeQName, $getValue(attributes, i), ALLOW);
+ }
+ }
+
+ $clearWithoutReleasingContents(attributes);
+ $appendVoidElementToCurrentMayFoster(this$static, 'http://www.w3.org/1999/xhtml', 'input', inputAttributes);
+ $pop(this$static);
+ $pop(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', HR, EMPTY_ATTRIBUTES);
+ $pop(this$static);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 35:
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ $setContentModelFlag_0(this$static.tokenizer, 1, elementName);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ this$static.needToDropLF = true;
+ attributes = null;
+ break starttagloop;
+ case 26:
+ {
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ }
+
+ case 25:
+ case 47:
+ case 60:
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 32:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ switch (this$static.mode) {
+ case 7:
+ case 8:
+ case 9:
+ case 10:
+ case 11:
+ case 12:
+ this$static.mode = 14;
+ break;
+ default:this$static.mode = 13;
+ }
+
+ attributes = null;
+ break starttagloop;
+ case 27:
+ case 28:
+ if ($findLastInScope(this$static, 'option') != 2147483647) {
+ optionendtagloop: for (;;) {
+ if ('option' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ break optionendtagloop;
+ }
+ eltPos = this$static.currentPtr;
+ for (;;) {
+ if (this$static.stack[eltPos].name_0 == 'option') {
+ $generateImpliedEndTags(this$static);
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ break optionendtagloop;
+ }
+ --eltPos;
+ }
+ }
+ }
+
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 53:
+ eltPos = $findLastInScope(this$static, 'ruby');
+ if (eltPos != 2147483647) {
+ $generateImpliedEndTags(this$static);
+ }
+
+ if (eltPos != this$static.currentPtr) {
+ while (this$static.currentPtr > eltPos) {
+ $pop(this$static);
+ }
+ }
+
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 17:
+ $reconstructTheActiveFormattingElements(this$static);
+ attributes.mode = 1;
+ if (selfClosing) {
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1998/Math/MathML', elementName, attributes);
+ selfClosing = false;
+ }
+ else {
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1998/Math/MathML', elementName, attributes);
+ this$static.foreignFlag = 0;
+ }
+
+ attributes = null;
+ break starttagloop;
+ case 19:
+ $reconstructTheActiveFormattingElements(this$static);
+ attributes.mode = 2;
+ if (selfClosing) {
+ $appendVoidElementToCurrentMayFosterCamelCase(this$static, 'http://www.w3.org/2000/svg', elementName, attributes);
+ selfClosing = false;
+ }
+ else {
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/2000/svg', elementName, attributes);
+ this$static.foreignFlag = 0;
+ }
+
+ attributes = null;
+ break starttagloop;
+ case 6:
+ case 7:
+ case 8:
+ case 39:
+ case 37:
+ case 40:
+ case 10:
+ case 11:
+ case 20:
+ break starttagloop;
+ case 62:
+ $reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ default:$reconstructTheActiveFormattingElements(this$static);
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ }
+ }
+
+ case 3:
+ inheadloop: for (;;) {
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 2:
+ case 54:
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 18:
+ case 16:
+ break inheadloop;
+ case 36:
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 1, elementName);
+ attributes = null;
+ break starttagloop;
+ case 26:
+ {
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 4;
+ }
+
+ attributes = null;
+ break starttagloop;
+ case 31:
+ case 33:
+ case 25:
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 20:
+ break starttagloop;
+ default:$pop(this$static);
+ this$static.mode = 5;
+ continue starttagloop;
+ }
+ }
+
+ case 4:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 16:
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 18:
+ $checkMetaCharset(this$static, attributes);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ case 33:
+ case 25:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 20:
+ break starttagloop;
+ case 26:
+ break starttagloop;
+ default:$pop(this$static);
+ this$static.mode = 3;
+ continue;
+ }
+
+ case 9:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 7:
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ default:if (this$static.currentPtr == 0) {
+ break starttagloop;
+ }
+
+ $pop(this$static);
+ this$static.mode = 7;
+ continue;
+ }
+
+ case 14:
+ switch (group) {
+ case 6:
+ case 39:
+ case 37:
+ case 40:
+ case 34:
+ $endSelect(this$static);
+ continue;
+ }
+
+ case 13:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 28:
+ if ('option' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ }
+
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 27:
+ if ('option' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ }
+
+ if ('optgroup' == this$static.stack[this$static.currentPtr].name_0) {
+ $pop(this$static);
+ }
+
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 32:
+ eltPos = $findLastInTableScope(this$static, name);
+ if (eltPos == 2147483647) {
+ break starttagloop;
+ }
+ else {
+ while (this$static.currentPtr >= eltPos) {
+ $pop(this$static);
+ }
+ $resetTheInsertionMode(this$static);
+ break starttagloop;
+ }
+
+ case 13:
+ case 35:
+ $endSelect(this$static);
+ continue;
+ case 31:
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ default:break starttagloop;
+ }
+
+ case 15:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ default:this$static.mode = 6;
+ continue;
+ }
+
+ case 16:
+ switch (group) {
+ case 11:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ attributes = null;
+ break starttagloop;
+ case 10:
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ attributes = null;
+ break starttagloop;
+ }
+
+ case 17:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 25:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ default:break starttagloop;
+ }
+
+ case 0:
+ $documentModeInternal(this$static, ($clinit_78() , QUIRKS_MODE));
+ this$static.mode = 1;
+ continue;
+ case 1:
+ switch (group) {
+ case 23:
+ if (attributes == ($clinit_91() , EMPTY_ATTRIBUTES)) {
+ $appendHtmlElementToDocumentAndPush(this$static, $emptyAttributes(this$static.tokenizer));
+ }
+ else {
+ $appendHtmlElementToDocumentAndPush(this$static, attributes);
+ }
+
+ this$static.mode = 2;
+ attributes = null;
+ break starttagloop;
+ default:$appendHtmlElementToDocumentAndPush(this$static, $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 2;
+ continue;
+ }
+
+ case 2:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 20:
+ $appendToCurrentNodeAndPushHeadElement(this$static, attributes);
+ this$static.mode = 3;
+ attributes = null;
+ break starttagloop;
+ default:$appendToCurrentNodeAndPushHeadElement(this$static, ($clinit_91() , EMPTY_ATTRIBUTES));
+ this$static.mode = 3;
+ continue;
+ }
+
+ case 5:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ case 3:
+ if (attributes.length_0 == 0) {
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), $emptyAttributes(this$static.tokenizer));
+ }
+ else {
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), attributes);
+ }
+
+ this$static.mode = 21;
+ attributes = null;
+ break starttagloop;
+ case 11:
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.mode = 16;
+ attributes = null;
+ break starttagloop;
+ case 2:
+ $pushHeadPointerOntoStack(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ $pop(this$static);
+ attributes = null;
+ break starttagloop;
+ case 16:
+ $pushHeadPointerOntoStack(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ $pop(this$static);
+ attributes = null;
+ break starttagloop;
+ case 18:
+ $checkMetaCharset(this$static, attributes);
+ $pushHeadPointerOntoStack(this$static);
+ $appendVoidElementToCurrentMayFoster_0(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ selfClosing = false;
+ $pop(this$static);
+ attributes = null;
+ break starttagloop;
+ case 31:
+ $pushHeadPointerOntoStack(this$static);
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 33:
+ case 25:
+ $pushHeadPointerOntoStack(this$static);
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ case 36:
+ $pushHeadPointerOntoStack(this$static);
+ $appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 1, elementName);
+ attributes = null;
+ break starttagloop;
+ case 20:
+ break starttagloop;
+ default:$appendToCurrentNodeAndPushElement(this$static, 'http://www.w3.org/1999/xhtml', ($clinit_89() , BODY), $emptyAttributes(this$static.tokenizer));
+ this$static.mode = 21;
+ continue;
+ }
+
+ case 18:
+ switch (group) {
+ case 23:
+ $processNonNcNames(attributes, this$static, this$static.namePolicy);
+ $addAttributesToElement(this$static, this$static.stack[0].node, attributes);
+ attributes = null;
+ break starttagloop;
+ default:this$static.mode = 6;
+ continue;
+ }
+
+ case 19:
+ switch (group) {
+ case 25:
+ $appendToCurrentNodeAndPushElementMayFoster(this$static, 'http://www.w3.org/1999/xhtml', elementName, attributes);
+ this$static.originalMode = this$static.mode;
+ this$static.mode = 20;
+ $setContentModelFlag_0(this$static.tokenizer, 2, elementName);
+ attributes = null;
+ break starttagloop;
+ default:break starttagloop;
+ }
+
+ }
+
+ }
+ }
+ if (needsPostProcessing && this$static.foreignFlag == 0 && !$hasForeignInScope(this$static)) {
+ this$static.foreignFlag = 1;
+ }
+ attributes != ($clinit_91() , EMPTY_ATTRIBUTES);
+}
+
+function $startTokenization(this$static, self){
+ var elt, node;
+ this$static.tokenizer = self;
+ this$static.stack = initDim(_3Lnu_validator_htmlparser_impl_StackNode_2_classLit, 51, 11, 64, 0);
+ this$static.listOfActiveFormattingElements = initDim(_3Lnu_validator_htmlparser_impl_StackNode_2_classLit, 51, 11, 64, 0);
+ this$static.needToDropLF = false;
+ this$static.originalMode = 0;
+ this$static.currentPtr = -1;
+ this$static.listPtr = -1;
+ this$static.formPointer = null;
+ this$static.headPointer = null;
+ this$static.html4 = false;
+ $clearImpl(this$static.idLocations);
+ this$static.wantingComments = this$static.wantingComments;
+ this$static.script = null;
+ this$static.placeholder = null;
+ this$static.readyToRun = false;
+ this$static.charBufferLen = 0;
+ this$static.charBuffer = initDim(_3C_classLit, 42, -1, 1024, 1);
+ if (this$static.fragment) {
+ elt = $createHtmlElementSetAsRoot(this$static, $emptyAttributes(this$static.tokenizer));
+ node = $StackNode_0(new StackNode(), 'http://www.w3.org/1999/xhtml', ($clinit_89() , HTML_0), elt);
+ ++this$static.currentPtr;
+ this$static.stack[this$static.currentPtr] = node;
+ $resetTheInsertionMode(this$static);
+ if ('title' == this$static.contextName || 'textarea' == this$static.contextName) {
+ $setContentModelFlag(this$static.tokenizer, 1);
+ }
+ else if ('style' == this$static.contextName || 'script' == this$static.contextName || 'xmp' == this$static.contextName || 'iframe' == this$static.contextName || 'noembed' == this$static.contextName || 'noframes' == this$static.contextName) {
+ $setContentModelFlag(this$static.tokenizer, 2);
+ }
+ else if ('plaintext' == this$static.contextName) {
+ $setContentModelFlag(this$static.tokenizer, 3);
+ }
+ else {
+ $setContentModelFlag(this$static.tokenizer, 0);
+ }
+ this$static.contextName = null;
+ }
+ else {
+ this$static.mode = 0;
+ this$static.foreignFlag = 1;
+ }
+}
+
+function extractCharsetFromContent(attributeValue){
+ var buffer, c, charset, charsetState, end, i, start;
+ charsetState = 0;
+ start = -1;
+ end = -1;
+ buffer = $toCharArray(attributeValue);
+ charsetloop: for (i = 0; i < buffer.length; ++i) {
+ c = buffer[i];
+ switch (charsetState) {
+ case 0:
+ switch (c) {
+ case 99:
+ case 67:
+ charsetState = 1;
+ continue;
+ default:continue;
+ }
+
+ case 1:
+ switch (c) {
+ case 104:
+ case 72:
+ charsetState = 2;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 2:
+ switch (c) {
+ case 97:
+ case 65:
+ charsetState = 3;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 3:
+ switch (c) {
+ case 114:
+ case 82:
+ charsetState = 4;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 4:
+ switch (c) {
+ case 115:
+ case 83:
+ charsetState = 5;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 5:
+ switch (c) {
+ case 101:
+ case 69:
+ charsetState = 6;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 6:
+ switch (c) {
+ case 116:
+ case 84:
+ charsetState = 7;
+ continue;
+ default:charsetState = 0;
+ continue;
+ }
+
+ case 7:
+ switch (c) {
+ case 9:
+ case 10:
+ case 12:
+ case 13:
+ case 32:
+ continue;
+ case 61:
+ charsetState = 8;
+ continue;
+ default:return null;
+ }
+
+ case 8:
+ switch (c) {
+ case 9:
+ case 10:
+ case 12:
+ case 13:
+ case 32:
+ continue;
+ case 39:
+ start = i + 1;
+ charsetState = 9;
+ continue;
+ case 34:
+ start = i + 1;
+ charsetState = 10;
+ continue;
+ default:start = i;
+ charsetState = 11;
+ continue;
+ }
+
+ case 9:
+ switch (c) {
+ case 39:
+ end = i;
+ break charsetloop;
+ default:continue;
+ }
+
+ case 10:
+ switch (c) {
+ case 34:
+ end = i;
+ break charsetloop;
+ default:continue;
+ }
+
+ case 11:
+ switch (c) {
+ case 9:
+ case 10:
+ case 12:
+ case 13:
+ case 32:
+ case 59:
+ end = i;
+ break charsetloop;
+ default:continue;
+ }
+
+ }
+ }
+ charset = null;
+ if (start != -1) {
+ if (end == -1) {
+ end = buffer.length;
+ }
+ charset = valueOf_1(buffer, start, end - start);
+ }
+ return charset;
+}
+
+function getClass_57(){
+ return Lnu_validator_htmlparser_impl_TreeBuilder_2_classLit;
+}
+
+function TreeBuilder(){
+}
+
+_ = TreeBuilder.prototype = new Object_0();
+_.getClass$ = getClass_57;
+_.typeId$ = 0;
+_.charBuffer = null;
+_.charBufferLen = 0;
+_.contextName = null;
+_.contextNamespace = null;
+_.currentPtr = -1;
+_.foreignFlag = 1;
+_.formPointer = null;
+_.fragment = false;
+_.headPointer = null;
+_.html4 = false;
+_.listOfActiveFormattingElements = null;
+_.listPtr = -1;
+_.mode = 0;
+_.needToDropLF = false;
+_.originalMode = 0;
+_.quirks = false;
+_.stack = null;
+_.tokenizer = null;
+_.wantingComments = false;
+var HTML4_PUBLIC_IDS, ISINDEX_PROMPT, QUIRKY_PUBLIC_IDS;
+function $clinit_88(){
+ $clinit_88 = nullMethod;
+ $clinit_98();
+}
+
+function $accumulateCharacters(this$static, buf, start, length){
+ var newBuf, newLen;
+ newLen = this$static.charBufferLen + length;
+ if (newLen > this$static.charBuffer.length) {
+ newBuf = initDim(_3C_classLit, 42, -1, newLen, 1);
+ arraycopy(this$static.charBuffer, 0, newBuf, 0, this$static.charBufferLen);
+ this$static.charBuffer = newBuf;
+ }
+ arraycopy(buf, start, this$static.charBuffer, this$static.charBufferLen, length);
+ this$static.charBufferLen = newLen;
+}
+
+function $insertFosterParentedCharacters_0(this$static, buf, start, length, table, stackParent){
+ var end;
+ $insertFosterParentedCharacters(this$static, (end = start + length , __checkBounds(buf.length, start, end) , __valueOf(buf, start, end)), table, stackParent);
+}
+
+function getClass_50(){
+ return Lnu_validator_htmlparser_impl_CoalescingTreeBuilder_2_classLit;
+}
+
+function CoalescingTreeBuilder(){
+}
+
+_ = CoalescingTreeBuilder.prototype = new TreeBuilder();
+_.getClass$ = getClass_50;
+_.typeId$ = 0;
+function $clinit_82(){
+ $clinit_82 = nullMethod;
+ $clinit_88();
+}
+
+function $BrowserTreeBuilder(this$static, document_0){
+ $clinit_82();
+ this$static.doctypeExpectation = ($clinit_77() , HTML);
+ this$static.namePolicy = ($clinit_80() , ALTER_INFOSET);
+ this$static.idLocations = $HashMap(new HashMap());
+ this$static.fragment = false;
+ this$static.scriptStack = $LinkedList(new LinkedList());
+ this$static.document_0 = document_0;
+ installExplorerCreateElementNS(document_0);
+ return this$static;
+}
+
+function $addAttributesToElement(this$static, element, attributes){
+ var $e0, e, i, localName, uri;
+ try {
+ for (i = 0; i < attributes.length_0; ++i) {
+ localName = $getLocalName(attributes, i);
+ uri = $getURI(attributes, i);
+ if (!element.hasAttributeNS(uri, localName)) {
+ element.setAttributeNS(uri, localName, $getValue(attributes, i));
+ }
+ }
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $appendCharacters(this$static, parent, text){
+ var $e0, e;
+ try {
+ if (parent == this$static.placeholder) {
+ this$static.script.appendChild(this$static.document_0.createTextNode(text));
+ }
+ parent.appendChild(this$static.document_0.createTextNode(text));
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $appendChildrenToNewParent(this$static, oldParent, newParent){
+ var $e0, e;
+ try {
+ while (oldParent.hasChildNodes()) {
+ newParent.appendChild(oldParent.firstChild);
+ }
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $appendComment(this$static, parent, comment){
+ var $e0, e;
+ try {
+ if (parent == this$static.placeholder) {
+ this$static.script.appendChild(this$static.document_0.createComment(comment));
+ }
+ parent.appendChild(this$static.document_0.createComment(comment));
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $appendCommentToDocument(this$static, comment){
+ var $e0, e;
+ try {
+ this$static.document_0.appendChild(this$static.document_0.createComment(comment));
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $appendElement(this$static, child, newParent){
+ var $e0, e;
+ try {
+ if (newParent == this$static.placeholder) {
+ this$static.script.appendChild(child.cloneNode(true));
+ }
+ newParent.appendChild(child);
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $createElement(this$static, ns, name, attributes){
+ var $e0, e, i, rv;
+ try {
+ rv = this$static.document_0.createElementNS(ns, name);
+ for (i = 0; i < attributes.length_0; ++i) {
+ rv.setAttributeNS($getURI(attributes, i), $getLocalName(attributes, i), $getValue(attributes, i));
+ }
+ if ('script' == name) {
+ if (this$static.placeholder) {
+ $addLast(this$static.scriptStack, $BrowserTreeBuilder$ScriptHolder(new BrowserTreeBuilder$ScriptHolder(), this$static.script, this$static.placeholder));
+ }
+ this$static.script = rv;
+ this$static.placeholder = this$static.document_0.createElementNS('http://n.validator.nu/placeholder/', 'script');
+ rv = this$static.placeholder;
+ for (i = 0; i < attributes.length_0; ++i) {
+ rv.setAttributeNS($getURI(attributes, i), $getLocalName(attributes, i), $getValue(attributes, i));
+ }
+ }
+ return rv;
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ throw $RuntimeException(new RuntimeException(), 'Unreachable');
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $createElement_0(this$static, ns, name, attributes){
+ var $e0, e, rv;
+ try {
+ rv = $createElement(this$static, ns, name, attributes);
+ return rv;
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ return null;
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $createHtmlElementSetAsRoot(this$static, attributes){
+ var $e0, e, i, rv;
+ try {
+ rv = this$static.document_0.createElementNS('http://www.w3.org/1999/xhtml', 'html');
+ for (i = 0; i < attributes.length_0; ++i) {
+ rv.setAttributeNS($getURI(attributes, i), $getLocalName(attributes, i), $getValue(attributes, i));
+ }
+ this$static.document_0.appendChild(rv);
+ return rv;
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ throw $RuntimeException(new RuntimeException(), 'Unreachable');
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $detachFromParent(this$static, element){
+ var $e0, e, parent;
+ try {
+ parent = element.parentNode;
+ if (parent) {
+ parent.removeChild(element);
+ }
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $elementPopped(this$static, ns, name, node){
+ if (node == this$static.placeholder) {
+ this$static.readyToRun = true;
+ this$static.tokenizer.shouldSuspend = true;
+ }
+ __elementPopped__(ns, name, node);
+}
+
+function $getDocument(this$static){
+ var rv;
+ rv = this$static.document_0;
+ this$static.document_0 = null;
+ return rv;
+}
+
+function $insertFosterParentedCharacters(this$static, text, table, stackParent){
+ var $e0, child, e, parent;
+ try {
+ child = this$static.document_0.createTextNode(text);
+ parent = table.parentNode;
+ if (!!parent && parent.nodeType == 1) {
+ parent.insertBefore(child, table);
+ }
+ else {
+ stackParent.appendChild(child);
+ }
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $insertFosterParentedChild(this$static, child, table, stackParent){
+ var $e0, e, parent;
+ parent = table.parentNode;
+ try {
+ if (!!parent && parent.nodeType == 1) {
+ parent.insertBefore(child, table);
+ }
+ else {
+ stackParent.appendChild(child);
+ }
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 19)) {
+ e = $e0;
+ $fatal_0(this$static, e);
+ }
+ else
+ throw $e0;
+ }
+}
+
+function $maybeRunScript(this$static){
+ var scriptHolder;
+ if (this$static.readyToRun) {
+ this$static.readyToRun = false;
+ replace_0(this$static.placeholder, this$static.script);
+ if (this$static.scriptStack.size == 0) {
+ this$static.script = null;
+ this$static.placeholder = null;
+ }
+ else {
+ scriptHolder = dynamicCast($removeLast(this$static.scriptStack), 20);
+ this$static.script = scriptHolder.script;
+ this$static.placeholder = scriptHolder.placeholder;
+ }
+ }
+}
+
+function getClass_45(){
+ return Lnu_validator_htmlparser_gwt_BrowserTreeBuilder_2_classLit;
+}
+
+function installExplorerCreateElementNS(doc){
+ if (!doc.createElementNS) {
+ doc.createElementNS = function(uri, local){
+ if ('http://www.w3.org/1999/xhtml' == uri) {
+ return doc.createElement(local);
+ }
+ else if ('http://www.w3.org/1998/Math/MathML' == uri) {
+ if (!doc.mathplayerinitialized) {
+ var obj = document.createElement('object');
+ obj.setAttribute('id', 'mathplayer');
+ obj.setAttribute('classid', 'clsid:32F66A20-7614-11D4-BD11-00104BD3F987');
+ document.getElementsByTagName('head')[0].appendChild(obj);
+ document.namespaces.add('m', 'http://www.w3.org/1998/Math/MathML', '#mathplayer');
+ doc.mathplayerinitialized = true;
+ }
+ return doc.createElement('m:' + local);
+ }
+ else if ('http://www.w3.org/2000/svg' == uri) {
+ if (!doc.renesisinitialized) {
+ var obj = document.createElement('object');
+ obj.setAttribute('id', 'renesis');
+ obj.setAttribute('classid', 'clsid:AC159093-1683-4BA2-9DCF-0C350141D7F2');
+ document.getElementsByTagName('head')[0].appendChild(obj);
+ document.namespaces.add('s', 'http://www.w3.org/2000/svg', '#renesis');
+ doc.renesisinitialized = true;
+ }
+ return doc.createElement('s:' + local);
+ }
+ else {
+ }
+ }
+ ;
+ }
+}
+
+function replace_0(oldNode, newNode){
+ oldNode.parentNode.replaceChild(newNode, oldNode);
+ __elementPopped__('', newNode.nodeName, newNode);
+}
+
+function BrowserTreeBuilder(){
+}
+
+_ = BrowserTreeBuilder.prototype = new CoalescingTreeBuilder();
+_.getClass$ = getClass_45;
+_.typeId$ = 0;
+_.document_0 = null;
+_.placeholder = null;
+_.readyToRun = false;
+_.script = null;
+function $BrowserTreeBuilder$ScriptHolder(this$static, script, placeholder){
+ this$static.script = script;
+ this$static.placeholder = placeholder;
+ return this$static;
+}
+
+function getClass_44(){
+ return Lnu_validator_htmlparser_gwt_BrowserTreeBuilder$ScriptHolder_2_classLit;
+}
+
+function BrowserTreeBuilder$ScriptHolder(){
+}
+
+_ = BrowserTreeBuilder$ScriptHolder.prototype = new Object_0();
+_.getClass$ = getClass_44;
+_.typeId$ = 34;
+_.placeholder = null;
+_.script = null;
+function $HtmlParser(this$static, document_0){
+ this$static.documentWriteBuffer = $StringBuilder(new StringBuilder());
+ this$static.bufferStack = $LinkedList(new LinkedList());
+ this$static.domTreeBuilder = $BrowserTreeBuilder(new BrowserTreeBuilder(), document_0);
+ this$static.tokenizer = $ErrorReportingTokenizer(new ErrorReportingTokenizer(), this$static.domTreeBuilder);
+ this$static.domTreeBuilder.namePolicy = ($clinit_80() , ALTER_INFOSET);
+ this$static.tokenizer.commentPolicy = ALTER_INFOSET;
+ this$static.tokenizer.contentNonXmlCharPolicy = ALTER_INFOSET;
+ this$static.tokenizer.contentSpacePolicy = ALTER_INFOSET;
+ this$static.tokenizer.namePolicy = ALTER_INFOSET;
+ $setXmlnsPolicy(this$static.tokenizer, ALTER_INFOSET);
+ return this$static;
+}
+
+function $parse(this$static, source, useSetTimeouts, callback){
+ this$static.parseEndListener = callback;
+ $setFragmentContext(this$static.domTreeBuilder, null);
+ this$static.lastWasCR = false;
+ this$static.ending = false;
+ $setLength(this$static.documentWriteBuffer, 0);
+ this$static.streamLength = source.length;
+ this$static.stream = $UTF16Buffer(new UTF16Buffer(), $toCharArray(source), 0, this$static.streamLength < 512?this$static.streamLength:512);
+ $clear(this$static.bufferStack);
+ $addLast(this$static.bufferStack, this$static.stream);
+ $setFragmentContext(this$static.domTreeBuilder, null);
+ $start_0(this$static.tokenizer);
+ $pump(this$static, useSetTimeouts);
+}
+
+function $pump(this$static, useSetTimeouts){
+ var $e0, buffer, docWriteLen, newBuf, newEnd, timer;
+
+ if (this$static.ending) {
+ $end(this$static.tokenizer);
+ $getDocument(this$static.domTreeBuilder);
+ this$static.parseEndListener.callback();
+ return;
+ }
+
+ docWriteLen = this$static.documentWriteBuffer.stringLength;
+ if (docWriteLen > 0) {
+ newBuf = initDim(_3C_classLit, 42, -1, docWriteLen, 1);
+ $getChars(this$static.documentWriteBuffer, 0, docWriteLen, newBuf, 0);
+ $addLast(this$static.bufferStack, $UTF16Buffer(new UTF16Buffer(), newBuf, 0, docWriteLen));
+ $setLength(this$static.documentWriteBuffer, 0);
+ }
+ for (;;) {
+ buffer = dynamicCast($getLast(this$static.bufferStack), 21);
+ if (buffer.start >= buffer.end) {
+ if (buffer == this$static.stream) {
+ if (buffer.end == this$static.streamLength) {
+ $eof(this$static.tokenizer);
+ this$static.ending = true;
+ break;
+ }
+ else {
+ newEnd = buffer.start + 512;
+ buffer.end = newEnd < this$static.streamLength?newEnd:this$static.streamLength;
+ continue;
+ }
+ }
+ else {
+ dynamicCast($removeLast(this$static.bufferStack), 21);
+ continue;
+ }
+ }
+ $adjust(buffer, this$static.lastWasCR);
+ this$static.lastWasCR = false;
+ if (buffer.start < buffer.end) {
+ this$static.lastWasCR = $tokenizeBuffer(this$static.tokenizer, buffer);
+ $maybeRunScript(this$static.domTreeBuilder);
+ break;
+ }
+ else {
+ continue;
+ }
+ }
+ if (useSetTimeouts) {
+ timer = $HtmlParser$1(new HtmlParser$1(), this$static);
+ $schedule(timer, 1);
+ }
+ else {
+ try {
+ $pump(this$static, false);
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 22)) {
+ this$static.ending = true;
+ }
+ else
+ throw $e0;
+ }
+ }
+}
+
+function documentWrite(text){
+ var buffer;
+ buffer = $UTF16Buffer(new UTF16Buffer(), $toCharArray(text), 0, text.length);
+ while (buffer.start < buffer.end) {
+ $adjust(buffer, this.lastWasCR);
+ this.lastWasCR = false;
+ if (buffer.start < buffer.end) {
+ this.lastWasCR = $tokenizeBuffer(this.tokenizer, buffer);
+ $maybeRunScript(this.domTreeBuilder);
+ }
+ }
+}
+
+function getClass_47(){
+ return Lnu_validator_htmlparser_gwt_HtmlParser_2_classLit;
+}
+
+function HtmlParser(){
+}
+
+_ = HtmlParser.prototype = new Object_0();
+_.documentWrite = documentWrite;
+_.getClass$ = getClass_47;
+_.typeId$ = 0;
+_.domTreeBuilder = null;
+_.ending = false;
+_.lastWasCR = false;
+_.parseEndListener = null;
+_.stream = null;
+_.streamLength = 0;
+_.tokenizer = null;
+function $clinit_83(){
+ $clinit_83 = nullMethod;
+ $clinit_12();
+}
+
+function $HtmlParser$1(this$static, this$0){
+ $clinit_83();
+ this$static.this$0 = this$0;
+ return this$static;
+}
+
+function $run(this$static){
+ var $e0;
+ try {
+ $pump(this$static.this$0, true);
+ }
+ catch ($e0) {
+ $e0 = caught($e0);
+ if (instanceOf($e0, 22)) {
+ this$static.this$0.ending = true;
+ }
+ else
+ throw $e0;
+ }
+}
+
+function getClass_46(){
+ return Lnu_validator_htmlparser_gwt_HtmlParser$1_2_classLit;
+}
+
+function HtmlParser$1(){
+}
+
+_ = HtmlParser$1.prototype = new Timer();
+_.getClass$ = getClass_46;
+_.typeId$ = 35;
+_.this$0 = null;
+function installDocWrite(doc, parser){
+ doc.write = function(){
+ if (arguments.length == 0) {
+ return;
+ }
+ var text = arguments[0];
+ for (var i = 1; i < arguments.length; i++) {
+ text += arguments[i];
+ }
+ parser.documentWrite(text);
+ }
+ ;
+ doc.writeln = function(){
+ if (arguments.length == 0) {
+ parser.documentWrite('\n');
+ return;
+ }
+ var text = arguments[0];
+ for (var i = 1; i < arguments.length; i++) {
+ text += arguments[i];
+ }
+ text += '\n';
+ parser.documentWrite(text);
+ }
+ ;
+}
+
+function parseHtmlDocument(source, document_0, useSetTimeouts, readyCallback, errorHandler){
+ var parser;
+ if (!readyCallback) {
+ readyCallback = createFunction();
+ }
+ zapChildren(document_0);
+ parser = $HtmlParser(new HtmlParser(), document_0);
+ installDocWrite(document_0, parser);
+ $parse(parser, source, useSetTimeouts, $ParseEndListener(new ParseEndListener(), readyCallback));
+}
+
+function zapChildren(node){
+ while (node.hasChildNodes()) {
+ node.removeChild(node.lastChild);
+ }
+}
+
+function $ParseEndListener(this$static, callback){
+ this$static.callback = callback;
+ return this$static;
+}
+
+function getClass_48(){
+ return Lnu_validator_htmlparser_gwt_ParseEndListener_2_classLit;
+}
+
+function ParseEndListener(){
+}
+
+_ = ParseEndListener.prototype = new Object_0();
+_.getClass$ = getClass_48;
+_.typeId$ = 0;
+_.callback = null;
+function $clinit_87(){
+ var arr_32;
+ $clinit_87 = nullMethod;
+ ALL_NO_NS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['', '', '', '']);
+ XMLNS_NS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['', 'http://www.w3.org/2000/xmlns/', 'http://www.w3.org/2000/xmlns/', '']);
+ XML_NS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['', 'http://www.w3.org/XML/1998/namespace', 'http://www.w3.org/XML/1998/namespace', '']);
+ XLINK_NS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['', 'http://www.w3.org/1999/xlink', 'http://www.w3.org/1999/xlink', '']);
+ LANG_NS = initValues(_3Ljava_lang_String_2_classLit, 48, 1, ['', '', '', 'http://www.w3.org/XML/1998/namespace']);
+ ALL_NO_PREFIX = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [null, null, null, null]);
+ XMLNS_PREFIX = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [null, 'xmlns', 'xmlns', null]);
+ XLINK_PREFIX = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [null, 'xlink', 'xlink', null]);
+ XML_PREFIX = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [null, 'xml', 'xml', null]);
+ LANG_PREFIX = initValues(_3Ljava_lang_String_2_classLit, 48, 1, [null, null, null, 'xml']);
+ ALL_NCNAME = initValues(_3Z_classLit, 0, -1, [true, true, true, true]);
+ ALL_NO_NCNAME = initValues(_3Z_classLit, 0, -1, [false, false, false, false]);
+ D = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('d'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ K = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('k'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ R = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('r'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ X = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('x'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ Y = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('y'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ Z = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('z'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('by'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cx'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dx'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ G2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('g2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ G1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('g1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fx'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ K4 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('k4'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ K2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('k2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ K3 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('k3'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ K1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('k1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ID = $AttributeName_0(new AttributeName(), ALL_NO_NS, SAME_LOCAL('id'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ IN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('in'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ U2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('u2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ U1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('u1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rt'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rx'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ry'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TO = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('to'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ Y2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('y2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ Y1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('y1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ X1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('x1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ X2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('x2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alt'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DIR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dir'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DUR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dur'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ END = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('end'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('for'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ IN2 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('in2'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MAX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('max'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('min'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LOW = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('low'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rel'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REV = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rev'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SRC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('src'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AXIS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('axis'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ABBR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('abbr'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BBOX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('bbox'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CITE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cite'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CODE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('code'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BIAS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('bias'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cols'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLIP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('clip'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CHAR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('char'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BASE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('base'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EDGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('edge'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DATA = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('data'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fill'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FROM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('from'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FORM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('form'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('face'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HIGH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('high'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HREF = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('href'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OPEN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('open'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ICON = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('icon'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NAME = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('name'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MODE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MASK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mask'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LINK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('link'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LANG = $AttributeName(new AttributeName(), LANG_NS, SAME_LOCAL('lang'), LANG_PREFIX, ALL_NCNAME, false);
+ LIST = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('list'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('type'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WHEN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('when'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WRAP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('wrap'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEXT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('text'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('path'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ping'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REFX = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('refx', 'refX'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REFY = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('refy', 'refY'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('size'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SEED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('seed'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROWS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rows'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPAN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('span'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STEP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('step'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('role'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XREF = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('xref'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ASYNC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('async'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALINK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alink'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALIGN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('align'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLOSE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('close'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('color'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLASS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('class'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLEAR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('clear'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BEGIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('begin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DEPTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('depth'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DEFER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('defer'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FENCE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fence'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FRAME = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('frame'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ISMAP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ismap'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONEND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onend'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ INDEX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('index'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ORDER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('order'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OTHER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('other'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oncut'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NARGS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('nargs'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MEDIA = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('media'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LABEL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('label'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LOCAL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('local'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WIDTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('width'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TITLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('title'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VLINK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('vlink'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VALUE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('value'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SLOPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('slope'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SHAPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('shape'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCOPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scope'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCALE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scale'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPEED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('speed'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STYLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('style'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RULES = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rules'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STEMH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stemh'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STEMV = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stemv'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ START = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('start'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XMLNS = $AttributeName(new AttributeName(), XMLNS_NS, SAME_LOCAL('xmlns'), ALL_NO_PREFIX, initValues(_3Z_classLit, 0, -1, [false, false, false, false]), true);
+ ACCEPT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accept'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACCENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ASCENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ascent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACTIVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('active'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALTIMG = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('altimg'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACTION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('action'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BORDER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('border'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CURSOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cursor'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COORDS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('coords'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILTER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('filter'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FORMAT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('format'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HIDDEN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('hidden'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('hspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('height'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmove'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONLOAD = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onload'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAG = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondrag'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ORIGIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('origin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONZOOM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onzoom'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONHELP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onhelp'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSTOP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onstop'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDROP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondrop'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBLUR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onblur'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OBJECT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('object'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OFFSET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('offset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ORIENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('orient'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCOPY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oncopy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NOWRAP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('nowrap'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NOHREF = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('nohref'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MACROS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('macros'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ METHOD = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('method'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LOWSRC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('lowsrc'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('lspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LQUOTE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('lquote'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ USEMAP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('usemap'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WIDTHS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('widths'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TARGET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('target'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VALUES = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('values'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VALIGN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('valign'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('vspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POSTER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('poster'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POINTS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('points'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PROMPT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('prompt'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCOPED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scoped'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STRING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('string'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCHEME = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scheme'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RADIUS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('radius'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RESULT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('result'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEAT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('repeat'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROTATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rotate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RQUOTE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rquote'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALTTEXT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alttext'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARCHIVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('archive'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AZIMUTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('azimuth'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLOSURE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('closure'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CHECKED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('checked'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLASSID = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('classid'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CHAROFF = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('charoff'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BGCOLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('bgcolor'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLSPAN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('colspan'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CHARSET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('charset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COMPACT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('compact'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('content'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ENCTYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('enctype'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DATASRC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('datasrc'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DATAFLD = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('datafld'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DECLARE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('declare'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DISPLAY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('display'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DIVISOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('divisor'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DEFAULT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('default'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DESCENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('descent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KERNING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('kerning'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HANGING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('hanging'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HEADERS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('headers'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONPASTE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onpaste'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCLICK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onclick'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OPTIMUM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('optimum'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEGIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbegin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONKEYUP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onkeyup'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFOCUS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onfocus'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONERROR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onerror'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONINPUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oninput'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONABORT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onabort'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onstart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONRESET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onreset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OPACITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('opacity'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NOSHADE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('noshade'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MINSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('minsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MAXSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('maxsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LOOPEND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('loopend'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LARGEOP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('largeop'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNICODE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('unicode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TARGETX = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('targetx', 'targetX'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TARGETY = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('targety', 'targetY'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VIEWBOX = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('viewbox', 'viewBox'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERSION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('version'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATTERN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('pattern'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PROFILE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('profile'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('spacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RESTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('restart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROWSPAN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rowspan'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SANDBOX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('sandbox'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SUMMARY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('summary'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STANDBY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('standby'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPLACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('replace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AUTOPLAY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('autoplay'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ADDITIVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('additive'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CALCMODE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('calcmode', 'calcMode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CODETYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('codetype'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CODEBASE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('codebase'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTROLS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('controls'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BEVELLED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('bevelled'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BASELINE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('baseline'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EXPONENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('exponent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EDGEMODE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('edgemode', 'edgeMode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ENCODING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('encoding'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GLYPHREF = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('glyphref', 'glyphRef'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DATETIME = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('datetime'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DISABLED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('disabled'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONTSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fontsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KEYTIMES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('keytimes', 'keyTimes'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PANOSE_1 = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('panose-1'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HREFLANG = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('hreflang'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONRESIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onresize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onchange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBOUNCE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbounce'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONUNLOAD = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onunload'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFINISH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onfinish'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSCROLL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onscroll'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OPERATOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('operator'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OVERFLOW = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('overflow'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSUBMIT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onsubmit'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONREPEAT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onrepeat'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSELECT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onselect'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NOTATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('notation'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NORESIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('noresize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MANIFEST = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('manifest'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MATHSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mathsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MULTIPLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('multiple'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LONGDESC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('longdesc'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LANGUAGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('language'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEMPLATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('template'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TABINDEX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('tabindex'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ READONLY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('readonly'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SELECTED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('selected'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROWLINES = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rowlines'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SEAMLESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('seamless'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROWALIGN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rowalign'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STRETCHY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stretchy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REQUIRED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('required'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XML_BASE = $AttributeName(new AttributeName(), XML_NS, COLONIFIED_LOCAL('xml:base', 'base'), XML_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ XML_LANG = $AttributeName(new AttributeName(), XML_NS, COLONIFIED_LOCAL('xml:lang', 'lang'), XML_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ X_HEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('x-height'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_OWNS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-owns'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AUTOFOCUS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('autofocus'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_SORT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-sort'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACCESSKEY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accesskey'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_BUSY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-busy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_GRAB = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-grab'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AMPLITUDE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('amplitude'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_LIVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-live'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLIP_RULE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('clip-rule'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLIP_PATH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('clip-path'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EQUALROWS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('equalrows'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ELEVATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('elevation'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DIRECTION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('direction'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DRAGGABLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('draggable'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILTERRES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('filterres', 'filterRes'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILL_RULE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fill-rule'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONTSTYLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fontstyle'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_SIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-size'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KEYPOINTS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('keypoints', 'keyPoints'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HIDEFOCUS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('hidefocus'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMESSAGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmessage'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ INTERCEPT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('intercept'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGEND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragend'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOVEEND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmoveend'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONINVALID = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oninvalid'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONKEYDOWN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onkeydown'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFOCUSIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onfocusin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEUP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmouseup'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ INPUTMODE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('inputmode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONROWEXIT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onrowexit'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MATHCOLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mathcolor'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MASKUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('maskunits', 'maskUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MAXLENGTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('maxlength'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LINEBREAK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('linebreak'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LOOPSTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('loopstart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TRANSFORM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('transform'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ V_HANGING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('v-hanging'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VALUETYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('valuetype'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POINTSATZ = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('pointsatz', 'pointsAtZ'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POINTSATX = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('pointsatx', 'pointsAtX'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POINTSATY = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('pointsaty', 'pointsAtY'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PLAYCOUNT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('playcount'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SYMMETRIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('symmetric'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCROLLING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scrolling'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEATDUR = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('repeatdur', 'repeatDur'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SELECTION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('selection'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SEPARATOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('separator'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XML_SPACE = $AttributeName(new AttributeName(), XML_NS, COLONIFIED_LOCAL('xml:space', 'space'), XML_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ AUTOSUBMIT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('autosubmit'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALPHABETIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alphabetic'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACTIONTYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('actiontype'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACCUMULATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accumulate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_LEVEL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-level'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLUMNSPAN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('columnspan'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CAP_HEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cap-height'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BACKGROUND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('background'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GLYPH_NAME = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('glyph-name'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GROUPALIGN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('groupalign'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONTFAMILY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fontfamily'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONTWEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fontweight'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_STYLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-style'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KEYSPLINES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('keysplines', 'keySplines'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HTTP_EQUIV = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('http-equiv'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONACTIVATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onactivate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OCCURRENCE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('occurrence'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ IRRELEVANT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('irrelevant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDBLCLICK = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondblclick'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGDROP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragdrop'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONKEYPRESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onkeypress'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONROWENTER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onrowenter'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGOVER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragover'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFOCUSOUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onfocusout'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEOUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmouseout'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ NUMOCTAVES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('numoctaves', 'numOctaves'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKER_MID = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('marker-mid'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKER_END = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('marker-end'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEXTLENGTH = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('textlength', 'textLength'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VISIBILITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('visibility'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VIEWTARGET = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('viewtarget', 'viewTarget'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERT_ADV_Y = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('vert-adv-y'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATHLENGTH = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('pathlength', 'pathLength'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEAT_MAX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('repeat-max'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RADIOGROUP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('radiogroup'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STOP_COLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stop-color'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SEPARATORS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('separators'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEAT_MIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('repeat-min'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ROWSPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rowspacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ZOOMANDPAN = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('zoomandpan', 'zoomAndPan'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XLINK_TYPE = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:type', 'type'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ XLINK_ROLE = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:role', 'role'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ XLINK_HREF = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:href', 'href'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ XLINK_SHOW = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:show', 'show'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ ACCENTUNDER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accentunder'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_SECRET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-secret'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_ATOMIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-atomic'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_HIDDEN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-hidden'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_FLOWTO = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-flowto'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARABIC_FORM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('arabic-form'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CELLPADDING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cellpadding'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CELLSPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('cellspacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLUMNWIDTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('columnwidth'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLUMNALIGN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('columnalign'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLUMNLINES = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('columnlines'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTEXTMENU = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('contextmenu'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BASEPROFILE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('baseprofile', 'baseProfile'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_FAMILY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-family'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FRAMEBORDER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('frameborder'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILTERUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('filterunits', 'filterUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FLOOD_COLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('flood-color'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_WEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-weight'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HORIZ_ADV_X = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('horiz-adv-x'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGLEAVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragleave'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEMOVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmousemove'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ORIENTATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('orientation'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEDOWN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmousedown'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEOVER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmouseover'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGENTER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragenter'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ IDEOGRAPHIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ideographic'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFORECUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforecut'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFORMINPUT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onforminput'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDRAGSTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondragstart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOVESTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmovestart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKERUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('markerunits', 'markerUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MATHVARIANT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mathvariant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARGINWIDTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('marginwidth'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKERWIDTH = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('markerwidth', 'markerWidth'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEXT_ANCHOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('text-anchor'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TABLEVALUES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('tablevalues', 'tableValues'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCRIPTLEVEL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scriptlevel'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEATCOUNT = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('repeatcount', 'repeatCount'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STITCHTILES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('stitchtiles', 'stitchTiles'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STARTOFFSET = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('startoffset', 'startOffset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCROLLDELAY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scrolldelay'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XMLNS_XLINK = $AttributeName(new AttributeName(), XMLNS_NS, COLONIFIED_LOCAL('xmlns:xlink', 'xlink'), XMLNS_PREFIX, initValues(_3Z_classLit, 0, -1, [false, false, false, false]), true);
+ XLINK_TITLE = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:title', 'title'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ ARIA_INVALID = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-invalid'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_PRESSED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-pressed'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_CHECKED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-checked'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ AUTOCOMPLETE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('autocomplete'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_SETSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-setsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_CHANNEL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-channel'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EQUALCOLUMNS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('equalcolumns'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DISPLAYSTYLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('displaystyle'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DATAFORMATAS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dataformatas'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FILL_OPACITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('fill-opacity'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_VARIANT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-variant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_STRETCH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-stretch'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FRAMESPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('framespacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KERNELMATRIX = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('kernelmatrix', 'kernelMatrix'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDEACTIVATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondeactivate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONROWSDELETE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onrowsdelete'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSELEAVE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmouseleave'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFORMCHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onformchange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCELLCHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oncellchange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEWHEEL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmousewheel'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONMOUSEENTER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onmouseenter'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONAFTERPRINT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onafterprint'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFORECOPY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforecopy'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARGINHEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('marginheight'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKERHEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('markerheight', 'markerHeight'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MARKER_START = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('marker-start'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MATHEMATICAL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mathematical'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LENGTHADJUST = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('lengthadjust', 'lengthAdjust'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNSELECTABLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('unselectable'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNICODE_BIDI = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('unicode-bidi'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNITS_PER_EM = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('units-per-em'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WORD_SPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('word-spacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ WRITING_MODE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('writing-mode'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ V_ALPHABETIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('v-alphabetic'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATTERNUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('patternunits', 'patternUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPREADMETHOD = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('spreadmethod', 'spreadMethod'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SURFACESCALE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('surfacescale', 'surfaceScale'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_WIDTH = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-width'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEAT_START = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('repeat-start'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STDDEVIATION = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('stddeviation', 'stdDeviation'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STOP_OPACITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stop-opacity'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_CONTROLS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-controls'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_HASPOPUP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-haspopup'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ACCENT_HEIGHT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accent-height'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_VALUENOW = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-valuenow'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_RELEVANT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-relevant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_POSINSET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-posinset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_VALUEMAX = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-valuemax'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_READONLY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-readonly'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_SELECTED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-selected'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_REQUIRED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-required'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_EXPANDED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-expanded'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_DISABLED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-disabled'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ATTRIBUTETYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('attributetype', 'attributeType'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ATTRIBUTENAME = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('attributename', 'attributeName'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_DATATYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-datatype'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_VALUEMIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-valuemin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BASEFREQUENCY = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('basefrequency', 'baseFrequency'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLUMNSPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('columnspacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLOR_PROFILE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('color-profile'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CLIPPATHUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('clippathunits', 'clipPathUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DEFINITIONURL = $AttributeName(new AttributeName(), ALL_NO_NS, (arr_32 = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 4, 0) , arr_32[0] = 'definitionurl' , arr_32[1] = 'definitionURL' , arr_32[2] = 'definitionurl' , arr_32[3] = 'definitionurl' , arr_32), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GRADIENTUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('gradientunits', 'gradientUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FLOOD_OPACITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('flood-opacity'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONAFTERUPDATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onafterupdate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONERRORUPDATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onerrorupdate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREPASTE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforepaste'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONLOSECAPTURE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onlosecapture'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCONTEXTMENU = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oncontextmenu'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONSELECTSTART = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onselectstart'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREPRINT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforeprint'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MOVABLELIMITS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('movablelimits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LINETHICKNESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('linethickness'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNICODE_RANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('unicode-range'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ THINMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('thinmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERT_ORIGIN_X = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('vert-origin-x'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERT_ORIGIN_Y = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('vert-origin-y'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ V_IDEOGRAPHIC = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('v-ideographic'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PRESERVEALPHA = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('preservealpha', 'preserveAlpha'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCRIPTMINSIZE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scriptminsize'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPECIFICATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('specification'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XLINK_ACTUATE = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:actuate', 'actuate'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ XLINK_ARCROLE = $AttributeName(new AttributeName(), XLINK_NS, COLONIFIED_LOCAL('xlink:arcrole', 'arcrole'), XLINK_PREFIX, initValues(_3Z_classLit, 0, -1, [false, true, true, false]), false);
+ ACCEPT_CHARSET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('accept-charset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALIGNMENTSCOPE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alignmentscope'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_MULTILINE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-multiline'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ BASELINE_SHIFT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('baseline-shift'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HORIZ_ORIGIN_X = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('horiz-origin-x'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ HORIZ_ORIGIN_Y = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('horiz-origin-y'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREUPDATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforeupdate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONFILTERCHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onfilterchange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONROWSINSERTED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onrowsinserted'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREUNLOAD = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforeunload'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MATHBACKGROUND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mathbackground'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LETTER_SPACING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('letter-spacing'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LIGHTING_COLOR = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('lighting-color'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ THICKMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('thickmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEXT_RENDERING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('text-rendering'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ V_MATHEMATICAL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('v-mathematical'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ POINTER_EVENTS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('pointer-events'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PRIMITIVEUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('primitiveunits', 'primitiveUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SYSTEMLANGUAGE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('systemlanguage', 'systemLanguage'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_LINECAP = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-linecap'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SUBSCRIPTSHIFT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('subscriptshift'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_OPACITY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-opacity'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_DROPEFFECT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-dropeffect'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_LABELLEDBY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-labelledby'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_TEMPLATEID = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-templateid'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLOR_RENDERING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('color-rendering'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTENTEDITABLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('contenteditable'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DIFFUSECONSTANT = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('diffuseconstant', 'diffuseConstant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDATAAVAILABLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondataavailable'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONCONTROLSELECT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('oncontrolselect'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ IMAGE_RENDERING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('image-rendering'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MEDIUMMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('mediummathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ TEXT_DECORATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('text-decoration'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SHAPE_RENDERING = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('shape-rendering'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_LINEJOIN = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-linejoin'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REPEAT_TEMPLATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('repeat-template'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_DESCRIBEDBY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-describedby'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTENTSTYLETYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('contentstyletype', 'contentStyleType'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ FONT_SIZE_ADJUST = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('font-size-adjust'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ KERNELUNITLENGTH = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('kernelunitlength', 'kernelUnitLength'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREACTIVATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforeactivate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONPROPERTYCHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onpropertychange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDATASETCHANGED = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondatasetchanged'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ MASKCONTENTUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('maskcontentunits', 'maskContentUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATTERNTRANSFORM = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('patterntransform', 'patternTransform'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REQUIREDFEATURES = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('requiredfeatures', 'requiredFeatures'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ RENDERING_INTENT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('rendering-intent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPECULAREXPONENT = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('specularexponent', 'specularExponent'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SPECULARCONSTANT = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('specularconstant', 'specularConstant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SUPERSCRIPTSHIFT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('superscriptshift'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_DASHARRAY = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-dasharray'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ XCHANNELSELECTOR = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('xchannelselector', 'xChannelSelector'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ YCHANNELSELECTOR = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('ychannelselector', 'yChannelSelector'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_AUTOCOMPLETE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-autocomplete'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ CONTENTSCRIPTTYPE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('contentscripttype', 'contentScriptType'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ENABLE_BACKGROUND = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('enable-background'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ DOMINANT_BASELINE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('dominant-baseline'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GRADIENTTRANSFORM = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('gradienttransform', 'gradientTransform'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFORDEACTIVATE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbefordeactivate'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONDATASETCOMPLETE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('ondatasetcomplete'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OVERLINE_POSITION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('overline-position'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONBEFOREEDITFOCUS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onbeforeeditfocus'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ LIMITINGCONEANGLE = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('limitingconeangle', 'limitingConeAngle'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERYTHINMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('verythinmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_DASHOFFSET = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-dashoffset'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STROKE_MITERLIMIT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('stroke-miterlimit'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ALIGNMENT_BASELINE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('alignment-baseline'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ONREADYSTATECHANGE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('onreadystatechange'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ OVERLINE_THICKNESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('overline-thickness'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNDERLINE_POSITION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('underline-position'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERYTHICKMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('verythickmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ REQUIREDEXTENSIONS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('requiredextensions', 'requiredExtensions'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLOR_INTERPOLATION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('color-interpolation'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ UNDERLINE_THICKNESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('underline-thickness'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PRESERVEASPECTRATIO = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('preserveaspectratio', 'preserveAspectRatio'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ PATTERNCONTENTUNITS = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('patterncontentunits', 'patternContentUnits'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_MULTISELECTABLE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-multiselectable'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ SCRIPTSIZEMULTIPLIER = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('scriptsizemultiplier'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ARIA_ACTIVEDESCENDANT = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('aria-activedescendant'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERYVERYTHINMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('veryverythinmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ VERYVERYTHICKMATHSPACE = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('veryverythickmathspace'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STRIKETHROUGH_POSITION = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('strikethrough-position'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ STRIKETHROUGH_THICKNESS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('strikethrough-thickness'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ EXTERNALRESOURCESREQUIRED = $AttributeName(new AttributeName(), ALL_NO_NS, SVG_DIFFERENT('externalresourcesrequired', 'externalResourcesRequired'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GLYPH_ORIENTATION_VERTICAL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('glyph-orientation-vertical'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ COLOR_INTERPOLATION_FILTERS = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('color-interpolation-filters'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ GLYPH_ORIENTATION_HORIZONTAL = $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL('glyph-orientation-horizontal'), ALL_NO_PREFIX, ALL_NCNAME, false);
+ ATTRIBUTE_NAMES = initValues(_3Lnu_validator_htmlparser_impl_AttributeName_2_classLit, 49, 9, [D, K, R, X, Y, Z, BY, CX, CY, DX, DY, G2, G1, FX, FY, K4, K2, K3, K1, ID, IN, U2, U1, RT, RX, RY, TO, Y2, Y1, X1, X2, ALT, DIR, DUR, END, FOR, IN2, MAX, MIN, LOW, REL, REV, SRC, AXIS, ABBR, BBOX, CITE, CODE, BIAS, COLS, CLIP, CHAR, BASE, EDGE, DATA, FILL, FROM, FORM, FACE, HIGH, HREF, OPEN, ICON, NAME, MODE, MASK, LINK, LANG, LIST, TYPE, WHEN, WRAP, TEXT, PATH, PING, REFX, REFY, SIZE, SEED, ROWS, SPAN, STEP, ROLE, XREF, ASYNC, ALINK, ALIGN, CLOSE, COLOR, CLASS, CLEAR, BEGIN, DEPTH, DEFER, FENCE, FRAME, ISMAP, ONEND, INDEX, ORDER, OTHER, ONCUT, NARGS, MEDIA, LABEL, LOCAL, WIDTH, TITLE, VLINK, VALUE, SLOPE, SHAPE, SCOPE, SCALE, SPEED, STYLE, RULES, STEMH, STEMV, START, XMLNS, ACCEPT, ACCENT, ASCENT, ACTIVE, ALTIMG, ACTION, BORDER, CURSOR, COORDS, FILTER, FORMAT, HIDDEN, HSPACE, HEIGHT, ONMOVE, ONLOAD, ONDRAG, ORIGIN, ONZOOM, ONHELP, ONSTOP, ONDROP, ONBLUR, OBJECT, OFFSET, ORIENT, ONCOPY, NOWRAP, NOHREF, MACROS, METHOD, LOWSRC, LSPACE, LQUOTE, USEMAP, WIDTHS, TARGET, VALUES, VALIGN, VSPACE, POSTER, POINTS, PROMPT, SCOPED, STRING, SCHEME, STROKE, RADIUS, RESULT, REPEAT, RSPACE, ROTATE, RQUOTE, ALTTEXT, ARCHIVE, AZIMUTH, CLOSURE, CHECKED, CLASSID, CHAROFF, BGCOLOR, COLSPAN, CHARSET, COMPACT, CONTENT, ENCTYPE, DATASRC, DATAFLD, DECLARE, DISPLAY, DIVISOR, DEFAULT, DESCENT, KERNING, HANGING, HEADERS, ONPASTE, ONCLICK, OPTIMUM, ONBEGIN, ONKEYUP, ONFOCUS, ONERROR, ONINPUT, ONABORT, ONSTART, ONRESET, OPACITY, NOSHADE, MINSIZE, MAXSIZE, LOOPEND, LARGEOP, UNICODE, TARGETX, TARGETY, VIEWBOX, VERSION, PATTERN, PROFILE, SPACING, RESTART, ROWSPAN, SANDBOX, SUMMARY, STANDBY, REPLACE, AUTOPLAY, ADDITIVE, CALCMODE, CODETYPE, CODEBASE, CONTROLS, BEVELLED, BASELINE, EXPONENT, EDGEMODE, ENCODING, GLYPHREF, DATETIME, DISABLED, FONTSIZE, KEYTIMES, PANOSE_1, HREFLANG, ONRESIZE, ONCHANGE, ONBOUNCE, ONUNLOAD, ONFINISH, ONSCROLL, OPERATOR, OVERFLOW, ONSUBMIT, ONREPEAT, ONSELECT, NOTATION, NORESIZE, MANIFEST, MATHSIZE, MULTIPLE, LONGDESC, LANGUAGE, TEMPLATE, TABINDEX, READONLY, SELECTED, ROWLINES, SEAMLESS, ROWALIGN, STRETCHY, REQUIRED, XML_BASE, XML_LANG, X_HEIGHT, ARIA_OWNS, AUTOFOCUS, ARIA_SORT, ACCESSKEY, ARIA_BUSY, ARIA_GRAB, AMPLITUDE, ARIA_LIVE, CLIP_RULE, CLIP_PATH, EQUALROWS, ELEVATION, DIRECTION, DRAGGABLE, FILTERRES, FILL_RULE, FONTSTYLE, FONT_SIZE, KEYPOINTS, HIDEFOCUS, ONMESSAGE, INTERCEPT, ONDRAGEND, ONMOVEEND, ONINVALID, ONKEYDOWN, ONFOCUSIN, ONMOUSEUP, INPUTMODE, ONROWEXIT, MATHCOLOR, MASKUNITS, MAXLENGTH, LINEBREAK, LOOPSTART, TRANSFORM, V_HANGING, VALUETYPE, POINTSATZ, POINTSATX, POINTSATY, PLAYCOUNT, SYMMETRIC, SCROLLING, REPEATDUR, SELECTION, SEPARATOR, XML_SPACE, AUTOSUBMIT, ALPHABETIC, ACTIONTYPE, ACCUMULATE, ARIA_LEVEL, COLUMNSPAN, CAP_HEIGHT, BACKGROUND, GLYPH_NAME, GROUPALIGN, FONTFAMILY, FONTWEIGHT, FONT_STYLE, KEYSPLINES, HTTP_EQUIV, ONACTIVATE, OCCURRENCE, IRRELEVANT, ONDBLCLICK, ONDRAGDROP, ONKEYPRESS, ONROWENTER, ONDRAGOVER, ONFOCUSOUT, ONMOUSEOUT, NUMOCTAVES, MARKER_MID, MARKER_END, TEXTLENGTH, VISIBILITY, VIEWTARGET, VERT_ADV_Y, PATHLENGTH, REPEAT_MAX, RADIOGROUP, STOP_COLOR, SEPARATORS, REPEAT_MIN, ROWSPACING, ZOOMANDPAN, XLINK_TYPE, XLINK_ROLE, XLINK_HREF, XLINK_SHOW, ACCENTUNDER, ARIA_SECRET, ARIA_ATOMIC, ARIA_HIDDEN, ARIA_FLOWTO, ARABIC_FORM, CELLPADDING, CELLSPACING, COLUMNWIDTH, COLUMNALIGN, COLUMNLINES, CONTEXTMENU, BASEPROFILE, FONT_FAMILY, FRAMEBORDER, FILTERUNITS, FLOOD_COLOR, FONT_WEIGHT, HORIZ_ADV_X, ONDRAGLEAVE, ONMOUSEMOVE, ORIENTATION, ONMOUSEDOWN, ONMOUSEOVER, ONDRAGENTER, IDEOGRAPHIC, ONBEFORECUT, ONFORMINPUT, ONDRAGSTART, ONMOVESTART, MARKERUNITS, MATHVARIANT, MARGINWIDTH, MARKERWIDTH, TEXT_ANCHOR, TABLEVALUES, SCRIPTLEVEL, REPEATCOUNT, STITCHTILES, STARTOFFSET, SCROLLDELAY, XMLNS_XLINK, XLINK_TITLE, ARIA_INVALID, ARIA_PRESSED, ARIA_CHECKED, AUTOCOMPLETE, ARIA_SETSIZE, ARIA_CHANNEL, EQUALCOLUMNS, DISPLAYSTYLE, DATAFORMATAS, FILL_OPACITY, FONT_VARIANT, FONT_STRETCH, FRAMESPACING, KERNELMATRIX, ONDEACTIVATE, ONROWSDELETE, ONMOUSELEAVE, ONFORMCHANGE, ONCELLCHANGE, ONMOUSEWHEEL, ONMOUSEENTER, ONAFTERPRINT, ONBEFORECOPY, MARGINHEIGHT, MARKERHEIGHT, MARKER_START, MATHEMATICAL, LENGTHADJUST, UNSELECTABLE, UNICODE_BIDI, UNITS_PER_EM, WORD_SPACING, WRITING_MODE, V_ALPHABETIC, PATTERNUNITS, SPREADMETHOD, SURFACESCALE, STROKE_WIDTH, REPEAT_START, STDDEVIATION, STOP_OPACITY, ARIA_CONTROLS, ARIA_HASPOPUP, ACCENT_HEIGHT, ARIA_VALUENOW, ARIA_RELEVANT, ARIA_POSINSET, ARIA_VALUEMAX, ARIA_READONLY, ARIA_SELECTED, ARIA_REQUIRED, ARIA_EXPANDED, ARIA_DISABLED, ATTRIBUTETYPE, ATTRIBUTENAME, ARIA_DATATYPE, ARIA_VALUEMIN, BASEFREQUENCY, COLUMNSPACING, COLOR_PROFILE, CLIPPATHUNITS, DEFINITIONURL, GRADIENTUNITS, FLOOD_OPACITY, ONAFTERUPDATE, ONERRORUPDATE, ONBEFOREPASTE, ONLOSECAPTURE, ONCONTEXTMENU, ONSELECTSTART, ONBEFOREPRINT, MOVABLELIMITS, LINETHICKNESS, UNICODE_RANGE, THINMATHSPACE, VERT_ORIGIN_X, VERT_ORIGIN_Y, V_IDEOGRAPHIC, PRESERVEALPHA, SCRIPTMINSIZE, SPECIFICATION, XLINK_ACTUATE, XLINK_ARCROLE, ACCEPT_CHARSET, ALIGNMENTSCOPE, ARIA_MULTILINE, BASELINE_SHIFT, HORIZ_ORIGIN_X, HORIZ_ORIGIN_Y, ONBEFOREUPDATE, ONFILTERCHANGE, ONROWSINSERTED, ONBEFOREUNLOAD, MATHBACKGROUND, LETTER_SPACING, LIGHTING_COLOR, THICKMATHSPACE, TEXT_RENDERING, V_MATHEMATICAL, POINTER_EVENTS, PRIMITIVEUNITS, SYSTEMLANGUAGE, STROKE_LINECAP, SUBSCRIPTSHIFT, STROKE_OPACITY, ARIA_DROPEFFECT, ARIA_LABELLEDBY, ARIA_TEMPLATEID, COLOR_RENDERING, CONTENTEDITABLE, DIFFUSECONSTANT, ONDATAAVAILABLE, ONCONTROLSELECT, IMAGE_RENDERING, MEDIUMMATHSPACE, TEXT_DECORATION, SHAPE_RENDERING, STROKE_LINEJOIN, REPEAT_TEMPLATE, ARIA_DESCRIBEDBY, CONTENTSTYLETYPE, FONT_SIZE_ADJUST, KERNELUNITLENGTH, ONBEFOREACTIVATE, ONPROPERTYCHANGE, ONDATASETCHANGED, MASKCONTENTUNITS, PATTERNTRANSFORM, REQUIREDFEATURES, RENDERING_INTENT, SPECULAREXPONENT, SPECULARCONSTANT, SUPERSCRIPTSHIFT, STROKE_DASHARRAY, XCHANNELSELECTOR, YCHANNELSELECTOR, ARIA_AUTOCOMPLETE, CONTENTSCRIPTTYPE, ENABLE_BACKGROUND, DOMINANT_BASELINE, GRADIENTTRANSFORM, ONBEFORDEACTIVATE, ONDATASETCOMPLETE, OVERLINE_POSITION, ONBEFOREEDITFOCUS, LIMITINGCONEANGLE, VERYTHINMATHSPACE, STROKE_DASHOFFSET, STROKE_MITERLIMIT, ALIGNMENT_BASELINE, ONREADYSTATECHANGE, OVERLINE_THICKNESS, UNDERLINE_POSITION, VERYTHICKMATHSPACE, REQUIREDEXTENSIONS, COLOR_INTERPOLATION, UNDERLINE_THICKNESS, PRESERVEASPECTRATIO, PATTERNCONTENTUNITS, ARIA_MULTISELECTABLE, SCRIPTSIZEMULTIPLIER, ARIA_ACTIVEDESCENDANT, VERYVERYTHINMATHSPACE, VERYVERYTHICKMATHSPACE, STRIKETHROUGH_POSITION, STRIKETHROUGH_THICKNESS, EXTERNALRESOURCESREQUIRED, GLYPH_ORIENTATION_VERTICAL, COLOR_INTERPOLATION_FILTERS, GLYPH_ORIENTATION_HORIZONTAL]);
+ ATTRIBUTE_HASHES = initValues(_3I_classLit, 0, -1, [1153, 1383, 1601, 1793, 1827, 1857, 68600, 69146, 69177, 70237, 70270, 71572, 71669, 72415, 72444, 74846, 74904, 74943, 75001, 75276, 75590, 84742, 84839, 85575, 85963, 85992, 87204, 88074, 88171, 89130, 89163, 3207892, 3283895, 3284791, 3338752, 3358197, 3369562, 3539124, 3562402, 3574260, 3670335, 3696933, 3721879, 135280021, 135346322, 136317019, 136475749, 136548517, 136652214, 136884919, 136902418, 136942992, 137292068, 139120259, 139785574, 142250603, 142314056, 142331176, 142519584, 144752417, 145106895, 146147200, 146765926, 148805544, 149655723, 149809441, 150018784, 150445028, 150923321, 152528754, 152536216, 152647366, 152962785, 155219321, 155654904, 157317483, 157350248, 157437941, 157447478, 157604838, 157685404, 157894402, 158315188, 166078431, 169409980, 169700259, 169856932, 170007032, 170409695, 170466488, 170513710, 170608367, 173028944, 173896963, 176090625, 176129212, 179390001, 179489057, 179627464, 179840468, 179849042, 180004216, 181779081, 183027151, 183645319, 183698797, 185922012, 185997252, 188312483, 188675799, 190977533, 190992569, 191006194, 191033518, 191038774, 191096249, 191166163, 191194426, 191522106, 191568039, 200104642, 202506661, 202537381, 202602917, 203070590, 203120766, 203389054, 203690071, 203971238, 203986524, 209040857, 209125756, 212055489, 212322418, 212746849, 213002877, 213055164, 213088023, 213259873, 213273386, 213435118, 213437318, 213438231, 213493071, 213532268, 213542834, 213584431, 213659891, 215285828, 215880731, 216112976, 216684637, 217369699, 217565298, 217576549, 218186795, 219743185, 220082234, 221623802, 221986406, 222283890, 223089542, 223138630, 223311265, 224547358, 224587256, 224589550, 224655650, 224785518, 224810917, 224813302, 225429618, 225432950, 225440869, 236107233, 236709921, 236838947, 237117095, 237143271, 237172455, 237209953, 237354143, 237372743, 237668065, 237703073, 237714273, 239743521, 240512803, 240522627, 240560417, 240656513, 241015715, 241062755, 241065383, 243523041, 245865199, 246261793, 246556195, 246774817, 246923491, 246928419, 246981667, 247014847, 247058369, 247112833, 247118177, 247119137, 247128739, 247316903, 249533729, 250235623, 250269543, 251083937, 251402351, 252339047, 253260911, 253293679, 254844367, 255547879, 256077281, 256345377, 258124199, 258354465, 258605063, 258744193, 258845603, 258856961, 258926689, 269869248, 270174334, 270709417, 270778994, 270781796, 271102503, 271478858, 271490090, 272870654, 273335275, 273369140, 273924313, 274108530, 274116736, 276818662, 277476156, 279156579, 279349675, 280108533, 280128712, 280132869, 280162403, 280280292, 280413430, 280506130, 280677397, 280678580, 280686710, 280689066, 282736758, 283110901, 283275116, 283823226, 283890012, 284479340, 284606461, 286700477, 286798916, 291557706, 291665349, 291804100, 292138018, 292166446, 292418738, 292451039, 300298041, 300374839, 300597935, 303073389, 303083839, 303266673, 303354997, 303430688, 303576261, 303724281, 303819694, 304242723, 304382625, 306247792, 307227811, 307468786, 307724489, 309671175, 310252031, 310358241, 310373094, 311015256, 313357609, 313683893, 313701861, 313706996, 313707317, 313710350, 314027746, 314038181, 314091299, 314205627, 314233813, 316741830, 316797986, 317486755, 317794164, 318721061, 320076137, 322657125, 322887778, 323506876, 323572412, 323605180, 323938869, 325060058, 325320188, 325398738, 325541490, 325671619, 333868843, 336806130, 337212108, 337282686, 337285434, 337585223, 338036037, 338298087, 338566051, 340943551, 341190970, 342995704, 343352124, 343912673, 344585053, 346977248, 347218098, 347262163, 347278576, 347438191, 347655959, 347684788, 347726430, 347727772, 347776035, 347776629, 349500753, 350880161, 350887073, 353384123, 355496998, 355906922, 355979793, 356545959, 358637867, 358905016, 359164318, 359247286, 359350571, 359579447, 365560330, 367399355, 367420285, 367510727, 368013212, 370234760, 370353345, 370710317, 371074566, 371122285, 371194213, 371448425, 371448430, 371545055, 371596922, 371758751, 371964792, 372151328, 376550136, 376710172, 376795771, 376826271, 376906556, 380514830, 380774774, 380775037, 381030322, 381136500, 381281631, 381282269, 381285504, 381330595, 381331422, 381335911, 381336484, 383907298, 383917408, 384595009, 384595013, 387799894, 387823201, 392581647, 392584937, 392742684, 392906485, 393003349, 400644707, 400973830, 404428547, 404432113, 404432865, 404469244, 404478897, 404694860, 406887479, 408294949, 408789955, 410022510, 410467324, 410586448, 410945965, 411845275, 414327152, 414327932, 414329781, 414346257, 414346439, 414639928, 414835998, 414894517, 414986533, 417465377, 417465381, 417492216, 418259232, 419310946, 420103495, 420242342, 420380455, 420658662, 420717432, 423183880, 424539259, 425929170, 425972964, 426050649, 426126450, 426142833, 426607922, 437289840, 437347469, 437412335, 437423943, 437455540, 437462252, 437597991, 437617485, 437986305, 437986507, 437986828, 437987072, 438015591, 438034813, 438038966, 438179623, 438347971, 438483573, 438547062, 438895551, 441592676, 442032555, 443548979, 447881379, 447881655, 447881895, 447887844, 448416189, 448445746, 448449012, 450942191, 452816744, 453668677, 454434495, 456610076, 456642844, 456738709, 457544600, 459451897, 459680944, 468058810, 468083581, 470964084, 471470955, 471567278, 472267822, 481177859, 481210627, 481435874, 481455115, 481485378, 481490218, 485105638, 486005878, 486383494, 487988916, 488103783, 490661867, 491574090, 491578272, 493041952, 493441205, 493582844, 493716979, 504577572, 504740359, 505091638, 505592418, 505656212, 509516275, 514998531, 515571132, 515594682, 518712698, 521362273, 526592419, 526807354, 527348842, 538294791, 539214049, 544689535, 545535009, 548544752, 548563346, 548595116, 551679010, 558034099, 560329411, 560356209, 560671018, 560671152, 560692590, 560845442, 569212097, 569474241, 572252718, 572768481, 575326764, 576174758, 576190819, 582099184, 582099438, 582372519, 582558889, 586552164, 591325418, 594231990, 594243961, 605711268, 615672071, 616086845, 621792370, 624879850, 627432831, 640040548, 654392808, 658675477, 659420283, 672891587, 694768102, 705890982, 725543146, 759097578, 761686526, 795383908, 843809551, 878105336, 908643300, 945213471]);
+}
+
+function $AttributeName_0(this$static, uri, local, prefix, ncname, xmlns){
+ $clinit_87();
+ this$static.uri = uri;
+ this$static.local = local;
+ COMPUTE_QNAME(local, prefix);
+ this$static.ncname = ncname;
+ this$static.xmlns = xmlns;
+ return this$static;
+}
+
+function $AttributeName(this$static, uri, local, prefix, ncname, xmlns){
+ $clinit_87();
+ this$static.uri = uri;
+ this$static.local = local;
+ COMPUTE_QNAME(local, prefix);
+ this$static.ncname = ncname;
+ this$static.xmlns = xmlns;
+ return this$static;
+}
+
+function $isBoolean(this$static){
+ return this$static == ACTIVE || this$static == ASYNC || this$static == AUTOFOCUS || this$static == AUTOSUBMIT || this$static == CHECKED || this$static == COMPACT || this$static == DECLARE || this$static == DEFAULT || this$static == DEFER || this$static == DISABLED || this$static == ISMAP || this$static == MULTIPLE || this$static == NOHREF || this$static == NORESIZE || this$static == NOSHADE || this$static == NOWRAP || this$static == READONLY || this$static == REQUIRED || this$static == SELECTED;
+}
+
+function $isCaseFolded(this$static){
+ return this$static == ACTIVE || this$static == ALIGN || this$static == ASYNC || this$static == AUTOCOMPLETE || this$static == AUTOFOCUS || this$static == AUTOSUBMIT || this$static == CHECKED || this$static == CLEAR || this$static == COMPACT || this$static == DATAFORMATAS || this$static == DECLARE || this$static == DEFAULT || this$static == DEFER || this$static == DIR || this$static == DISABLED || this$static == ENCTYPE || this$static == FRAME || this$static == ISMAP || this$static == METHOD || this$static == MULTIPLE || this$static == NOHREF || this$static == NORESIZE || this$static == NOSHADE || this$static == NOWRAP || this$static == READONLY || this$static == REPLACE || this$static == REQUIRED || this$static == RULES || this$static == SCOPE || this$static == SCROLLING || this$static == SELECTED || this$static == SHAPE || this$static == STEP || this$static == TYPE || this$static == VALIGN || this$static == VALUETYPE;
+}
+
+function COLONIFIED_LOCAL(name, suffix){
+ var arr;
+ arr = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 4, 0);
+ arr[0] = name;
+ arr[1] = suffix;
+ arr[2] = suffix;
+ arr[3] = name;
+ return arr;
+}
+
+function COMPUTE_QNAME(local, prefix){
+ var arr, i;
+ arr = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 4, 0);
+ for (i = 0; i < arr.length; ++i) {
+ if (prefix[i] == null) {
+ arr[i] = local[i];
+ }
+ else {
+ arr[i] = String(prefix[i] + ':' + local[i]);
+ }
+ }
+ return arr;
+}
+
+function SAME_LOCAL(name){
+ var arr;
+ arr = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 4, 0);
+ arr[0] = name;
+ arr[1] = name;
+ arr[2] = name;
+ arr[3] = name;
+ return arr;
+}
+
+function SVG_DIFFERENT(name, camel){
+ var arr;
+ arr = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 4, 0);
+ arr[0] = name;
+ arr[1] = name;
+ arr[2] = camel;
+ arr[3] = name;
+ return arr;
+}
+
+function bufToHash(buf, len){
+ var hash, hash2, i, j;
+ hash2 = 0;
+ hash = len;
+ hash <<= 5;
+ hash += buf[0] - 96;
+ j = len;
+ for (i = 0; i < 4 && j > 0; ++i) {
+ --j;
+ hash <<= 5;
+ hash += buf[j] - 96;
+ hash2 <<= 6;
+ hash2 += buf[i] - 95;
+ }
+ return hash ^ hash2;
+}
+
+function createAttributeName(name, checkNcName){
+ var ncName, xmlns;
+ ncName = true;
+ xmlns = name.indexOf('xmlns:') == 0;
+ if (checkNcName) {
+ if (xmlns) {
+ ncName = false;
+ }
+ else {
+ ncName = isNCName(name);
+ }
+ }
+ return $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL(name), ALL_NO_PREFIX, ncName?ALL_NCNAME:ALL_NO_NCNAME, xmlns);
+}
+
+function getClass_49(){
+ return Lnu_validator_htmlparser_impl_AttributeName_2_classLit;
+}
+
+function nameByBuffer(buf, offset, length, checkNcName){
+ var end, end_0;
+ $clinit_87();
+ var attributeName, hash, index, name;
+ hash = bufToHash(buf, length);
+ index = binarySearch(ATTRIBUTE_HASHES, hash);
+ if (index < 0) {
+ return createAttributeName(String((end = offset + length , __checkBounds(buf.length, offset, end) , __valueOf(buf, offset, end))), checkNcName);
+ }
+ else {
+ attributeName = ATTRIBUTE_NAMES[index];
+ name = attributeName.local[0];
+ if (!localEqualsBuffer(name, buf, offset, length)) {
+ return createAttributeName(String((end_0 = offset + length , __checkBounds(buf.length, offset, end_0) , __valueOf(buf, offset, end_0))), checkNcName);
+ }
+ return attributeName;
+ }
+}
+
+function AttributeName(){
+}
+
+_ = AttributeName.prototype = new Object_0();
+_.getClass$ = getClass_49;
+_.typeId$ = 36;
+_.local = null;
+_.ncname = null;
+_.uri = null;
+_.xmlns = false;
+var ABBR, ACCENT, ACCENTUNDER, ACCENT_HEIGHT, ACCEPT, ACCEPT_CHARSET, ACCESSKEY, ACCUMULATE, ACTION, ACTIONTYPE, ACTIVE, ADDITIVE, ALIGN, ALIGNMENTSCOPE, ALIGNMENT_BASELINE, ALINK, ALL_NCNAME, ALL_NO_NCNAME, ALL_NO_NS, ALL_NO_PREFIX, ALPHABETIC, ALT, ALTIMG, ALTTEXT, AMPLITUDE, ARABIC_FORM, ARCHIVE, ARIA_ACTIVEDESCENDANT, ARIA_ATOMIC, ARIA_AUTOCOMPLETE, ARIA_BUSY, ARIA_CHANNEL, ARIA_CHECKED, ARIA_CONTROLS, ARIA_DATATYPE, ARIA_DESCRIBEDBY, ARIA_DISABLED, ARIA_DROPEFFECT, ARIA_EXPANDED, ARIA_FLOWTO, ARIA_GRAB, ARIA_HASPOPUP, ARIA_HIDDEN, ARIA_INVALID, ARIA_LABELLEDBY, ARIA_LEVEL, ARIA_LIVE, ARIA_MULTILINE, ARIA_MULTISELECTABLE, ARIA_OWNS, ARIA_POSINSET, ARIA_PRESSED, ARIA_READONLY, ARIA_RELEVANT, ARIA_REQUIRED, ARIA_SECRET, ARIA_SELECTED, ARIA_SETSIZE, ARIA_SORT, ARIA_TEMPLATEID, ARIA_VALUEMAX, ARIA_VALUEMIN, ARIA_VALUENOW, ASCENT, ASYNC, ATTRIBUTENAME, ATTRIBUTETYPE, ATTRIBUTE_HASHES, ATTRIBUTE_NAMES, AUTOCOMPLETE, AUTOFOCUS, AUTOPLAY, AUTOSUBMIT, AXIS, AZIMUTH, BACKGROUND, BASE, BASEFREQUENCY, BASELINE, BASELINE_SHIFT, BASEPROFILE, BBOX, BEGIN, BEVELLED, BGCOLOR, BIAS, BORDER, BY, CALCMODE, CAP_HEIGHT, CELLPADDING, CELLSPACING, CHAR, CHAROFF, CHARSET, CHECKED, CITE, CLASS, CLASSID, CLEAR, CLIP, CLIPPATHUNITS, CLIP_PATH, CLIP_RULE, CLOSE, CLOSURE, CODE, CODEBASE, CODETYPE, COLOR, COLOR_INTERPOLATION, COLOR_INTERPOLATION_FILTERS, COLOR_PROFILE, COLOR_RENDERING, COLS, COLSPAN, COLUMNALIGN, COLUMNLINES, COLUMNSPACING, COLUMNSPAN, COLUMNWIDTH, COMPACT, CONTENT, CONTENTEDITABLE, CONTENTSCRIPTTYPE, CONTENTSTYLETYPE, CONTEXTMENU, CONTROLS, COORDS, CURSOR, CX, CY, D, DATA, DATAFLD, DATAFORMATAS, DATASRC, DATETIME, DECLARE, DEFAULT, DEFER, DEFINITIONURL, DEPTH, DESCENT, DIFFUSECONSTANT, DIR, DIRECTION, DISABLED, DISPLAY, DISPLAYSTYLE, DIVISOR, DOMINANT_BASELINE, DRAGGABLE, DUR, DX, DY, EDGE, EDGEMODE, ELEVATION, ENABLE_BACKGROUND, ENCODING, ENCTYPE, END, EQUALCOLUMNS, EQUALROWS, EXPONENT, EXTERNALRESOURCESREQUIRED, FACE, FENCE, FILL, FILL_OPACITY, FILL_RULE, FILTER, FILTERRES, FILTERUNITS, FLOOD_COLOR, FLOOD_OPACITY, FONTFAMILY, FONTSIZE, FONTSTYLE, FONTWEIGHT, FONT_FAMILY, FONT_SIZE, FONT_SIZE_ADJUST, FONT_STRETCH, FONT_STYLE, FONT_VARIANT, FONT_WEIGHT, FOR, FORM, FORMAT, FRAME, FRAMEBORDER, FRAMESPACING, FROM, FX, FY, G1, G2, GLYPHREF, GLYPH_NAME, GLYPH_ORIENTATION_HORIZONTAL, GLYPH_ORIENTATION_VERTICAL, GRADIENTTRANSFORM, GRADIENTUNITS, GROUPALIGN, HANGING, HEADERS, HEIGHT, HIDDEN, HIDEFOCUS, HIGH, HORIZ_ADV_X, HORIZ_ORIGIN_X, HORIZ_ORIGIN_Y, HREF, HREFLANG, HSPACE, HTTP_EQUIV, ICON, ID, IDEOGRAPHIC, IMAGE_RENDERING, IN, IN2, INDEX, INPUTMODE, INTERCEPT, IRRELEVANT, ISMAP, K, K1, K2, K3, K4, KERNELMATRIX, KERNELUNITLENGTH, KERNING, KEYPOINTS, KEYSPLINES, KEYTIMES, LABEL, LANG, LANGUAGE, LANG_NS, LANG_PREFIX, LARGEOP, LENGTHADJUST, LETTER_SPACING, LIGHTING_COLOR, LIMITINGCONEANGLE, LINEBREAK, LINETHICKNESS, LINK, LIST, LOCAL, LONGDESC, LOOPEND, LOOPSTART, LOW, LOWSRC, LQUOTE, LSPACE, MACROS, MANIFEST, MARGINHEIGHT, MARGINWIDTH, MARKERHEIGHT, MARKERUNITS, MARKERWIDTH, MARKER_END, MARKER_MID, MARKER_START, MASK, MASKCONTENTUNITS, MASKUNITS, MATHBACKGROUND, MATHCOLOR, MATHEMATICAL, MATHSIZE, MATHVARIANT, MAX, MAXLENGTH, MAXSIZE, MEDIA, MEDIUMMATHSPACE, METHOD, MIN, MINSIZE, MODE, MOVABLELIMITS, MULTIPLE, NAME, NARGS, NOHREF, NORESIZE, NOSHADE, NOTATION, NOWRAP, NUMOCTAVES, OBJECT, OCCURRENCE, OFFSET, ONABORT, ONACTIVATE, ONAFTERPRINT, ONAFTERUPDATE, ONBEFORDEACTIVATE, ONBEFOREACTIVATE, ONBEFORECOPY, ONBEFORECUT, ONBEFOREEDITFOCUS, ONBEFOREPASTE, ONBEFOREPRINT, ONBEFOREUNLOAD, ONBEFOREUPDATE, ONBEGIN, ONBLUR, ONBOUNCE, ONCELLCHANGE, ONCHANGE, ONCLICK, ONCONTEXTMENU, ONCONTROLSELECT, ONCOPY, ONCUT, ONDATAAVAILABLE, ONDATASETCHANGED, ONDATASETCOMPLETE, ONDBLCLICK, ONDEACTIVATE, ONDRAG, ONDRAGDROP, ONDRAGEND, ONDRAGENTER, ONDRAGLEAVE, ONDRAGOVER, ONDRAGSTART, ONDROP, ONEND, ONERROR, ONERRORUPDATE, ONFILTERCHANGE, ONFINISH, ONFOCUS, ONFOCUSIN, ONFOCUSOUT, ONFORMCHANGE, ONFORMINPUT, ONHELP, ONINPUT, ONINVALID, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONLOAD, ONLOSECAPTURE, ONMESSAGE, ONMOUSEDOWN, ONMOUSEENTER, ONMOUSELEAVE, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, ONMOUSEWHEEL, ONMOVE, ONMOVEEND, ONMOVESTART, ONPASTE, ONPROPERTYCHANGE, ONREADYSTATECHANGE, ONREPEAT, ONRESET, ONRESIZE, ONROWENTER, ONROWEXIT, ONROWSDELETE, ONROWSINSERTED, ONSCROLL, ONSELECT, ONSELECTSTART, ONSTART, ONSTOP, ONSUBMIT, ONUNLOAD, ONZOOM, OPACITY, OPEN, OPERATOR, OPTIMUM, ORDER, ORIENT, ORIENTATION, ORIGIN, OTHER, OVERFLOW, OVERLINE_POSITION, OVERLINE_THICKNESS, PANOSE_1, PATH, PATHLENGTH, PATTERN, PATTERNCONTENTUNITS, PATTERNTRANSFORM, PATTERNUNITS, PING, PLAYCOUNT, POINTER_EVENTS, POINTS, POINTSATX, POINTSATY, POINTSATZ, POSTER, PRESERVEALPHA, PRESERVEASPECTRATIO, PRIMITIVEUNITS, PROFILE, PROMPT, R, RADIOGROUP, RADIUS, READONLY, REFX, REFY, REL, RENDERING_INTENT, REPEAT, REPEATCOUNT, REPEATDUR, REPEAT_MAX, REPEAT_MIN, REPEAT_START, REPEAT_TEMPLATE, REPLACE, REQUIRED, REQUIREDEXTENSIONS, REQUIREDFEATURES, RESTART, RESULT, REV, ROLE, ROTATE, ROWALIGN, ROWLINES, ROWS, ROWSPACING, ROWSPAN, RQUOTE, RSPACE, RT, RULES, RX, RY, SANDBOX, SCALE, SCHEME, SCOPE, SCOPED, SCRIPTLEVEL, SCRIPTMINSIZE, SCRIPTSIZEMULTIPLIER, SCROLLDELAY, SCROLLING, SEAMLESS, SEED, SELECTED, SELECTION, SEPARATOR, SEPARATORS, SHAPE, SHAPE_RENDERING, SIZE, SLOPE, SPACING, SPAN, SPECIFICATION, SPECULARCONSTANT, SPECULAREXPONENT, SPEED, SPREADMETHOD, SRC, STANDBY, START, STARTOFFSET, STDDEVIATION, STEMH, STEMV, STEP, STITCHTILES, STOP_COLOR, STOP_OPACITY, STRETCHY, STRIKETHROUGH_POSITION, STRIKETHROUGH_THICKNESS, STRING, STROKE, STROKE_DASHARRAY, STROKE_DASHOFFSET, STROKE_LINECAP, STROKE_LINEJOIN, STROKE_MITERLIMIT, STROKE_OPACITY, STROKE_WIDTH, STYLE, SUBSCRIPTSHIFT, SUMMARY, SUPERSCRIPTSHIFT, SURFACESCALE, SYMMETRIC, SYSTEMLANGUAGE, TABINDEX, TABLEVALUES, TARGET, TARGETX, TARGETY, TEMPLATE, TEXT, TEXTLENGTH, TEXT_ANCHOR, TEXT_DECORATION, TEXT_RENDERING, THICKMATHSPACE, THINMATHSPACE, TITLE, TO, TRANSFORM, TYPE, U1, U2, UNDERLINE_POSITION, UNDERLINE_THICKNESS, UNICODE, UNICODE_BIDI, UNICODE_RANGE, UNITS_PER_EM, UNSELECTABLE, USEMAP, VALIGN, VALUE, VALUES, VALUETYPE, VERSION, VERT_ADV_Y, VERT_ORIGIN_X, VERT_ORIGIN_Y, VERYTHICKMATHSPACE, VERYTHINMATHSPACE, VERYVERYTHICKMATHSPACE, VERYVERYTHINMATHSPACE, VIEWBOX, VIEWTARGET, VISIBILITY, VLINK, VSPACE, V_ALPHABETIC, V_HANGING, V_IDEOGRAPHIC, V_MATHEMATICAL, WHEN, WIDTH, WIDTHS, WORD_SPACING, WRAP, WRITING_MODE, X, X1, X2, XCHANNELSELECTOR, XLINK_ACTUATE, XLINK_ARCROLE, XLINK_HREF, XLINK_NS, XLINK_PREFIX, XLINK_ROLE, XLINK_SHOW, XLINK_TITLE, XLINK_TYPE, XMLNS, XMLNS_NS, XMLNS_PREFIX, XMLNS_XLINK, XML_BASE, XML_LANG, XML_NS, XML_PREFIX, XML_SPACE, XREF, X_HEIGHT, Y, Y1, Y2, YCHANNELSELECTOR, Z, ZOOMANDPAN;
+function $clinit_89(){
+ $clinit_89 = nullMethod;
+ $ElementName(new ElementName(), null);
+ A = $ElementName_0(new ElementName(), 'a', 'a', 1, false, false, false);
+ B = $ElementName_0(new ElementName(), 'b', 'b', 45, false, false, false);
+ G = $ElementName_0(new ElementName(), 'g', 'g', 0, false, false, false);
+ I = $ElementName_0(new ElementName(), 'i', 'i', 45, false, false, false);
+ P = $ElementName_0(new ElementName(), 'p', 'p', 29, true, false, false);
+ Q = $ElementName_0(new ElementName(), 'q', 'q', 0, false, false, false);
+ S = $ElementName_0(new ElementName(), 's', 's', 45, false, false, false);
+ U = $ElementName_0(new ElementName(), 'u', 'u', 45, false, false, false);
+ BR = $ElementName_0(new ElementName(), 'br', 'br', 4, true, false, false);
+ CI = $ElementName_0(new ElementName(), 'ci', 'ci', 0, false, false, false);
+ CN = $ElementName_0(new ElementName(), 'cn', 'cn', 0, false, false, false);
+ DD = $ElementName_0(new ElementName(), 'dd', 'dd', 41, true, false, false);
+ DL = $ElementName_0(new ElementName(), 'dl', 'dl', 46, true, false, false);
+ DT = $ElementName_0(new ElementName(), 'dt', 'dt', 41, true, false, false);
+ EM = $ElementName_0(new ElementName(), 'em', 'em', 45, false, false, false);
+ EQ = $ElementName_0(new ElementName(), 'eq', 'eq', 0, false, false, false);
+ FN = $ElementName_0(new ElementName(), 'fn', 'fn', 0, false, false, false);
+ H1 = $ElementName_0(new ElementName(), 'h1', 'h1', 42, true, false, false);
+ H2 = $ElementName_0(new ElementName(), 'h2', 'h2', 42, true, false, false);
+ H3 = $ElementName_0(new ElementName(), 'h3', 'h3', 42, true, false, false);
+ H4 = $ElementName_0(new ElementName(), 'h4', 'h4', 42, true, false, false);
+ H5 = $ElementName_0(new ElementName(), 'h5', 'h5', 42, true, false, false);
+ H6 = $ElementName_0(new ElementName(), 'h6', 'h6', 42, true, false, false);
+ GT = $ElementName_0(new ElementName(), 'gt', 'gt', 0, false, false, false);
+ HR = $ElementName_0(new ElementName(), 'hr', 'hr', 22, true, false, false);
+ IN_0 = $ElementName_0(new ElementName(), 'in', 'in', 0, false, false, false);
+ LI = $ElementName_0(new ElementName(), 'li', 'li', 15, true, false, false);
+ LN = $ElementName_0(new ElementName(), 'ln', 'ln', 0, false, false, false);
+ LT = $ElementName_0(new ElementName(), 'lt', 'lt', 0, false, false, false);
+ MI = $ElementName_0(new ElementName(), 'mi', 'mi', 57, false, false, false);
+ MN = $ElementName_0(new ElementName(), 'mn', 'mn', 57, false, false, false);
+ MO = $ElementName_0(new ElementName(), 'mo', 'mo', 57, false, false, false);
+ MS = $ElementName_0(new ElementName(), 'ms', 'ms', 57, false, false, false);
+ OL = $ElementName_0(new ElementName(), 'ol', 'ol', 46, true, false, false);
+ OR = $ElementName_0(new ElementName(), 'or', 'or', 0, false, false, false);
+ PI = $ElementName_0(new ElementName(), 'pi', 'pi', 0, false, false, false);
+ RP = $ElementName_0(new ElementName(), 'rp', 'rp', 53, false, false, false);
+ RT_0 = $ElementName_0(new ElementName(), 'rt', 'rt', 53, false, false, false);
+ TD = $ElementName_0(new ElementName(), 'td', 'td', 40, false, true, false);
+ TH = $ElementName_0(new ElementName(), 'th', 'th', 40, false, true, false);
+ TR = $ElementName_0(new ElementName(), 'tr', 'tr', 37, true, false, true);
+ TT = $ElementName_0(new ElementName(), 'tt', 'tt', 45, false, false, false);
+ UL = $ElementName_0(new ElementName(), 'ul', 'ul', 46, true, false, false);
+ AND = $ElementName_0(new ElementName(), 'and', 'and', 0, false, false, false);
+ ARG = $ElementName_0(new ElementName(), 'arg', 'arg', 0, false, false, false);
+ ABS = $ElementName_0(new ElementName(), 'abs', 'abs', 0, false, false, false);
+ BIG = $ElementName_0(new ElementName(), 'big', 'big', 45, false, false, false);
+ BDO = $ElementName_0(new ElementName(), 'bdo', 'bdo', 0, false, false, false);
+ CSC = $ElementName_0(new ElementName(), 'csc', 'csc', 0, false, false, false);
+ COL = $ElementName_0(new ElementName(), 'col', 'col', 7, true, false, false);
+ COS = $ElementName_0(new ElementName(), 'cos', 'cos', 0, false, false, false);
+ COT = $ElementName_0(new ElementName(), 'cot', 'cot', 0, false, false, false);
+ DEL = $ElementName_0(new ElementName(), 'del', 'del', 0, false, false, false);
+ DFN = $ElementName_0(new ElementName(), 'dfn', 'dfn', 0, false, false, false);
+ DIR_0 = $ElementName_0(new ElementName(), 'dir', 'dir', 51, true, false, false);
+ DIV = $ElementName_0(new ElementName(), 'div', 'div', 50, true, false, false);
+ EXP = $ElementName_0(new ElementName(), 'exp', 'exp', 0, false, false, false);
+ GCD = $ElementName_0(new ElementName(), 'gcd', 'gcd', 0, false, false, false);
+ GEQ = $ElementName_0(new ElementName(), 'geq', 'geq', 0, false, false, false);
+ IMG = $ElementName_0(new ElementName(), 'img', 'img', 48, true, false, false);
+ INS = $ElementName_0(new ElementName(), 'ins', 'ins', 0, false, false, false);
+ INT = $ElementName_0(new ElementName(), 'int', 'int', 0, false, false, false);
+ KBD = $ElementName_0(new ElementName(), 'kbd', 'kbd', 0, false, false, false);
+ LOG = $ElementName_0(new ElementName(), 'log', 'log', 0, false, false, false);
+ LCM = $ElementName_0(new ElementName(), 'lcm', 'lcm', 0, false, false, false);
+ LEQ = $ElementName_0(new ElementName(), 'leq', 'leq', 0, false, false, false);
+ MTD = $ElementName_0(new ElementName(), 'mtd', 'mtd', 0, false, false, false);
+ MIN_0 = $ElementName_0(new ElementName(), 'min', 'min', 0, false, false, false);
+ MAP = $ElementName_0(new ElementName(), 'map', 'map', 0, false, false, false);
+ MTR = $ElementName_0(new ElementName(), 'mtr', 'mtr', 0, false, false, false);
+ MAX_0 = $ElementName_0(new ElementName(), 'max', 'max', 0, false, false, false);
+ NEQ = $ElementName_0(new ElementName(), 'neq', 'neq', 0, false, false, false);
+ NOT = $ElementName_0(new ElementName(), 'not', 'not', 0, false, false, false);
+ NAV = $ElementName_0(new ElementName(), 'nav', 'nav', 51, true, false, false);
+ PRE = $ElementName_0(new ElementName(), 'pre', 'pre', 44, true, false, false);
+ REM = $ElementName_0(new ElementName(), 'rem', 'rem', 0, false, false, false);
+ SUB = $ElementName_0(new ElementName(), 'sub', 'sub', 52, false, false, false);
+ SEC = $ElementName_0(new ElementName(), 'sec', 'sec', 0, false, false, false);
+ SVG = $ElementName_0(new ElementName(), 'svg', 'svg', 19, false, false, false);
+ SUM = $ElementName_0(new ElementName(), 'sum', 'sum', 0, false, false, false);
+ SIN = $ElementName_0(new ElementName(), 'sin', 'sin', 0, false, false, false);
+ SEP = $ElementName_0(new ElementName(), 'sep', 'sep', 0, false, false, false);
+ SUP = $ElementName_0(new ElementName(), 'sup', 'sup', 52, false, false, false);
+ SET = $ElementName_0(new ElementName(), 'set', 'set', 0, false, false, false);
+ TAN = $ElementName_0(new ElementName(), 'tan', 'tan', 0, false, false, false);
+ USE = $ElementName_0(new ElementName(), 'use', 'use', 0, false, false, false);
+ VAR = $ElementName_0(new ElementName(), 'var', 'var', 52, false, false, false);
+ WBR = $ElementName_0(new ElementName(), 'wbr', 'wbr', 49, true, false, false);
+ XMP = $ElementName_0(new ElementName(), 'xmp', 'xmp', 38, false, false, false);
+ XOR = $ElementName_0(new ElementName(), 'xor', 'xor', 0, false, false, false);
+ AREA = $ElementName_0(new ElementName(), 'area', 'area', 49, true, false, false);
+ ABBR_0 = $ElementName_0(new ElementName(), 'abbr', 'abbr', 0, false, false, false);
+ BASE_0 = $ElementName_0(new ElementName(), 'base', 'base', 2, true, false, false);
+ BVAR = $ElementName_0(new ElementName(), 'bvar', 'bvar', 0, false, false, false);
+ BODY = $ElementName_0(new ElementName(), 'body', 'body', 3, true, false, false);
+ CARD = $ElementName_0(new ElementName(), 'card', 'card', 0, false, false, false);
+ CODE_0 = $ElementName_0(new ElementName(), 'code', 'code', 45, false, false, false);
+ CITE_0 = $ElementName_0(new ElementName(), 'cite', 'cite', 0, false, false, false);
+ CSCH = $ElementName_0(new ElementName(), 'csch', 'csch', 0, false, false, false);
+ COSH = $ElementName_0(new ElementName(), 'cosh', 'cosh', 0, false, false, false);
+ COTH = $ElementName_0(new ElementName(), 'coth', 'coth', 0, false, false, false);
+ CURL = $ElementName_0(new ElementName(), 'curl', 'curl', 0, false, false, false);
+ DESC = $ElementName_0(new ElementName(), 'desc', 'desc', 59, false, false, false);
+ DIFF = $ElementName_0(new ElementName(), 'diff', 'diff', 0, false, false, false);
+ DEFS = $ElementName_0(new ElementName(), 'defs', 'defs', 0, false, false, false);
+ FORM_0 = $ElementName_0(new ElementName(), 'form', 'form', 9, true, false, false);
+ FONT = $ElementName_0(new ElementName(), 'font', 'font', 64, false, false, false);
+ GRAD = $ElementName_0(new ElementName(), 'grad', 'grad', 0, false, false, false);
+ HEAD = $ElementName_0(new ElementName(), 'head', 'head', 20, true, false, false);
+ HTML_0 = $ElementName_0(new ElementName(), 'html', 'html', 23, false, true, false);
+ LINE = $ElementName_0(new ElementName(), 'line', 'line', 0, false, false, false);
+ LINK_0 = $ElementName_0(new ElementName(), 'link', 'link', 16, true, false, false);
+ LIST_0 = $ElementName_0(new ElementName(), 'list', 'list', 0, false, false, false);
+ META = $ElementName_0(new ElementName(), 'meta', 'meta', 18, true, false, false);
+ MSUB = $ElementName_0(new ElementName(), 'msub', 'msub', 0, false, false, false);
+ MODE_0 = $ElementName_0(new ElementName(), 'mode', 'mode', 0, false, false, false);
+ MATH = $ElementName_0(new ElementName(), 'math', 'math', 17, false, false, false);
+ MARK = $ElementName_0(new ElementName(), 'mark', 'mark', 0, false, false, false);
+ MASK_0 = $ElementName_0(new ElementName(), 'mask', 'mask', 0, false, false, false);
+ MEAN = $ElementName_0(new ElementName(), 'mean', 'mean', 0, false, false, false);
+ MSUP = $ElementName_0(new ElementName(), 'msup', 'msup', 0, false, false, false);
+ MENU = $ElementName_0(new ElementName(), 'menu', 'menu', 50, true, false, false);
+ MROW = $ElementName_0(new ElementName(), 'mrow', 'mrow', 0, false, false, false);
+ NONE = $ElementName_0(new ElementName(), 'none', 'none', 0, false, false, false);
+ NOBR = $ElementName_0(new ElementName(), 'nobr', 'nobr', 24, false, false, false);
+ NEST = $ElementName_0(new ElementName(), 'nest', 'nest', 0, false, false, false);
+ PATH_0 = $ElementName_0(new ElementName(), 'path', 'path', 0, false, false, false);
+ PLUS = $ElementName_0(new ElementName(), 'plus', 'plus', 0, false, false, false);
+ RULE = $ElementName_0(new ElementName(), 'rule', 'rule', 0, false, false, false);
+ REAL = $ElementName_0(new ElementName(), 'real', 'real', 0, false, false, false);
+ RELN = $ElementName_0(new ElementName(), 'reln', 'reln', 0, false, false, false);
+ RECT = $ElementName_0(new ElementName(), 'rect', 'rect', 0, false, false, false);
+ ROOT = $ElementName_0(new ElementName(), 'root', 'root', 0, false, false, false);
+ RUBY = $ElementName_0(new ElementName(), 'ruby', 'ruby', 52, false, false, false);
+ SECH = $ElementName_0(new ElementName(), 'sech', 'sech', 0, false, false, false);
+ SINH = $ElementName_0(new ElementName(), 'sinh', 'sinh', 0, false, false, false);
+ SPAN_0 = $ElementName_0(new ElementName(), 'span', 'span', 52, false, false, false);
+ SAMP = $ElementName_0(new ElementName(), 'samp', 'samp', 0, false, false, false);
+ STOP = $ElementName_0(new ElementName(), 'stop', 'stop', 0, false, false, false);
+ SDEV = $ElementName_0(new ElementName(), 'sdev', 'sdev', 0, false, false, false);
+ TIME = $ElementName_0(new ElementName(), 'time', 'time', 0, false, false, false);
+ TRUE = $ElementName_0(new ElementName(), 'true', 'true', 0, false, false, false);
+ TREF = $ElementName_0(new ElementName(), 'tref', 'tref', 0, false, false, false);
+ TANH = $ElementName_0(new ElementName(), 'tanh', 'tanh', 0, false, false, false);
+ TEXT_0 = $ElementName_0(new ElementName(), 'text', 'text', 0, false, false, false);
+ VIEW = $ElementName_0(new ElementName(), 'view', 'view', 0, false, false, false);
+ ASIDE = $ElementName_0(new ElementName(), 'aside', 'aside', 51, true, false, false);
+ AUDIO = $ElementName_0(new ElementName(), 'audio', 'audio', 0, false, false, false);
+ APPLY = $ElementName_0(new ElementName(), 'apply', 'apply', 0, false, false, false);
+ EMBED = $ElementName_0(new ElementName(), 'embed', 'embed', 48, true, false, false);
+ FRAME_0 = $ElementName_0(new ElementName(), 'frame', 'frame', 10, true, false, false);
+ FALSE = $ElementName_0(new ElementName(), 'false', 'false', 0, false, false, false);
+ FLOOR = $ElementName_0(new ElementName(), 'floor', 'floor', 0, false, false, false);
+ GLYPH = $ElementName_0(new ElementName(), 'glyph', 'glyph', 0, false, false, false);
+ HKERN = $ElementName_0(new ElementName(), 'hkern', 'hkern', 0, false, false, false);
+ IMAGE = $ElementName_0(new ElementName(), 'image', 'image', 12, true, false, false);
+ IDENT = $ElementName_0(new ElementName(), 'ident', 'ident', 0, false, false, false);
+ INPUT = $ElementName_0(new ElementName(), 'input', 'input', 13, true, false, false);
+ LABEL_0 = $ElementName_0(new ElementName(), 'label', 'label', 62, false, false, false);
+ LIMIT = $ElementName_0(new ElementName(), 'limit', 'limit', 0, false, false, false);
+ MFRAC = $ElementName_0(new ElementName(), 'mfrac', 'mfrac', 0, false, false, false);
+ MPATH = $ElementName_0(new ElementName(), 'mpath', 'mpath', 0, false, false, false);
+ METER = $ElementName_0(new ElementName(), 'meter', 'meter', 0, false, false, false);
+ MOVER = $ElementName_0(new ElementName(), 'mover', 'mover', 0, false, false, false);
+ MINUS = $ElementName_0(new ElementName(), 'minus', 'minus', 0, false, false, false);
+ MROOT = $ElementName_0(new ElementName(), 'mroot', 'mroot', 0, false, false, false);
+ MSQRT = $ElementName_0(new ElementName(), 'msqrt', 'msqrt', 0, false, false, false);
+ MTEXT = $ElementName_0(new ElementName(), 'mtext', 'mtext', 57, false, false, false);
+ NOTIN = $ElementName_0(new ElementName(), 'notin', 'notin', 0, false, false, false);
+ PIECE = $ElementName_0(new ElementName(), 'piece', 'piece', 0, false, false, false);
+ PARAM = $ElementName_0(new ElementName(), 'param', 'param', 55, true, false, false);
+ POWER = $ElementName_0(new ElementName(), 'power', 'power', 0, false, false, false);
+ REALS = $ElementName_0(new ElementName(), 'reals', 'reals', 0, false, false, false);
+ STYLE_0 = $ElementName_0(new ElementName(), 'style', 'style', 33, true, false, false);
+ SMALL = $ElementName_0(new ElementName(), 'small', 'small', 45, false, false, false);
+ THEAD = $ElementName_0(new ElementName(), 'thead', 'thead', 39, true, false, true);
+ TABLE = $ElementName_0(new ElementName(), 'table', 'table', 34, false, true, true);
+ TITLE_0 = $ElementName_0(new ElementName(), 'title', 'title', 36, true, false, false);
+ TSPAN = $ElementName_0(new ElementName(), 'tspan', 'tspan', 0, false, false, false);
+ TIMES = $ElementName_0(new ElementName(), 'times', 'times', 0, false, false, false);
+ TFOOT = $ElementName_0(new ElementName(), 'tfoot', 'tfoot', 39, true, false, true);
+ TBODY = $ElementName_0(new ElementName(), 'tbody', 'tbody', 39, true, false, true);
+ UNION = $ElementName_0(new ElementName(), 'union', 'union', 0, false, false, false);
+ VKERN = $ElementName_0(new ElementName(), 'vkern', 'vkern', 0, false, false, false);
+ VIDEO = $ElementName_0(new ElementName(), 'video', 'video', 0, false, false, false);
+ ARCSEC = $ElementName_0(new ElementName(), 'arcsec', 'arcsec', 0, false, false, false);
+ ARCCSC = $ElementName_0(new ElementName(), 'arccsc', 'arccsc', 0, false, false, false);
+ ARCTAN = $ElementName_0(new ElementName(), 'arctan', 'arctan', 0, false, false, false);
+ ARCSIN = $ElementName_0(new ElementName(), 'arcsin', 'arcsin', 0, false, false, false);
+ ARCCOS = $ElementName_0(new ElementName(), 'arccos', 'arccos', 0, false, false, false);
+ APPLET = $ElementName_0(new ElementName(), 'applet', 'applet', 43, false, true, false);
+ ARCCOT = $ElementName_0(new ElementName(), 'arccot', 'arccot', 0, false, false, false);
+ APPROX = $ElementName_0(new ElementName(), 'approx', 'approx', 0, false, false, false);
+ BUTTON = $ElementName_0(new ElementName(), 'button', 'button', 5, false, true, false);
+ CIRCLE = $ElementName_0(new ElementName(), 'circle', 'circle', 0, false, false, false);
+ CENTER = $ElementName_0(new ElementName(), 'center', 'center', 50, true, false, false);
+ CURSOR_0 = $ElementName_0(new ElementName(), 'cursor', 'cursor', 0, false, false, false);
+ CANVAS = $ElementName_0(new ElementName(), 'canvas', 'canvas', 0, false, false, false);
+ DIVIDE = $ElementName_0(new ElementName(), 'divide', 'divide', 0, false, false, false);
+ DEGREE = $ElementName_0(new ElementName(), 'degree', 'degree', 0, false, false, false);
+ DIALOG = $ElementName_0(new ElementName(), 'dialog', 'dialog', 51, true, false, false);
+ DOMAIN = $ElementName_0(new ElementName(), 'domain', 'domain', 0, false, false, false);
+ EXISTS = $ElementName_0(new ElementName(), 'exists', 'exists', 0, false, false, false);
+ FETILE = $ElementName_0(new ElementName(), 'fetile', 'feTile', 0, false, false, false);
+ FIGURE = $ElementName_0(new ElementName(), 'figure', 'figure', 51, true, false, false);
+ FORALL = $ElementName_0(new ElementName(), 'forall', 'forall', 0, false, false, false);
+ FILTER_0 = $ElementName_0(new ElementName(), 'filter', 'filter', 0, false, false, false);
+ FOOTER = $ElementName_0(new ElementName(), 'footer', 'footer', 51, true, false, false);
+ HEADER = $ElementName_0(new ElementName(), 'header', 'header', 51, true, false, false);
+ IFRAME = $ElementName_0(new ElementName(), 'iframe', 'iframe', 47, true, false, false);
+ KEYGEN = $ElementName_0(new ElementName(), 'keygen', 'keygen', 65, true, false, false);
+ LAMBDA = $ElementName_0(new ElementName(), 'lambda', 'lambda', 0, false, false, false);
+ LEGEND = $ElementName_0(new ElementName(), 'legend', 'legend', 0, false, false, false);
+ MSPACE = $ElementName_0(new ElementName(), 'mspace', 'mspace', 0, false, false, false);
+ MTABLE = $ElementName_0(new ElementName(), 'mtable', 'mtable', 0, false, false, false);
+ MSTYLE = $ElementName_0(new ElementName(), 'mstyle', 'mstyle', 0, false, false, false);
+ MGLYPH = $ElementName_0(new ElementName(), 'mglyph', 'mglyph', 56, false, false, false);
+ MEDIAN = $ElementName_0(new ElementName(), 'median', 'median', 0, false, false, false);
+ MUNDER = $ElementName_0(new ElementName(), 'munder', 'munder', 0, false, false, false);
+ MARKER = $ElementName_0(new ElementName(), 'marker', 'marker', 0, false, false, false);
+ MERROR = $ElementName_0(new ElementName(), 'merror', 'merror', 0, false, false, false);
+ MOMENT = $ElementName_0(new ElementName(), 'moment', 'moment', 0, false, false, false);
+ MATRIX = $ElementName_0(new ElementName(), 'matrix', 'matrix', 0, false, false, false);
+ OPTION = $ElementName_0(new ElementName(), 'option', 'option', 28, true, false, false);
+ OBJECT_0 = $ElementName_0(new ElementName(), 'object', 'object', 63, false, true, false);
+ OUTPUT = $ElementName_0(new ElementName(), 'output', 'output', 62, false, false, false);
+ PRIMES = $ElementName_0(new ElementName(), 'primes', 'primes', 0, false, false, false);
+ SOURCE = $ElementName_0(new ElementName(), 'source', 'source', 55, false, false, false);
+ STRIKE = $ElementName_0(new ElementName(), 'strike', 'strike', 45, false, false, false);
+ STRONG = $ElementName_0(new ElementName(), 'strong', 'strong', 45, false, false, false);
+ SWITCH = $ElementName_0(new ElementName(), 'switch', 'switch', 0, false, false, false);
+ SYMBOL = $ElementName_0(new ElementName(), 'symbol', 'symbol', 0, false, false, false);
+ SPACER = $ElementName_0(new ElementName(), 'spacer', 'spacer', 49, true, false, false);
+ SELECT = $ElementName_0(new ElementName(), 'select', 'select', 32, true, false, false);
+ SUBSET = $ElementName_0(new ElementName(), 'subset', 'subset', 0, false, false, false);
+ SCRIPT = $ElementName_0(new ElementName(), 'script', 'script', 31, true, false, false);
+ TBREAK = $ElementName_0(new ElementName(), 'tbreak', 'tbreak', 0, false, false, false);
+ VECTOR = $ElementName_0(new ElementName(), 'vector', 'vector', 0, false, false, false);
+ ARTICLE = $ElementName_0(new ElementName(), 'article', 'article', 51, true, false, false);
+ ANIMATE = $ElementName_0(new ElementName(), 'animate', 'animate', 0, false, false, false);
+ ARCSECH = $ElementName_0(new ElementName(), 'arcsech', 'arcsech', 0, false, false, false);
+ ARCCSCH = $ElementName_0(new ElementName(), 'arccsch', 'arccsch', 0, false, false, false);
+ ARCTANH = $ElementName_0(new ElementName(), 'arctanh', 'arctanh', 0, false, false, false);
+ ARCSINH = $ElementName_0(new ElementName(), 'arcsinh', 'arcsinh', 0, false, false, false);
+ ARCCOSH = $ElementName_0(new ElementName(), 'arccosh', 'arccosh', 0, false, false, false);
+ ARCCOTH = $ElementName_0(new ElementName(), 'arccoth', 'arccoth', 0, false, false, false);
+ ACRONYM = $ElementName_0(new ElementName(), 'acronym', 'acronym', 0, false, false, false);
+ ADDRESS = $ElementName_0(new ElementName(), 'address', 'address', 51, true, false, false);
+ BGSOUND = $ElementName_0(new ElementName(), 'bgsound', 'bgsound', 49, true, false, false);
+ COMMAND = $ElementName_0(new ElementName(), 'command', 'command', 54, true, false, false);
+ COMPOSE = $ElementName_0(new ElementName(), 'compose', 'compose', 0, false, false, false);
+ CEILING = $ElementName_0(new ElementName(), 'ceiling', 'ceiling', 0, false, false, false);
+ CSYMBOL = $ElementName_0(new ElementName(), 'csymbol', 'csymbol', 0, false, false, false);
+ CAPTION = $ElementName_0(new ElementName(), 'caption', 'caption', 6, false, true, false);
+ DISCARD = $ElementName_0(new ElementName(), 'discard', 'discard', 0, false, false, false);
+ DECLARE_0 = $ElementName_0(new ElementName(), 'declare', 'declare', 0, false, false, false);
+ DETAILS = $ElementName_0(new ElementName(), 'details', 'details', 51, true, false, false);
+ ELLIPSE = $ElementName_0(new ElementName(), 'ellipse', 'ellipse', 0, false, false, false);
+ FEFUNCA = $ElementName_0(new ElementName(), 'fefunca', 'feFuncA', 0, false, false, false);
+ FEFUNCB = $ElementName_0(new ElementName(), 'fefuncb', 'feFuncB', 0, false, false, false);
+ FEBLEND = $ElementName_0(new ElementName(), 'feblend', 'feBlend', 0, false, false, false);
+ FEFLOOD = $ElementName_0(new ElementName(), 'feflood', 'feFlood', 0, false, false, false);
+ FEIMAGE = $ElementName_0(new ElementName(), 'feimage', 'feImage', 0, false, false, false);
+ FEMERGE = $ElementName_0(new ElementName(), 'femerge', 'feMerge', 0, false, false, false);
+ FEFUNCG = $ElementName_0(new ElementName(), 'fefuncg', 'feFuncG', 0, false, false, false);
+ FEFUNCR = $ElementName_0(new ElementName(), 'fefuncr', 'feFuncR', 0, false, false, false);
+ HANDLER = $ElementName_0(new ElementName(), 'handler', 'handler', 0, false, false, false);
+ INVERSE = $ElementName_0(new ElementName(), 'inverse', 'inverse', 0, false, false, false);
+ IMPLIES = $ElementName_0(new ElementName(), 'implies', 'implies', 0, false, false, false);
+ ISINDEX = $ElementName_0(new ElementName(), 'isindex', 'isindex', 14, true, false, false);
+ LOGBASE = $ElementName_0(new ElementName(), 'logbase', 'logbase', 0, false, false, false);
+ LISTING = $ElementName_0(new ElementName(), 'listing', 'listing', 44, true, false, false);
+ MFENCED = $ElementName_0(new ElementName(), 'mfenced', 'mfenced', 0, false, false, false);
+ MPADDED = $ElementName_0(new ElementName(), 'mpadded', 'mpadded', 0, false, false, false);
+ MARQUEE = $ElementName_0(new ElementName(), 'marquee', 'marquee', 43, false, true, false);
+ MACTION = $ElementName_0(new ElementName(), 'maction', 'maction', 0, false, false, false);
+ MSUBSUP = $ElementName_0(new ElementName(), 'msubsup', 'msubsup', 0, false, false, false);
+ NOEMBED = $ElementName_0(new ElementName(), 'noembed', 'noembed', 60, true, false, false);
+ POLYGON = $ElementName_0(new ElementName(), 'polygon', 'polygon', 0, false, false, false);
+ PATTERN_0 = $ElementName_0(new ElementName(), 'pattern', 'pattern', 0, false, false, false);
+ PRODUCT = $ElementName_0(new ElementName(), 'product', 'product', 0, false, false, false);
+ SETDIFF = $ElementName_0(new ElementName(), 'setdiff', 'setdiff', 0, false, false, false);
+ SECTION = $ElementName_0(new ElementName(), 'section', 'section', 51, true, false, false);
+ TENDSTO = $ElementName_0(new ElementName(), 'tendsto', 'tendsto', 0, false, false, false);
+ UPLIMIT = $ElementName_0(new ElementName(), 'uplimit', 'uplimit', 0, false, false, false);
+ ALTGLYPH = $ElementName_0(new ElementName(), 'altglyph', 'altGlyph', 0, false, false, false);
+ BASEFONT = $ElementName_0(new ElementName(), 'basefont', 'basefont', 49, true, false, false);
+ CLIPPATH = $ElementName_0(new ElementName(), 'clippath', 'clipPath', 0, false, false, false);
+ CODOMAIN = $ElementName_0(new ElementName(), 'codomain', 'codomain', 0, false, false, false);
+ COLGROUP = $ElementName_0(new ElementName(), 'colgroup', 'colgroup', 8, true, false, false);
+ DATAGRID = $ElementName_0(new ElementName(), 'datagrid', 'datagrid', 51, true, false, false);
+ EMPTYSET = $ElementName_0(new ElementName(), 'emptyset', 'emptyset', 0, false, false, false);
+ FACTOROF = $ElementName_0(new ElementName(), 'factorof', 'factorof', 0, false, false, false);
+ FIELDSET = $ElementName_0(new ElementName(), 'fieldset', 'fieldset', 61, true, false, false);
+ FRAMESET = $ElementName_0(new ElementName(), 'frameset', 'frameset', 11, true, false, false);
+ FEOFFSET = $ElementName_0(new ElementName(), 'feoffset', 'feOffset', 0, false, false, false);
+ GLYPHREF_0 = $ElementName_0(new ElementName(), 'glyphref', 'glyphRef', 0, false, false, false);
+ INTERVAL = $ElementName_0(new ElementName(), 'interval', 'interval', 0, false, false, false);
+ INTEGERS = $ElementName_0(new ElementName(), 'integers', 'integers', 0, false, false, false);
+ INFINITY = $ElementName_0(new ElementName(), 'infinity', 'infinity', 0, false, false, false);
+ LISTENER = $ElementName_0(new ElementName(), 'listener', 'listener', 0, false, false, false);
+ LOWLIMIT = $ElementName_0(new ElementName(), 'lowlimit', 'lowlimit', 0, false, false, false);
+ METADATA = $ElementName_0(new ElementName(), 'metadata', 'metadata', 0, false, false, false);
+ MENCLOSE = $ElementName_0(new ElementName(), 'menclose', 'menclose', 0, false, false, false);
+ MPHANTOM = $ElementName_0(new ElementName(), 'mphantom', 'mphantom', 0, false, false, false);
+ NOFRAMES = $ElementName_0(new ElementName(), 'noframes', 'noframes', 25, true, false, false);
+ NOSCRIPT = $ElementName_0(new ElementName(), 'noscript', 'noscript', 26, true, false, false);
+ OPTGROUP = $ElementName_0(new ElementName(), 'optgroup', 'optgroup', 27, true, false, false);
+ POLYLINE = $ElementName_0(new ElementName(), 'polyline', 'polyline', 0, false, false, false);
+ PREFETCH = $ElementName_0(new ElementName(), 'prefetch', 'prefetch', 0, false, false, false);
+ PROGRESS = $ElementName_0(new ElementName(), 'progress', 'progress', 0, false, false, false);
+ PRSUBSET = $ElementName_0(new ElementName(), 'prsubset', 'prsubset', 0, false, false, false);
+ QUOTIENT = $ElementName_0(new ElementName(), 'quotient', 'quotient', 0, false, false, false);
+ SELECTOR = $ElementName_0(new ElementName(), 'selector', 'selector', 0, false, false, false);
+ TEXTAREA = $ElementName_0(new ElementName(), 'textarea', 'textarea', 35, true, false, false);
+ TEXTPATH = $ElementName_0(new ElementName(), 'textpath', 'textPath', 0, false, false, false);
+ VARIANCE = $ElementName_0(new ElementName(), 'variance', 'variance', 0, false, false, false);
+ ANIMATION = $ElementName_0(new ElementName(), 'animation', 'animation', 0, false, false, false);
+ CONJUGATE = $ElementName_0(new ElementName(), 'conjugate', 'conjugate', 0, false, false, false);
+ CONDITION = $ElementName_0(new ElementName(), 'condition', 'condition', 0, false, false, false);
+ COMPLEXES = $ElementName_0(new ElementName(), 'complexes', 'complexes', 0, false, false, false);
+ FONT_FACE = $ElementName_0(new ElementName(), 'font-face', 'font-face', 0, false, false, false);
+ FACTORIAL = $ElementName_0(new ElementName(), 'factorial', 'factorial', 0, false, false, false);
+ INTERSECT = $ElementName_0(new ElementName(), 'intersect', 'intersect', 0, false, false, false);
+ IMAGINARY = $ElementName_0(new ElementName(), 'imaginary', 'imaginary', 0, false, false, false);
+ LAPLACIAN = $ElementName_0(new ElementName(), 'laplacian', 'laplacian', 0, false, false, false);
+ MATRIXROW = $ElementName_0(new ElementName(), 'matrixrow', 'matrixrow', 0, false, false, false);
+ NOTSUBSET = $ElementName_0(new ElementName(), 'notsubset', 'notsubset', 0, false, false, false);
+ OTHERWISE = $ElementName_0(new ElementName(), 'otherwise', 'otherwise', 0, false, false, false);
+ PIECEWISE = $ElementName_0(new ElementName(), 'piecewise', 'piecewise', 0, false, false, false);
+ PLAINTEXT = $ElementName_0(new ElementName(), 'plaintext', 'plaintext', 30, true, false, false);
+ RATIONALS = $ElementName_0(new ElementName(), 'rationals', 'rationals', 0, false, false, false);
+ SEMANTICS = $ElementName_0(new ElementName(), 'semantics', 'semantics', 0, false, false, false);
+ TRANSPOSE = $ElementName_0(new ElementName(), 'transpose', 'transpose', 0, false, false, false);
+ ANNOTATION = $ElementName_0(new ElementName(), 'annotation', 'annotation', 0, false, false, false);
+ BLOCKQUOTE = $ElementName_0(new ElementName(), 'blockquote', 'blockquote', 50, true, false, false);
+ DIVERGENCE = $ElementName_0(new ElementName(), 'divergence', 'divergence', 0, false, false, false);
+ EULERGAMMA = $ElementName_0(new ElementName(), 'eulergamma', 'eulergamma', 0, false, false, false);
+ EQUIVALENT = $ElementName_0(new ElementName(), 'equivalent', 'equivalent', 0, false, false, false);
+ IMAGINARYI = $ElementName_0(new ElementName(), 'imaginaryi', 'imaginaryi', 0, false, false, false);
+ MALIGNMARK = $ElementName_0(new ElementName(), 'malignmark', 'malignmark', 56, false, false, false);
+ MUNDEROVER = $ElementName_0(new ElementName(), 'munderover', 'munderover', 0, false, false, false);
+ MLABELEDTR = $ElementName_0(new ElementName(), 'mlabeledtr', 'mlabeledtr', 0, false, false, false);
+ NOTANUMBER = $ElementName_0(new ElementName(), 'notanumber', 'notanumber', 0, false, false, false);
+ SOLIDCOLOR = $ElementName_0(new ElementName(), 'solidcolor', 'solidcolor', 0, false, false, false);
+ ALTGLYPHDEF = $ElementName_0(new ElementName(), 'altglyphdef', 'altGlyphDef', 0, false, false, false);
+ DETERMINANT = $ElementName_0(new ElementName(), 'determinant', 'determinant', 0, false, false, false);
+ EVENTSOURCE = $ElementName_0(new ElementName(), 'eventsource', 'eventsource', 54, true, false, false);
+ FEMERGENODE = $ElementName_0(new ElementName(), 'femergenode', 'feMergeNode', 0, false, false, false);
+ FECOMPOSITE = $ElementName_0(new ElementName(), 'fecomposite', 'feComposite', 0, false, false, false);
+ FESPOTLIGHT = $ElementName_0(new ElementName(), 'fespotlight', 'feSpotLight', 0, false, false, false);
+ MALIGNGROUP = $ElementName_0(new ElementName(), 'maligngroup', 'maligngroup', 0, false, false, false);
+ MPRESCRIPTS = $ElementName_0(new ElementName(), 'mprescripts', 'mprescripts', 0, false, false, false);
+ MOMENTABOUT = $ElementName_0(new ElementName(), 'momentabout', 'momentabout', 0, false, false, false);
+ NOTPRSUBSET = $ElementName_0(new ElementName(), 'notprsubset', 'notprsubset', 0, false, false, false);
+ PARTIALDIFF = $ElementName_0(new ElementName(), 'partialdiff', 'partialdiff', 0, false, false, false);
+ ALTGLYPHITEM = $ElementName_0(new ElementName(), 'altglyphitem', 'altGlyphItem', 0, false, false, false);
+ ANIMATECOLOR = $ElementName_0(new ElementName(), 'animatecolor', 'animateColor', 0, false, false, false);
+ DATATEMPLATE = $ElementName_0(new ElementName(), 'datatemplate', 'datatemplate', 0, false, false, false);
+ EXPONENTIALE = $ElementName_0(new ElementName(), 'exponentiale', 'exponentiale', 0, false, false, false);
+ FETURBULENCE = $ElementName_0(new ElementName(), 'feturbulence', 'feTurbulence', 0, false, false, false);
+ FEPOINTLIGHT = $ElementName_0(new ElementName(), 'fepointlight', 'fePointLight', 0, false, false, false);
+ FEMORPHOLOGY = $ElementName_0(new ElementName(), 'femorphology', 'feMorphology', 0, false, false, false);
+ OUTERPRODUCT = $ElementName_0(new ElementName(), 'outerproduct', 'outerproduct', 0, false, false, false);
+ ANIMATEMOTION = $ElementName_0(new ElementName(), 'animatemotion', 'animateMotion', 0, false, false, false);
+ COLOR_PROFILE_0 = $ElementName_0(new ElementName(), 'color-profile', 'color-profile', 0, false, false, false);
+ FONT_FACE_SRC = $ElementName_0(new ElementName(), 'font-face-src', 'font-face-src', 0, false, false, false);
+ FONT_FACE_URI = $ElementName_0(new ElementName(), 'font-face-uri', 'font-face-uri', 0, false, false, false);
+ FOREIGNOBJECT = $ElementName_0(new ElementName(), 'foreignobject', 'foreignObject', 59, false, false, false);
+ FECOLORMATRIX = $ElementName_0(new ElementName(), 'fecolormatrix', 'feColorMatrix', 0, false, false, false);
+ MISSING_GLYPH = $ElementName_0(new ElementName(), 'missing-glyph', 'missing-glyph', 0, false, false, false);
+ MMULTISCRIPTS = $ElementName_0(new ElementName(), 'mmultiscripts', 'mmultiscripts', 0, false, false, false);
+ SCALARPRODUCT = $ElementName_0(new ElementName(), 'scalarproduct', 'scalarproduct', 0, false, false, false);
+ VECTORPRODUCT = $ElementName_0(new ElementName(), 'vectorproduct', 'vectorproduct', 0, false, false, false);
+ ANNOTATION_XML = $ElementName_0(new ElementName(), 'annotation-xml', 'annotation-xml', 58, false, false, false);
+ DEFINITION_SRC = $ElementName_0(new ElementName(), 'definition-src', 'definition-src', 0, false, false, false);
+ FONT_FACE_NAME = $ElementName_0(new ElementName(), 'font-face-name', 'font-face-name', 0, false, false, false);
+ FEGAUSSIANBLUR = $ElementName_0(new ElementName(), 'fegaussianblur', 'feGaussianBlur', 0, false, false, false);
+ FEDISTANTLIGHT = $ElementName_0(new ElementName(), 'fedistantlight', 'feDistantLight', 0, false, false, false);
+ LINEARGRADIENT = $ElementName_0(new ElementName(), 'lineargradient', 'linearGradient', 0, false, false, false);
+ NATURALNUMBERS = $ElementName_0(new ElementName(), 'naturalnumbers', 'naturalnumbers', 0, false, false, false);
+ RADIALGRADIENT = $ElementName_0(new ElementName(), 'radialgradient', 'radialGradient', 0, false, false, false);
+ ANIMATETRANSFORM = $ElementName_0(new ElementName(), 'animatetransform', 'animateTransform', 0, false, false, false);
+ CARTESIANPRODUCT = $ElementName_0(new ElementName(), 'cartesianproduct', 'cartesianproduct', 0, false, false, false);
+ FONT_FACE_FORMAT = $ElementName_0(new ElementName(), 'font-face-format', 'font-face-format', 0, false, false, false);
+ FECONVOLVEMATRIX = $ElementName_0(new ElementName(), 'feconvolvematrix', 'feConvolveMatrix', 0, false, false, false);
+ FEDIFFUSELIGHTING = $ElementName_0(new ElementName(), 'fediffuselighting', 'feDiffuseLighting', 0, false, false, false);
+ FEDISPLACEMENTMAP = $ElementName_0(new ElementName(), 'fedisplacementmap', 'feDisplacementMap', 0, false, false, false);
+ FESPECULARLIGHTING = $ElementName_0(new ElementName(), 'fespecularlighting', 'feSpecularLighting', 0, false, false, false);
+ DOMAINOFAPPLICATION = $ElementName_0(new ElementName(), 'domainofapplication', 'domainofapplication', 0, false, false, false);
+ FECOMPONENTTRANSFER = $ElementName_0(new ElementName(), 'fecomponenttransfer', 'feComponentTransfer', 0, false, false, false);
+ ELEMENT_NAMES = initValues(_3Lnu_validator_htmlparser_impl_ElementName_2_classLit, 50, 10, [A, B, G, I, P, Q, S, U, BR, CI, CN, DD, DL, DT, EM, EQ, FN, H1, H2, H3, H4, H5, H6, GT, HR, IN_0, LI, LN, LT, MI, MN, MO, MS, OL, OR, PI, RP, RT_0, TD, TH, TR, TT, UL, AND, ARG, ABS, BIG, BDO, CSC, COL, COS, COT, DEL, DFN, DIR_0, DIV, EXP, GCD, GEQ, IMG, INS, INT, KBD, LOG, LCM, LEQ, MTD, MIN_0, MAP, MTR, MAX_0, NEQ, NOT, NAV, PRE, REM, SUB, SEC, SVG, SUM, SIN, SEP, SUP, SET, TAN, USE, VAR, WBR, XMP, XOR, AREA, ABBR_0, BASE_0, BVAR, BODY, CARD, CODE_0, CITE_0, CSCH, COSH, COTH, CURL, DESC, DIFF, DEFS, FORM_0, FONT, GRAD, HEAD, HTML_0, LINE, LINK_0, LIST_0, META, MSUB, MODE_0, MATH, MARK, MASK_0, MEAN, MSUP, MENU, MROW, NONE, NOBR, NEST, PATH_0, PLUS, RULE, REAL, RELN, RECT, ROOT, RUBY, SECH, SINH, SPAN_0, SAMP, STOP, SDEV, TIME, TRUE, TREF, TANH, TEXT_0, VIEW, ASIDE, AUDIO, APPLY, EMBED, FRAME_0, FALSE, FLOOR, GLYPH, HKERN, IMAGE, IDENT, INPUT, LABEL_0, LIMIT, MFRAC, MPATH, METER, MOVER, MINUS, MROOT, MSQRT, MTEXT, NOTIN, PIECE, PARAM, POWER, REALS, STYLE_0, SMALL, THEAD, TABLE, TITLE_0, TSPAN, TIMES, TFOOT, TBODY, UNION, VKERN, VIDEO, ARCSEC, ARCCSC, ARCTAN, ARCSIN, ARCCOS, APPLET, ARCCOT, APPROX, BUTTON, CIRCLE, CENTER, CURSOR_0, CANVAS, DIVIDE, DEGREE, DIALOG, DOMAIN, EXISTS, FETILE, FIGURE, FORALL, FILTER_0, FOOTER, HEADER, IFRAME, KEYGEN, LAMBDA, LEGEND, MSPACE, MTABLE, MSTYLE, MGLYPH, MEDIAN, MUNDER, MARKER, MERROR, MOMENT, MATRIX, OPTION, OBJECT_0, OUTPUT, PRIMES, SOURCE, STRIKE, STRONG, SWITCH, SYMBOL, SPACER, SELECT, SUBSET, SCRIPT, TBREAK, VECTOR, ARTICLE, ANIMATE, ARCSECH, ARCCSCH, ARCTANH, ARCSINH, ARCCOSH, ARCCOTH, ACRONYM, ADDRESS, BGSOUND, COMMAND, COMPOSE, CEILING, CSYMBOL, CAPTION, DISCARD, DECLARE_0, DETAILS, ELLIPSE, FEFUNCA, FEFUNCB, FEBLEND, FEFLOOD, FEIMAGE, FEMERGE, FEFUNCG, FEFUNCR, HANDLER, INVERSE, IMPLIES, ISINDEX, LOGBASE, LISTING, MFENCED, MPADDED, MARQUEE, MACTION, MSUBSUP, NOEMBED, POLYGON, PATTERN_0, PRODUCT, SETDIFF, SECTION, TENDSTO, UPLIMIT, ALTGLYPH, BASEFONT, CLIPPATH, CODOMAIN, COLGROUP, DATAGRID, EMPTYSET, FACTOROF, FIELDSET, FRAMESET, FEOFFSET, GLYPHREF_0, INTERVAL, INTEGERS, INFINITY, LISTENER, LOWLIMIT, METADATA, MENCLOSE, MPHANTOM, NOFRAMES, NOSCRIPT, OPTGROUP, POLYLINE, PREFETCH, PROGRESS, PRSUBSET, QUOTIENT, SELECTOR, TEXTAREA, TEXTPATH, VARIANCE, ANIMATION, CONJUGATE, CONDITION, COMPLEXES, FONT_FACE, FACTORIAL, INTERSECT, IMAGINARY, LAPLACIAN, MATRIXROW, NOTSUBSET, OTHERWISE, PIECEWISE, PLAINTEXT, RATIONALS, SEMANTICS, TRANSPOSE, ANNOTATION, BLOCKQUOTE, DIVERGENCE, EULERGAMMA, EQUIVALENT, IMAGINARYI, MALIGNMARK, MUNDEROVER, MLABELEDTR, NOTANUMBER, SOLIDCOLOR, ALTGLYPHDEF, DETERMINANT, EVENTSOURCE, FEMERGENODE, FECOMPOSITE, FESPOTLIGHT, MALIGNGROUP, MPRESCRIPTS, MOMENTABOUT, NOTPRSUBSET, PARTIALDIFF, ALTGLYPHITEM, ANIMATECOLOR, DATATEMPLATE, EXPONENTIALE, FETURBULENCE, FEPOINTLIGHT, FEMORPHOLOGY, OUTERPRODUCT, ANIMATEMOTION, COLOR_PROFILE_0, FONT_FACE_SRC, FONT_FACE_URI, FOREIGNOBJECT, FECOLORMATRIX, MISSING_GLYPH, MMULTISCRIPTS, SCALARPRODUCT, VECTORPRODUCT, ANNOTATION_XML, DEFINITION_SRC, FONT_FACE_NAME, FEGAUSSIANBLUR, FEDISTANTLIGHT, LINEARGRADIENT, NATURALNUMBERS, RADIALGRADIENT, ANIMATETRANSFORM, CARTESIANPRODUCT, FONT_FACE_FORMAT, FECONVOLVEMATRIX, FEDIFFUSELIGHTING, FEDISPLACEMENTMAP, FESPECULARLIGHTING, DOMAINOFAPPLICATION, FECOMPONENTTRANSFER]);
+ ELEMENT_HASHES = initValues(_3I_classLit, 0, -1, [1057, 1090, 1255, 1321, 1552, 1585, 1651, 1717, 68162, 68899, 69059, 69764, 70020, 70276, 71077, 71205, 72134, 72232, 72264, 72296, 72328, 72360, 72392, 73351, 74312, 75209, 78124, 78284, 78476, 79149, 79309, 79341, 79469, 81295, 81487, 82224, 84498, 84626, 86164, 86292, 86612, 86676, 87445, 3183041, 3186241, 3198017, 3218722, 3226754, 3247715, 3256803, 3263971, 3264995, 3289252, 3291332, 3295524, 3299620, 3326725, 3379303, 3392679, 3448233, 3460553, 3461577, 3510347, 3546604, 3552364, 3556524, 3576461, 3586349, 3588141, 3590797, 3596333, 3622062, 3625454, 3627054, 3675728, 3749042, 3771059, 3771571, 3776211, 3782323, 3782963, 3784883, 3785395, 3788979, 3815476, 3839605, 3885110, 3917911, 3948984, 3951096, 135304769, 135858241, 136498210, 136906434, 137138658, 137512995, 137531875, 137548067, 137629283, 137645539, 137646563, 137775779, 138529956, 138615076, 139040932, 140954086, 141179366, 141690439, 142738600, 143013512, 146979116, 147175724, 147475756, 147902637, 147936877, 148017645, 148131885, 148228141, 148229165, 148309165, 148395629, 148551853, 148618829, 149076462, 149490158, 149572782, 151277616, 151639440, 153268914, 153486514, 153563314, 153750706, 153763314, 153914034, 154406067, 154417459, 154600979, 154678323, 154680979, 154866835, 155366708, 155375188, 155391572, 155465780, 155869364, 158045494, 168988979, 169321621, 169652752, 173151309, 174240818, 174247297, 174669292, 175391532, 176638123, 177380397, 177879204, 177886734, 180753473, 181020073, 181503558, 181686320, 181999237, 181999311, 182048201, 182074866, 182078003, 182083764, 182920847, 184716457, 184976961, 185145071, 187281445, 187872052, 188100653, 188875944, 188919873, 188920457, 189203987, 189371817, 189414886, 189567458, 190266670, 191318187, 191337609, 202479203, 202493027, 202835587, 202843747, 203013219, 203036048, 203045987, 203177552, 203898516, 204648562, 205067918, 205078130, 205096654, 205689142, 205690439, 205766017, 205988909, 207213161, 207794484, 207800999, 208023602, 208213644, 208213647, 210310273, 210940978, 213325049, 213946445, 214055079, 215125040, 215134273, 215135028, 215237420, 215418148, 215553166, 215553394, 215563858, 215627949, 215754324, 217529652, 217713834, 217732628, 218731945, 221417045, 221424946, 221493746, 221515401, 221658189, 221844577, 221908140, 221910626, 221921586, 222659762, 225001091, 236105833, 236113965, 236194995, 236195427, 236206132, 236206387, 236211683, 236212707, 236381647, 236571826, 237124271, 238172205, 238210544, 238270764, 238435405, 238501172, 239224867, 239257644, 239710497, 240307721, 241208789, 241241557, 241318060, 241319404, 241343533, 241344069, 241405397, 241765845, 243864964, 244502085, 244946220, 245109902, 247647266, 247707956, 248648814, 248648836, 248682161, 248986932, 249058914, 249697357, 252132601, 252135604, 252317348, 255007012, 255278388, 256365156, 257566121, 269763372, 271202790, 271863856, 272049197, 272127474, 272770631, 274339449, 274939471, 275388004, 275388005, 275388006, 275977800, 278267602, 278513831, 278712622, 281613765, 281683369, 282120228, 282250732, 282508942, 283743649, 283787570, 284710386, 285391148, 285478533, 285854898, 285873762, 286931113, 288964227, 289445441, 289689648, 291671489, 303512884, 305319975, 305610036, 305764101, 308448294, 308675890, 312085683, 312264750, 315032867, 316391000, 317331042, 317902135, 318950711, 319447220, 321499182, 322538804, 323145200, 337067316, 337826293, 339905989, 340833697, 341457068, 345302593, 349554733, 349771471, 349786245, 350819405, 356072847, 370349192, 373962798, 374509141, 375558638, 375574835, 376053993, 383276530, 383373833, 383407586, 384439906, 386079012, 404133513, 404307343, 407031852, 408072233, 409112005, 409608425, 409771500, 419040932, 437730612, 439529766, 442616365, 442813037, 443157674, 443295316, 450118444, 450482697, 456789668, 459935396, 471217869, 474073645, 476230702, 476665218, 476717289, 483014825, 485083298, 489306281, 538364390, 540675748, 543819186, 543958612, 576960820, 577242548, 610515252, 642202932, 644420819]);
+}
+
+function $ElementName_0(this$static, name, camelCaseName, group, special, scoping, fosterParenting){
+ $clinit_89();
+ this$static.name_0 = name;
+ this$static.camelCaseName = camelCaseName;
+ this$static.group = group;
+ this$static.special = special;
+ this$static.scoping = scoping;
+ this$static.fosterParenting = fosterParenting;
+ this$static.custom = false;
+ return this$static;
+}
+
+function $ElementName(this$static, name){
+ $clinit_89();
+ this$static.name_0 = name;
+ this$static.camelCaseName = name;
+ this$static.group = 0;
+ this$static.special = false;
+ this$static.scoping = false;
+ this$static.fosterParenting = false;
+ this$static.custom = true;
+ return this$static;
+}
+
+function bufToHash_0(buf, len){
+ var hash, i, j;
+ hash = len;
+ hash <<= 5;
+ hash += buf[0] - 96;
+ j = len;
+ for (i = 0; i < 4 && j > 0; ++i) {
+ --j;
+ hash <<= 5;
+ hash += buf[j] - 96;
+ }
+ return hash;
+}
+
+function elementNameByBuffer(buf, offset, length){
+ var end, end_0;
+ $clinit_89();
+ var elementName, hash, index, name;
+ hash = bufToHash_0(buf, length);
+ index = binarySearch(ELEMENT_HASHES, hash);
+ if (index < 0) {
+ return $ElementName(new ElementName(), String((end = offset + length , __checkBounds(buf.length, offset, end) , __valueOf(buf, offset, end))));
+ }
+ else {
+ elementName = ELEMENT_NAMES[index];
+ name = elementName.name_0;
+ if (!localEqualsBuffer(name, buf, offset, length)) {
+ return $ElementName(new ElementName(), String((end_0 = offset + length , __checkBounds(buf.length, offset, end_0) , __valueOf(buf, offset, end_0))));
+ }
+ return elementName;
+ }
+}
+
+function getClass_51(){
+ return Lnu_validator_htmlparser_impl_ElementName_2_classLit;
+}
+
+function ElementName(){
+}
+
+_ = ElementName.prototype = new Object_0();
+_.getClass$ = getClass_51;
+_.typeId$ = 37;
+_.camelCaseName = null;
+_.custom = false;
+_.fosterParenting = false;
+_.group = 0;
+_.name_0 = null;
+_.scoping = false;
+_.special = false;
+var A, ABBR_0, ABS, ACRONYM, ADDRESS, ALTGLYPH, ALTGLYPHDEF, ALTGLYPHITEM, AND, ANIMATE, ANIMATECOLOR, ANIMATEMOTION, ANIMATETRANSFORM, ANIMATION, ANNOTATION, ANNOTATION_XML, APPLET, APPLY, APPROX, ARCCOS, ARCCOSH, ARCCOT, ARCCOTH, ARCCSC, ARCCSCH, ARCSEC, ARCSECH, ARCSIN, ARCSINH, ARCTAN, ARCTANH, AREA, ARG, ARTICLE, ASIDE, AUDIO, B, BASE_0, BASEFONT, BDO, BGSOUND, BIG, BLOCKQUOTE, BODY, BR, BUTTON, BVAR, CANVAS, CAPTION, CARD, CARTESIANPRODUCT, CEILING, CENTER, CI, CIRCLE, CITE_0, CLIPPATH, CN, CODE_0, CODOMAIN, COL, COLGROUP, COLOR_PROFILE_0, COMMAND, COMPLEXES, COMPOSE, CONDITION, CONJUGATE, COS, COSH, COT, COTH, CSC, CSCH, CSYMBOL, CURL, CURSOR_0, DATAGRID, DATATEMPLATE, DD, DECLARE_0, DEFINITION_SRC, DEFS, DEGREE, DEL, DESC, DETAILS, DETERMINANT, DFN, DIALOG, DIFF, DIR_0, DISCARD, DIV, DIVERGENCE, DIVIDE, DL, DOMAIN, DOMAINOFAPPLICATION, DT, ELEMENT_HASHES, ELEMENT_NAMES, ELLIPSE, EM, EMBED, EMPTYSET, EQ, EQUIVALENT, EULERGAMMA, EVENTSOURCE, EXISTS, EXP, EXPONENTIALE, FACTORIAL, FACTOROF, FALSE, FEBLEND, FECOLORMATRIX, FECOMPONENTTRANSFER, FECOMPOSITE, FECONVOLVEMATRIX, FEDIFFUSELIGHTING, FEDISPLACEMENTMAP, FEDISTANTLIGHT, FEFLOOD, FEFUNCA, FEFUNCB, FEFUNCG, FEFUNCR, FEGAUSSIANBLUR, FEIMAGE, FEMERGE, FEMERGENODE, FEMORPHOLOGY, FEOFFSET, FEPOINTLIGHT, FESPECULARLIGHTING, FESPOTLIGHT, FETILE, FETURBULENCE, FIELDSET, FIGURE, FILTER_0, FLOOR, FN, FONT, FONT_FACE, FONT_FACE_FORMAT, FONT_FACE_NAME, FONT_FACE_SRC, FONT_FACE_URI, FOOTER, FORALL, FOREIGNOBJECT, FORM_0, FRAME_0, FRAMESET, G, GCD, GEQ, GLYPH, GLYPHREF_0, GRAD, GT, H1, H2, H3, H4, H5, H6, HANDLER, HEAD, HEADER, HKERN, HR, HTML_0, I, IDENT, IFRAME, IMAGE, IMAGINARY, IMAGINARYI, IMG, IMPLIES, IN_0, INFINITY, INPUT, INS, INT, INTEGERS, INTERSECT, INTERVAL, INVERSE, ISINDEX, KBD, KEYGEN, LABEL_0, LAMBDA, LAPLACIAN, LCM, LEGEND, LEQ, LI, LIMIT, LINE, LINEARGRADIENT, LINK_0, LIST_0, LISTENER, LISTING, LN, LOG, LOGBASE, LOWLIMIT, LT, MACTION, MALIGNGROUP, MALIGNMARK, MAP, MARK, MARKER, MARQUEE, MASK_0, MATH, MATRIX, MATRIXROW, MAX_0, MEAN, MEDIAN, MENCLOSE, MENU, MERROR, META, METADATA, METER, MFENCED, MFRAC, MGLYPH, MI, MIN_0, MINUS, MISSING_GLYPH, MLABELEDTR, MMULTISCRIPTS, MN, MO, MODE_0, MOMENT, MOMENTABOUT, MOVER, MPADDED, MPATH, MPHANTOM, MPRESCRIPTS, MROOT, MROW, MS, MSPACE, MSQRT, MSTYLE, MSUB, MSUBSUP, MSUP, MTABLE, MTD, MTEXT, MTR, MUNDER, MUNDEROVER, NATURALNUMBERS, NAV, NEQ, NEST, NOBR, NOEMBED, NOFRAMES, NONE, NOSCRIPT, NOT, NOTANUMBER, NOTIN, NOTPRSUBSET, NOTSUBSET, OBJECT_0, OL, OPTGROUP, OPTION, OR, OTHERWISE, OUTERPRODUCT, OUTPUT, P, PARAM, PARTIALDIFF, PATH_0, PATTERN_0, PI, PIECE, PIECEWISE, PLAINTEXT, PLUS, POLYGON, POLYLINE, POWER, PRE, PREFETCH, PRIMES, PRODUCT, PROGRESS, PRSUBSET, Q, QUOTIENT, RADIALGRADIENT, RATIONALS, REAL, REALS, RECT, RELN, REM, ROOT, RP, RT_0, RUBY, RULE, S, SAMP, SCALARPRODUCT, SCRIPT, SDEV, SEC, SECH, SECTION, SELECT, SELECTOR, SEMANTICS, SEP, SET, SETDIFF, SIN, SINH, SMALL, SOLIDCOLOR, SOURCE, SPACER, SPAN_0, STOP, STRIKE, STRONG, STYLE_0, SUB, SUBSET, SUM, SUP, SVG, SWITCH, SYMBOL, TABLE, TAN, TANH, TBODY, TBREAK, TD, TENDSTO, TEXT_0, TEXTAREA, TEXTPATH, TFOOT, TH, THEAD, TIME, TIMES, TITLE_0, TR, TRANSPOSE, TREF, TRUE, TSPAN, TT, U, UL, UNION, UPLIMIT, USE, VAR, VARIANCE, VECTOR, VECTORPRODUCT, VIDEO, VIEW, VKERN, WBR, XMP, XOR;
+function $clinit_97(){
+ $clinit_97 = nullMethod;
+ LT_GT = initValues(_3C_classLit, 42, -1, [60, 62]);
+ LT_SOLIDUS = initValues(_3C_classLit, 42, -1, [60, 47]);
+ RSQB_RSQB = initValues(_3C_classLit, 42, -1, [93, 93]);
+ REPLACEMENT_CHARACTER = initValues(_3C_classLit, 42, -1, [65533]);
+ SPACE = initValues(_3C_classLit, 42, -1, [32]);
+ LF = initValues(_3C_classLit, 42, -1, [10]);
+ CDATA_LSQB = $toCharArray('CDATA[');
+ OCTYPE = $toCharArray('octype');
+ UBLIC = $toCharArray('ublic');
+ YSTEM = $toCharArray('ystem');
+ TITLE_ARR = initValues(_3C_classLit, 42, -1, [116, 105, 116, 108, 101]);
+ SCRIPT_ARR = initValues(_3C_classLit, 42, -1, [115, 99, 114, 105, 112, 116]);
+ STYLE_ARR = initValues(_3C_classLit, 42, -1, [115, 116, 121, 108, 101]);
+ PLAINTEXT_ARR = initValues(_3C_classLit, 42, -1, [112, 108, 97, 105, 110, 116, 101, 120, 116]);
+ XMP_ARR = initValues(_3C_classLit, 42, -1, [120, 109, 112]);
+ TEXTAREA_ARR = initValues(_3C_classLit, 42, -1, [116, 101, 120, 116, 97, 114, 101, 97]);
+ IFRAME_ARR = initValues(_3C_classLit, 42, -1, [105, 102, 114, 97, 109, 101]);
+ NOEMBED_ARR = initValues(_3C_classLit, 42, -1, [110, 111, 101, 109, 98, 101, 100]);
+ NOSCRIPT_ARR = initValues(_3C_classLit, 42, -1, [110, 111, 115, 99, 114, 105, 112, 116]);
+ NOFRAMES_ARR = initValues(_3C_classLit, 42, -1, [110, 111, 102, 114, 97, 109, 101, 115]);
+}
+
+function $addAttributeWithValue(this$static){
+ var value;
+ this$static.metaBoundaryPassed && ($clinit_89() , META) == this$static.tagName && ($clinit_87() , CHARSET) == this$static.attributeName;
+ if (this$static.attributeName) {
+ value = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ if (!this$static.endTag && this$static.html4 && this$static.html4ModeCompatibleWithXhtml1Schemata && $isCaseFolded(this$static.attributeName)) {
+ value = newAsciiLowerCaseStringFromString(value);
+ }
+ $addAttribute(this$static.attributes, this$static.attributeName, value, this$static.xmlnsPolicy);
+ }
+}
+
+function $addAttributeWithoutValue(this$static){
+ this$static.metaBoundaryPassed && ($clinit_87() , CHARSET) == this$static.attributeName && ($clinit_89() , META) == this$static.tagName;
+ if (this$static.attributeName) {
+ if (this$static.html4) {
+ if ($isBoolean(this$static.attributeName)) {
+ if (this$static.html4ModeCompatibleWithXhtml1Schemata) {
+ $addAttribute(this$static.attributes, this$static.attributeName, this$static.attributeName.local[0], this$static.xmlnsPolicy);
+ }
+ else {
+ $addAttribute(this$static.attributes, this$static.attributeName, '', this$static.xmlnsPolicy);
+ }
+ }
+ else {
+ $addAttribute(this$static.attributes, this$static.attributeName, '', this$static.xmlnsPolicy);
+ }
+ }
+ else {
+ if (($clinit_87() , SRC) == this$static.attributeName || HREF == this$static.attributeName) {
+ 'Attribute \u201C' + this$static.attributeName.local[0] + '\u201D without an explicit value seen. The attribute may be dropped by IE7.';
+ }
+ $addAttribute(this$static.attributes, this$static.attributeName, '', this$static.xmlnsPolicy);
+ }
+ }
+}
+
+function $adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, c){
+ switch (this$static.commentPolicy.ordinal) {
+ case 2:
+ --this$static.longStrBufLen;
+ $appendLongStrBuf(this$static, 32);
+ $appendLongStrBuf(this$static, 45);
+ case 0:
+ $appendLongStrBuf(this$static, c);
+ break;
+ case 1:
+ $fatal(this$static, 'The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.');
+ }
+}
+
+function $appendLongStrBuf(this$static, c){
+ var newBuf;
+ if (this$static.longStrBufLen == this$static.longStrBuf.length) {
+ newBuf = initDim(_3C_classLit, 42, -1, this$static.longStrBufLen + (this$static.longStrBufLen >> 1), 1);
+ arraycopy(this$static.longStrBuf, 0, newBuf, 0, this$static.longStrBuf.length);
+ this$static.longStrBuf = newBuf;
+ }
+ this$static.longStrBuf[this$static.longStrBufLen++] = c;
+}
+
+function $appendLongStrBuf_0(this$static, buffer, offset, length){
+ var newBuf, reqLen;
+ reqLen = this$static.longStrBufLen + length;
+ if (this$static.longStrBuf.length < reqLen) {
+ newBuf = initDim(_3C_classLit, 42, -1, reqLen + (reqLen >> 1), 1);
+ arraycopy(this$static.longStrBuf, 0, newBuf, 0, this$static.longStrBuf.length);
+ this$static.longStrBuf = newBuf;
+ }
+ arraycopy(buffer, offset, this$static.longStrBuf, this$static.longStrBufLen, length);
+ this$static.longStrBufLen = reqLen;
+}
+
+function $appendSecondHyphenToBogusComment(this$static){
+ switch (this$static.commentPolicy.ordinal) {
+ case 2:
+ $appendLongStrBuf(this$static, 32);
+ case 0:
+ $appendLongStrBuf(this$static, 45);
+ break;
+ case 1:
+ $fatal(this$static, 'The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.');
+ }
+}
+
+function $appendStrBuf(this$static, c){
+ var newBuf;
+ if (this$static.strBufLen == this$static.strBuf.length) {
+ newBuf = initDim(_3C_classLit, 42, -1, this$static.strBuf.length + 1024, 1);
+ arraycopy(this$static.strBuf, 0, newBuf, 0, this$static.strBuf.length);
+ this$static.strBuf = newBuf;
+ }
+ this$static.strBuf[this$static.strBufLen++] = c;
+}
+
+function $attributeNameComplete(this$static){
+ this$static.attributeName = nameByBuffer(this$static.strBuf, 0, this$static.strBufLen, this$static.namePolicy != ($clinit_80() , ALLOW));
+ if (!this$static.attributes) {
+ this$static.attributes = $HtmlAttributes(new HtmlAttributes(), this$static.mappingLangToXmlLang);
+ }
+ if ($contains(this$static.attributes, this$static.attributeName)) {
+ 'Duplicate attribute \u201C' + this$static.attributeName.local[0] + '\u201D.';
+ this$static.attributeName = null;
+ }
+}
+
+function $contentModelElementToArray(this$static){
+ switch (this$static.contentModelElement.group) {
+ case 36:
+ this$static.contentModelElementNameAsArray = TITLE_ARR;
+ return;
+ case 31:
+ this$static.contentModelElementNameAsArray = SCRIPT_ARR;
+ return;
+ case 33:
+ this$static.contentModelElementNameAsArray = STYLE_ARR;
+ return;
+ case 30:
+ this$static.contentModelElementNameAsArray = PLAINTEXT_ARR;
+ return;
+ case 38:
+ this$static.contentModelElementNameAsArray = XMP_ARR;
+ return;
+ case 35:
+ this$static.contentModelElementNameAsArray = TEXTAREA_ARR;
+ return;
+ case 47:
+ this$static.contentModelElementNameAsArray = IFRAME_ARR;
+ return;
+ case 60:
+ this$static.contentModelElementNameAsArray = NOEMBED_ARR;
+ return;
+ case 26:
+ this$static.contentModelElementNameAsArray = NOSCRIPT_ARR;
+ return;
+ case 25:
+ this$static.contentModelElementNameAsArray = NOFRAMES_ARR;
+ return;
+ default:return;
+ }
+}
+
+function $emitCarriageReturn(this$static, buf, pos){
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $flushChars(this$static, buf, pos);
+ $characters(this$static.tokenHandler, LF, 0, 1);
+ this$static.cstart = 2147483647;
+}
+
+function $emitComment(this$static, provisionalHyphens, pos){
+ if (this$static.wantsComments) {
+ $comment(this$static.tokenHandler, this$static.longStrBuf, 0, this$static.longStrBufLen - provisionalHyphens);
+ }
+ this$static.cstart = pos + 1;
+}
+
+function $emitCurrentTagToken(this$static, selfClosing, pos){
+ var attrs;
+ this$static.cstart = pos + 1;
+ this$static.stateSave = 0;
+ attrs = !this$static.attributes?($clinit_91() , EMPTY_ATTRIBUTES):this$static.attributes;
+ if (this$static.endTag) {
+ $endTag(this$static.tokenHandler, this$static.tagName);
+ }
+ else {
+ $startTag(this$static.tokenHandler, this$static.tagName, attrs, selfClosing);
+ }
+ $resetAttributes(this$static);
+ return this$static.stateSave;
+}
+
+function $emitOrAppend(this$static, val, returnState){
+ if ((returnState & -2) != 0) {
+ $appendLongStrBuf_0(this$static, val, 0, val.length);
+ }
+ else {
+ $characters(this$static.tokenHandler, val, 0, val.length);
+ }
+}
+
+function $emitOrAppendOne(this$static, val, returnState){
+ if ((returnState & -2) != 0) {
+ $appendLongStrBuf(this$static, val[0]);
+ }
+ else {
+ $characters(this$static.tokenHandler, val, 0, 1);
+ }
+}
+
+function $emitOrAppendStrBuf(this$static, returnState){
+ if ((returnState & -2) != 0) {
+ $appendLongStrBuf_0(this$static, this$static.strBuf, 0, this$static.strBufLen);
+ }
+ else {
+ $emitStrBuf(this$static);
+ }
+}
+
+function $emitReplacementCharacter(this$static, buf, pos){
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $flushChars(this$static, buf, pos);
+ $characters(this$static.tokenHandler, REPLACEMENT_CHARACTER, 0, 1);
+ this$static.cstart = 2147483647;
+}
+
+function $emitStrBuf(this$static){
+ if (this$static.strBufLen > 0) {
+ $characters(this$static.tokenHandler, this$static.strBuf, 0, this$static.strBufLen);
+ }
+}
+
+function $emptyAttributes(this$static){
+ if (this$static.newAttributesEachTime) {
+ return $HtmlAttributes(new HtmlAttributes(), this$static.mappingLangToXmlLang);
+ }
+ else {
+ return $clinit_91() , EMPTY_ATTRIBUTES;
+ }
+}
+
+function $end(this$static){
+ this$static.strBuf = null;
+ this$static.longStrBuf = null;
+ this$static.systemIdentifier = null;
+ this$static.publicIdentifier = null;
+ this$static.doctypeName = null;
+ this$static.tagName = null;
+ this$static.attributeName = null;
+ $endTokenization(this$static.tokenHandler);
+ if (this$static.attributes) {
+ $clear_0(this$static.attributes, this$static.mappingLangToXmlLang);
+ this$static.attributes = null;
+ }
+}
+
+function $eof(this$static){
+ var candidateArr, ch, i, returnState, state, val;
+ state = this$static.stateSave;
+ returnState = this$static.returnStateSave;
+ eofloop: for (;;) {
+ switch (state) {
+ case 53:
+ $characters(this$static.tokenHandler, LT_GT, 0, 1);
+ break eofloop;
+ case 4:
+ $characters(this$static.tokenHandler, LT_GT, 0, 1);
+ break eofloop;
+ case 37:
+ if (this$static.index < this$static.contentModelElementNameAsArray.length) {
+ break eofloop;
+ }
+ else {
+ break eofloop;
+ }
+
+ case 5:
+ $characters(this$static.tokenHandler, LT_SOLIDUS, 0, 2);
+ break eofloop;
+ case 6:
+ break eofloop;
+ case 7:
+ case 14:
+ case 48:
+ break eofloop;
+ case 8:
+ break eofloop;
+ case 9:
+ case 10:
+ break eofloop;
+ case 11:
+ case 12:
+ case 13:
+ break eofloop;
+ case 15:
+ $emitComment(this$static, 0, 0);
+ break eofloop;
+ case 59:
+ $maybeAppendSpaceToBogusComment(this$static);
+ $emitComment(this$static, 0, 0);
+ break eofloop;
+ case 16:
+ this$static.longStrBufLen = 0;
+ $emitComment(this$static, 0, 0);
+ break eofloop;
+ case 38:
+ $emitComment(this$static, 0, 0);
+ break eofloop;
+ case 39:
+ if (this$static.index < 6) {
+ $emitComment(this$static, 0, 0);
+ }
+ else {
+ this$static.doctypeName = '';
+ this$static.publicIdentifier = null;
+ this$static.systemIdentifier = null;
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ }
+
+ break eofloop;
+ case 30:
+ case 32:
+ case 35:
+ $emitComment(this$static, 0, 0);
+ break eofloop;
+ case 34:
+ $emitComment(this$static, 2, 0);
+ break eofloop;
+ case 33:
+ case 31:
+ $emitComment(this$static, 1, 0);
+ break eofloop;
+ case 36:
+ $emitComment(this$static, 3, 0);
+ break eofloop;
+ case 17:
+ case 18:
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 19:
+ this$static.doctypeName = String(valueOf_1(this$static.strBuf, 0, this$static.strBufLen));
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 40:
+ case 41:
+ case 20:
+ case 21:
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 22:
+ case 23:
+ this$static.forceQuirks = true;
+ this$static.publicIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 24:
+ case 25:
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 26:
+ case 27:
+ this$static.forceQuirks = true;
+ this$static.systemIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 28:
+ this$static.forceQuirks = true;
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 29:
+ this$static.cstart = 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ break eofloop;
+ case 42:
+ $emitOrAppendStrBuf(this$static, returnState);
+ state = returnState;
+ continue;
+ case 44:
+ outer: for (;;) {
+ ++this$static.entCol;
+ hiloop: for (;;) {
+ if (this$static.hi == -1) {
+ break hiloop;
+ }
+ if (this$static.entCol == ($clinit_94() , NAMES)[this$static.hi].length) {
+ break hiloop;
+ }
+ if (this$static.entCol > NAMES[this$static.hi].length) {
+ break outer;
+ }
+ else if (0 < NAMES[this$static.hi][this$static.entCol]) {
+ --this$static.hi;
+ }
+ else {
+ break hiloop;
+ }
+ }
+ loloop: for (;;) {
+ if (this$static.hi < this$static.lo) {
+ break outer;
+ }
+ if (this$static.entCol == ($clinit_94() , NAMES)[this$static.lo].length) {
+ this$static.candidate = this$static.lo;
+ this$static.strBufMark = this$static.strBufLen;
+ ++this$static.lo;
+ }
+ else if (this$static.entCol > NAMES[this$static.lo].length) {
+ break outer;
+ }
+ else if (0 > NAMES[this$static.lo][this$static.entCol]) {
+ ++this$static.lo;
+ }
+ else {
+ break loloop;
+ }
+ }
+ if (this$static.hi < this$static.lo) {
+ break outer;
+ }
+ continue;
+ }
+
+ if (this$static.candidate == -1) {
+ $emitOrAppendStrBuf(this$static, returnState);
+ state = returnState;
+ continue eofloop;
+ }
+ else {
+ candidateArr = ($clinit_94() , NAMES)[this$static.candidate];
+ if (candidateArr[candidateArr.length - 1] != 59) {
+ if ((returnState & -2) != 0) {
+ if (this$static.strBufMark == this$static.strBufLen) {
+ ch = 0;
+ }
+ else {
+ ch = this$static.strBuf[this$static.strBufMark];
+ }
+ if (ch >= 48 && ch <= 57 || ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122) {
+ $appendLongStrBuf_0(this$static, this$static.strBuf, 0, this$static.strBufLen);
+ state = returnState;
+ continue eofloop;
+ }
+ }
+ }
+ val = VALUES_0[this$static.candidate];
+ $emitOrAppend(this$static, val, returnState);
+ if (this$static.strBufMark < this$static.strBufLen) {
+ if ((returnState & -2) != 0) {
+ for (i = this$static.strBufMark; i < this$static.strBufLen; ++i) {
+ $appendLongStrBuf(this$static, this$static.strBuf[i]);
+ }
+ }
+ else {
+ $characters(this$static.tokenHandler, this$static.strBuf, this$static.strBufMark, this$static.strBufLen - this$static.strBufMark);
+ }
+ }
+ state = returnState;
+ continue eofloop;
+ }
+
+ case 43:
+ case 46:
+ case 45:
+ if (this$static.seenDigits) {
+ }
+ else {
+ 'No digits after \u201C' + valueOf_1(this$static.strBuf, 0, this$static.strBufLen) + '\u201D.';
+ $emitOrAppendStrBuf(this$static, returnState);
+ state = returnState;
+ continue;
+ }
+
+ $handleNcrValue(this$static, returnState);
+ state = returnState;
+ continue;
+ case 0:
+ default:break eofloop;
+ }
+ }
+ $eof_0(this$static.tokenHandler);
+ return;
+}
+
+function $fatal(this$static, message){
+ var spe;
+ spe = $SAXParseException(new SAXParseException(), message, this$static);
+ throw spe;
+}
+
+function $handleNcrValue(this$static, returnState){
+ var ch, val;
+ if (this$static.value >= 128 && this$static.value <= 159) {
+ val = ($clinit_94() , WINDOWS_1252)[this$static.value - 128];
+ $emitOrAppendOne(this$static, val, returnState);
+ }
+ else if (this$static.value == 13) {
+ $emitOrAppendOne(this$static, LF, returnState);
+ }
+ else if (this$static.value == 12 && this$static.contentSpacePolicy != ($clinit_80() , ALLOW)) {
+ if (this$static.contentSpacePolicy == ($clinit_80() , ALTER_INFOSET)) {
+ $emitOrAppendOne(this$static, SPACE, returnState);
+ }
+ else if (this$static.contentSpacePolicy == FATAL) {
+ $fatal(this$static, 'A character reference expanded to a form feed which is not legal XML 1.0 white space.');
+ }
+ }
+ else if (this$static.value >= 0 && this$static.value <= 8 || this$static.value == 11 || this$static.value >= 14 && this$static.value <= 31 || this$static.value == 127) {
+ 'Character reference expands to a control character (' + $toUPlusString(this$static.value & 65535) + ').';
+ $emitOrAppendOne(this$static, REPLACEMENT_CHARACTER, returnState);
+ }
+ else if ((this$static.value & 63488) == 55296) {
+ $emitOrAppendOne(this$static, REPLACEMENT_CHARACTER, returnState);
+ }
+ else if ((this$static.value & 65534) == 65534) {
+ $emitOrAppendOne(this$static, REPLACEMENT_CHARACTER, returnState);
+ }
+ else if (this$static.value >= 64976 && this$static.value <= 65007) {
+ $emitOrAppendOne(this$static, REPLACEMENT_CHARACTER, returnState);
+ }
+ else if (this$static.value <= 65535) {
+ ch = this$static.value & 65535;
+ this$static.bmpChar[0] = ch;
+ $emitOrAppendOne(this$static, this$static.bmpChar, returnState);
+ }
+ else if (this$static.value <= 1114111) {
+ this$static.astralChar[0] = 55232 + (this$static.value >> 10) & 65535;
+ this$static.astralChar[1] = 56320 + (this$static.value & 1023) & 65535;
+ $emitOrAppend(this$static, this$static.astralChar, returnState);
+ }
+ else {
+ $emitOrAppendOne(this$static, REPLACEMENT_CHARACTER, returnState);
+ }
+}
+
+function $maybeAppendSpaceToBogusComment(this$static){
+ switch (this$static.commentPolicy.ordinal) {
+ case 2:
+ $appendLongStrBuf(this$static, 32);
+ break;
+ case 1:
+ $fatal(this$static, 'The document is not mappable to XML 1.0 due to a trailing hyphen in a comment.');
+ }
+}
+
+function $resetAttributes(this$static){
+ if (this$static.newAttributesEachTime) {
+ this$static.attributes = null;
+ }
+ else {
+ $clear_0(this$static.attributes, this$static.mappingLangToXmlLang);
+ }
+}
+
+function $setContentModelFlag(this$static, contentModelFlag){
+ var asArray;
+ this$static.stateSave = contentModelFlag;
+ if (contentModelFlag == 0) {
+ return;
+ }
+ asArray = null.nullMethod();
+ this$static.contentModelElement = elementNameByBuffer(asArray, 0, null.nullField);
+ $contentModelElementToArray(this$static);
+}
+
+function $setContentModelFlag_0(this$static, contentModelFlag, contentModelElement){
+ this$static.stateSave = contentModelFlag;
+ this$static.contentModelElement = contentModelElement;
+ $contentModelElementToArray(this$static);
+}
+
+function $setXmlnsPolicy(this$static, xmlnsPolicy){
+ if (xmlnsPolicy == ($clinit_80() , FATAL)) {
+ throw $IllegalArgumentException(new IllegalArgumentException(), "Can't use FATAL here.");
+ }
+ this$static.xmlnsPolicy = xmlnsPolicy;
+}
+
+function $start_0(this$static){
+ this$static.confident = false;
+ this$static.strBuf = initDim(_3C_classLit, 42, -1, 64, 1);
+ this$static.strBufLen = 0;
+ this$static.longStrBuf = initDim(_3C_classLit, 42, -1, 1024, 1);
+ this$static.longStrBufLen = 0;
+ this$static.stateSave = 0;
+ this$static.lastCR = false;
+ this$static.html4 = false;
+ this$static.metaBoundaryPassed = false;
+ $startTokenization(this$static.tokenHandler, this$static);
+ this$static.wantsComments = this$static.tokenHandler.wantingComments;
+ this$static.index = 0;
+ this$static.forceQuirks = false;
+ this$static.additional = 0;
+ this$static.entCol = -1;
+ this$static.lo = 0;
+ this$static.hi = ($clinit_94() , NAMES).length - 1;
+ this$static.candidate = -1;
+ this$static.strBufMark = 0;
+ this$static.prevValue = -1;
+ this$static.value = 0;
+ this$static.seenDigits = false;
+ this$static.shouldSuspend = false;
+ if (this$static.newAttributesEachTime) {
+ this$static.attributes = null;
+ }
+ else {
+ this$static.attributes = $HtmlAttributes(new HtmlAttributes(), this$static.mappingLangToXmlLang);
+ }
+ this$static.alreadyComplainedAboutNonAscii = false;
+ this$static.line = this$static.linePrev = 0;
+ this$static.col = this$static.colPrev = 1;
+ this$static.nextCharOnNewLine = true;
+ this$static.prev = 0;
+ this$static.alreadyWarnedAboutPrivateUseCharacters = false;
+}
+
+function $stateLoop(this$static, state, c, pos, buf, reconsume, returnState, endPos){
+ var candidateArr, ch, e, folded, i, val;
+ stateloop: for (;;) {
+ switch (state) {
+ case 0:
+ dataloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 38:
+ $flushChars(this$static, buf, pos);
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ this$static.additional = 0;
+ $LocatorImpl(new LocatorImpl(), this$static);
+ returnState = state;
+ state = 42;
+ continue stateloop;
+ case 60:
+ $flushChars(this$static, buf, pos);
+ state = 4;
+ break dataloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 4:
+ tagopenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (c >= 65 && c <= 90) {
+ this$static.endTag = false;
+ this$static.strBuf[0] = c + 32 & 65535;
+ this$static.strBufLen = 1;
+ state = 6;
+ break tagopenloop;
+ }
+ else if (c >= 97 && c <= 122) {
+ this$static.endTag = false;
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ state = 6;
+ break tagopenloop;
+ }
+ switch (c) {
+ case 33:
+ state = 16;
+ continue stateloop;
+ case 47:
+ state = 5;
+ continue stateloop;
+ case 63:
+ this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ state = 15;
+ continue stateloop;
+ case 62:
+ $characters(this$static.tokenHandler, LT_GT, 0, 2);
+ this$static.cstart = pos + 1;
+ state = 0;
+ continue stateloop;
+ default:$characters(this$static.tokenHandler, LT_GT, 0, 1);
+ this$static.cstart = pos;
+ state = 0;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 6:
+ tagnameloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ this$static.tagName = elementNameByBuffer(this$static.strBuf, 0, this$static.strBufLen);
+ state = 7;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ this$static.tagName = elementNameByBuffer(this$static.strBuf, 0, this$static.strBufLen);
+ state = 7;
+ break tagnameloop;
+ case 47:
+ this$static.tagName = elementNameByBuffer(this$static.strBuf, 0, this$static.strBufLen);
+ state = 48;
+ continue stateloop;
+ case 62:
+ this$static.tagName = elementNameByBuffer(this$static.strBuf, 0, this$static.strBufLen);
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ $appendStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 7:
+ beforeattributenameloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 47:
+ state = 48;
+ continue stateloop;
+ case 62:
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ case 34:
+ case 39:
+ case 60:
+ case 61:
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ state = 8;
+ break beforeattributenameloop;
+ }
+ }
+
+ case 8:
+ attributenameloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $attributeNameComplete(this$static);
+ state = 9;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ $attributeNameComplete(this$static);
+ state = 9;
+ continue stateloop;
+ case 47:
+ $attributeNameComplete(this$static);
+ $addAttributeWithoutValue(this$static);
+ state = 48;
+ continue stateloop;
+ case 61:
+ $attributeNameComplete(this$static);
+ state = 10;
+ break attributenameloop;
+ case 62:
+ $attributeNameComplete(this$static);
+ $addAttributeWithoutValue(this$static);
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ case 34:
+ case 39:
+ case 60:
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ $appendStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 10:
+ beforeattributevalueloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 34:
+ this$static.longStrBufLen = 0;
+ state = 11;
+ break beforeattributevalueloop;
+ case 38:
+ this$static.longStrBufLen = 0;
+ state = 13;
+ reconsume = true;
+ continue stateloop;
+ case 39:
+ this$static.longStrBufLen = 0;
+ state = 12;
+ continue stateloop;
+ case 62:
+ $addAttributeWithoutValue(this$static);
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ case 60:
+ case 61:
+ $errLtOrEqualsInUnquotedAttributeOrNull(c);
+ default:this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ state = 13;
+ continue stateloop;
+ }
+ }
+
+ case 11:
+ attributevaluedoublequotedloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 34:
+ $addAttributeWithValue(this$static);
+ state = 14;
+ break attributevaluedoublequotedloop;
+ case 38:
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ this$static.additional = 34;
+ $LocatorImpl(new LocatorImpl(), this$static);
+ returnState = state;
+ state = 42;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 14:
+ afterattributevaluequotedloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ state = 7;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ state = 7;
+ continue stateloop;
+ case 47:
+ state = 48;
+ break afterattributevaluequotedloop;
+ case 62:
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ default:state = 7;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 48:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ state = $emitCurrentTagToken(this$static, true, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ default:state = 7;
+ reconsume = true;
+ continue stateloop;
+ }
+
+ case 13:
+ for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $addAttributeWithValue(this$static);
+ state = 7;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ $addAttributeWithValue(this$static);
+ state = 7;
+ continue stateloop;
+ case 38:
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ this$static.additional = 62;
+ $LocatorImpl(new LocatorImpl(), this$static);
+ returnState = state;
+ state = 42;
+ continue stateloop;
+ case 62:
+ $addAttributeWithValue(this$static);
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ case 60:
+ case 34:
+ case 39:
+ case 61:
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 9:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 47:
+ $addAttributeWithoutValue(this$static);
+ state = 48;
+ continue stateloop;
+ case 61:
+ state = 10;
+ continue stateloop;
+ case 62:
+ $addAttributeWithoutValue(this$static);
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 0:
+ c = 65533;
+ case 34:
+ case 39:
+ case 60:
+ default:$addAttributeWithoutValue(this$static);
+ if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ state = 8;
+ continue stateloop;
+ }
+ }
+
+ case 15:
+ boguscommentloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 62:
+ $emitComment(this$static, 0, pos);
+ state = 0;
+ continue stateloop;
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 59;
+ break boguscommentloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 59:
+ boguscommenthyphenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ $maybeAppendSpaceToBogusComment(this$static);
+ $emitComment(this$static, 0, pos);
+ state = 0;
+ continue stateloop;
+ case 45:
+ $appendSecondHyphenToBogusComment(this$static);
+ continue boguscommenthyphenloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 15;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 15;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 15;
+ continue stateloop;
+ }
+ }
+
+ case 16:
+ markupdeclarationopenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ state = 38;
+ break markupdeclarationopenloop;
+ case 100:
+ case 68:
+ this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ this$static.index = 0;
+ state = 39;
+ continue stateloop;
+ case 91:
+ if (this$static.tokenHandler.foreignFlag == 0) {
+ this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ this$static.index = 0;
+ state = 49;
+ continue stateloop;
+ }
+ else {
+ }
+
+ default:this$static.longStrBufLen = 0;
+ state = 15;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 38:
+ markupdeclarationhyphenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 0:
+ break stateloop;
+ case 45:
+ this$static.longStrBufLen = 0;
+ state = 30;
+ break markupdeclarationhyphenloop;
+ default:state = 15;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 30:
+ commentstartloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 31;
+ continue stateloop;
+ case 62:
+ $emitComment(this$static, 0, pos);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ break commentstartloop;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 32;
+ break commentstartloop;
+ }
+ }
+
+ case 32:
+ commentloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 33;
+ break commentloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 33:
+ commentenddashloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 34;
+ break commentenddashloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 32;
+ continue stateloop;
+ }
+ }
+
+ case 34:
+ commentendloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ $emitComment(this$static, 2, pos);
+ state = 0;
+ continue stateloop;
+ case 45:
+ $adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, c);
+ continue;
+ case 32:
+ case 9:
+ case 12:
+ $adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, c);
+ state = 35;
+ break commentendloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, 10);
+ state = 35;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, 10);
+ state = 35;
+ break commentendloop;
+ case 33:
+ $appendLongStrBuf(this$static, c);
+ state = 36;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:$adjustDoubleHyphenAndAppendToLongStrBufAndErr(this$static, c);
+ state = 32;
+ continue stateloop;
+ }
+ }
+
+ case 35:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ $emitComment(this$static, 0, pos);
+ state = 0;
+ continue stateloop;
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 33;
+ continue stateloop;
+ case 32:
+ case 9:
+ case 12:
+ $appendLongStrBuf(this$static, c);
+ continue;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 32;
+ continue stateloop;
+ }
+ }
+
+ case 36:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ $emitComment(this$static, 3, pos);
+ state = 0;
+ continue stateloop;
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 33;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 32;
+ continue stateloop;
+ }
+ }
+
+ case 31:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ $appendLongStrBuf(this$static, c);
+ state = 34;
+ continue stateloop;
+ case 62:
+ $emitComment(this$static, 1, pos);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ state = 32;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ state = 32;
+ continue stateloop;
+ }
+
+ case 39:
+ markupdeclarationdoctypeloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.index < 6) {
+ folded = c;
+ if (c >= 65 && c <= 90) {
+ folded += 32;
+ }
+ if (folded == OCTYPE[this$static.index]) {
+ $appendLongStrBuf(this$static, c);
+ }
+ else {
+ state = 15;
+ reconsume = true;
+ continue stateloop;
+ }
+ ++this$static.index;
+ continue;
+ }
+ else {
+ state = 17;
+ reconsume = true;
+ break markupdeclarationdoctypeloop;
+ }
+ }
+
+ case 17:
+ doctypeloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ this$static.doctypeName = '';
+ this$static.systemIdentifier = null;
+ this$static.publicIdentifier = null;
+ this$static.forceQuirks = false;
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ state = 18;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ state = 18;
+ break doctypeloop;
+ default:state = 18;
+ reconsume = true;
+ break doctypeloop;
+ }
+ }
+
+ case 18:
+ beforedoctypenameloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ state = 19;
+ break beforedoctypenameloop;
+ }
+ }
+
+ case 19:
+ doctypenameloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ this$static.doctypeName = String(valueOf_1(this$static.strBuf, 0, this$static.strBufLen));
+ state = 20;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ this$static.doctypeName = String(valueOf_1(this$static.strBuf, 0, this$static.strBufLen));
+ state = 20;
+ break doctypenameloop;
+ case 62:
+ this$static.doctypeName = String(valueOf_1(this$static.strBuf, 0, this$static.strBufLen));
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ $appendStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 20:
+ afterdoctypenameloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 62:
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 112:
+ case 80:
+ this$static.index = 0;
+ state = 40;
+ break afterdoctypenameloop;
+ case 115:
+ case 83:
+ this$static.index = 0;
+ state = 41;
+ continue stateloop;
+ default:this$static.forceQuirks = true;
+ state = 29;
+ continue stateloop;
+ }
+ }
+
+ case 40:
+ doctypeublicloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.index < 5) {
+ folded = c;
+ if (c >= 65 && c <= 90) {
+ folded += 32;
+ }
+ if (folded != UBLIC[this$static.index]) {
+ this$static.forceQuirks = true;
+ state = 29;
+ reconsume = true;
+ continue stateloop;
+ }
+ ++this$static.index;
+ continue;
+ }
+ else {
+ state = 21;
+ reconsume = true;
+ break doctypeublicloop;
+ }
+ }
+
+ case 21:
+ beforedoctypepublicidentifierloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 34:
+ this$static.longStrBufLen = 0;
+ state = 22;
+ break beforedoctypepublicidentifierloop;
+ case 39:
+ this$static.longStrBufLen = 0;
+ state = 23;
+ continue stateloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ default:this$static.forceQuirks = true;
+ state = 29;
+ continue stateloop;
+ }
+ }
+
+ case 22:
+ doctypepublicidentifierdoublequotedloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 34:
+ this$static.publicIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ state = 24;
+ break doctypepublicidentifierdoublequotedloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.publicIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 24:
+ afterdoctypepublicidentifierloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 34:
+ this$static.longStrBufLen = 0;
+ state = 26;
+ break afterdoctypepublicidentifierloop;
+ case 39:
+ this$static.longStrBufLen = 0;
+ state = 27;
+ continue stateloop;
+ case 62:
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ default:this$static.forceQuirks = true;
+ state = 29;
+ continue stateloop;
+ }
+ }
+
+ case 26:
+ doctypesystemidentifierdoublequotedloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 34:
+ this$static.systemIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ state = 28;
+ continue stateloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.systemIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 28:
+ afterdoctypesystemidentifierloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 62:
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ default:this$static.forceQuirks = false;
+ state = 29;
+ break afterdoctypesystemidentifierloop;
+ }
+ }
+
+ case 29:
+ for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 62:
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 41:
+ doctypeystemloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.index < 5) {
+ folded = c;
+ if (c >= 65 && c <= 90) {
+ folded += 32;
+ }
+ if (folded != YSTEM[this$static.index]) {
+ this$static.forceQuirks = true;
+ state = 29;
+ reconsume = true;
+ continue stateloop;
+ }
+ ++this$static.index;
+ continue stateloop;
+ }
+ else {
+ state = 25;
+ reconsume = true;
+ break doctypeystemloop;
+ }
+ }
+
+ case 25:
+ beforedoctypesystemidentifierloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ continue;
+ case 34:
+ this$static.longStrBufLen = 0;
+ state = 26;
+ continue stateloop;
+ case 39:
+ this$static.longStrBufLen = 0;
+ state = 27;
+ break beforedoctypesystemidentifierloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ default:this$static.forceQuirks = true;
+ state = 29;
+ continue stateloop;
+ }
+ }
+
+ case 27:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 39:
+ this$static.systemIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ state = 28;
+ continue stateloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.systemIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 23:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 39:
+ this$static.publicIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ state = 24;
+ continue stateloop;
+ case 62:
+ this$static.forceQuirks = true;
+ this$static.publicIdentifier = valueOf_1(this$static.longStrBuf, 0, this$static.longStrBufLen);
+ this$static.cstart = pos + 1;
+ $doctype(this$static.tokenHandler, this$static.doctypeName, this$static.publicIdentifier, this$static.systemIdentifier, this$static.forceQuirks);
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 49:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.index < 6) {
+ if (c == CDATA_LSQB[this$static.index]) {
+ $appendLongStrBuf(this$static, c);
+ }
+ else {
+ state = 15;
+ reconsume = true;
+ continue stateloop;
+ }
+ ++this$static.index;
+ continue;
+ }
+ else {
+ this$static.cstart = pos;
+ state = 50;
+ reconsume = true;
+ break;
+ }
+ }
+
+ case 50:
+ cdatasectionloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 93:
+ $flushChars(this$static, buf, pos);
+ state = 51;
+ break cdatasectionloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 51:
+ cdatarsqb: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 93:
+ state = 52;
+ break cdatarsqb;
+ default:$characters(this$static.tokenHandler, RSQB_RSQB, 0, 1);
+ this$static.cstart = pos;
+ state = 50;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 52:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ this$static.cstart = pos + 1;
+ state = 0;
+ continue stateloop;
+ default:$characters(this$static.tokenHandler, RSQB_RSQB, 0, 2);
+ this$static.cstart = pos;
+ state = 50;
+ reconsume = true;
+ continue stateloop;
+ }
+
+ case 12:
+ attributevaluesinglequotedloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 39:
+ $addAttributeWithValue(this$static);
+ state = 14;
+ continue stateloop;
+ case 38:
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ this$static.additional = 39;
+ $LocatorImpl(new LocatorImpl(), this$static);
+ returnState = state;
+ state = 42;
+ break attributevaluesinglequotedloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ $appendLongStrBuf(this$static, 10);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ $appendLongStrBuf(this$static, 10);
+ continue;
+ case 0:
+ c = 65533;
+ default:$appendLongStrBuf(this$static, c);
+ continue;
+ }
+ }
+
+ case 42:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ if (c == 0) {
+ break stateloop;
+ }
+
+ switch (c) {
+ case 32:
+ case 9:
+ case 10:
+ case 13:
+ case 12:
+ case 60:
+ case 38:
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ case 35:
+ $appendStrBuf(this$static, 35);
+ state = 43;
+ continue stateloop;
+ default:if (c == this$static.additional) {
+ $emitOrAppendStrBuf(this$static, returnState);
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+
+ this$static.entCol = -1;
+ this$static.lo = 0;
+ this$static.hi = ($clinit_94() , NAMES).length - 1;
+ this$static.candidate = -1;
+ this$static.strBufMark = 0;
+ state = 44;
+ reconsume = true;
+ }
+
+ case 44:
+ outer: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ if (c == 0) {
+ break stateloop;
+ }
+ ++this$static.entCol;
+ hiloop: for (;;) {
+ if (this$static.hi == -1) {
+ break hiloop;
+ }
+ if (this$static.entCol == ($clinit_94() , NAMES)[this$static.hi].length) {
+ break hiloop;
+ }
+ if (this$static.entCol > NAMES[this$static.hi].length) {
+ break outer;
+ }
+ else if (c < NAMES[this$static.hi][this$static.entCol]) {
+ --this$static.hi;
+ }
+ else {
+ break hiloop;
+ }
+ }
+ loloop: for (;;) {
+ if (this$static.hi < this$static.lo) {
+ break outer;
+ }
+ if (this$static.entCol == ($clinit_94() , NAMES)[this$static.lo].length) {
+ this$static.candidate = this$static.lo;
+ this$static.strBufMark = this$static.strBufLen;
+ ++this$static.lo;
+ }
+ else if (this$static.entCol > NAMES[this$static.lo].length) {
+ break outer;
+ }
+ else if (c > NAMES[this$static.lo][this$static.entCol]) {
+ ++this$static.lo;
+ }
+ else {
+ break loloop;
+ }
+ }
+ if (this$static.hi < this$static.lo) {
+ break outer;
+ }
+ $appendStrBuf(this$static, c);
+ continue;
+ }
+
+ if (this$static.candidate == -1) {
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ else {
+ candidateArr = ($clinit_94() , NAMES)[this$static.candidate];
+ if (candidateArr[candidateArr.length - 1] != 59) {
+ if ((returnState & -2) != 0) {
+ if (this$static.strBufMark == this$static.strBufLen) {
+ ch = c;
+ }
+ else {
+ ch = this$static.strBuf[this$static.strBufMark];
+ }
+ if (ch >= 48 && ch <= 57 || ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122) {
+ $appendLongStrBuf_0(this$static, this$static.strBuf, 0, this$static.strBufLen);
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+ }
+ val = VALUES_0[this$static.candidate];
+ $emitOrAppend(this$static, val, returnState);
+ if (this$static.strBufMark < this$static.strBufLen) {
+ if ((returnState & -2) != 0) {
+ for (i = this$static.strBufMark; i < this$static.strBufLen; ++i) {
+ $appendLongStrBuf(this$static, this$static.strBuf[i]);
+ }
+ }
+ else {
+ $characters(this$static.tokenHandler, this$static.strBuf, this$static.strBufMark, this$static.strBufLen - this$static.strBufMark);
+ }
+ }
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+
+ case 43:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ this$static.prevValue = -1;
+ this$static.value = 0;
+ this$static.seenDigits = false;
+ switch (c) {
+ case 120:
+ case 88:
+ $appendStrBuf(this$static, c);
+ state = 45;
+ continue stateloop;
+ default:state = 46;
+ reconsume = true;
+ }
+
+ case 46:
+ decimalloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ if (this$static.value < this$static.prevValue) {
+ this$static.value = 1114112;
+ }
+ this$static.prevValue = this$static.value;
+ if (c >= 48 && c <= 57) {
+ this$static.seenDigits = true;
+ this$static.value *= 10;
+ this$static.value += c - 48;
+ continue;
+ }
+ else if (c == 59) {
+ if (this$static.seenDigits) {
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos + 1;
+ }
+ state = 47;
+ break decimalloop;
+ }
+ else {
+ 'No digits after \u201C' + valueOf_1(this$static.strBuf, 0, this$static.strBufLen) + '\u201D.';
+ $appendStrBuf(this$static, 59);
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos + 1;
+ }
+ state = returnState;
+ continue stateloop;
+ }
+ }
+ else {
+ if (this$static.seenDigits) {
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = 47;
+ reconsume = true;
+ break decimalloop;
+ }
+ else {
+ 'No digits after \u201C' + valueOf_1(this$static.strBuf, 0, this$static.strBufLen) + '\u201D.';
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+ }
+
+ case 47:
+ $handleNcrValue(this$static, returnState);
+ state = returnState;
+ continue stateloop;
+ case 45:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.value < this$static.prevValue) {
+ this$static.value = 1114112;
+ }
+ this$static.prevValue = this$static.value;
+ if (c >= 48 && c <= 57) {
+ this$static.seenDigits = true;
+ this$static.value *= 16;
+ this$static.value += c - 48;
+ continue;
+ }
+ else if (c >= 65 && c <= 70) {
+ this$static.seenDigits = true;
+ this$static.value *= 16;
+ this$static.value += c - 65 + 10;
+ continue;
+ }
+ else if (c >= 97 && c <= 102) {
+ this$static.seenDigits = true;
+ this$static.value *= 16;
+ this$static.value += c - 97 + 10;
+ continue;
+ }
+ else if (c == 59) {
+ if (this$static.seenDigits) {
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos + 1;
+ }
+ state = 47;
+ continue stateloop;
+ }
+ else {
+ 'No digits after \u201C' + valueOf_1(this$static.strBuf, 0, this$static.strBufLen) + '\u201D.';
+ $appendStrBuf(this$static, 59);
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos + 1;
+ }
+ state = returnState;
+ continue stateloop;
+ }
+ }
+ else {
+ if (this$static.seenDigits) {
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = 47;
+ reconsume = true;
+ continue stateloop;
+ }
+ else {
+ 'No digits after \u201C' + valueOf_1(this$static.strBuf, 0, this$static.strBufLen) + '\u201D.';
+ $emitOrAppendStrBuf(this$static, returnState);
+ if ((returnState & -2) == 0) {
+ this$static.cstart = pos;
+ }
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+ }
+
+ case 3:
+ plaintextloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 2:
+ cdataloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 60:
+ $flushChars(this$static, buf, pos);
+ returnState = state;
+ state = 53;
+ break cdataloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 53:
+ tagopennonpcdataloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 33:
+ $characters(this$static.tokenHandler, LT_GT, 0, 1);
+ this$static.cstart = pos;
+ state = 54;
+ break tagopennonpcdataloop;
+ case 47:
+ if (this$static.contentModelElement) {
+ this$static.index = 0;
+ this$static.strBufLen = 0;
+ state = 37;
+ continue stateloop;
+ }
+
+ default:$characters(this$static.tokenHandler, LT_GT, 0, 1);
+ this$static.cstart = pos;
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 54:
+ escapeexclamationloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ state = 55;
+ break escapeexclamationloop;
+ default:state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 55:
+ escapeexclamationhyphenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ state = 58;
+ break escapeexclamationhyphenloop;
+ default:state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ }
+
+ case 58:
+ escapehyphenhyphenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ continue;
+ case 62:
+ state = returnState;
+ continue stateloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ state = 56;
+ break escapehyphenhyphenloop;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ state = 56;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:state = 56;
+ break escapehyphenhyphenloop;
+ }
+ }
+
+ case 56:
+ escapeloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ state = 57;
+ break escapeloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ case 57:
+ escapehyphenloop: for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 45:
+ state = 58;
+ continue stateloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ state = 56;
+ continue stateloop;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ state = 56;
+ continue stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:state = 56;
+ continue stateloop;
+ }
+ }
+
+ case 37:
+ for (;;) {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ if (this$static.index < this$static.contentModelElementNameAsArray.length) {
+ e = this$static.contentModelElementNameAsArray[this$static.index];
+ folded = c;
+ if (c >= 65 && c <= 90) {
+ folded += 32;
+ }
+ if (folded != e) {
+ this$static.html4 && (this$static.index > 0 || folded >= 97 && folded <= 122) && ($clinit_89() , IFRAME) != this$static.contentModelElement;
+ $characters(this$static.tokenHandler, LT_SOLIDUS, 0, 2);
+ $emitStrBuf(this$static);
+ this$static.cstart = pos;
+ state = returnState;
+ reconsume = true;
+ continue stateloop;
+ }
+ $appendStrBuf(this$static, c);
+ ++this$static.index;
+ continue;
+ }
+ else {
+ this$static.endTag = true;
+ this$static.tagName = this$static.contentModelElement;
+ switch (c) {
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ state = 7;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ case 32:
+ case 9:
+ case 12:
+ state = 7;
+ continue stateloop;
+ case 62:
+ state = $emitCurrentTagToken(this$static, false, pos);
+ if (this$static.shouldSuspend) {
+ break stateloop;
+ }
+
+ continue stateloop;
+ case 47:
+ state = 48;
+ continue stateloop;
+ default:$characters(this$static.tokenHandler, LT_SOLIDUS, 0, 2);
+ $emitStrBuf(this$static);
+ if (c == 0) {
+ $emitReplacementCharacter(this$static, buf, pos);
+ }
+ else {
+ this$static.cstart = pos;
+ }
+
+ state = returnState;
+ continue stateloop;
+ }
+ }
+ }
+
+ case 5:
+ if (++pos == endPos) {
+ break stateloop;
+ }
+
+ c = $checkChar(this$static, buf, pos);
+ switch (c) {
+ case 62:
+ this$static.cstart = pos + 1;
+ state = 0;
+ continue stateloop;
+ case 13:
+ this$static.nextCharOnNewLine = true;
+ this$static.lastCR = true;
+ this$static.longStrBuf[0] = 10;
+ this$static.longStrBufLen = 1;
+ state = 15;
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ this$static.longStrBuf[0] = 10;
+ this$static.longStrBufLen = 1;
+ state = 15;
+ continue stateloop;
+ case 0:
+ c = 65533;
+ default:if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+
+ if (c >= 97 && c <= 122) {
+ this$static.endTag = true;
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ state = 6;
+ continue stateloop;
+ }
+ else {
+ this$static.longStrBuf[0] = c;
+ this$static.longStrBufLen = 1;
+ state = 15;
+ continue stateloop;
+ }
+
+ }
+
+ case 1:
+ rcdataloop: for (;;) {
+ if (reconsume) {
+ reconsume = false;
+ }
+ else {
+ if (++pos == endPos) {
+ break stateloop;
+ }
+ c = $checkChar(this$static, buf, pos);
+ }
+ switch (c) {
+ case 38:
+ $flushChars(this$static, buf, pos);
+ this$static.strBuf[0] = c;
+ this$static.strBufLen = 1;
+ this$static.additional = 0;
+ returnState = state;
+ state = 42;
+ continue stateloop;
+ case 60:
+ $flushChars(this$static, buf, pos);
+ returnState = state;
+ state = 53;
+ continue stateloop;
+ case 0:
+ $emitReplacementCharacter(this$static, buf, pos);
+ continue;
+ case 13:
+ $emitCarriageReturn(this$static, buf, pos);
+ break stateloop;
+ case 10:
+ this$static.nextCharOnNewLine = true;
+ default:continue;
+ }
+ }
+
+ }
+ }
+ $flushChars(this$static, buf, pos);
+ this$static.stateSave = state;
+ this$static.returnStateSave = returnState;
+ return pos;
+}
+
+function $tokenizeBuffer(this$static, buffer){
+ var pos, returnState, start, state;
+ state = this$static.stateSave;
+ returnState = this$static.returnStateSave;
+ this$static.shouldSuspend = false;
+ this$static.lastCR = false;
+ start = buffer.start;
+ pos = start - 1;
+ switch (state) {
+ case 0:
+ case 1:
+ case 2:
+ case 3:
+ case 50:
+ case 56:
+ case 54:
+ case 55:
+ case 57:
+ case 58:
+ this$static.cstart = start;
+ break;
+ default:this$static.cstart = 2147483647;
+ }
+ pos = $stateLoop(this$static, state, 0, pos, buffer.buffer, false, returnState, buffer.end);
+
+ if (pos == buffer.end) {
+ buffer.start = pos;
+ }
+ else {
+ buffer.start = pos + 1;
+ }
+ return this$static.lastCR;
+}
+
+function getClass_56(){
+ return Lnu_validator_htmlparser_impl_Tokenizer_2_classLit;
+}
+
+function newAsciiLowerCaseStringFromString(str){
+ var buf, c, i;
+ if (str == null) {
+ return null;
+ }
+ buf = initDim(_3C_classLit, 42, -1, str.length, 1);
+ for (i = 0; i < str.length; ++i) {
+ c = str.charCodeAt(i);
+ if (c >= 65 && c <= 90) {
+ c += 32;
+ }
+ buf[i] = c;
+ }
+ return String.fromCharCode.apply(null, buf);
+}
+
+function Tokenizer(){
+}
+
+_ = Tokenizer.prototype = new Object_0();
+_.getClass$ = getClass_56;
+_.typeId$ = 0;
+_.additional = 0;
+_.astralChar = null;
+_.attributeName = null;
+_.attributes = null;
+_.bmpChar = null;
+_.candidate = 0;
+_.confident = false;
+_.contentModelElement = null;
+_.contentModelElementNameAsArray = null;
+_.cstart = 0;
+_.doctypeName = null;
+_.endTag = false;
+_.entCol = 0;
+_.forceQuirks = false;
+_.hi = 0;
+_.html4 = false;
+_.html4ModeCompatibleWithXhtml1Schemata = false;
+_.index = 0;
+_.lastCR = false;
+_.lo = 0;
+_.longStrBuf = null;
+_.longStrBufLen = 0;
+_.mappingLangToXmlLang = 0;
+_.metaBoundaryPassed = false;
+_.newAttributesEachTime = false;
+_.prevValue = 0;
+_.publicIdentifier = null;
+_.returnStateSave = 0;
+_.seenDigits = false;
+_.shouldSuspend = false;
+_.stateSave = 0;
+_.strBuf = null;
+_.strBufLen = 0;
+_.strBufMark = 0;
+_.systemIdentifier = null;
+_.tagName = null;
+_.tokenHandler = null;
+_.value = 0;
+_.wantsComments = false;
+var CDATA_LSQB, IFRAME_ARR, LF, LT_GT, LT_SOLIDUS, NOEMBED_ARR, NOFRAMES_ARR, NOSCRIPT_ARR, OCTYPE, PLAINTEXT_ARR, REPLACEMENT_CHARACTER, RSQB_RSQB, SCRIPT_ARR, SPACE, STYLE_ARR, TEXTAREA_ARR, TITLE_ARR, UBLIC, XMP_ARR, YSTEM;
+function $clinit_90(){
+ $clinit_90 = nullMethod;
+ $clinit_97();
+}
+
+function $ErrorReportingTokenizer(this$static, tokenHandler){
+ $clinit_90();
+ this$static.contentSpacePolicy = ($clinit_80() , ALTER_INFOSET);
+ this$static.commentPolicy = ALTER_INFOSET;
+ this$static.xmlnsPolicy = ALTER_INFOSET;
+ this$static.namePolicy = ALTER_INFOSET;
+ this$static.tokenHandler = tokenHandler;
+ this$static.newAttributesEachTime = false;
+ this$static.bmpChar = initDim(_3C_classLit, 42, -1, 1, 1);
+ this$static.astralChar = initDim(_3C_classLit, 42, -1, 2, 1);
+ this$static.contentNonXmlCharPolicy = ALTER_INFOSET;
+ return this$static;
+}
+
+function $checkChar(this$static, buf, pos){
+ var c, intVal;
+ this$static.linePrev = this$static.line;
+ this$static.colPrev = this$static.col;
+ if (this$static.nextCharOnNewLine) {
+ ++this$static.line;
+ this$static.col = 1;
+ this$static.nextCharOnNewLine = false;
+ }
+ else {
+ ++this$static.col;
+ }
+ c = buf[pos];
+ if (!this$static.confident && !this$static.alreadyComplainedAboutNonAscii && c > 127) {
+ this$static.alreadyComplainedAboutNonAscii = true;
+ }
+ switch (c) {
+ case 0:
+ case 9:
+ case 13:
+ case 10:
+ break;
+ case 12:
+ if (this$static.contentNonXmlCharPolicy == ($clinit_80() , FATAL)) {
+ $fatal(this$static, 'This document is not mappable to XML 1.0 without data loss due to ' + $toUPlusString(c) + ' which is not a legal XML 1.0 character.');
+ }
+ else {
+ if (this$static.contentNonXmlCharPolicy == ALTER_INFOSET) {
+ c = buf[pos] = 32;
+ }
+ 'This document is not mappable to XML 1.0 without data loss due to ' + $toUPlusString(c) + ' which is not a legal XML 1.0 character.';
+ }
+
+ break;
+ default:if ((c & 64512) == 56320) {
+ if ((this$static.prev & 64512) == 55296) {
+ intVal = (this$static.prev << 10) + c + -56613888;
+ if (intVal >= 983040 && intVal <= 1048573 || intVal >= 1048576 && intVal <= 1114109) {
+ $warnAboutPrivateUseChar(this$static);
+ }
+ }
+ }
+ else if (c < 32 || (c & 65534) == 65534) {
+ switch (this$static.contentNonXmlCharPolicy.ordinal) {
+ case 1:
+ $fatal(this$static, 'Forbidden code point ' + $toUPlusString(c) + '.');
+ break;
+ case 2:
+ c = buf[pos] = 65533;
+ case 0:
+ 'Forbidden code point ' + $toUPlusString(c) + '.';
+ }
+ }
+ else if (c >= 127 && c <= 159 || c >= 64976 && c <= 64991) {
+ 'Forbidden code point ' + $toUPlusString(c) + '.';
+ }
+ else if (c >= 57344 && c <= 63743) {
+ $warnAboutPrivateUseChar(this$static);
+ }
+
+ }
+ this$static.prev = c;
+ return c;
+}
+
+function $errLtOrEqualsInUnquotedAttributeOrNull(c){
+ switch (c) {
+ case 61:
+ return;
+ case 60:
+ return;
+ }
+}
+
+function $flushChars(this$static, buf, pos){
+ var currCol, currLine;
+ if (pos > this$static.cstart) {
+ currLine = this$static.line;
+ currCol = this$static.col;
+ this$static.line = this$static.linePrev;
+ this$static.col = this$static.colPrev;
+ $characters(this$static.tokenHandler, buf, this$static.cstart, pos - this$static.cstart);
+ this$static.line = currLine;
+ this$static.col = currCol;
+ }
+ this$static.cstart = 2147483647;
+}
+
+function $getColumnNumber(this$static){
+ if (this$static.col > 0) {
+ return this$static.col;
+ }
+ else {
+ return -1;
+ }
+}
+
+function $getLineNumber(this$static){
+ if (this$static.line > 0) {
+ return this$static.line;
+ }
+ else {
+ return -1;
+ }
+}
+
+function $toUPlusString(c){
+ var hexString;
+ hexString = toPowerOfTwoString(c, 4);
+ switch (hexString.length) {
+ case 1:
+ return 'U+000' + hexString;
+ case 2:
+ return 'U+00' + hexString;
+ case 3:
+ return 'U+0' + hexString;
+ case 4:
+ return 'U+' + hexString;
+ default:throw $RuntimeException(new RuntimeException(), 'Unreachable.');
+ }
+}
+
+function $warnAboutPrivateUseChar(this$static){
+ if (!this$static.alreadyWarnedAboutPrivateUseCharacters) {
+ this$static.alreadyWarnedAboutPrivateUseCharacters = true;
+ }
+}
+
+function getClass_52(){
+ return Lnu_validator_htmlparser_impl_ErrorReportingTokenizer_2_classLit;
+}
+
+function ErrorReportingTokenizer(){
+}
+
+_ = ErrorReportingTokenizer.prototype = new Tokenizer();
+_.getClass$ = getClass_52;
+_.typeId$ = 0;
+_.alreadyComplainedAboutNonAscii = false;
+_.alreadyWarnedAboutPrivateUseCharacters = false;
+_.col = 0;
+_.colPrev = 0;
+_.line = 0;
+_.linePrev = 0;
+_.nextCharOnNewLine = false;
+_.prev = 0;
+function $clinit_91(){
+ $clinit_91 = nullMethod;
+ EMPTY_ATTRIBUTENAMES = initDim(_3Lnu_validator_htmlparser_impl_AttributeName_2_classLit, 49, 9, 0, 0);
+ EMPTY_STRINGS = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 0, 0);
+ EMPTY_ATTRIBUTES = $HtmlAttributes(new HtmlAttributes(), 0);
+}
+
+function $HtmlAttributes(this$static, mode){
+ $clinit_91();
+ this$static.mode = mode;
+ this$static.length_0 = 0;
+ this$static.names = initDim(_3Lnu_validator_htmlparser_impl_AttributeName_2_classLit, 49, 9, 5, 0);
+ this$static.values = initDim(_3Ljava_lang_String_2_classLit, 48, 1, 5, 0);
+ this$static.xmlnsLength = 0;
+ this$static.xmlnsNames = EMPTY_ATTRIBUTENAMES;
+ this$static.xmlnsValues = EMPTY_STRINGS;
+ return this$static;
+}
+
+function $addAttribute(this$static, name, value, xmlnsPolicy){
+ var newLen, newNames, newValues;
+ name == ($clinit_87() , ID);
+ if (name.xmlns) {
+ if (this$static.xmlnsNames.length == this$static.xmlnsLength) {
+ newLen = this$static.xmlnsLength == 0?2:this$static.xmlnsLength << 1;
+ newNames = initDim(_3Lnu_validator_htmlparser_impl_AttributeName_2_classLit, 49, 9, newLen, 0);
+ arraycopy(this$static.xmlnsNames, 0, newNames, 0, this$static.xmlnsNames.length);
+ this$static.xmlnsNames = newNames;
+ newValues = initDim(_3Ljava_lang_String_2_classLit, 48, 1, newLen, 0);
+ arraycopy(this$static.xmlnsValues, 0, newValues, 0, this$static.xmlnsValues.length);
+ this$static.xmlnsValues = newValues;
+ }
+ this$static.xmlnsNames[this$static.xmlnsLength] = name;
+ this$static.xmlnsValues[this$static.xmlnsLength] = value;
+ ++this$static.xmlnsLength;
+ switch (xmlnsPolicy.ordinal) {
+ case 1:
+ throw $SAXException(new SAXException(), 'Saw an xmlns attribute.');
+ case 2:
+ return;
+ }
+ }
+ if (this$static.names.length == this$static.length_0) {
+ newLen = this$static.length_0 << 1;
+ newNames = initDim(_3Lnu_validator_htmlparser_impl_AttributeName_2_classLit, 49, 9, newLen, 0);
+ arraycopy(this$static.names, 0, newNames, 0, this$static.names.length);
+ this$static.names = newNames;
+ newValues = initDim(_3Ljava_lang_String_2_classLit, 48, 1, newLen, 0);
+ arraycopy(this$static.values, 0, newValues, 0, this$static.values.length);
+ this$static.values = newValues;
+ }
+ this$static.names[this$static.length_0] = name;
+ this$static.values[this$static.length_0] = value;
+ ++this$static.length_0;
+}
+
+function $clear_0(this$static, m){
+ var i;
+ for (i = 0; i < this$static.length_0; ++i) {
+ setCheck(this$static.names, i, null);
+ setCheck(this$static.values, i, null);
+ }
+ this$static.length_0 = 0;
+ this$static.mode = m;
+ for (i = 0; i < this$static.xmlnsLength; ++i) {
+ setCheck(this$static.xmlnsNames, i, null);
+ setCheck(this$static.xmlnsValues, i, null);
+ }
+ this$static.xmlnsLength = 0;
+}
+
+function $clearWithoutReleasingContents(this$static){
+ var i;
+ for (i = 0; i < this$static.length_0; ++i) {
+ setCheck(this$static.names, i, null);
+ setCheck(this$static.values, i, null);
+ }
+ this$static.length_0 = 0;
+}
+
+function $cloneAttributes(this$static){
+ var clone, i;
+ clone = $HtmlAttributes(new HtmlAttributes(), 0);
+ for (i = 0; i < this$static.length_0; ++i) {
+ $addAttribute(clone, this$static.names[i], this$static.values[i], ($clinit_80() , ALLOW));
+ }
+ for (i = 0; i < this$static.xmlnsLength; ++i) {
+ $addAttribute(clone, this$static.xmlnsNames[i], this$static.xmlnsValues[i], ($clinit_80() , ALLOW));
+ }
+ return clone;
+}
+
+function $contains(this$static, name){
+ var i;
+ for (i = 0; i < this$static.length_0; ++i) {
+ if (name.local[0] == this$static.names[i].local[0]) {
+ return true;
+ }
+ }
+ for (i = 0; i < this$static.xmlnsLength; ++i) {
+ if (name.local[0] == this$static.xmlnsNames[i].local[0]) {
+ return true;
+ }
+ }
+ return false;
+}
+
+function $getAttributeName(this$static, index){
+ if (index < this$static.length_0 && index >= 0) {
+ return this$static.names[index];
+ }
+ else {
+ return null;
+ }
+}
+
+function $getIndex(this$static, name){
+ var i;
+ for (i = 0; i < this$static.length_0; ++i) {
+ if (this$static.names[i] == name) {
+ return i;
+ }
+ }
+ return -1;
+}
+
+function $getLocalName(this$static, index){
+ if (index < this$static.length_0 && index >= 0) {
+ return this$static.names[index].local[this$static.mode];
+ }
+ else {
+ return null;
+ }
+}
+
+function $getURI(this$static, index){
+ if (index < this$static.length_0 && index >= 0) {
+ return this$static.names[index].uri[this$static.mode];
+ }
+ else {
+ return null;
+ }
+}
+
+function $getValue(this$static, index){
+ if (index < this$static.length_0 && index >= 0) {
+ return this$static.values[index];
+ }
+ else {
+ return null;
+ }
+}
+
+function $getValue_0(this$static, name){
+ var index;
+ index = $getIndex(this$static, name);
+ if (index == -1) {
+ return null;
+ }
+ else {
+ return $getValue(this$static, index);
+ }
+}
+
+function $processNonNcNames(this$static, treeBuilder, namePolicy){
+ var attName, i, name;
+ for (i = 0; i < this$static.length_0; ++i) {
+ attName = this$static.names[i];
+ if (!attName.ncname[this$static.mode]) {
+ name = attName.local[this$static.mode];
+ switch (namePolicy.ordinal) {
+ case 2:
+ this$static.names[i] = ($clinit_87() , $AttributeName(new AttributeName(), ALL_NO_NS, SAME_LOCAL(escapeName(name)), ALL_NO_PREFIX, ALL_NCNAME, false));
+ case 0:
+ attName != ($clinit_87() , XML_LANG);
+ break;
+ case 1:
+ $fatal_1(treeBuilder, 'Attribute \u201C' + name + '\u201D is not serializable as XML 1.0.');
+ }
+ }
+ }
+}
+
+function getClass_53(){
+ return Lnu_validator_htmlparser_impl_HtmlAttributes_2_classLit;
+}
+
+function HtmlAttributes(){
+}
+
+_ = HtmlAttributes.prototype = new Object_0();
+_.getClass$ = getClass_53;
+_.typeId$ = 0;
+_.length_0 = 0;
+_.mode = 0;
+_.names = null;
+_.values = null;
+_.xmlnsLength = 0;
+_.xmlnsNames = null;
+_.xmlnsValues = null;
+var EMPTY_ATTRIBUTENAMES, EMPTY_ATTRIBUTES, EMPTY_STRINGS;
+function $LocatorImpl(this$static, locator){
+ $getColumnNumber(locator);
+ $getLineNumber(locator);
+ return this$static;
+}
+
+function getClass_54(){
+ return Lnu_validator_htmlparser_impl_LocatorImpl_2_classLit;
+}
+
+function LocatorImpl(){
+}
+
+_ = LocatorImpl.prototype = new Object_0();
+_.getClass$ = getClass_54;
+_.typeId$ = 0;
+function $clinit_93(){
+ $clinit_93 = nullMethod;
+ HEX_TABLE = $toCharArray('0123456789ABCDEF');
+}
+
+function appendUHexTo(sb, c){
+ var i;
+ $append_0(sb, 'U');
+ for (i = 0; i < 6; ++i) {
+ $append_0(sb, String.fromCharCode(HEX_TABLE[(c & 15728640) >> 20]));
+ c <<= 4;
+ }
+}
+
+function escapeName(str){
+ $clinit_93();
+ var c, i, next, sb;
+ sb = $StringBuilder(new StringBuilder());
+ for (i = 0; i < str.length; ++i) {
+ c = str.charCodeAt(i);
+ if ((c & 64512) == 55296) {
+ next = str.charCodeAt(++i);
+ appendUHexTo(sb, (c << 10) + next + -56613888);
+ }
+ else if (i == 0 && !(c >= 65 && c <= 90 || c >= 97 && c <= 122 || c >= 192 && c <= 214 || c >= 216 && c <= 246 || c >= 248 && c <= 255 || c >= 256 && c <= 305 || c >= 308 && c <= 318 || c >= 321 && c <= 328 || c >= 330 && c <= 382 || c >= 384 && c <= 451 || c >= 461 && c <= 496 || c >= 500 && c <= 501 || c >= 506 && c <= 535 || c >= 592 && c <= 680 || c >= 699 && c <= 705 || c == 902 || c >= 904 && c <= 906 || c == 908 || c >= 910 && c <= 929 || c >= 931 && c <= 974 || c >= 976 && c <= 982 || c == 986 || c == 988 || c == 990 || c == 992 || c >= 994 && c <= 1011 || c >= 1025 && c <= 1036 || c >= 1038 && c <= 1103 || c >= 1105 && c <= 1116 || c >= 1118 && c <= 1153 || c >= 1168 && c <= 1220 || c >= 1223 && c <= 1224 || c >= 1227 && c <= 1228 || c >= 1232 && c <= 1259 || c >= 1262 && c <= 1269 || c >= 1272 && c <= 1273 || c >= 1329 && c <= 1366 || c == 1369 || c >= 1377 && c <= 1414 || c >= 1488 && c <= 1514 || c >= 1520 && c <= 1522 || c >= 1569 && c <= 1594 || c >= 1601 && c <= 1610 || c >= 1649 && c <= 1719 || c >= 1722 && c <= 1726 || c >= 1728 && c <= 1742 || c >= 1744 && c <= 1747 || c == 1749 || c >= 1765 && c <= 1766 || c >= 2309 && c <= 2361 || c == 2365 || c >= 2392 && c <= 2401 || c >= 2437 && c <= 2444 || c >= 2447 && c <= 2448 || c >= 2451 && c <= 2472 || c >= 2474 && c <= 2480 || c == 2482 || c >= 2486 && c <= 2489 || c >= 2524 && c <= 2525 || c >= 2527 && c <= 2529 || c >= 2544 && c <= 2545 || c >= 2565 && c <= 2570 || c >= 2575 && c <= 2576 || c >= 2579 && c <= 2600 || c >= 2602 && c <= 2608 || c >= 2610 && c <= 2611 || c >= 2613 && c <= 2614 || c >= 2616 && c <= 2617 || c >= 2649 && c <= 2652 || c == 2654 || c >= 2674 && c <= 2676 || c >= 2693 && c <= 2699 || c == 2701 || c >= 2703 && c <= 2705 || c >= 2707 && c <= 2728 || c >= 2730 && c <= 2736 || c >= 2738 && c <= 2739 || c >= 2741 && c <= 2745 || c == 2749 || c == 2784 || c >= 2821 && c <= 2828 || c >= 2831 && c <= 2832 || c >= 2835 && c <= 2856 || c >= 2858 && c <= 2864 || c >= 2866 && c <= 2867 || c >= 2870 && c <= 2873 || c == 2877 || c >= 2908 && c <= 2909 || c >= 2911 && c <= 2913 || c >= 2949 && c <= 2954 || c >= 2958 && c <= 2960 || c >= 2962 && c <= 2965 || c >= 2969 && c <= 2970 || c == 2972 || c >= 2974 && c <= 2975 || c >= 2979 && c <= 2980 || c >= 2984 && c <= 2986 || c >= 2990 && c <= 2997 || c >= 2999 && c <= 3001 || c >= 3077 && c <= 3084 || c >= 3086 && c <= 3088 || c >= 3090 && c <= 3112 || c >= 3114 && c <= 3123 || c >= 3125 && c <= 3129 || c >= 3168 && c <= 3169 || c >= 3205 && c <= 3212 || c >= 3214 && c <= 3216 || c >= 3218 && c <= 3240 || c >= 3242 && c <= 3251 || c >= 3253 && c <= 3257 || c == 3294 || c >= 3296 && c <= 3297 || c >= 3333 && c <= 3340 || c >= 3342 && c <= 3344 || c >= 3346 && c <= 3368 || c >= 3370 && c <= 3385 || c >= 3424 && c <= 3425 || c >= 3585 && c <= 3630 || c == 3632 || c >= 3634 && c <= 3635 || c >= 3648 && c <= 3653 || c >= 3713 && c <= 3714 || c == 3716 || c >= 3719 && c <= 3720 || c == 3722 || c == 3725 || c >= 3732 && c <= 3735 || c >= 3737 && c <= 3743 || c >= 3745 && c <= 3747 || c == 3749 || c == 3751 || c >= 3754 && c <= 3755 || c >= 3757 && c <= 3758 || c == 3760 || c >= 3762 && c <= 3763 || c == 3773 || c >= 3776 && c <= 3780 || c >= 3904 && c <= 3911 || c >= 3913 && c <= 3945 || c >= 4256 && c <= 4293 || c >= 4304 && c <= 4342 || c == 4352 || c >= 4354 && c <= 4355 || c >= 4357 && c <= 4359 || c == 4361 || c >= 4363 && c <= 4364 || c >= 4366 && c <= 4370 || c == 4412 || c == 4414 || c == 4416 || c == 4428 || c == 4430 || c == 4432 || c >= 4436 && c <= 4437 || c == 4441 || c >= 4447 && c <= 4449 || c == 4451 || c == 4453 || c == 4455 || c == 4457 || c >= 4461 && c <= 4462 || c >= 4466 && c <= 4467 || c == 4469 || c == 4510 || c == 4520 || c == 4523 || c >= 4526 && c <= 4527 || c >= 4535 && c <= 4536 || c == 4538 || c >= 4540 && c <= 4546 || c == 4587 || c == 4592 || c == 4601 || c >= 7680 && c <= 7835 || c >= 7840 && c <= 7929 || c >= 7936 && c <= 7957 || c >= 7960 && c <= 7965 || c >= 7968 && c <= 8005 || c >= 8008 && c <= 8013 || c >= 8016 && c <= 8023 || c == 8025 || c == 8027 || c == 8029 || c >= 8031 && c <= 8061 || c >= 8064 && c <= 8116 || c >= 8118 && c <= 8124 || c == 8126 || c >= 8130 && c <= 8132 || c >= 8134 && c <= 8140 || c >= 8144 && c <= 8147 || c >= 8150 && c <= 8155 || c >= 8160 && c <= 8172 || c >= 8178 && c <= 8180 || c >= 8182 && c <= 8188 || c == 8486 || c >= 8490 && c <= 8491 || c == 8494 || c >= 8576 && c <= 8578 || c >= 12353 && c <= 12436 || c >= 12449 && c <= 12538 || c >= 12549 && c <= 12588 || c >= 44032 && c <= 55203 || c >= 19968 && c <= 40869 || c == 12295 || c >= 12321 && c <= 12329 || c == 95)) {
+ appendUHexTo(sb, c);
+ }
+ else if (i != 0 && !(c >= 48 && c <= 57 || c >= 1632 && c <= 1641 || c >= 1776 && c <= 1785 || c >= 2406 && c <= 2415 || c >= 2534 && c <= 2543 || c >= 2662 && c <= 2671 || c >= 2790 && c <= 2799 || c >= 2918 && c <= 2927 || c >= 3047 && c <= 3055 || c >= 3174 && c <= 3183 || c >= 3302 && c <= 3311 || c >= 3430 && c <= 3439 || c >= 3664 && c <= 3673 || c >= 3792 && c <= 3801 || c >= 3872 && c <= 3881 || c >= 65 && c <= 90 || c >= 97 && c <= 122 || c >= 192 && c <= 214 || c >= 216 && c <= 246 || c >= 248 && c <= 255 || c >= 256 && c <= 305 || c >= 308 && c <= 318 || c >= 321 && c <= 328 || c >= 330 && c <= 382 || c >= 384 && c <= 451 || c >= 461 && c <= 496 || c >= 500 && c <= 501 || c >= 506 && c <= 535 || c >= 592 && c <= 680 || c >= 699 && c <= 705 || c == 902 || c >= 904 && c <= 906 || c == 908 || c >= 910 && c <= 929 || c >= 931 && c <= 974 || c >= 976 && c <= 982 || c == 986 || c == 988 || c == 990 || c == 992 || c >= 994 && c <= 1011 || c >= 1025 && c <= 1036 || c >= 1038 && c <= 1103 || c >= 1105 && c <= 1116 || c >= 1118 && c <= 1153 || c >= 1168 && c <= 1220 || c >= 1223 && c <= 1224 || c >= 1227 && c <= 1228 || c >= 1232 && c <= 1259 || c >= 1262 && c <= 1269 || c >= 1272 && c <= 1273 || c >= 1329 && c <= 1366 || c == 1369 || c >= 1377 && c <= 1414 || c >= 1488 && c <= 1514 || c >= 1520 && c <= 1522 || c >= 1569 && c <= 1594 || c >= 1601 && c <= 1610 || c >= 1649 && c <= 1719 || c >= 1722 && c <= 1726 || c >= 1728 && c <= 1742 || c >= 1744 && c <= 1747 || c == 1749 || c >= 1765 && c <= 1766 || c >= 2309 && c <= 2361 || c == 2365 || c >= 2392 && c <= 2401 || c >= 2437 && c <= 2444 || c >= 2447 && c <= 2448 || c >= 2451 && c <= 2472 || c >= 2474 && c <= 2480 || c == 2482 || c >= 2486 && c <= 2489 || c >= 2524 && c <= 2525 || c >= 2527 && c <= 2529 || c >= 2544 && c <= 2545 || c >= 2565 && c <= 2570 || c >= 2575 && c <= 2576 || c >= 2579 && c <= 2600 || c >= 2602 && c <= 2608 || c >= 2610 && c <= 2611 || c >= 2613 && c <= 2614 || c >= 2616 && c <= 2617 || c >= 2649 && c <= 2652 || c == 2654 || c >= 2674 && c <= 2676 || c >= 2693 && c <= 2699 || c == 2701 || c >= 2703 && c <= 2705 || c >= 2707 && c <= 2728 || c >= 2730 && c <= 2736 || c >= 2738 && c <= 2739 || c >= 2741 && c <= 2745 || c == 2749 || c == 2784 || c >= 2821 && c <= 2828 || c >= 2831 && c <= 2832 || c >= 2835 && c <= 2856 || c >= 2858 && c <= 2864 || c >= 2866 && c <= 2867 || c >= 2870 && c <= 2873 || c == 2877 || c >= 2908 && c <= 2909 || c >= 2911 && c <= 2913 || c >= 2949 && c <= 2954 || c >= 2958 && c <= 2960 || c >= 2962 && c <= 2965 || c >= 2969 && c <= 2970 || c == 2972 || c >= 2974 && c <= 2975 || c >= 2979 && c <= 2980 || c >= 2984 && c <= 2986 || c >= 2990 && c <= 2997 || c >= 2999 && c <= 3001 || c >= 3077 && c <= 3084 || c >= 3086 && c <= 3088 || c >= 3090 && c <= 3112 || c >= 3114 && c <= 3123 || c >= 3125 && c <= 3129 || c >= 3168 && c <= 3169 || c >= 3205 && c <= 3212 || c >= 3214 && c <= 3216 || c >= 3218 && c <= 3240 || c >= 3242 && c <= 3251 || c >= 3253 && c <= 3257 || c == 3294 || c >= 3296 && c <= 3297 || c >= 3333 && c <= 3340 || c >= 3342 && c <= 3344 || c >= 3346 && c <= 3368 || c >= 3370 && c <= 3385 || c >= 3424 && c <= 3425 || c >= 3585 && c <= 3630 || c == 3632 || c >= 3634 && c <= 3635 || c >= 3648 && c <= 3653 || c >= 3713 && c <= 3714 || c == 3716 || c >= 3719 && c <= 3720 || c == 3722 || c == 3725 || c >= 3732 && c <= 3735 || c >= 3737 && c <= 3743 || c >= 3745 && c <= 3747 || c == 3749 || c == 3751 || c >= 3754 && c <= 3755 || c >= 3757 && c <= 3758 || c == 3760 || c >= 3762 && c <= 3763 || c == 3773 || c >= 3776 && c <= 3780 || c >= 3904 && c <= 3911 || c >= 3913 && c <= 3945 || c >= 4256 && c <= 4293 || c >= 4304 && c <= 4342 || c == 4352 || c >= 4354 && c <= 4355 || c >= 4357 && c <= 4359 || c == 4361 || c >= 4363 && c <= 4364 || c >= 4366 && c <= 4370 || c == 4412 || c == 4414 || c == 4416 || c == 4428 || c == 4430 || c == 4432 || c >= 4436 && c <= 4437 || c == 4441 || c >= 4447 && c <= 4449 || c == 4451 || c == 4453 || c == 4455 || c == 4457 || c >= 4461 && c <= 4462 || c >= 4466 && c <= 4467 || c == 4469 || c == 4510 || c == 4520 || c == 4523 || c >= 4526 && c <= 4527 || c >= 4535 && c <= 4536 || c == 4538 || c >= 4540 && c <= 4546 || c == 4587 || c == 4592 || c == 4601 || c >= 7680 && c <= 7835 || c >= 7840 && c <= 7929 || c >= 7936 && c <= 7957 || c >= 7960 && c <= 7965 || c >= 7968 && c <= 8005 || c >= 8008 && c <= 8013 || c >= 8016 && c <= 8023 || c == 8025 || c == 8027 || c == 8029 || c >= 8031 && c <= 8061 || c >= 8064 && c <= 8116 || c >= 8118 && c <= 8124 || c == 8126 || c >= 8130 && c <= 8132 || c >= 8134 && c <= 8140 || c >= 8144 && c <= 8147 || c >= 8150 && c <= 8155 || c >= 8160 && c <= 8172 || c >= 8178 && c <= 8180 || c >= 8182 && c <= 8188 || c == 8486 || c >= 8490 && c <= 8491 || c == 8494 || c >= 8576 && c <= 8578 || c >= 12353 && c <= 12436 || c >= 12449 && c <= 12538 || c >= 12549 && c <= 12588 || c >= 44032 && c <= 55203 || c >= 19968 && c <= 40869 || c == 12295 || c >= 12321 && c <= 12329 || c == 95 || c == 46 || c == 45 || c >= 768 && c <= 837 || c >= 864 && c <= 865 || c >= 1155 && c <= 1158 || c >= 1425 && c <= 1441 || c >= 1443 && c <= 1465 || c >= 1467 && c <= 1469 || c == 1471 || c >= 1473 && c <= 1474 || c == 1476 || c >= 1611 && c <= 1618 || c == 1648 || c >= 1750 && c <= 1756 || c >= 1757 && c <= 1759 || c >= 1760 && c <= 1764 || c >= 1767 && c <= 1768 || c >= 1770 && c <= 1773 || c >= 2305 && c <= 2307 || c == 2364 || c >= 2366 && c <= 2380 || c == 2381 || c >= 2385 && c <= 2388 || c >= 2402 && c <= 2403 || c >= 2433 && c <= 2435 || c == 2492 || c == 2494 || c == 2495 || c >= 2496 && c <= 2500 || c >= 2503 && c <= 2504 || c >= 2507 && c <= 2509 || c == 2519 || c >= 2530 && c <= 2531 || c == 2562 || c == 2620 || c == 2622 || c == 2623 || c >= 2624 && c <= 2626 || c >= 2631 && c <= 2632 || c >= 2635 && c <= 2637 || c >= 2672 && c <= 2673 || c >= 2689 && c <= 2691 || c == 2748 || c >= 2750 && c <= 2757 || c >= 2759 && c <= 2761 || c >= 2763 && c <= 2765 || c >= 2817 && c <= 2819 || c == 2876 || c >= 2878 && c <= 2883 || c >= 2887 && c <= 2888 || c >= 2891 && c <= 2893 || c >= 2902 && c <= 2903 || c >= 2946 && c <= 2947 || c >= 3006 && c <= 3010 || c >= 3014 && c <= 3016 || c >= 3018 && c <= 3021 || c == 3031 || c >= 3073 && c <= 3075 || c >= 3134 && c <= 3140 || c >= 3142 && c <= 3144 || c >= 3146 && c <= 3149 || c >= 3157 && c <= 3158 || c >= 3202 && c <= 3203 || c >= 3262 && c <= 3268 || c >= 3270 && c <= 3272 || c >= 3274 && c <= 3277 || c >= 3285 && c <= 3286 || c >= 3330 && c <= 3331 || c >= 3390 && c <= 3395 || c >= 3398 && c <= 3400 || c >= 3402 && c <= 3405 || c == 3415 || c == 3633 || c >= 3636 && c <= 3642 || c >= 3655 && c <= 3662 || c == 3761 || c >= 3764 && c <= 3769 || c >= 3771 && c <= 3772 || c >= 3784 && c <= 3789 || c >= 3864 && c <= 3865 || c == 3893 || c == 3895 || c == 3897 || c == 3902 || c == 3903 || c >= 3953 && c <= 3972 || c >= 3974 && c <= 3979 || c >= 3984 && c <= 3989 || c == 3991 || c >= 3993 && c <= 4013 || c >= 4017 && c <= 4023 || c == 4025 || c >= 8400 && c <= 8412 || c == 8417 || c >= 12330 && c <= 12335 || c == 12441 || c == 12442 || c == 183 || c == 720 || c == 721 || c == 903 || c == 1600 || c == 3654 || c == 3782 || c == 12293 || c >= 12337 && c <= 12341 || c >= 12445 && c <= 12446 || c >= 12540 && c <= 12542)) {
+ appendUHexTo(sb, c);
+ }
+ else {
+ $append_0(sb, String.fromCharCode(c));
+ }
+ }
+ return String($toString_0(sb));
+}
+
+function isNCName(str){
+ $clinit_93();
+ var i, len;
+ if (str == null) {
+ return false;
+ }
+ else {
+ len = str.length;
+ switch (len) {
+ case 0:
+ return false;
+ case 1:
+ return isNCNameStart(str.charCodeAt(0));
+ default:if (!isNCNameStart(str.charCodeAt(0))) {
+ return false;
+ }
+
+ for (i = 1; i < len; ++i) {
+ if (!isNCNameTrail(str.charCodeAt(i))) {
+ return false;
+ }
+ }
+
+ }
+ return true;
+ }
+}
+
+function isNCNameStart(c){
+ return c >= 65 && c <= 90 || c >= 97 && c <= 122 || c >= 192 && c <= 214 || c >= 216 && c <= 246 || c >= 248 && c <= 255 || c >= 256 && c <= 305 || c >= 308 && c <= 318 || c >= 321 && c <= 328 || c >= 330 && c <= 382 || c >= 384 && c <= 451 || c >= 461 && c <= 496 || c >= 500 && c <= 501 || c >= 506 && c <= 535 || c >= 592 && c <= 680 || c >= 699 && c <= 705 || c == 902 || c >= 904 && c <= 906 || c == 908 || c >= 910 && c <= 929 || c >= 931 && c <= 974 || c >= 976 && c <= 982 || c == 986 || c == 988 || c == 990 || c == 992 || c >= 994 && c <= 1011 || c >= 1025 && c <= 1036 || c >= 1038 && c <= 1103 || c >= 1105 && c <= 1116 || c >= 1118 && c <= 1153 || c >= 1168 && c <= 1220 || c >= 1223 && c <= 1224 || c >= 1227 && c <= 1228 || c >= 1232 && c <= 1259 || c >= 1262 && c <= 1269 || c >= 1272 && c <= 1273 || c >= 1329 && c <= 1366 || c == 1369 || c >= 1377 && c <= 1414 || c >= 1488 && c <= 1514 || c >= 1520 && c <= 1522 || c >= 1569 && c <= 1594 || c >= 1601 && c <= 1610 || c >= 1649 && c <= 1719 || c >= 1722 && c <= 1726 || c >= 1728 && c <= 1742 || c >= 1744 && c <= 1747 || c == 1749 || c >= 1765 && c <= 1766 || c >= 2309 && c <= 2361 || c == 2365 || c >= 2392 && c <= 2401 || c >= 2437 && c <= 2444 || c >= 2447 && c <= 2448 || c >= 2451 && c <= 2472 || c >= 2474 && c <= 2480 || c == 2482 || c >= 2486 && c <= 2489 || c >= 2524 && c <= 2525 || c >= 2527 && c <= 2529 || c >= 2544 && c <= 2545 || c >= 2565 && c <= 2570 || c >= 2575 && c <= 2576 || c >= 2579 && c <= 2600 || c >= 2602 && c <= 2608 || c >= 2610 && c <= 2611 || c >= 2613 && c <= 2614 || c >= 2616 && c <= 2617 || c >= 2649 && c <= 2652 || c == 2654 || c >= 2674 && c <= 2676 || c >= 2693 && c <= 2699 || c == 2701 || c >= 2703 && c <= 2705 || c >= 2707 && c <= 2728 || c >= 2730 && c <= 2736 || c >= 2738 && c <= 2739 || c >= 2741 && c <= 2745 || c == 2749 || c == 2784 || c >= 2821 && c <= 2828 || c >= 2831 && c <= 2832 || c >= 2835 && c <= 2856 || c >= 2858 && c <= 2864 || c >= 2866 && c <= 2867 || c >= 2870 && c <= 2873 || c == 2877 || c >= 2908 && c <= 2909 || c >= 2911 && c <= 2913 || c >= 2949 && c <= 2954 || c >= 2958 && c <= 2960 || c >= 2962 && c <= 2965 || c >= 2969 && c <= 2970 || c == 2972 || c >= 2974 && c <= 2975 || c >= 2979 && c <= 2980 || c >= 2984 && c <= 2986 || c >= 2990 && c <= 2997 || c >= 2999 && c <= 3001 || c >= 3077 && c <= 3084 || c >= 3086 && c <= 3088 || c >= 3090 && c <= 3112 || c >= 3114 && c <= 3123 || c >= 3125 && c <= 3129 || c >= 3168 && c <= 3169 || c >= 3205 && c <= 3212 || c >= 3214 && c <= 3216 || c >= 3218 && c <= 3240 || c >= 3242 && c <= 3251 || c >= 3253 && c <= 3257 || c == 3294 || c >= 3296 && c <= 3297 || c >= 3333 && c <= 3340 || c >= 3342 && c <= 3344 || c >= 3346 && c <= 3368 || c >= 3370 && c <= 3385 || c >= 3424 && c <= 3425 || c >= 3585 && c <= 3630 || c == 3632 || c >= 3634 && c <= 3635 || c >= 3648 && c <= 3653 || c >= 3713 && c <= 3714 || c == 3716 || c >= 3719 && c <= 3720 || c == 3722 || c == 3725 || c >= 3732 && c <= 3735 || c >= 3737 && c <= 3743 || c >= 3745 && c <= 3747 || c == 3749 || c == 3751 || c >= 3754 && c <= 3755 || c >= 3757 && c <= 3758 || c == 3760 || c >= 3762 && c <= 3763 || c == 3773 || c >= 3776 && c <= 3780 || c >= 3904 && c <= 3911 || c >= 3913 && c <= 3945 || c >= 4256 && c <= 4293 || c >= 4304 && c <= 4342 || c == 4352 || c >= 4354 && c <= 4355 || c >= 4357 && c <= 4359 || c == 4361 || c >= 4363 && c <= 4364 || c >= 4366 && c <= 4370 || c == 4412 || c == 4414 || c == 4416 || c == 4428 || c == 4430 || c == 4432 || c >= 4436 && c <= 4437 || c == 4441 || c >= 4447 && c <= 4449 || c == 4451 || c == 4453 || c == 4455 || c == 4457 || c >= 4461 && c <= 4462 || c >= 4466 && c <= 4467 || c == 4469 || c == 4510 || c == 4520 || c == 4523 || c >= 4526 && c <= 4527 || c >= 4535 && c <= 4536 || c == 4538 || c >= 4540 && c <= 4546 || c == 4587 || c == 4592 || c == 4601 || c >= 7680 && c <= 7835 || c >= 7840 && c <= 7929 || c >= 7936 && c <= 7957 || c >= 7960 && c <= 7965 || c >= 7968 && c <= 8005 || c >= 8008 && c <= 8013 || c >= 8016 && c <= 8023 || c == 8025 || c == 8027 || c == 8029 || c >= 8031 && c <= 8061 || c >= 8064 && c <= 8116 || c >= 8118 && c <= 8124 || c == 8126 || c >= 8130 && c <= 8132 || c >= 8134 && c <= 8140 || c >= 8144 && c <= 8147 || c >= 8150 && c <= 8155 || c >= 8160 && c <= 8172 || c >= 8178 && c <= 8180 || c >= 8182 && c <= 8188 || c == 8486 || c >= 8490 && c <= 8491 || c == 8494 || c >= 8576 && c <= 8578 || c >= 12353 && c <= 12436 || c >= 12449 && c <= 12538 || c >= 12549 && c <= 12588 || c >= 44032 && c <= 55203 || c >= 19968 && c <= 40869 || c == 12295 || c >= 12321 && c <= 12329 || c == 95;
+}
+
+function isNCNameTrail(c){
+ return c >= 48 && c <= 57 || c >= 1632 && c <= 1641 || c >= 1776 && c <= 1785 || c >= 2406 && c <= 2415 || c >= 2534 && c <= 2543 || c >= 2662 && c <= 2671 || c >= 2790 && c <= 2799 || c >= 2918 && c <= 2927 || c >= 3047 && c <= 3055 || c >= 3174 && c <= 3183 || c >= 3302 && c <= 3311 || c >= 3430 && c <= 3439 || c >= 3664 && c <= 3673 || c >= 3792 && c <= 3801 || c >= 3872 && c <= 3881 || c >= 65 && c <= 90 || c >= 97 && c <= 122 || c >= 192 && c <= 214 || c >= 216 && c <= 246 || c >= 248 && c <= 255 || c >= 256 && c <= 305 || c >= 308 && c <= 318 || c >= 321 && c <= 328 || c >= 330 && c <= 382 || c >= 384 && c <= 451 || c >= 461 && c <= 496 || c >= 500 && c <= 501 || c >= 506 && c <= 535 || c >= 592 && c <= 680 || c >= 699 && c <= 705 || c == 902 || c >= 904 && c <= 906 || c == 908 || c >= 910 && c <= 929 || c >= 931 && c <= 974 || c >= 976 && c <= 982 || c == 986 || c == 988 || c == 990 || c == 992 || c >= 994 && c <= 1011 || c >= 1025 && c <= 1036 || c >= 1038 && c <= 1103 || c >= 1105 && c <= 1116 || c >= 1118 && c <= 1153 || c >= 1168 && c <= 1220 || c >= 1223 && c <= 1224 || c >= 1227 && c <= 1228 || c >= 1232 && c <= 1259 || c >= 1262 && c <= 1269 || c >= 1272 && c <= 1273 || c >= 1329 && c <= 1366 || c == 1369 || c >= 1377 && c <= 1414 || c >= 1488 && c <= 1514 || c >= 1520 && c <= 1522 || c >= 1569 && c <= 1594 || c >= 1601 && c <= 1610 || c >= 1649 && c <= 1719 || c >= 1722 && c <= 1726 || c >= 1728 && c <= 1742 || c >= 1744 && c <= 1747 || c == 1749 || c >= 1765 && c <= 1766 || c >= 2309 && c <= 2361 || c == 2365 || c >= 2392 && c <= 2401 || c >= 2437 && c <= 2444 || c >= 2447 && c <= 2448 || c >= 2451 && c <= 2472 || c >= 2474 && c <= 2480 || c == 2482 || c >= 2486 && c <= 2489 || c >= 2524 && c <= 2525 || c >= 2527 && c <= 2529 || c >= 2544 && c <= 2545 || c >= 2565 && c <= 2570 || c >= 2575 && c <= 2576 || c >= 2579 && c <= 2600 || c >= 2602 && c <= 2608 || c >= 2610 && c <= 2611 || c >= 2613 && c <= 2614 || c >= 2616 && c <= 2617 || c >= 2649 && c <= 2652 || c == 2654 || c >= 2674 && c <= 2676 || c >= 2693 && c <= 2699 || c == 2701 || c >= 2703 && c <= 2705 || c >= 2707 && c <= 2728 || c >= 2730 && c <= 2736 || c >= 2738 && c <= 2739 || c >= 2741 && c <= 2745 || c == 2749 || c == 2784 || c >= 2821 && c <= 2828 || c >= 2831 && c <= 2832 || c >= 2835 && c <= 2856 || c >= 2858 && c <= 2864 || c >= 2866 && c <= 2867 || c >= 2870 && c <= 2873 || c == 2877 || c >= 2908 && c <= 2909 || c >= 2911 && c <= 2913 || c >= 2949 && c <= 2954 || c >= 2958 && c <= 2960 || c >= 2962 && c <= 2965 || c >= 2969 && c <= 2970 || c == 2972 || c >= 2974 && c <= 2975 || c >= 2979 && c <= 2980 || c >= 2984 && c <= 2986 || c >= 2990 && c <= 2997 || c >= 2999 && c <= 3001 || c >= 3077 && c <= 3084 || c >= 3086 && c <= 3088 || c >= 3090 && c <= 3112 || c >= 3114 && c <= 3123 || c >= 3125 && c <= 3129 || c >= 3168 && c <= 3169 || c >= 3205 && c <= 3212 || c >= 3214 && c <= 3216 || c >= 3218 && c <= 3240 || c >= 3242 && c <= 3251 || c >= 3253 && c <= 3257 || c == 3294 || c >= 3296 && c <= 3297 || c >= 3333 && c <= 3340 || c >= 3342 && c <= 3344 || c >= 3346 && c <= 3368 || c >= 3370 && c <= 3385 || c >= 3424 && c <= 3425 || c >= 3585 && c <= 3630 || c == 3632 || c >= 3634 && c <= 3635 || c >= 3648 && c <= 3653 || c >= 3713 && c <= 3714 || c == 3716 || c >= 3719 && c <= 3720 || c == 3722 || c == 3725 || c >= 3732 && c <= 3735 || c >= 3737 && c <= 3743 || c >= 3745 && c <= 3747 || c == 3749 || c == 3751 || c >= 3754 && c <= 3755 || c >= 3757 && c <= 3758 || c == 3760 || c >= 3762 && c <= 3763 || c == 3773 || c >= 3776 && c <= 3780 || c >= 3904 && c <= 3911 || c >= 3913 && c <= 3945 || c >= 4256 && c <= 4293 || c >= 4304 && c <= 4342 || c == 4352 || c >= 4354 && c <= 4355 || c >= 4357 && c <= 4359 || c == 4361 || c >= 4363 && c <= 4364 || c >= 4366 && c <= 4370 || c == 4412 || c == 4414 || c == 4416 || c == 4428 || c == 4430 || c == 4432 || c >= 4436 && c <= 4437 || c == 4441 || c >= 4447 && c <= 4449 || c == 4451 || c == 4453 || c == 4455 || c == 4457 || c >= 4461 && c <= 4462 || c >= 4466 && c <= 4467 || c == 4469 || c == 4510 || c == 4520 || c == 4523 || c >= 4526 && c <= 4527 || c >= 4535 && c <= 4536 || c == 4538 || c >= 4540 && c <= 4546 || c == 4587 || c == 4592 || c == 4601 || c >= 7680 && c <= 7835 || c >= 7840 && c <= 7929 || c >= 7936 && c <= 7957 || c >= 7960 && c <= 7965 || c >= 7968 && c <= 8005 || c >= 8008 && c <= 8013 || c >= 8016 && c <= 8023 || c == 8025 || c == 8027 || c == 8029 || c >= 8031 && c <= 8061 || c >= 8064 && c <= 8116 || c >= 8118 && c <= 8124 || c == 8126 || c >= 8130 && c <= 8132 || c >= 8134 && c <= 8140 || c >= 8144 && c <= 8147 || c >= 8150 && c <= 8155 || c >= 8160 && c <= 8172 || c >= 8178 && c <= 8180 || c >= 8182 && c <= 8188 || c == 8486 || c >= 8490 && c <= 8491 || c == 8494 || c >= 8576 && c <= 8578 || c >= 12353 && c <= 12436 || c >= 12449 && c <= 12538 || c >= 12549 && c <= 12588 || c >= 44032 && c <= 55203 || c >= 19968 && c <= 40869 || c == 12295 || c >= 12321 && c <= 12329 || c == 95 || c == 46 || c == 45 || c >= 768 && c <= 837 || c >= 864 && c <= 865 || c >= 1155 && c <= 1158 || c >= 1425 && c <= 1441 || c >= 1443 && c <= 1465 || c >= 1467 && c <= 1469 || c == 1471 || c >= 1473 && c <= 1474 || c == 1476 || c >= 1611 && c <= 1618 || c == 1648 || c >= 1750 && c <= 1756 || c >= 1757 && c <= 1759 || c >= 1760 && c <= 1764 || c >= 1767 && c <= 1768 || c >= 1770 && c <= 1773 || c >= 2305 && c <= 2307 || c == 2364 || c >= 2366 && c <= 2380 || c == 2381 || c >= 2385 && c <= 2388 || c >= 2402 && c <= 2403 || c >= 2433 && c <= 2435 || c == 2492 || c == 2494 || c == 2495 || c >= 2496 && c <= 2500 || c >= 2503 && c <= 2504 || c >= 2507 && c <= 2509 || c == 2519 || c >= 2530 && c <= 2531 || c == 2562 || c == 2620 || c == 2622 || c == 2623 || c >= 2624 && c <= 2626 || c >= 2631 && c <= 2632 || c >= 2635 && c <= 2637 || c >= 2672 && c <= 2673 || c >= 2689 && c <= 2691 || c == 2748 || c >= 2750 && c <= 2757 || c >= 2759 && c <= 2761 || c >= 2763 && c <= 2765 || c >= 2817 && c <= 2819 || c == 2876 || c >= 2878 && c <= 2883 || c >= 2887 && c <= 2888 || c >= 2891 && c <= 2893 || c >= 2902 && c <= 2903 || c >= 2946 && c <= 2947 || c >= 3006 && c <= 3010 || c >= 3014 && c <= 3016 || c >= 3018 && c <= 3021 || c == 3031 || c >= 3073 && c <= 3075 || c >= 3134 && c <= 3140 || c >= 3142 && c <= 3144 || c >= 3146 && c <= 3149 || c >= 3157 && c <= 3158 || c >= 3202 && c <= 3203 || c >= 3262 && c <= 3268 || c >= 3270 && c <= 3272 || c >= 3274 && c <= 3277 || c >= 3285 && c <= 3286 || c >= 3330 && c <= 3331 || c >= 3390 && c <= 3395 || c >= 3398 && c <= 3400 || c >= 3402 && c <= 3405 || c == 3415 || c == 3633 || c >= 3636 && c <= 3642 || c >= 3655 && c <= 3662 || c == 3761 || c >= 3764 && c <= 3769 || c >= 3771 && c <= 3772 || c >= 3784 && c <= 3789 || c >= 3864 && c <= 3865 || c == 3893 || c == 3895 || c == 3897 || c == 3902 || c == 3903 || c >= 3953 && c <= 3972 || c >= 3974 && c <= 3979 || c >= 3984 && c <= 3989 || c == 3991 || c >= 3993 && c <= 4013 || c >= 4017 && c <= 4023 || c == 4025 || c >= 8400 && c <= 8412 || c == 8417 || c >= 12330 && c <= 12335 || c == 12441 || c == 12442 || c == 183 || c == 720 || c == 721 || c == 903 || c == 1600 || c == 3654 || c == 3782 || c == 12293 || c >= 12337 && c <= 12341 || c >= 12445 && c <= 12446 || c >= 12540 && c <= 12542;
+}
+
+var HEX_TABLE;
+function $clinit_94(){
+ $clinit_94 = nullMethod;
+ NAMES = initValues(_3_3C_classLit, 52, 12, [$toCharArray('AElig'), $toCharArray('AElig;'), $toCharArray('AMP'), $toCharArray('AMP;'), $toCharArray('Aacute'), $toCharArray('Aacute;'), $toCharArray('Abreve;'), $toCharArray('Acirc'), $toCharArray('Acirc;'), $toCharArray('Acy;'), $toCharArray('Afr;'), $toCharArray('Agrave'), $toCharArray('Agrave;'), $toCharArray('Alpha;'), $toCharArray('Amacr;'), $toCharArray('And;'), $toCharArray('Aogon;'), $toCharArray('Aopf;'), $toCharArray('ApplyFunction;'), $toCharArray('Aring'), $toCharArray('Aring;'), $toCharArray('Ascr;'), $toCharArray('Assign;'), $toCharArray('Atilde'), $toCharArray('Atilde;'), $toCharArray('Auml'), $toCharArray('Auml;'), $toCharArray('Backslash;'), $toCharArray('Barv;'), $toCharArray('Barwed;'), $toCharArray('Bcy;'), $toCharArray('Because;'), $toCharArray('Bernoullis;'), $toCharArray('Beta;'), $toCharArray('Bfr;'), $toCharArray('Bopf;'), $toCharArray('Breve;'), $toCharArray('Bscr;'), $toCharArray('Bumpeq;'), $toCharArray('CHcy;'), $toCharArray('COPY'), $toCharArray('COPY;'), $toCharArray('Cacute;'), $toCharArray('Cap;'), $toCharArray('CapitalDifferentialD;'), $toCharArray('Cayleys;'), $toCharArray('Ccaron;'), $toCharArray('Ccedil'), $toCharArray('Ccedil;'), $toCharArray('Ccirc;'), $toCharArray('Cconint;'), $toCharArray('Cdot;'), $toCharArray('Cedilla;'), $toCharArray('CenterDot;'), $toCharArray('Cfr;'), $toCharArray('Chi;'), $toCharArray('CircleDot;'), $toCharArray('CircleMinus;'), $toCharArray('CirclePlus;'), $toCharArray('CircleTimes;'), $toCharArray('ClockwiseContourIntegral;'), $toCharArray('CloseCurlyDoubleQuote;'), $toCharArray('CloseCurlyQuote;'), $toCharArray('Colon;'), $toCharArray('Colone;'), $toCharArray('Congruent;'), $toCharArray('Conint;'), $toCharArray('ContourIntegral;'), $toCharArray('Copf;'), $toCharArray('Coproduct;'), $toCharArray('CounterClockwiseContourIntegral;'), $toCharArray('Cross;'), $toCharArray('Cscr;'), $toCharArray('Cup;'), $toCharArray('CupCap;'), $toCharArray('DD;'), $toCharArray('DDotrahd;'), $toCharArray('DJcy;'), $toCharArray('DScy;'), $toCharArray('DZcy;'), $toCharArray('Dagger;'), $toCharArray('Darr;'), $toCharArray('Dashv;'), $toCharArray('Dcaron;'), $toCharArray('Dcy;'), $toCharArray('Del;'), $toCharArray('Delta;'), $toCharArray('Dfr;'), $toCharArray('DiacriticalAcute;'), $toCharArray('DiacriticalDot;'), $toCharArray('DiacriticalDoubleAcute;'), $toCharArray('DiacriticalGrave;'), $toCharArray('DiacriticalTilde;'), $toCharArray('Diamond;'), $toCharArray('DifferentialD;'), $toCharArray('Dopf;'), $toCharArray('Dot;'), $toCharArray('DotDot;'), $toCharArray('DotEqual;'), $toCharArray('DoubleContourIntegral;'), $toCharArray('DoubleDot;'), $toCharArray('DoubleDownArrow;'), $toCharArray('DoubleLeftArrow;'), $toCharArray('DoubleLeftRightArrow;'), $toCharArray('DoubleLeftTee;'), $toCharArray('DoubleLongLeftArrow;'), $toCharArray('DoubleLongLeftRightArrow;'), $toCharArray('DoubleLongRightArrow;'), $toCharArray('DoubleRightArrow;'), $toCharArray('DoubleRightTee;'), $toCharArray('DoubleUpArrow;'), $toCharArray('DoubleUpDownArrow;'), $toCharArray('DoubleVerticalBar;'), $toCharArray('DownArrow;'), $toCharArray('DownArrowBar;'), $toCharArray('DownArrowUpArrow;'), $toCharArray('DownBreve;'), $toCharArray('DownLeftRightVector;'), $toCharArray('DownLeftTeeVector;'), $toCharArray('DownLeftVector;'), $toCharArray('DownLeftVectorBar;'), $toCharArray('DownRightTeeVector;'), $toCharArray('DownRightVector;'), $toCharArray('DownRightVectorBar;'), $toCharArray('DownTee;'), $toCharArray('DownTeeArrow;'), $toCharArray('Downarrow;'), $toCharArray('Dscr;'), $toCharArray('Dstrok;'), $toCharArray('ENG;'), $toCharArray('ETH'), $toCharArray('ETH;'), $toCharArray('Eacute'), $toCharArray('Eacute;'), $toCharArray('Ecaron;'), $toCharArray('Ecirc'), $toCharArray('Ecirc;'), $toCharArray('Ecy;'), $toCharArray('Edot;'), $toCharArray('Efr;'), $toCharArray('Egrave'), $toCharArray('Egrave;'), $toCharArray('Element;'), $toCharArray('Emacr;'), $toCharArray('EmptySmallSquare;'), $toCharArray('EmptyVerySmallSquare;'), $toCharArray('Eogon;'), $toCharArray('Eopf;'), $toCharArray('Epsilon;'), $toCharArray('Equal;'), $toCharArray('EqualTilde;'), $toCharArray('Equilibrium;'), $toCharArray('Escr;'), $toCharArray('Esim;'), $toCharArray('Eta;'), $toCharArray('Euml'), $toCharArray('Euml;'), $toCharArray('Exists;'), $toCharArray('ExponentialE;'), $toCharArray('Fcy;'), $toCharArray('Ffr;'), $toCharArray('FilledSmallSquare;'), $toCharArray('FilledVerySmallSquare;'), $toCharArray('Fopf;'), $toCharArray('ForAll;'), $toCharArray('Fouriertrf;'), $toCharArray('Fscr;'), $toCharArray('GJcy;'), $toCharArray('GT'), $toCharArray('GT;'), $toCharArray('Gamma;'), $toCharArray('Gammad;'), $toCharArray('Gbreve;'), $toCharArray('Gcedil;'), $toCharArray('Gcirc;'), $toCharArray('Gcy;'), $toCharArray('Gdot;'), $toCharArray('Gfr;'), $toCharArray('Gg;'), $toCharArray('Gopf;'), $toCharArray('GreaterEqual;'), $toCharArray('GreaterEqualLess;'), $toCharArray('GreaterFullEqual;'), $toCharArray('GreaterGreater;'), $toCharArray('GreaterLess;'), $toCharArray('GreaterSlantEqual;'), $toCharArray('GreaterTilde;'), $toCharArray('Gscr;'), $toCharArray('Gt;'), $toCharArray('HARDcy;'), $toCharArray('Hacek;'), $toCharArray('Hat;'), $toCharArray('Hcirc;'), $toCharArray('Hfr;'), $toCharArray('HilbertSpace;'), $toCharArray('Hopf;'), $toCharArray('HorizontalLine;'), $toCharArray('Hscr;'), $toCharArray('Hstrok;'), $toCharArray('HumpDownHump;'), $toCharArray('HumpEqual;'), $toCharArray('IEcy;'), $toCharArray('IJlig;'), $toCharArray('IOcy;'), $toCharArray('Iacute'), $toCharArray('Iacute;'), $toCharArray('Icirc'), $toCharArray('Icirc;'), $toCharArray('Icy;'), $toCharArray('Idot;'), $toCharArray('Ifr;'), $toCharArray('Igrave'), $toCharArray('Igrave;'), $toCharArray('Im;'), $toCharArray('Imacr;'), $toCharArray('ImaginaryI;'), $toCharArray('Implies;'), $toCharArray('Int;'), $toCharArray('Integral;'), $toCharArray('Intersection;'), $toCharArray('InvisibleComma;'), $toCharArray('InvisibleTimes;'), $toCharArray('Iogon;'), $toCharArray('Iopf;'), $toCharArray('Iota;'), $toCharArray('Iscr;'), $toCharArray('Itilde;'), $toCharArray('Iukcy;'), $toCharArray('Iuml'), $toCharArray('Iuml;'), $toCharArray('Jcirc;'), $toCharArray('Jcy;'), $toCharArray('Jfr;'), $toCharArray('Jopf;'), $toCharArray('Jscr;'), $toCharArray('Jsercy;'), $toCharArray('Jukcy;'), $toCharArray('KHcy;'), $toCharArray('KJcy;'), $toCharArray('Kappa;'), $toCharArray('Kcedil;'), $toCharArray('Kcy;'), $toCharArray('Kfr;'), $toCharArray('Kopf;'), $toCharArray('Kscr;'), $toCharArray('LJcy;'), $toCharArray('LT'), $toCharArray('LT;'), $toCharArray('Lacute;'), $toCharArray('Lambda;'), $toCharArray('Lang;'), $toCharArray('Laplacetrf;'), $toCharArray('Larr;'), $toCharArray('Lcaron;'), $toCharArray('Lcedil;'), $toCharArray('Lcy;'), $toCharArray('LeftAngleBracket;'), $toCharArray('LeftArrow;'), $toCharArray('LeftArrowBar;'), $toCharArray('LeftArrowRightArrow;'), $toCharArray('LeftCeiling;'), $toCharArray('LeftDoubleBracket;'), $toCharArray('LeftDownTeeVector;'), $toCharArray('LeftDownVector;'), $toCharArray('LeftDownVectorBar;'), $toCharArray('LeftFloor;'), $toCharArray('LeftRightArrow;'), $toCharArray('LeftRightVector;'), $toCharArray('LeftTee;'), $toCharArray('LeftTeeArrow;'), $toCharArray('LeftTeeVector;'), $toCharArray('LeftTriangle;'), $toCharArray('LeftTriangleBar;'), $toCharArray('LeftTriangleEqual;'), $toCharArray('LeftUpDownVector;'), $toCharArray('LeftUpTeeVector;'), $toCharArray('LeftUpVector;'), $toCharArray('LeftUpVectorBar;'), $toCharArray('LeftVector;'), $toCharArray('LeftVectorBar;'), $toCharArray('Leftarrow;'), $toCharArray('Leftrightarrow;'), $toCharArray('LessEqualGreater;'), $toCharArray('LessFullEqual;'), $toCharArray('LessGreater;'), $toCharArray('LessLess;'), $toCharArray('LessSlantEqual;'), $toCharArray('LessTilde;'), $toCharArray('Lfr;'), $toCharArray('Ll;'), $toCharArray('Lleftarrow;'), $toCharArray('Lmidot;'), $toCharArray('LongLeftArrow;'), $toCharArray('LongLeftRightArrow;'), $toCharArray('LongRightArrow;'), $toCharArray('Longleftarrow;'), $toCharArray('Longleftrightarrow;'), $toCharArray('Longrightarrow;'), $toCharArray('Lopf;'), $toCharArray('LowerLeftArrow;'), $toCharArray('LowerRightArrow;'), $toCharArray('Lscr;'), $toCharArray('Lsh;'), $toCharArray('Lstrok;'), $toCharArray('Lt;'), $toCharArray('Map;'), $toCharArray('Mcy;'), $toCharArray('MediumSpace;'), $toCharArray('Mellintrf;'), $toCharArray('Mfr;'), $toCharArray('MinusPlus;'), $toCharArray('Mopf;'), $toCharArray('Mscr;'), $toCharArray('Mu;'), $toCharArray('NJcy;'), $toCharArray('Nacute;'), $toCharArray('Ncaron;'), $toCharArray('Ncedil;'), $toCharArray('Ncy;'), $toCharArray('NegativeMediumSpace;'), $toCharArray('NegativeThickSpace;'), $toCharArray('NegativeThinSpace;'), $toCharArray('NegativeVeryThinSpace;'), $toCharArray('NestedGreaterGreater;'), $toCharArray('NestedLessLess;'), $toCharArray('NewLine;'), $toCharArray('Nfr;'), $toCharArray('NoBreak;'), $toCharArray('NonBreakingSpace;'), $toCharArray('Nopf;'), $toCharArray('Not;'), $toCharArray('NotCongruent;'), $toCharArray('NotCupCap;'), $toCharArray('NotDoubleVerticalBar;'), $toCharArray('NotElement;'), $toCharArray('NotEqual;'), $toCharArray('NotExists;'), $toCharArray('NotGreater;'), $toCharArray('NotGreaterEqual;'), $toCharArray('NotGreaterLess;'), $toCharArray('NotGreaterTilde;'), $toCharArray('NotLeftTriangle;'), $toCharArray('NotLeftTriangleEqual;'), $toCharArray('NotLess;'), $toCharArray('NotLessEqual;'), $toCharArray('NotLessGreater;'), $toCharArray('NotLessTilde;'), $toCharArray('NotPrecedes;'), $toCharArray('NotPrecedesSlantEqual;'), $toCharArray('NotReverseElement;'), $toCharArray('NotRightTriangle;'), $toCharArray('NotRightTriangleEqual;'), $toCharArray('NotSquareSubsetEqual;'), $toCharArray('NotSquareSupersetEqual;'), $toCharArray('NotSubsetEqual;'), $toCharArray('NotSucceeds;'), $toCharArray('NotSucceedsSlantEqual;'), $toCharArray('NotSupersetEqual;'), $toCharArray('NotTilde;'), $toCharArray('NotTildeEqual;'), $toCharArray('NotTildeFullEqual;'), $toCharArray('NotTildeTilde;'), $toCharArray('NotVerticalBar;'), $toCharArray('Nscr;'), $toCharArray('Ntilde'), $toCharArray('Ntilde;'), $toCharArray('Nu;'), $toCharArray('OElig;'), $toCharArray('Oacute'), $toCharArray('Oacute;'), $toCharArray('Ocirc'), $toCharArray('Ocirc;'), $toCharArray('Ocy;'), $toCharArray('Odblac;'), $toCharArray('Ofr;'), $toCharArray('Ograve'), $toCharArray('Ograve;'), $toCharArray('Omacr;'), $toCharArray('Omega;'), $toCharArray('Omicron;'), $toCharArray('Oopf;'), $toCharArray('OpenCurlyDoubleQuote;'), $toCharArray('OpenCurlyQuote;'), $toCharArray('Or;'), $toCharArray('Oscr;'), $toCharArray('Oslash'), $toCharArray('Oslash;'), $toCharArray('Otilde'), $toCharArray('Otilde;'), $toCharArray('Otimes;'), $toCharArray('Ouml'), $toCharArray('Ouml;'), $toCharArray('OverBar;'), $toCharArray('OverBrace;'), $toCharArray('OverBracket;'), $toCharArray('OverParenthesis;'), $toCharArray('PartialD;'), $toCharArray('Pcy;'), $toCharArray('Pfr;'), $toCharArray('Phi;'), $toCharArray('Pi;'), $toCharArray('PlusMinus;'), $toCharArray('Poincareplane;'), $toCharArray('Popf;'), $toCharArray('Pr;'), $toCharArray('Precedes;'), $toCharArray('PrecedesEqual;'), $toCharArray('PrecedesSlantEqual;'), $toCharArray('PrecedesTilde;'), $toCharArray('Prime;'), $toCharArray('Product;'), $toCharArray('Proportion;'), $toCharArray('Proportional;'), $toCharArray('Pscr;'), $toCharArray('Psi;'), $toCharArray('QUOT'), $toCharArray('QUOT;'), $toCharArray('Qfr;'), $toCharArray('Qopf;'), $toCharArray('Qscr;'), $toCharArray('RBarr;'), $toCharArray('REG'), $toCharArray('REG;'), $toCharArray('Racute;'), $toCharArray('Rang;'), $toCharArray('Rarr;'), $toCharArray('Rarrtl;'), $toCharArray('Rcaron;'), $toCharArray('Rcedil;'), $toCharArray('Rcy;'), $toCharArray('Re;'), $toCharArray('ReverseElement;'), $toCharArray('ReverseEquilibrium;'), $toCharArray('ReverseUpEquilibrium;'), $toCharArray('Rfr;'), $toCharArray('Rho;'), $toCharArray('RightAngleBracket;'), $toCharArray('RightArrow;'), $toCharArray('RightArrowBar;'), $toCharArray('RightArrowLeftArrow;'), $toCharArray('RightCeiling;'), $toCharArray('RightDoubleBracket;'), $toCharArray('RightDownTeeVector;'), $toCharArray('RightDownVector;'), $toCharArray('RightDownVectorBar;'), $toCharArray('RightFloor;'), $toCharArray('RightTee;'), $toCharArray('RightTeeArrow;'), $toCharArray('RightTeeVector;'), $toCharArray('RightTriangle;'), $toCharArray('RightTriangleBar;'), $toCharArray('RightTriangleEqual;'), $toCharArray('RightUpDownVector;'), $toCharArray('RightUpTeeVector;'), $toCharArray('RightUpVector;'), $toCharArray('RightUpVectorBar;'), $toCharArray('RightVector;'), $toCharArray('RightVectorBar;'), $toCharArray('Rightarrow;'), $toCharArray('Ropf;'), $toCharArray('RoundImplies;'), $toCharArray('Rrightarrow;'), $toCharArray('Rscr;'), $toCharArray('Rsh;'), $toCharArray('RuleDelayed;'), $toCharArray('SHCHcy;'), $toCharArray('SHcy;'), $toCharArray('SOFTcy;'), $toCharArray('Sacute;'), $toCharArray('Sc;'), $toCharArray('Scaron;'), $toCharArray('Scedil;'), $toCharArray('Scirc;'), $toCharArray('Scy;'), $toCharArray('Sfr;'), $toCharArray('ShortDownArrow;'), $toCharArray('ShortLeftArrow;'), $toCharArray('ShortRightArrow;'), $toCharArray('ShortUpArrow;'), $toCharArray('Sigma;'), $toCharArray('SmallCircle;'), $toCharArray('Sopf;'), $toCharArray('Sqrt;'), $toCharArray('Square;'), $toCharArray('SquareIntersection;'), $toCharArray('SquareSubset;'), $toCharArray('SquareSubsetEqual;'), $toCharArray('SquareSuperset;'), $toCharArray('SquareSupersetEqual;'), $toCharArray('SquareUnion;'), $toCharArray('Sscr;'), $toCharArray('Star;'), $toCharArray('Sub;'), $toCharArray('Subset;'), $toCharArray('SubsetEqual;'), $toCharArray('Succeeds;'), $toCharArray('SucceedsEqual;'), $toCharArray('SucceedsSlantEqual;'), $toCharArray('SucceedsTilde;'), $toCharArray('SuchThat;'), $toCharArray('Sum;'), $toCharArray('Sup;'), $toCharArray('Superset;'), $toCharArray('SupersetEqual;'), $toCharArray('Supset;'), $toCharArray('THORN'), $toCharArray('THORN;'), $toCharArray('TRADE;'), $toCharArray('TSHcy;'), $toCharArray('TScy;'), $toCharArray('Tab;'), $toCharArray('Tau;'), $toCharArray('Tcaron;'), $toCharArray('Tcedil;'), $toCharArray('Tcy;'), $toCharArray('Tfr;'), $toCharArray('Therefore;'), $toCharArray('Theta;'), $toCharArray('ThinSpace;'), $toCharArray('Tilde;'), $toCharArray('TildeEqual;'), $toCharArray('TildeFullEqual;'), $toCharArray('TildeTilde;'), $toCharArray('Topf;'), $toCharArray('TripleDot;'), $toCharArray('Tscr;'), $toCharArray('Tstrok;'), $toCharArray('Uacute'), $toCharArray('Uacute;'), $toCharArray('Uarr;'), $toCharArray('Uarrocir;'), $toCharArray('Ubrcy;'), $toCharArray('Ubreve;'), $toCharArray('Ucirc'), $toCharArray('Ucirc;'), $toCharArray('Ucy;'), $toCharArray('Udblac;'), $toCharArray('Ufr;'), $toCharArray('Ugrave'), $toCharArray('Ugrave;'), $toCharArray('Umacr;'), $toCharArray('UnderBar;'), $toCharArray('UnderBrace;'), $toCharArray('UnderBracket;'), $toCharArray('UnderParenthesis;'), $toCharArray('Union;'), $toCharArray('UnionPlus;'), $toCharArray('Uogon;'), $toCharArray('Uopf;'), $toCharArray('UpArrow;'), $toCharArray('UpArrowBar;'), $toCharArray('UpArrowDownArrow;'), $toCharArray('UpDownArrow;'), $toCharArray('UpEquilibrium;'), $toCharArray('UpTee;'), $toCharArray('UpTeeArrow;'), $toCharArray('Uparrow;'), $toCharArray('Updownarrow;'), $toCharArray('UpperLeftArrow;'), $toCharArray('UpperRightArrow;'), $toCharArray('Upsi;'), $toCharArray('Upsilon;'), $toCharArray('Uring;'), $toCharArray('Uscr;'), $toCharArray('Utilde;'), $toCharArray('Uuml'), $toCharArray('Uuml;'), $toCharArray('VDash;'), $toCharArray('Vbar;'), $toCharArray('Vcy;'), $toCharArray('Vdash;'), $toCharArray('Vdashl;'), $toCharArray('Vee;'), $toCharArray('Verbar;'), $toCharArray('Vert;'), $toCharArray('VerticalBar;'), $toCharArray('VerticalLine;'), $toCharArray('VerticalSeparator;'), $toCharArray('VerticalTilde;'), $toCharArray('VeryThinSpace;'), $toCharArray('Vfr;'), $toCharArray('Vopf;'), $toCharArray('Vscr;'), $toCharArray('Vvdash;'), $toCharArray('Wcirc;'), $toCharArray('Wedge;'), $toCharArray('Wfr;'), $toCharArray('Wopf;'), $toCharArray('Wscr;'), $toCharArray('Xfr;'), $toCharArray('Xi;'), $toCharArray('Xopf;'), $toCharArray('Xscr;'), $toCharArray('YAcy;'), $toCharArray('YIcy;'), $toCharArray('YUcy;'), $toCharArray('Yacute'), $toCharArray('Yacute;'), $toCharArray('Ycirc;'), $toCharArray('Ycy;'), $toCharArray('Yfr;'), $toCharArray('Yopf;'), $toCharArray('Yscr;'), $toCharArray('Yuml;'), $toCharArray('ZHcy;'), $toCharArray('Zacute;'), $toCharArray('Zcaron;'), $toCharArray('Zcy;'), $toCharArray('Zdot;'), $toCharArray('ZeroWidthSpace;'), $toCharArray('Zeta;'), $toCharArray('Zfr;'), $toCharArray('Zopf;'), $toCharArray('Zscr;'), $toCharArray('aacute'), $toCharArray('aacute;'), $toCharArray('abreve;'), $toCharArray('ac;'), $toCharArray('acd;'), $toCharArray('acirc'), $toCharArray('acirc;'), $toCharArray('acute'), $toCharArray('acute;'), $toCharArray('acy;'), $toCharArray('aelig'), $toCharArray('aelig;'), $toCharArray('af;'), $toCharArray('afr;'), $toCharArray('agrave'), $toCharArray('agrave;'), $toCharArray('alefsym;'), $toCharArray('aleph;'), $toCharArray('alpha;'), $toCharArray('amacr;'), $toCharArray('amalg;'), $toCharArray('amp'), $toCharArray('amp;'), $toCharArray('and;'), $toCharArray('andand;'), $toCharArray('andd;'), $toCharArray('andslope;'), $toCharArray('andv;'), $toCharArray('ang;'), $toCharArray('ange;'), $toCharArray('angle;'), $toCharArray('angmsd;'), $toCharArray('angmsdaa;'), $toCharArray('angmsdab;'), $toCharArray('angmsdac;'), $toCharArray('angmsdad;'), $toCharArray('angmsdae;'), $toCharArray('angmsdaf;'), $toCharArray('angmsdag;'), $toCharArray('angmsdah;'), $toCharArray('angrt;'), $toCharArray('angrtvb;'), $toCharArray('angrtvbd;'), $toCharArray('angsph;'), $toCharArray('angst;'), $toCharArray('angzarr;'), $toCharArray('aogon;'), $toCharArray('aopf;'), $toCharArray('ap;'), $toCharArray('apE;'), $toCharArray('apacir;'), $toCharArray('ape;'), $toCharArray('apid;'), $toCharArray('apos;'), $toCharArray('approx;'), $toCharArray('approxeq;'), $toCharArray('aring'), $toCharArray('aring;'), $toCharArray('ascr;'), $toCharArray('ast;'), $toCharArray('asymp;'), $toCharArray('asympeq;'), $toCharArray('atilde'), $toCharArray('atilde;'), $toCharArray('auml'), $toCharArray('auml;'), $toCharArray('awconint;'), $toCharArray('awint;'), $toCharArray('bNot;'), $toCharArray('backcong;'), $toCharArray('backepsilon;'), $toCharArray('backprime;'), $toCharArray('backsim;'), $toCharArray('backsimeq;'), $toCharArray('barvee;'), $toCharArray('barwed;'), $toCharArray('barwedge;'), $toCharArray('bbrk;'), $toCharArray('bbrktbrk;'), $toCharArray('bcong;'), $toCharArray('bcy;'), $toCharArray('bdquo;'), $toCharArray('becaus;'), $toCharArray('because;'), $toCharArray('bemptyv;'), $toCharArray('bepsi;'), $toCharArray('bernou;'), $toCharArray('beta;'), $toCharArray('beth;'), $toCharArray('between;'), $toCharArray('bfr;'), $toCharArray('bigcap;'), $toCharArray('bigcirc;'), $toCharArray('bigcup;'), $toCharArray('bigodot;'), $toCharArray('bigoplus;'), $toCharArray('bigotimes;'), $toCharArray('bigsqcup;'), $toCharArray('bigstar;'), $toCharArray('bigtriangledown;'), $toCharArray('bigtriangleup;'), $toCharArray('biguplus;'), $toCharArray('bigvee;'), $toCharArray('bigwedge;'), $toCharArray('bkarow;'), $toCharArray('blacklozenge;'), $toCharArray('blacksquare;'), $toCharArray('blacktriangle;'), $toCharArray('blacktriangledown;'), $toCharArray('blacktriangleleft;'), $toCharArray('blacktriangleright;'), $toCharArray('blank;'), $toCharArray('blk12;'), $toCharArray('blk14;'), $toCharArray('blk34;'), $toCharArray('block;'), $toCharArray('bnot;'), $toCharArray('bopf;'), $toCharArray('bot;'), $toCharArray('bottom;'), $toCharArray('bowtie;'), $toCharArray('boxDL;'), $toCharArray('boxDR;'), $toCharArray('boxDl;'), $toCharArray('boxDr;'), $toCharArray('boxH;'), $toCharArray('boxHD;'), $toCharArray('boxHU;'), $toCharArray('boxHd;'), $toCharArray('boxHu;'), $toCharArray('boxUL;'), $toCharArray('boxUR;'), $toCharArray('boxUl;'), $toCharArray('boxUr;'), $toCharArray('boxV;'), $toCharArray('boxVH;'), $toCharArray('boxVL;'), $toCharArray('boxVR;'), $toCharArray('boxVh;'), $toCharArray('boxVl;'), $toCharArray('boxVr;'), $toCharArray('boxbox;'), $toCharArray('boxdL;'), $toCharArray('boxdR;'), $toCharArray('boxdl;'), $toCharArray('boxdr;'), $toCharArray('boxh;'), $toCharArray('boxhD;'), $toCharArray('boxhU;'), $toCharArray('boxhd;'), $toCharArray('boxhu;'), $toCharArray('boxminus;'), $toCharArray('boxplus;'), $toCharArray('boxtimes;'), $toCharArray('boxuL;'), $toCharArray('boxuR;'), $toCharArray('boxul;'), $toCharArray('boxur;'), $toCharArray('boxv;'), $toCharArray('boxvH;'), $toCharArray('boxvL;'), $toCharArray('boxvR;'), $toCharArray('boxvh;'), $toCharArray('boxvl;'), $toCharArray('boxvr;'), $toCharArray('bprime;'), $toCharArray('breve;'), $toCharArray('brvbar'), $toCharArray('brvbar;'), $toCharArray('bscr;'), $toCharArray('bsemi;'), $toCharArray('bsim;'), $toCharArray('bsime;'), $toCharArray('bsol;'), $toCharArray('bsolb;'), $toCharArray('bull;'), $toCharArray('bullet;'), $toCharArray('bump;'), $toCharArray('bumpE;'), $toCharArray('bumpe;'), $toCharArray('bumpeq;'), $toCharArray('cacute;'), $toCharArray('cap;'), $toCharArray('capand;'), $toCharArray('capbrcup;'), $toCharArray('capcap;'), $toCharArray('capcup;'), $toCharArray('capdot;'), $toCharArray('caret;'), $toCharArray('caron;'), $toCharArray('ccaps;'), $toCharArray('ccaron;'), $toCharArray('ccedil'), $toCharArray('ccedil;'), $toCharArray('ccirc;'), $toCharArray('ccups;'), $toCharArray('ccupssm;'), $toCharArray('cdot;'), $toCharArray('cedil'), $toCharArray('cedil;'), $toCharArray('cemptyv;'), $toCharArray('cent'), $toCharArray('cent;'), $toCharArray('centerdot;'), $toCharArray('cfr;'), $toCharArray('chcy;'), $toCharArray('check;'), $toCharArray('checkmark;'), $toCharArray('chi;'), $toCharArray('cir;'), $toCharArray('cirE;'), $toCharArray('circ;'), $toCharArray('circeq;'), $toCharArray('circlearrowleft;'), $toCharArray('circlearrowright;'), $toCharArray('circledR;'), $toCharArray('circledS;'), $toCharArray('circledast;'), $toCharArray('circledcirc;'), $toCharArray('circleddash;'), $toCharArray('cire;'), $toCharArray('cirfnint;'), $toCharArray('cirmid;'), $toCharArray('cirscir;'), $toCharArray('clubs;'), $toCharArray('clubsuit;'), $toCharArray('colon;'), $toCharArray('colone;'), $toCharArray('coloneq;'), $toCharArray('comma;'), $toCharArray('commat;'), $toCharArray('comp;'), $toCharArray('compfn;'), $toCharArray('complement;'), $toCharArray('complexes;'), $toCharArray('cong;'), $toCharArray('congdot;'), $toCharArray('conint;'), $toCharArray('copf;'), $toCharArray('coprod;'), $toCharArray('copy'), $toCharArray('copy;'), $toCharArray('copysr;'), $toCharArray('crarr;'), $toCharArray('cross;'), $toCharArray('cscr;'), $toCharArray('csub;'), $toCharArray('csube;'), $toCharArray('csup;'), $toCharArray('csupe;'), $toCharArray('ctdot;'), $toCharArray('cudarrl;'), $toCharArray('cudarrr;'), $toCharArray('cuepr;'), $toCharArray('cuesc;'), $toCharArray('cularr;'), $toCharArray('cularrp;'), $toCharArray('cup;'), $toCharArray('cupbrcap;'), $toCharArray('cupcap;'), $toCharArray('cupcup;'), $toCharArray('cupdot;'), $toCharArray('cupor;'), $toCharArray('curarr;'), $toCharArray('curarrm;'), $toCharArray('curlyeqprec;'), $toCharArray('curlyeqsucc;'), $toCharArray('curlyvee;'), $toCharArray('curlywedge;'), $toCharArray('curren'), $toCharArray('curren;'), $toCharArray('curvearrowleft;'), $toCharArray('curvearrowright;'), $toCharArray('cuvee;'), $toCharArray('cuwed;'), $toCharArray('cwconint;'), $toCharArray('cwint;'), $toCharArray('cylcty;'), $toCharArray('dArr;'), $toCharArray('dHar;'), $toCharArray('dagger;'), $toCharArray('daleth;'), $toCharArray('darr;'), $toCharArray('dash;'), $toCharArray('dashv;'), $toCharArray('dbkarow;'), $toCharArray('dblac;'), $toCharArray('dcaron;'), $toCharArray('dcy;'), $toCharArray('dd;'), $toCharArray('ddagger;'), $toCharArray('ddarr;'), $toCharArray('ddotseq;'), $toCharArray('deg'), $toCharArray('deg;'), $toCharArray('delta;'), $toCharArray('demptyv;'), $toCharArray('dfisht;'), $toCharArray('dfr;'), $toCharArray('dharl;'), $toCharArray('dharr;'), $toCharArray('diam;'), $toCharArray('diamond;'), $toCharArray('diamondsuit;'), $toCharArray('diams;'), $toCharArray('die;'), $toCharArray('digamma;'), $toCharArray('disin;'), $toCharArray('div;'), $toCharArray('divide'), $toCharArray('divide;'), $toCharArray('divideontimes;'), $toCharArray('divonx;'), $toCharArray('djcy;'), $toCharArray('dlcorn;'), $toCharArray('dlcrop;'), $toCharArray('dollar;'), $toCharArray('dopf;'), $toCharArray('dot;'), $toCharArray('doteq;'), $toCharArray('doteqdot;'), $toCharArray('dotminus;'), $toCharArray('dotplus;'), $toCharArray('dotsquare;'), $toCharArray('doublebarwedge;'), $toCharArray('downarrow;'), $toCharArray('downdownarrows;'), $toCharArray('downharpoonleft;'), $toCharArray('downharpoonright;'), $toCharArray('drbkarow;'), $toCharArray('drcorn;'), $toCharArray('drcrop;'), $toCharArray('dscr;'), $toCharArray('dscy;'), $toCharArray('dsol;'), $toCharArray('dstrok;'), $toCharArray('dtdot;'), $toCharArray('dtri;'), $toCharArray('dtrif;'), $toCharArray('duarr;'), $toCharArray('duhar;'), $toCharArray('dwangle;'), $toCharArray('dzcy;'), $toCharArray('dzigrarr;'), $toCharArray('eDDot;'), $toCharArray('eDot;'), $toCharArray('eacute'), $toCharArray('eacute;'), $toCharArray('easter;'), $toCharArray('ecaron;'), $toCharArray('ecir;'), $toCharArray('ecirc'), $toCharArray('ecirc;'), $toCharArray('ecolon;'), $toCharArray('ecy;'), $toCharArray('edot;'), $toCharArray('ee;'), $toCharArray('efDot;'), $toCharArray('efr;'), $toCharArray('eg;'), $toCharArray('egrave'), $toCharArray('egrave;'), $toCharArray('egs;'), $toCharArray('egsdot;'), $toCharArray('el;'), $toCharArray('elinters;'), $toCharArray('ell;'), $toCharArray('els;'), $toCharArray('elsdot;'), $toCharArray('emacr;'), $toCharArray('empty;'), $toCharArray('emptyset;'), $toCharArray('emptyv;'), $toCharArray('emsp13;'), $toCharArray('emsp14;'), $toCharArray('emsp;'), $toCharArray('eng;'), $toCharArray('ensp;'), $toCharArray('eogon;'), $toCharArray('eopf;'), $toCharArray('epar;'), $toCharArray('eparsl;'), $toCharArray('eplus;'), $toCharArray('epsi;'), $toCharArray('epsilon;'), $toCharArray('epsiv;'), $toCharArray('eqcirc;'), $toCharArray('eqcolon;'), $toCharArray('eqsim;'), $toCharArray('eqslantgtr;'), $toCharArray('eqslantless;'), $toCharArray('equals;'), $toCharArray('equest;'), $toCharArray('equiv;'), $toCharArray('equivDD;'), $toCharArray('eqvparsl;'), $toCharArray('erDot;'), $toCharArray('erarr;'), $toCharArray('escr;'), $toCharArray('esdot;'), $toCharArray('esim;'), $toCharArray('eta;'), $toCharArray('eth'), $toCharArray('eth;'), $toCharArray('euml'), $toCharArray('euml;'), $toCharArray('euro;'), $toCharArray('excl;'), $toCharArray('exist;'), $toCharArray('expectation;'), $toCharArray('exponentiale;'), $toCharArray('fallingdotseq;'), $toCharArray('fcy;'), $toCharArray('female;'), $toCharArray('ffilig;'), $toCharArray('fflig;'), $toCharArray('ffllig;'), $toCharArray('ffr;'), $toCharArray('filig;'), $toCharArray('flat;'), $toCharArray('fllig;'), $toCharArray('fltns;'), $toCharArray('fnof;'), $toCharArray('fopf;'), $toCharArray('forall;'), $toCharArray('fork;'), $toCharArray('forkv;'), $toCharArray('fpartint;'), $toCharArray('frac12'), $toCharArray('frac12;'), $toCharArray('frac13;'), $toCharArray('frac14'), $toCharArray('frac14;'), $toCharArray('frac15;'), $toCharArray('frac16;'), $toCharArray('frac18;'), $toCharArray('frac23;'), $toCharArray('frac25;'), $toCharArray('frac34'), $toCharArray('frac34;'), $toCharArray('frac35;'), $toCharArray('frac38;'), $toCharArray('frac45;'), $toCharArray('frac56;'), $toCharArray('frac58;'), $toCharArray('frac78;'), $toCharArray('frasl;'), $toCharArray('frown;'), $toCharArray('fscr;'), $toCharArray('gE;'), $toCharArray('gEl;'), $toCharArray('gacute;'), $toCharArray('gamma;'), $toCharArray('gammad;'), $toCharArray('gap;'), $toCharArray('gbreve;'), $toCharArray('gcirc;'), $toCharArray('gcy;'), $toCharArray('gdot;'), $toCharArray('ge;'), $toCharArray('gel;'), $toCharArray('geq;'), $toCharArray('geqq;'), $toCharArray('geqslant;'), $toCharArray('ges;'), $toCharArray('gescc;'), $toCharArray('gesdot;'), $toCharArray('gesdoto;'), $toCharArray('gesdotol;'), $toCharArray('gesles;'), $toCharArray('gfr;'), $toCharArray('gg;'), $toCharArray('ggg;'), $toCharArray('gimel;'), $toCharArray('gjcy;'), $toCharArray('gl;'), $toCharArray('glE;'), $toCharArray('gla;'), $toCharArray('glj;'), $toCharArray('gnE;'), $toCharArray('gnap;'), $toCharArray('gnapprox;'), $toCharArray('gne;'), $toCharArray('gneq;'), $toCharArray('gneqq;'), $toCharArray('gnsim;'), $toCharArray('gopf;'), $toCharArray('grave;'), $toCharArray('gscr;'), $toCharArray('gsim;'), $toCharArray('gsime;'), $toCharArray('gsiml;'), $toCharArray('gt'), $toCharArray('gt;'), $toCharArray('gtcc;'), $toCharArray('gtcir;'), $toCharArray('gtdot;'), $toCharArray('gtlPar;'), $toCharArray('gtquest;'), $toCharArray('gtrapprox;'), $toCharArray('gtrarr;'), $toCharArray('gtrdot;'), $toCharArray('gtreqless;'), $toCharArray('gtreqqless;'), $toCharArray('gtrless;'), $toCharArray('gtrsim;'), $toCharArray('hArr;'), $toCharArray('hairsp;'), $toCharArray('half;'), $toCharArray('hamilt;'), $toCharArray('hardcy;'), $toCharArray('harr;'), $toCharArray('harrcir;'), $toCharArray('harrw;'), $toCharArray('hbar;'), $toCharArray('hcirc;'), $toCharArray('hearts;'), $toCharArray('heartsuit;'), $toCharArray('hellip;'), $toCharArray('hercon;'), $toCharArray('hfr;'), $toCharArray('hksearow;'), $toCharArray('hkswarow;'), $toCharArray('hoarr;'), $toCharArray('homtht;'), $toCharArray('hookleftarrow;'), $toCharArray('hookrightarrow;'), $toCharArray('hopf;'), $toCharArray('horbar;'), $toCharArray('hscr;'), $toCharArray('hslash;'), $toCharArray('hstrok;'), $toCharArray('hybull;'), $toCharArray('hyphen;'), $toCharArray('iacute'), $toCharArray('iacute;'), $toCharArray('ic;'), $toCharArray('icirc'), $toCharArray('icirc;'), $toCharArray('icy;'), $toCharArray('iecy;'), $toCharArray('iexcl'), $toCharArray('iexcl;'), $toCharArray('iff;'), $toCharArray('ifr;'), $toCharArray('igrave'), $toCharArray('igrave;'), $toCharArray('ii;'), $toCharArray('iiiint;'), $toCharArray('iiint;'), $toCharArray('iinfin;'), $toCharArray('iiota;'), $toCharArray('ijlig;'), $toCharArray('imacr;'), $toCharArray('image;'), $toCharArray('imagline;'), $toCharArray('imagpart;'), $toCharArray('imath;'), $toCharArray('imof;'), $toCharArray('imped;'), $toCharArray('in;'), $toCharArray('incare;'), $toCharArray('infin;'), $toCharArray('infintie;'), $toCharArray('inodot;'), $toCharArray('int;'), $toCharArray('intcal;'), $toCharArray('integers;'), $toCharArray('intercal;'), $toCharArray('intlarhk;'), $toCharArray('intprod;'), $toCharArray('iocy;'), $toCharArray('iogon;'), $toCharArray('iopf;'), $toCharArray('iota;'), $toCharArray('iprod;'), $toCharArray('iquest'), $toCharArray('iquest;'), $toCharArray('iscr;'), $toCharArray('isin;'), $toCharArray('isinE;'), $toCharArray('isindot;'), $toCharArray('isins;'), $toCharArray('isinsv;'), $toCharArray('isinv;'), $toCharArray('it;'), $toCharArray('itilde;'), $toCharArray('iukcy;'), $toCharArray('iuml'), $toCharArray('iuml;'), $toCharArray('jcirc;'), $toCharArray('jcy;'), $toCharArray('jfr;'), $toCharArray('jmath;'), $toCharArray('jopf;'), $toCharArray('jscr;'), $toCharArray('jsercy;'), $toCharArray('jukcy;'), $toCharArray('kappa;'), $toCharArray('kappav;'), $toCharArray('kcedil;'), $toCharArray('kcy;'), $toCharArray('kfr;'), $toCharArray('kgreen;'), $toCharArray('khcy;'), $toCharArray('kjcy;'), $toCharArray('kopf;'), $toCharArray('kscr;'), $toCharArray('lAarr;'), $toCharArray('lArr;'), $toCharArray('lAtail;'), $toCharArray('lBarr;'), $toCharArray('lE;'), $toCharArray('lEg;'), $toCharArray('lHar;'), $toCharArray('lacute;'), $toCharArray('laemptyv;'), $toCharArray('lagran;'), $toCharArray('lambda;'), $toCharArray('lang;'), $toCharArray('langd;'), $toCharArray('langle;'), $toCharArray('lap;'), $toCharArray('laquo'), $toCharArray('laquo;'), $toCharArray('larr;'), $toCharArray('larrb;'), $toCharArray('larrbfs;'), $toCharArray('larrfs;'), $toCharArray('larrhk;'), $toCharArray('larrlp;'), $toCharArray('larrpl;'), $toCharArray('larrsim;'), $toCharArray('larrtl;'), $toCharArray('lat;'), $toCharArray('latail;'), $toCharArray('late;'), $toCharArray('lbarr;'), $toCharArray('lbbrk;'), $toCharArray('lbrace;'), $toCharArray('lbrack;'), $toCharArray('lbrke;'), $toCharArray('lbrksld;'), $toCharArray('lbrkslu;'), $toCharArray('lcaron;'), $toCharArray('lcedil;'), $toCharArray('lceil;'), $toCharArray('lcub;'), $toCharArray('lcy;'), $toCharArray('ldca;'), $toCharArray('ldquo;'), $toCharArray('ldquor;'), $toCharArray('ldrdhar;'), $toCharArray('ldrushar;'), $toCharArray('ldsh;'), $toCharArray('le;'), $toCharArray('leftarrow;'), $toCharArray('leftarrowtail;'), $toCharArray('leftharpoondown;'), $toCharArray('leftharpoonup;'), $toCharArray('leftleftarrows;'), $toCharArray('leftrightarrow;'), $toCharArray('leftrightarrows;'), $toCharArray('leftrightharpoons;'), $toCharArray('leftrightsquigarrow;'), $toCharArray('leftthreetimes;'), $toCharArray('leg;'), $toCharArray('leq;'), $toCharArray('leqq;'), $toCharArray('leqslant;'), $toCharArray('les;'), $toCharArray('lescc;'), $toCharArray('lesdot;'), $toCharArray('lesdoto;'), $toCharArray('lesdotor;'), $toCharArray('lesges;'), $toCharArray('lessapprox;'), $toCharArray('lessdot;'), $toCharArray('lesseqgtr;'), $toCharArray('lesseqqgtr;'), $toCharArray('lessgtr;'), $toCharArray('lesssim;'), $toCharArray('lfisht;'), $toCharArray('lfloor;'), $toCharArray('lfr;'), $toCharArray('lg;'), $toCharArray('lgE;'), $toCharArray('lhard;'), $toCharArray('lharu;'), $toCharArray('lharul;'), $toCharArray('lhblk;'), $toCharArray('ljcy;'), $toCharArray('ll;'), $toCharArray('llarr;'), $toCharArray('llcorner;'), $toCharArray('llhard;'), $toCharArray('lltri;'), $toCharArray('lmidot;'), $toCharArray('lmoust;'), $toCharArray('lmoustache;'), $toCharArray('lnE;'), $toCharArray('lnap;'), $toCharArray('lnapprox;'), $toCharArray('lne;'), $toCharArray('lneq;'), $toCharArray('lneqq;'), $toCharArray('lnsim;'), $toCharArray('loang;'), $toCharArray('loarr;'), $toCharArray('lobrk;'), $toCharArray('longleftarrow;'), $toCharArray('longleftrightarrow;'), $toCharArray('longmapsto;'), $toCharArray('longrightarrow;'), $toCharArray('looparrowleft;'), $toCharArray('looparrowright;'), $toCharArray('lopar;'), $toCharArray('lopf;'), $toCharArray('loplus;'), $toCharArray('lotimes;'), $toCharArray('lowast;'), $toCharArray('lowbar;'), $toCharArray('loz;'), $toCharArray('lozenge;'), $toCharArray('lozf;'), $toCharArray('lpar;'), $toCharArray('lparlt;'), $toCharArray('lrarr;'), $toCharArray('lrcorner;'), $toCharArray('lrhar;'), $toCharArray('lrhard;'), $toCharArray('lrm;'), $toCharArray('lrtri;'), $toCharArray('lsaquo;'), $toCharArray('lscr;'), $toCharArray('lsh;'), $toCharArray('lsim;'), $toCharArray('lsime;'), $toCharArray('lsimg;'), $toCharArray('lsqb;'), $toCharArray('lsquo;'), $toCharArray('lsquor;'), $toCharArray('lstrok;'), $toCharArray('lt'), $toCharArray('lt;'), $toCharArray('ltcc;'), $toCharArray('ltcir;'), $toCharArray('ltdot;'), $toCharArray('lthree;'), $toCharArray('ltimes;'), $toCharArray('ltlarr;'), $toCharArray('ltquest;'), $toCharArray('ltrPar;'), $toCharArray('ltri;'), $toCharArray('ltrie;'), $toCharArray('ltrif;'), $toCharArray('lurdshar;'), $toCharArray('luruhar;'), $toCharArray('mDDot;'), $toCharArray('macr'), $toCharArray('macr;'), $toCharArray('male;'), $toCharArray('malt;'), $toCharArray('maltese;'), $toCharArray('map;'), $toCharArray('mapsto;'), $toCharArray('mapstodown;'), $toCharArray('mapstoleft;'), $toCharArray('mapstoup;'), $toCharArray('marker;'), $toCharArray('mcomma;'), $toCharArray('mcy;'), $toCharArray('mdash;'), $toCharArray('measuredangle;'), $toCharArray('mfr;'), $toCharArray('mho;'), $toCharArray('micro'), $toCharArray('micro;'), $toCharArray('mid;'), $toCharArray('midast;'), $toCharArray('midcir;'), $toCharArray('middot'), $toCharArray('middot;'), $toCharArray('minus;'), $toCharArray('minusb;'), $toCharArray('minusd;'), $toCharArray('minusdu;'), $toCharArray('mlcp;'), $toCharArray('mldr;'), $toCharArray('mnplus;'), $toCharArray('models;'), $toCharArray('mopf;'), $toCharArray('mp;'), $toCharArray('mscr;'), $toCharArray('mstpos;'), $toCharArray('mu;'), $toCharArray('multimap;'), $toCharArray('mumap;'), $toCharArray('nLeftarrow;'), $toCharArray('nLeftrightarrow;'), $toCharArray('nRightarrow;'), $toCharArray('nVDash;'), $toCharArray('nVdash;'), $toCharArray('nabla;'), $toCharArray('nacute;'), $toCharArray('nap;'), $toCharArray('napos;'), $toCharArray('napprox;'), $toCharArray('natur;'), $toCharArray('natural;'), $toCharArray('naturals;'), $toCharArray('nbsp'), $toCharArray('nbsp;'), $toCharArray('ncap;'), $toCharArray('ncaron;'), $toCharArray('ncedil;'), $toCharArray('ncong;'), $toCharArray('ncup;'), $toCharArray('ncy;'), $toCharArray('ndash;'), $toCharArray('ne;'), $toCharArray('neArr;'), $toCharArray('nearhk;'), $toCharArray('nearr;'), $toCharArray('nearrow;'), $toCharArray('nequiv;'), $toCharArray('nesear;'), $toCharArray('nexist;'), $toCharArray('nexists;'), $toCharArray('nfr;'), $toCharArray('nge;'), $toCharArray('ngeq;'), $toCharArray('ngsim;'), $toCharArray('ngt;'), $toCharArray('ngtr;'), $toCharArray('nhArr;'), $toCharArray('nharr;'), $toCharArray('nhpar;'), $toCharArray('ni;'), $toCharArray('nis;'), $toCharArray('nisd;'), $toCharArray('niv;'), $toCharArray('njcy;'), $toCharArray('nlArr;'), $toCharArray('nlarr;'), $toCharArray('nldr;'), $toCharArray('nle;'), $toCharArray('nleftarrow;'), $toCharArray('nleftrightarrow;'), $toCharArray('nleq;'), $toCharArray('nless;'), $toCharArray('nlsim;'), $toCharArray('nlt;'), $toCharArray('nltri;'), $toCharArray('nltrie;'), $toCharArray('nmid;'), $toCharArray('nopf;'), $toCharArray('not'), $toCharArray('not;'), $toCharArray('notin;'), $toCharArray('notinva;'), $toCharArray('notinvb;'), $toCharArray('notinvc;'), $toCharArray('notni;'), $toCharArray('notniva;'), $toCharArray('notnivb;'), $toCharArray('notnivc;'), $toCharArray('npar;'), $toCharArray('nparallel;'), $toCharArray('npolint;'), $toCharArray('npr;'), $toCharArray('nprcue;'), $toCharArray('nprec;'), $toCharArray('nrArr;'), $toCharArray('nrarr;'), $toCharArray('nrightarrow;'), $toCharArray('nrtri;'), $toCharArray('nrtrie;'), $toCharArray('nsc;'), $toCharArray('nsccue;'), $toCharArray('nscr;'), $toCharArray('nshortmid;'), $toCharArray('nshortparallel;'), $toCharArray('nsim;'), $toCharArray('nsime;'), $toCharArray('nsimeq;'), $toCharArray('nsmid;'), $toCharArray('nspar;'), $toCharArray('nsqsube;'), $toCharArray('nsqsupe;'), $toCharArray('nsub;'), $toCharArray('nsube;'), $toCharArray('nsubseteq;'), $toCharArray('nsucc;'), $toCharArray('nsup;'), $toCharArray('nsupe;'), $toCharArray('nsupseteq;'), $toCharArray('ntgl;'), $toCharArray('ntilde'), $toCharArray('ntilde;'), $toCharArray('ntlg;'), $toCharArray('ntriangleleft;'), $toCharArray('ntrianglelefteq;'), $toCharArray('ntriangleright;'), $toCharArray('ntrianglerighteq;'), $toCharArray('nu;'), $toCharArray('num;'), $toCharArray('numero;'), $toCharArray('numsp;'), $toCharArray('nvDash;'), $toCharArray('nvHarr;'), $toCharArray('nvdash;'), $toCharArray('nvinfin;'), $toCharArray('nvlArr;'), $toCharArray('nvrArr;'), $toCharArray('nwArr;'), $toCharArray('nwarhk;'), $toCharArray('nwarr;'), $toCharArray('nwarrow;'), $toCharArray('nwnear;'), $toCharArray('oS;'), $toCharArray('oacute'), $toCharArray('oacute;'), $toCharArray('oast;'), $toCharArray('ocir;'), $toCharArray('ocirc'), $toCharArray('ocirc;'), $toCharArray('ocy;'), $toCharArray('odash;'), $toCharArray('odblac;'), $toCharArray('odiv;'), $toCharArray('odot;'), $toCharArray('odsold;'), $toCharArray('oelig;'), $toCharArray('ofcir;'), $toCharArray('ofr;'), $toCharArray('ogon;'), $toCharArray('ograve'), $toCharArray('ograve;'), $toCharArray('ogt;'), $toCharArray('ohbar;'), $toCharArray('ohm;'), $toCharArray('oint;'), $toCharArray('olarr;'), $toCharArray('olcir;'), $toCharArray('olcross;'), $toCharArray('oline;'), $toCharArray('olt;'), $toCharArray('omacr;'), $toCharArray('omega;'), $toCharArray('omicron;'), $toCharArray('omid;'), $toCharArray('ominus;'), $toCharArray('oopf;'), $toCharArray('opar;'), $toCharArray('operp;'), $toCharArray('oplus;'), $toCharArray('or;'), $toCharArray('orarr;'), $toCharArray('ord;'), $toCharArray('order;'), $toCharArray('orderof;'), $toCharArray('ordf'), $toCharArray('ordf;'), $toCharArray('ordm'), $toCharArray('ordm;'), $toCharArray('origof;'), $toCharArray('oror;'), $toCharArray('orslope;'), $toCharArray('orv;'), $toCharArray('oscr;'), $toCharArray('oslash'), $toCharArray('oslash;'), $toCharArray('osol;'), $toCharArray('otilde'), $toCharArray('otilde;'), $toCharArray('otimes;'), $toCharArray('otimesas;'), $toCharArray('ouml'), $toCharArray('ouml;'), $toCharArray('ovbar;'), $toCharArray('par;'), $toCharArray('para'), $toCharArray('para;'), $toCharArray('parallel;'), $toCharArray('parsim;'), $toCharArray('parsl;'), $toCharArray('part;'), $toCharArray('pcy;'), $toCharArray('percnt;'), $toCharArray('period;'), $toCharArray('permil;'), $toCharArray('perp;'), $toCharArray('pertenk;'), $toCharArray('pfr;'), $toCharArray('phi;'), $toCharArray('phiv;'), $toCharArray('phmmat;'), $toCharArray('phone;'), $toCharArray('pi;'), $toCharArray('pitchfork;'), $toCharArray('piv;'), $toCharArray('planck;'), $toCharArray('planckh;'), $toCharArray('plankv;'), $toCharArray('plus;'), $toCharArray('plusacir;'), $toCharArray('plusb;'), $toCharArray('pluscir;'), $toCharArray('plusdo;'), $toCharArray('plusdu;'), $toCharArray('pluse;'), $toCharArray('plusmn'), $toCharArray('plusmn;'), $toCharArray('plussim;'), $toCharArray('plustwo;'), $toCharArray('pm;'), $toCharArray('pointint;'), $toCharArray('popf;'), $toCharArray('pound'), $toCharArray('pound;'), $toCharArray('pr;'), $toCharArray('prE;'), $toCharArray('prap;'), $toCharArray('prcue;'), $toCharArray('pre;'), $toCharArray('prec;'), $toCharArray('precapprox;'), $toCharArray('preccurlyeq;'), $toCharArray('preceq;'), $toCharArray('precnapprox;'), $toCharArray('precneqq;'), $toCharArray('precnsim;'), $toCharArray('precsim;'), $toCharArray('prime;'), $toCharArray('primes;'), $toCharArray('prnE;'), $toCharArray('prnap;'), $toCharArray('prnsim;'), $toCharArray('prod;'), $toCharArray('profalar;'), $toCharArray('profline;'), $toCharArray('profsurf;'), $toCharArray('prop;'), $toCharArray('propto;'), $toCharArray('prsim;'), $toCharArray('prurel;'), $toCharArray('pscr;'), $toCharArray('psi;'), $toCharArray('puncsp;'), $toCharArray('qfr;'), $toCharArray('qint;'), $toCharArray('qopf;'), $toCharArray('qprime;'), $toCharArray('qscr;'), $toCharArray('quaternions;'), $toCharArray('quatint;'), $toCharArray('quest;'), $toCharArray('questeq;'), $toCharArray('quot'), $toCharArray('quot;'), $toCharArray('rAarr;'), $toCharArray('rArr;'), $toCharArray('rAtail;'), $toCharArray('rBarr;'), $toCharArray('rHar;'), $toCharArray('race;'), $toCharArray('racute;'), $toCharArray('radic;'), $toCharArray('raemptyv;'), $toCharArray('rang;'), $toCharArray('rangd;'), $toCharArray('range;'), $toCharArray('rangle;'), $toCharArray('raquo'), $toCharArray('raquo;'), $toCharArray('rarr;'), $toCharArray('rarrap;'), $toCharArray('rarrb;'), $toCharArray('rarrbfs;'), $toCharArray('rarrc;'), $toCharArray('rarrfs;'), $toCharArray('rarrhk;'), $toCharArray('rarrlp;'), $toCharArray('rarrpl;'), $toCharArray('rarrsim;'), $toCharArray('rarrtl;'), $toCharArray('rarrw;'), $toCharArray('ratail;'), $toCharArray('ratio;'), $toCharArray('rationals;'), $toCharArray('rbarr;'), $toCharArray('rbbrk;'), $toCharArray('rbrace;'), $toCharArray('rbrack;'), $toCharArray('rbrke;'), $toCharArray('rbrksld;'), $toCharArray('rbrkslu;'), $toCharArray('rcaron;'), $toCharArray('rcedil;'), $toCharArray('rceil;'), $toCharArray('rcub;'), $toCharArray('rcy;'), $toCharArray('rdca;'), $toCharArray('rdldhar;'), $toCharArray('rdquo;'), $toCharArray('rdquor;'), $toCharArray('rdsh;'), $toCharArray('real;'), $toCharArray('realine;'), $toCharArray('realpart;'), $toCharArray('reals;'), $toCharArray('rect;'), $toCharArray('reg'), $toCharArray('reg;'), $toCharArray('rfisht;'), $toCharArray('rfloor;'), $toCharArray('rfr;'), $toCharArray('rhard;'), $toCharArray('rharu;'), $toCharArray('rharul;'), $toCharArray('rho;'), $toCharArray('rhov;'), $toCharArray('rightarrow;'), $toCharArray('rightarrowtail;'), $toCharArray('rightharpoondown;'), $toCharArray('rightharpoonup;'), $toCharArray('rightleftarrows;'), $toCharArray('rightleftharpoons;'), $toCharArray('rightrightarrows;'), $toCharArray('rightsquigarrow;'), $toCharArray('rightthreetimes;'), $toCharArray('ring;'), $toCharArray('risingdotseq;'), $toCharArray('rlarr;'), $toCharArray('rlhar;'), $toCharArray('rlm;'), $toCharArray('rmoust;'), $toCharArray('rmoustache;'), $toCharArray('rnmid;'), $toCharArray('roang;'), $toCharArray('roarr;'), $toCharArray('robrk;'), $toCharArray('ropar;'), $toCharArray('ropf;'), $toCharArray('roplus;'), $toCharArray('rotimes;'), $toCharArray('rpar;'), $toCharArray('rpargt;'), $toCharArray('rppolint;'), $toCharArray('rrarr;'), $toCharArray('rsaquo;'), $toCharArray('rscr;'), $toCharArray('rsh;'), $toCharArray('rsqb;'), $toCharArray('rsquo;'), $toCharArray('rsquor;'), $toCharArray('rthree;'), $toCharArray('rtimes;'), $toCharArray('rtri;'), $toCharArray('rtrie;'), $toCharArray('rtrif;'), $toCharArray('rtriltri;'), $toCharArray('ruluhar;'), $toCharArray('rx;'), $toCharArray('sacute;'), $toCharArray('sbquo;'), $toCharArray('sc;'), $toCharArray('scE;'), $toCharArray('scap;'), $toCharArray('scaron;'), $toCharArray('sccue;'), $toCharArray('sce;'), $toCharArray('scedil;'), $toCharArray('scirc;'), $toCharArray('scnE;'), $toCharArray('scnap;'), $toCharArray('scnsim;'), $toCharArray('scpolint;'), $toCharArray('scsim;'), $toCharArray('scy;'), $toCharArray('sdot;'), $toCharArray('sdotb;'), $toCharArray('sdote;'), $toCharArray('seArr;'), $toCharArray('searhk;'), $toCharArray('searr;'), $toCharArray('searrow;'), $toCharArray('sect'), $toCharArray('sect;'), $toCharArray('semi;'), $toCharArray('seswar;'), $toCharArray('setminus;'), $toCharArray('setmn;'), $toCharArray('sext;'), $toCharArray('sfr;'), $toCharArray('sfrown;'), $toCharArray('sharp;'), $toCharArray('shchcy;'), $toCharArray('shcy;'), $toCharArray('shortmid;'), $toCharArray('shortparallel;'), $toCharArray('shy'), $toCharArray('shy;'), $toCharArray('sigma;'), $toCharArray('sigmaf;'), $toCharArray('sigmav;'), $toCharArray('sim;'), $toCharArray('simdot;'), $toCharArray('sime;'), $toCharArray('simeq;'), $toCharArray('simg;'), $toCharArray('simgE;'), $toCharArray('siml;'), $toCharArray('simlE;'), $toCharArray('simne;'), $toCharArray('simplus;'), $toCharArray('simrarr;'), $toCharArray('slarr;'), $toCharArray('smallsetminus;'), $toCharArray('smashp;'), $toCharArray('smeparsl;'), $toCharArray('smid;'), $toCharArray('smile;'), $toCharArray('smt;'), $toCharArray('smte;'), $toCharArray('softcy;'), $toCharArray('sol;'), $toCharArray('solb;'), $toCharArray('solbar;'), $toCharArray('sopf;'), $toCharArray('spades;'), $toCharArray('spadesuit;'), $toCharArray('spar;'), $toCharArray('sqcap;'), $toCharArray('sqcup;'), $toCharArray('sqsub;'), $toCharArray('sqsube;'), $toCharArray('sqsubset;'), $toCharArray('sqsubseteq;'), $toCharArray('sqsup;'), $toCharArray('sqsupe;'), $toCharArray('sqsupset;'), $toCharArray('sqsupseteq;'), $toCharArray('squ;'), $toCharArray('square;'), $toCharArray('squarf;'), $toCharArray('squf;'), $toCharArray('srarr;'), $toCharArray('sscr;'), $toCharArray('ssetmn;'), $toCharArray('ssmile;'), $toCharArray('sstarf;'), $toCharArray('star;'), $toCharArray('starf;'), $toCharArray('straightepsilon;'), $toCharArray('straightphi;'), $toCharArray('strns;'), $toCharArray('sub;'), $toCharArray('subE;'), $toCharArray('subdot;'), $toCharArray('sube;'), $toCharArray('subedot;'), $toCharArray('submult;'), $toCharArray('subnE;'), $toCharArray('subne;'), $toCharArray('subplus;'), $toCharArray('subrarr;'), $toCharArray('subset;'), $toCharArray('subseteq;'), $toCharArray('subseteqq;'), $toCharArray('subsetneq;'), $toCharArray('subsetneqq;'), $toCharArray('subsim;'), $toCharArray('subsub;'), $toCharArray('subsup;'), $toCharArray('succ;'), $toCharArray('succapprox;'), $toCharArray('succcurlyeq;'), $toCharArray('succeq;'), $toCharArray('succnapprox;'), $toCharArray('succneqq;'), $toCharArray('succnsim;'), $toCharArray('succsim;'), $toCharArray('sum;'), $toCharArray('sung;'), $toCharArray('sup1'), $toCharArray('sup1;'), $toCharArray('sup2'), $toCharArray('sup2;'), $toCharArray('sup3'), $toCharArray('sup3;'), $toCharArray('sup;'), $toCharArray('supE;'), $toCharArray('supdot;'), $toCharArray('supdsub;'), $toCharArray('supe;'), $toCharArray('supedot;'), $toCharArray('suphsub;'), $toCharArray('suplarr;'), $toCharArray('supmult;'), $toCharArray('supnE;'), $toCharArray('supne;'), $toCharArray('supplus;'), $toCharArray('supset;'), $toCharArray('supseteq;'), $toCharArray('supseteqq;'), $toCharArray('supsetneq;'), $toCharArray('supsetneqq;'), $toCharArray('supsim;'), $toCharArray('supsub;'), $toCharArray('supsup;'), $toCharArray('swArr;'), $toCharArray('swarhk;'), $toCharArray('swarr;'), $toCharArray('swarrow;'), $toCharArray('swnwar;'), $toCharArray('szlig'), $toCharArray('szlig;'), $toCharArray('target;'), $toCharArray('tau;'), $toCharArray('tbrk;'), $toCharArray('tcaron;'), $toCharArray('tcedil;'), $toCharArray('tcy;'), $toCharArray('tdot;'), $toCharArray('telrec;'), $toCharArray('tfr;'), $toCharArray('there4;'), $toCharArray('therefore;'), $toCharArray('theta;'), $toCharArray('thetasym;'), $toCharArray('thetav;'), $toCharArray('thickapprox;'), $toCharArray('thicksim;'), $toCharArray('thinsp;'), $toCharArray('thkap;'), $toCharArray('thksim;'), $toCharArray('thorn'), $toCharArray('thorn;'), $toCharArray('tilde;'), $toCharArray('times'), $toCharArray('times;'), $toCharArray('timesb;'), $toCharArray('timesbar;'), $toCharArray('timesd;'), $toCharArray('tint;'), $toCharArray('toea;'), $toCharArray('top;'), $toCharArray('topbot;'), $toCharArray('topcir;'), $toCharArray('topf;'), $toCharArray('topfork;'), $toCharArray('tosa;'), $toCharArray('tprime;'), $toCharArray('trade;'), $toCharArray('triangle;'), $toCharArray('triangledown;'), $toCharArray('triangleleft;'), $toCharArray('trianglelefteq;'), $toCharArray('triangleq;'), $toCharArray('triangleright;'), $toCharArray('trianglerighteq;'), $toCharArray('tridot;'), $toCharArray('trie;'), $toCharArray('triminus;'), $toCharArray('triplus;'), $toCharArray('trisb;'), $toCharArray('tritime;'), $toCharArray('trpezium;'), $toCharArray('tscr;'), $toCharArray('tscy;'), $toCharArray('tshcy;'), $toCharArray('tstrok;'), $toCharArray('twixt;'), $toCharArray('twoheadleftarrow;'), $toCharArray('twoheadrightarrow;'), $toCharArray('uArr;'), $toCharArray('uHar;'), $toCharArray('uacute'), $toCharArray('uacute;'), $toCharArray('uarr;'), $toCharArray('ubrcy;'), $toCharArray('ubreve;'), $toCharArray('ucirc'), $toCharArray('ucirc;'), $toCharArray('ucy;'), $toCharArray('udarr;'), $toCharArray('udblac;'), $toCharArray('udhar;'), $toCharArray('ufisht;'), $toCharArray('ufr;'), $toCharArray('ugrave'), $toCharArray('ugrave;'), $toCharArray('uharl;'), $toCharArray('uharr;'), $toCharArray('uhblk;'), $toCharArray('ulcorn;'), $toCharArray('ulcorner;'), $toCharArray('ulcrop;'), $toCharArray('ultri;'), $toCharArray('umacr;'), $toCharArray('uml'), $toCharArray('uml;'), $toCharArray('uogon;'), $toCharArray('uopf;'), $toCharArray('uparrow;'), $toCharArray('updownarrow;'), $toCharArray('upharpoonleft;'), $toCharArray('upharpoonright;'), $toCharArray('uplus;'), $toCharArray('upsi;'), $toCharArray('upsih;'), $toCharArray('upsilon;'), $toCharArray('upuparrows;'), $toCharArray('urcorn;'), $toCharArray('urcorner;'), $toCharArray('urcrop;'), $toCharArray('uring;'), $toCharArray('urtri;'), $toCharArray('uscr;'), $toCharArray('utdot;'), $toCharArray('utilde;'), $toCharArray('utri;'), $toCharArray('utrif;'), $toCharArray('uuarr;'), $toCharArray('uuml'), $toCharArray('uuml;'), $toCharArray('uwangle;'), $toCharArray('vArr;'), $toCharArray('vBar;'), $toCharArray('vBarv;'), $toCharArray('vDash;'), $toCharArray('vangrt;'), $toCharArray('varepsilon;'), $toCharArray('varkappa;'), $toCharArray('varnothing;'), $toCharArray('varphi;'), $toCharArray('varpi;'), $toCharArray('varpropto;'), $toCharArray('varr;'), $toCharArray('varrho;'), $toCharArray('varsigma;'), $toCharArray('vartheta;'), $toCharArray('vartriangleleft;'), $toCharArray('vartriangleright;'), $toCharArray('vcy;'), $toCharArray('vdash;'), $toCharArray('vee;'), $toCharArray('veebar;'), $toCharArray('veeeq;'), $toCharArray('vellip;'), $toCharArray('verbar;'), $toCharArray('vert;'), $toCharArray('vfr;'), $toCharArray('vltri;'), $toCharArray('vopf;'), $toCharArray('vprop;'), $toCharArray('vrtri;'), $toCharArray('vscr;'), $toCharArray('vzigzag;'), $toCharArray('wcirc;'), $toCharArray('wedbar;'), $toCharArray('wedge;'), $toCharArray('wedgeq;'), $toCharArray('weierp;'), $toCharArray('wfr;'), $toCharArray('wopf;'), $toCharArray('wp;'), $toCharArray('wr;'), $toCharArray('wreath;'), $toCharArray('wscr;'), $toCharArray('xcap;'), $toCharArray('xcirc;'), $toCharArray('xcup;'), $toCharArray('xdtri;'), $toCharArray('xfr;'), $toCharArray('xhArr;'), $toCharArray('xharr;'), $toCharArray('xi;'), $toCharArray('xlArr;'), $toCharArray('xlarr;'), $toCharArray('xmap;'), $toCharArray('xnis;'), $toCharArray('xodot;'), $toCharArray('xopf;'), $toCharArray('xoplus;'), $toCharArray('xotime;'), $toCharArray('xrArr;'), $toCharArray('xrarr;'), $toCharArray('xscr;'), $toCharArray('xsqcup;'), $toCharArray('xuplus;'), $toCharArray('xutri;'), $toCharArray('xvee;'), $toCharArray('xwedge;'), $toCharArray('yacute'), $toCharArray('yacute;'), $toCharArray('yacy;'), $toCharArray('ycirc;'), $toCharArray('ycy;'), $toCharArray('yen'), $toCharArray('yen;'), $toCharArray('yfr;'), $toCharArray('yicy;'), $toCharArray('yopf;'), $toCharArray('yscr;'), $toCharArray('yucy;'), $toCharArray('yuml'), $toCharArray('yuml;'), $toCharArray('zacute;'), $toCharArray('zcaron;'), $toCharArray('zcy;'), $toCharArray('zdot;'), $toCharArray('zeetrf;'), $toCharArray('zeta;'), $toCharArray('zfr;'), $toCharArray('zhcy;'), $toCharArray('zigrarr;'), $toCharArray('zopf;'), $toCharArray('zscr;'), $toCharArray('zwj;'), $toCharArray('zwnj;')]);
+ VALUES_0 = initValues(_3_3C_classLit, 52, 12, [initValues(_3C_classLit, 42, -1, [198]), initValues(_3C_classLit, 42, -1, [198]), initValues(_3C_classLit, 42, -1, [38]), initValues(_3C_classLit, 42, -1, [38]), initValues(_3C_classLit, 42, -1, [193]), initValues(_3C_classLit, 42, -1, [193]), initValues(_3C_classLit, 42, -1, [258]), initValues(_3C_classLit, 42, -1, [194]), initValues(_3C_classLit, 42, -1, [194]), initValues(_3C_classLit, 42, -1, [1040]), initValues(_3C_classLit, 42, -1, [55349, 56580]), initValues(_3C_classLit, 42, -1, [192]), initValues(_3C_classLit, 42, -1, [192]), initValues(_3C_classLit, 42, -1, [913]), initValues(_3C_classLit, 42, -1, [256]), initValues(_3C_classLit, 42, -1, [10835]), initValues(_3C_classLit, 42, -1, [260]), initValues(_3C_classLit, 42, -1, [55349, 56632]), initValues(_3C_classLit, 42, -1, [8289]), initValues(_3C_classLit, 42, -1, [197]), initValues(_3C_classLit, 42, -1, [197]), initValues(_3C_classLit, 42, -1, [55349, 56476]), initValues(_3C_classLit, 42, -1, [8788]), initValues(_3C_classLit, 42, -1, [195]), initValues(_3C_classLit, 42, -1, [195]), initValues(_3C_classLit, 42, -1, [196]), initValues(_3C_classLit, 42, -1, [196]), initValues(_3C_classLit, 42, -1, [8726]), initValues(_3C_classLit, 42, -1, [10983]), initValues(_3C_classLit, 42, -1, [8966]), initValues(_3C_classLit, 42, -1, [1041]), initValues(_3C_classLit, 42, -1, [8757]), initValues(_3C_classLit, 42, -1, [8492]), initValues(_3C_classLit, 42, -1, [914]), initValues(_3C_classLit, 42, -1, [55349, 56581]), initValues(_3C_classLit, 42, -1, [55349, 56633]), initValues(_3C_classLit, 42, -1, [728]), initValues(_3C_classLit, 42, -1, [8492]), initValues(_3C_classLit, 42, -1, [8782]), initValues(_3C_classLit, 42, -1, [1063]), initValues(_3C_classLit, 42, -1, [169]), initValues(_3C_classLit, 42, -1, [169]), initValues(_3C_classLit, 42, -1, [262]), initValues(_3C_classLit, 42, -1, [8914]), initValues(_3C_classLit, 42, -1, [8517]), initValues(_3C_classLit, 42, -1, [8493]), initValues(_3C_classLit, 42, -1, [268]), initValues(_3C_classLit, 42, -1, [199]), initValues(_3C_classLit, 42, -1, [199]), initValues(_3C_classLit, 42, -1, [264]), initValues(_3C_classLit, 42, -1, [8752]), initValues(_3C_classLit, 42, -1, [266]), initValues(_3C_classLit, 42, -1, [184]), initValues(_3C_classLit, 42, -1, [183]), initValues(_3C_classLit, 42, -1, [8493]), initValues(_3C_classLit, 42, -1, [935]), initValues(_3C_classLit, 42, -1, [8857]), initValues(_3C_classLit, 42, -1, [8854]), initValues(_3C_classLit, 42, -1, [8853]), initValues(_3C_classLit, 42, -1, [8855]), initValues(_3C_classLit, 42, -1, [8754]), initValues(_3C_classLit, 42, -1, [8221]), initValues(_3C_classLit, 42, -1, [8217]), initValues(_3C_classLit, 42, -1, [8759]), initValues(_3C_classLit, 42, -1, [10868]), initValues(_3C_classLit, 42, -1, [8801]), initValues(_3C_classLit, 42, -1, [8751]), initValues(_3C_classLit, 42, -1, [8750]), initValues(_3C_classLit, 42, -1, [8450]), initValues(_3C_classLit, 42, -1, [8720]), initValues(_3C_classLit, 42, -1, [8755]), initValues(_3C_classLit, 42, -1, [10799]), initValues(_3C_classLit, 42, -1, [55349, 56478]), initValues(_3C_classLit, 42, -1, [8915]), initValues(_3C_classLit, 42, -1, [8781]), initValues(_3C_classLit, 42, -1, [8517]), initValues(_3C_classLit, 42, -1, [10513]), initValues(_3C_classLit, 42, -1, [1026]), initValues(_3C_classLit, 42, -1, [1029]), initValues(_3C_classLit, 42, -1, [1039]), initValues(_3C_classLit, 42, -1, [8225]), initValues(_3C_classLit, 42, -1, [8609]), initValues(_3C_classLit, 42, -1, [10980]), initValues(_3C_classLit, 42, -1, [270]), initValues(_3C_classLit, 42, -1, [1044]), initValues(_3C_classLit, 42, -1, [8711]), initValues(_3C_classLit, 42, -1, [916]), initValues(_3C_classLit, 42, -1, [55349, 56583]), initValues(_3C_classLit, 42, -1, [180]), initValues(_3C_classLit, 42, -1, [729]), initValues(_3C_classLit, 42, -1, [733]), initValues(_3C_classLit, 42, -1, [96]), initValues(_3C_classLit, 42, -1, [732]), initValues(_3C_classLit, 42, -1, [8900]), initValues(_3C_classLit, 42, -1, [8518]), initValues(_3C_classLit, 42, -1, [55349, 56635]), initValues(_3C_classLit, 42, -1, [168]), initValues(_3C_classLit, 42, -1, [8412]), initValues(_3C_classLit, 42, -1, [8784]), initValues(_3C_classLit, 42, -1, [8751]), initValues(_3C_classLit, 42, -1, [168]), initValues(_3C_classLit, 42, -1, [8659]), initValues(_3C_classLit, 42, -1, [8656]), initValues(_3C_classLit, 42, -1, [8660]), initValues(_3C_classLit, 42, -1, [10980]), initValues(_3C_classLit, 42, -1, [10232]), initValues(_3C_classLit, 42, -1, [10234]), initValues(_3C_classLit, 42, -1, [10233]), initValues(_3C_classLit, 42, -1, [8658]), initValues(_3C_classLit, 42, -1, [8872]), initValues(_3C_classLit, 42, -1, [8657]), initValues(_3C_classLit, 42, -1, [8661]), initValues(_3C_classLit, 42, -1, [8741]), initValues(_3C_classLit, 42, -1, [8595]), initValues(_3C_classLit, 42, -1, [10515]), initValues(_3C_classLit, 42, -1, [8693]), initValues(_3C_classLit, 42, -1, [785]), initValues(_3C_classLit, 42, -1, [10576]), initValues(_3C_classLit, 42, -1, [10590]), initValues(_3C_classLit, 42, -1, [8637]), initValues(_3C_classLit, 42, -1, [10582]), initValues(_3C_classLit, 42, -1, [10591]), initValues(_3C_classLit, 42, -1, [8641]), initValues(_3C_classLit, 42, -1, [10583]), initValues(_3C_classLit, 42, -1, [8868]), initValues(_3C_classLit, 42, -1, [8615]), initValues(_3C_classLit, 42, -1, [8659]), initValues(_3C_classLit, 42, -1, [55349, 56479]), initValues(_3C_classLit, 42, -1, [272]), initValues(_3C_classLit, 42, -1, [330]), initValues(_3C_classLit, 42, -1, [208]), initValues(_3C_classLit, 42, -1, [208]), initValues(_3C_classLit, 42, -1, [201]), initValues(_3C_classLit, 42, -1, [201]), initValues(_3C_classLit, 42, -1, [282]), initValues(_3C_classLit, 42, -1, [202]), initValues(_3C_classLit, 42, -1, [202]), initValues(_3C_classLit, 42, -1, [1069]), initValues(_3C_classLit, 42, -1, [278]), initValues(_3C_classLit, 42, -1, [55349, 56584]), initValues(_3C_classLit, 42, -1, [200]), initValues(_3C_classLit, 42, -1, [200]), initValues(_3C_classLit, 42, -1, [8712]), initValues(_3C_classLit, 42, -1, [274]), initValues(_3C_classLit, 42, -1, [9723]), initValues(_3C_classLit, 42, -1, [9643]), initValues(_3C_classLit, 42, -1, [280]), initValues(_3C_classLit, 42, -1, [55349, 56636]), initValues(_3C_classLit, 42, -1, [917]), initValues(_3C_classLit, 42, -1, [10869]), initValues(_3C_classLit, 42, -1, [8770]), initValues(_3C_classLit, 42, -1, [8652]), initValues(_3C_classLit, 42, -1, [8496]), initValues(_3C_classLit, 42, -1, [10867]), initValues(_3C_classLit, 42, -1, [919]), initValues(_3C_classLit, 42, -1, [203]), initValues(_3C_classLit, 42, -1, [203]), initValues(_3C_classLit, 42, -1, [8707]), initValues(_3C_classLit, 42, -1, [8519]), initValues(_3C_classLit, 42, -1, [1060]), initValues(_3C_classLit, 42, -1, [55349, 56585]), initValues(_3C_classLit, 42, -1, [9724]), initValues(_3C_classLit, 42, -1, [9642]), initValues(_3C_classLit, 42, -1, [55349, 56637]), initValues(_3C_classLit, 42, -1, [8704]), initValues(_3C_classLit, 42, -1, [8497]), initValues(_3C_classLit, 42, -1, [8497]), initValues(_3C_classLit, 42, -1, [1027]), initValues(_3C_classLit, 42, -1, [62]), initValues(_3C_classLit, 42, -1, [62]), initValues(_3C_classLit, 42, -1, [915]), initValues(_3C_classLit, 42, -1, [988]), initValues(_3C_classLit, 42, -1, [286]), initValues(_3C_classLit, 42, -1, [290]), initValues(_3C_classLit, 42, -1, [284]), initValues(_3C_classLit, 42, -1, [1043]), initValues(_3C_classLit, 42, -1, [288]), initValues(_3C_classLit, 42, -1, [55349, 56586]), initValues(_3C_classLit, 42, -1, [8921]), initValues(_3C_classLit, 42, -1, [55349, 56638]), initValues(_3C_classLit, 42, -1, [8805]), initValues(_3C_classLit, 42, -1, [8923]), initValues(_3C_classLit, 42, -1, [8807]), initValues(_3C_classLit, 42, -1, [10914]), initValues(_3C_classLit, 42, -1, [8823]), initValues(_3C_classLit, 42, -1, [10878]), initValues(_3C_classLit, 42, -1, [8819]), initValues(_3C_classLit, 42, -1, [55349, 56482]), initValues(_3C_classLit, 42, -1, [8811]), initValues(_3C_classLit, 42, -1, [1066]), initValues(_3C_classLit, 42, -1, [711]), initValues(_3C_classLit, 42, -1, [94]), initValues(_3C_classLit, 42, -1, [292]), initValues(_3C_classLit, 42, -1, [8460]), initValues(_3C_classLit, 42, -1, [8459]), initValues(_3C_classLit, 42, -1, [8461]), initValues(_3C_classLit, 42, -1, [9472]), initValues(_3C_classLit, 42, -1, [8459]), initValues(_3C_classLit, 42, -1, [294]), initValues(_3C_classLit, 42, -1, [8782]), initValues(_3C_classLit, 42, -1, [8783]), initValues(_3C_classLit, 42, -1, [1045]), initValues(_3C_classLit, 42, -1, [306]), initValues(_3C_classLit, 42, -1, [1025]), initValues(_3C_classLit, 42, -1, [205]), initValues(_3C_classLit, 42, -1, [205]), initValues(_3C_classLit, 42, -1, [206]), initValues(_3C_classLit, 42, -1, [206]), initValues(_3C_classLit, 42, -1, [1048]), initValues(_3C_classLit, 42, -1, [304]), initValues(_3C_classLit, 42, -1, [8465]), initValues(_3C_classLit, 42, -1, [204]), initValues(_3C_classLit, 42, -1, [204]), initValues(_3C_classLit, 42, -1, [8465]), initValues(_3C_classLit, 42, -1, [298]), initValues(_3C_classLit, 42, -1, [8520]), initValues(_3C_classLit, 42, -1, [8658]), initValues(_3C_classLit, 42, -1, [8748]), initValues(_3C_classLit, 42, -1, [8747]), initValues(_3C_classLit, 42, -1, [8898]), initValues(_3C_classLit, 42, -1, [8291]), initValues(_3C_classLit, 42, -1, [8290]), initValues(_3C_classLit, 42, -1, [302]), initValues(_3C_classLit, 42, -1, [55349, 56640]), initValues(_3C_classLit, 42, -1, [921]), initValues(_3C_classLit, 42, -1, [8464]), initValues(_3C_classLit, 42, -1, [296]), initValues(_3C_classLit, 42, -1, [1030]), initValues(_3C_classLit, 42, -1, [207]), initValues(_3C_classLit, 42, -1, [207]), initValues(_3C_classLit, 42, -1, [308]), initValues(_3C_classLit, 42, -1, [1049]), initValues(_3C_classLit, 42, -1, [55349, 56589]), initValues(_3C_classLit, 42, -1, [55349, 56641]), initValues(_3C_classLit, 42, -1, [55349, 56485]), initValues(_3C_classLit, 42, -1, [1032]), initValues(_3C_classLit, 42, -1, [1028]), initValues(_3C_classLit, 42, -1, [1061]), initValues(_3C_classLit, 42, -1, [1036]), initValues(_3C_classLit, 42, -1, [922]), initValues(_3C_classLit, 42, -1, [310]), initValues(_3C_classLit, 42, -1, [1050]), initValues(_3C_classLit, 42, -1, [55349, 56590]), initValues(_3C_classLit, 42, -1, [55349, 56642]), initValues(_3C_classLit, 42, -1, [55349, 56486]), initValues(_3C_classLit, 42, -1, [1033]), initValues(_3C_classLit, 42, -1, [60]), initValues(_3C_classLit, 42, -1, [60]), initValues(_3C_classLit, 42, -1, [313]), initValues(_3C_classLit, 42, -1, [923]), initValues(_3C_classLit, 42, -1, [10218]), initValues(_3C_classLit, 42, -1, [8466]), initValues(_3C_classLit, 42, -1, [8606]), initValues(_3C_classLit, 42, -1, [317]), initValues(_3C_classLit, 42, -1, [315]), initValues(_3C_classLit, 42, -1, [1051]), initValues(_3C_classLit, 42, -1, [10216]), initValues(_3C_classLit, 42, -1, [8592]), initValues(_3C_classLit, 42, -1, [8676]), initValues(_3C_classLit, 42, -1, [8646]), initValues(_3C_classLit, 42, -1, [8968]), initValues(_3C_classLit, 42, -1, [10214]), initValues(_3C_classLit, 42, -1, [10593]), initValues(_3C_classLit, 42, -1, [8643]), initValues(_3C_classLit, 42, -1, [10585]), initValues(_3C_classLit, 42, -1, [8970]), initValues(_3C_classLit, 42, -1, [8596]), initValues(_3C_classLit, 42, -1, [10574]), initValues(_3C_classLit, 42, -1, [8867]), initValues(_3C_classLit, 42, -1, [8612]), initValues(_3C_classLit, 42, -1, [10586]), initValues(_3C_classLit, 42, -1, [8882]), initValues(_3C_classLit, 42, -1, [10703]), initValues(_3C_classLit, 42, -1, [8884]), initValues(_3C_classLit, 42, -1, [10577]), initValues(_3C_classLit, 42, -1, [10592]), initValues(_3C_classLit, 42, -1, [8639]), initValues(_3C_classLit, 42, -1, [10584]), initValues(_3C_classLit, 42, -1, [8636]), initValues(_3C_classLit, 42, -1, [10578]), initValues(_3C_classLit, 42, -1, [8656]), initValues(_3C_classLit, 42, -1, [8660]), initValues(_3C_classLit, 42, -1, [8922]), initValues(_3C_classLit, 42, -1, [8806]), initValues(_3C_classLit, 42, -1, [8822]), initValues(_3C_classLit, 42, -1, [10913]), initValues(_3C_classLit, 42, -1, [10877]), initValues(_3C_classLit, 42, -1, [8818]), initValues(_3C_classLit, 42, -1, [55349, 56591]), initValues(_3C_classLit, 42, -1, [8920]), initValues(_3C_classLit, 42, -1, [8666]), initValues(_3C_classLit, 42, -1, [319]), initValues(_3C_classLit, 42, -1, [10229]), initValues(_3C_classLit, 42, -1, [10231]), initValues(_3C_classLit, 42, -1, [10230]), initValues(_3C_classLit, 42, -1, [10232]), initValues(_3C_classLit, 42, -1, [10234]), initValues(_3C_classLit, 42, -1, [10233]), initValues(_3C_classLit, 42, -1, [55349, 56643]), initValues(_3C_classLit, 42, -1, [8601]), initValues(_3C_classLit, 42, -1, [8600]), initValues(_3C_classLit, 42, -1, [8466]), initValues(_3C_classLit, 42, -1, [8624]), initValues(_3C_classLit, 42, -1, [321]), initValues(_3C_classLit, 42, -1, [8810]), initValues(_3C_classLit, 42, -1, [10501]), initValues(_3C_classLit, 42, -1, [1052]), initValues(_3C_classLit, 42, -1, [8287]), initValues(_3C_classLit, 42, -1, [8499]), initValues(_3C_classLit, 42, -1, [55349, 56592]), initValues(_3C_classLit, 42, -1, [8723]), initValues(_3C_classLit, 42, -1, [55349, 56644]), initValues(_3C_classLit, 42, -1, [8499]), initValues(_3C_classLit, 42, -1, [924]), initValues(_3C_classLit, 42, -1, [1034]), initValues(_3C_classLit, 42, -1, [323]), initValues(_3C_classLit, 42, -1, [327]), initValues(_3C_classLit, 42, -1, [325]), initValues(_3C_classLit, 42, -1, [1053]), initValues(_3C_classLit, 42, -1, [8203]), initValues(_3C_classLit, 42, -1, [8203]), initValues(_3C_classLit, 42, -1, [8203]), initValues(_3C_classLit, 42, -1, [8203]), initValues(_3C_classLit, 42, -1, [8811]), initValues(_3C_classLit, 42, -1, [8810]), initValues(_3C_classLit, 42, -1, [10]), initValues(_3C_classLit, 42, -1, [55349, 56593]), initValues(_3C_classLit, 42, -1, [8288]), initValues(_3C_classLit, 42, -1, [160]), initValues(_3C_classLit, 42, -1, [8469]), initValues(_3C_classLit, 42, -1, [10988]), initValues(_3C_classLit, 42, -1, [8802]), initValues(_3C_classLit, 42, -1, [8813]), initValues(_3C_classLit, 42, -1, [8742]), initValues(_3C_classLit, 42, -1, [8713]), initValues(_3C_classLit, 42, -1, [8800]), initValues(_3C_classLit, 42, -1, [8708]), initValues(_3C_classLit, 42, -1, [8815]), initValues(_3C_classLit, 42, -1, [8817]), initValues(_3C_classLit, 42, -1, [8825]), initValues(_3C_classLit, 42, -1, [8821]), initValues(_3C_classLit, 42, -1, [8938]), initValues(_3C_classLit, 42, -1, [8940]), initValues(_3C_classLit, 42, -1, [8814]), initValues(_3C_classLit, 42, -1, [8816]), initValues(_3C_classLit, 42, -1, [8824]), initValues(_3C_classLit, 42, -1, [8820]), initValues(_3C_classLit, 42, -1, [8832]), initValues(_3C_classLit, 42, -1, [8928]), initValues(_3C_classLit, 42, -1, [8716]), initValues(_3C_classLit, 42, -1, [8939]), initValues(_3C_classLit, 42, -1, [8941]), initValues(_3C_classLit, 42, -1, [8930]), initValues(_3C_classLit, 42, -1, [8931]), initValues(_3C_classLit, 42, -1, [8840]), initValues(_3C_classLit, 42, -1, [8833]), initValues(_3C_classLit, 42, -1, [8929]), initValues(_3C_classLit, 42, -1, [8841]), initValues(_3C_classLit, 42, -1, [8769]), initValues(_3C_classLit, 42, -1, [8772]), initValues(_3C_classLit, 42, -1, [8775]), initValues(_3C_classLit, 42, -1, [8777]), initValues(_3C_classLit, 42, -1, [8740]), initValues(_3C_classLit, 42, -1, [55349, 56489]), initValues(_3C_classLit, 42, -1, [209]), initValues(_3C_classLit, 42, -1, [209]), initValues(_3C_classLit, 42, -1, [925]), initValues(_3C_classLit, 42, -1, [338]), initValues(_3C_classLit, 42, -1, [211]), initValues(_3C_classLit, 42, -1, [211]), initValues(_3C_classLit, 42, -1, [212]), initValues(_3C_classLit, 42, -1, [212]), initValues(_3C_classLit, 42, -1, [1054]), initValues(_3C_classLit, 42, -1, [336]), initValues(_3C_classLit, 42, -1, [55349, 56594]), initValues(_3C_classLit, 42, -1, [210]), initValues(_3C_classLit, 42, -1, [210]), initValues(_3C_classLit, 42, -1, [332]), initValues(_3C_classLit, 42, -1, [937]), initValues(_3C_classLit, 42, -1, [927]), initValues(_3C_classLit, 42, -1, [55349, 56646]), initValues(_3C_classLit, 42, -1, [8220]), initValues(_3C_classLit, 42, -1, [8216]), initValues(_3C_classLit, 42, -1, [10836]), initValues(_3C_classLit, 42, -1, [55349, 56490]), initValues(_3C_classLit, 42, -1, [216]), initValues(_3C_classLit, 42, -1, [216]), initValues(_3C_classLit, 42, -1, [213]), initValues(_3C_classLit, 42, -1, [213]), initValues(_3C_classLit, 42, -1, [10807]), initValues(_3C_classLit, 42, -1, [214]), initValues(_3C_classLit, 42, -1, [214]), initValues(_3C_classLit, 42, -1, [175]), initValues(_3C_classLit, 42, -1, [9182]), initValues(_3C_classLit, 42, -1, [9140]), initValues(_3C_classLit, 42, -1, [9180]), initValues(_3C_classLit, 42, -1, [8706]), initValues(_3C_classLit, 42, -1, [1055]), initValues(_3C_classLit, 42, -1, [55349, 56595]), initValues(_3C_classLit, 42, -1, [934]), initValues(_3C_classLit, 42, -1, [928]), initValues(_3C_classLit, 42, -1, [177]), initValues(_3C_classLit, 42, -1, [8460]), initValues(_3C_classLit, 42, -1, [8473]), initValues(_3C_classLit, 42, -1, [10939]), initValues(_3C_classLit, 42, -1, [8826]), initValues(_3C_classLit, 42, -1, [10927]), initValues(_3C_classLit, 42, -1, [8828]), initValues(_3C_classLit, 42, -1, [8830]), initValues(_3C_classLit, 42, -1, [8243]), initValues(_3C_classLit, 42, -1, [8719]), initValues(_3C_classLit, 42, -1, [8759]), initValues(_3C_classLit, 42, -1, [8733]), initValues(_3C_classLit, 42, -1, [55349, 56491]), initValues(_3C_classLit, 42, -1, [936]), initValues(_3C_classLit, 42, -1, [34]), initValues(_3C_classLit, 42, -1, [34]), initValues(_3C_classLit, 42, -1, [55349, 56596]), initValues(_3C_classLit, 42, -1, [8474]), initValues(_3C_classLit, 42, -1, [55349, 56492]), initValues(_3C_classLit, 42, -1, [10512]), initValues(_3C_classLit, 42, -1, [174]), initValues(_3C_classLit, 42, -1, [174]), initValues(_3C_classLit, 42, -1, [340]), initValues(_3C_classLit, 42, -1, [10219]), initValues(_3C_classLit, 42, -1, [8608]), initValues(_3C_classLit, 42, -1, [10518]), initValues(_3C_classLit, 42, -1, [344]), initValues(_3C_classLit, 42, -1, [342]), initValues(_3C_classLit, 42, -1, [1056]), initValues(_3C_classLit, 42, -1, [8476]), initValues(_3C_classLit, 42, -1, [8715]), initValues(_3C_classLit, 42, -1, [8651]), initValues(_3C_classLit, 42, -1, [10607]), initValues(_3C_classLit, 42, -1, [8476]), initValues(_3C_classLit, 42, -1, [929]), initValues(_3C_classLit, 42, -1, [10217]), initValues(_3C_classLit, 42, -1, [8594]), initValues(_3C_classLit, 42, -1, [8677]), initValues(_3C_classLit, 42, -1, [8644]), initValues(_3C_classLit, 42, -1, [8969]), initValues(_3C_classLit, 42, -1, [10215]), initValues(_3C_classLit, 42, -1, [10589]), initValues(_3C_classLit, 42, -1, [8642]), initValues(_3C_classLit, 42, -1, [10581]), initValues(_3C_classLit, 42, -1, [8971]), initValues(_3C_classLit, 42, -1, [8866]), initValues(_3C_classLit, 42, -1, [8614]), initValues(_3C_classLit, 42, -1, [10587]), initValues(_3C_classLit, 42, -1, [8883]), initValues(_3C_classLit, 42, -1, [10704]), initValues(_3C_classLit, 42, -1, [8885]), initValues(_3C_classLit, 42, -1, [10575]), initValues(_3C_classLit, 42, -1, [10588]), initValues(_3C_classLit, 42, -1, [8638]), initValues(_3C_classLit, 42, -1, [10580]), initValues(_3C_classLit, 42, -1, [8640]), initValues(_3C_classLit, 42, -1, [10579]), initValues(_3C_classLit, 42, -1, [8658]), initValues(_3C_classLit, 42, -1, [8477]), initValues(_3C_classLit, 42, -1, [10608]), initValues(_3C_classLit, 42, -1, [8667]), initValues(_3C_classLit, 42, -1, [8475]), initValues(_3C_classLit, 42, -1, [8625]), initValues(_3C_classLit, 42, -1, [10740]), initValues(_3C_classLit, 42, -1, [1065]), initValues(_3C_classLit, 42, -1, [1064]), initValues(_3C_classLit, 42, -1, [1068]), initValues(_3C_classLit, 42, -1, [346]), initValues(_3C_classLit, 42, -1, [10940]), initValues(_3C_classLit, 42, -1, [352]), initValues(_3C_classLit, 42, -1, [350]), initValues(_3C_classLit, 42, -1, [348]), initValues(_3C_classLit, 42, -1, [1057]), initValues(_3C_classLit, 42, -1, [55349, 56598]), initValues(_3C_classLit, 42, -1, [8595]), initValues(_3C_classLit, 42, -1, [8592]), initValues(_3C_classLit, 42, -1, [8594]), initValues(_3C_classLit, 42, -1, [8593]), initValues(_3C_classLit, 42, -1, [931]), initValues(_3C_classLit, 42, -1, [8728]), initValues(_3C_classLit, 42, -1, [55349, 56650]), initValues(_3C_classLit, 42, -1, [8730]), initValues(_3C_classLit, 42, -1, [9633]), initValues(_3C_classLit, 42, -1, [8851]), initValues(_3C_classLit, 42, -1, [8847]), initValues(_3C_classLit, 42, -1, [8849]), initValues(_3C_classLit, 42, -1, [8848]), initValues(_3C_classLit, 42, -1, [8850]), initValues(_3C_classLit, 42, -1, [8852]), initValues(_3C_classLit, 42, -1, [55349, 56494]), initValues(_3C_classLit, 42, -1, [8902]), initValues(_3C_classLit, 42, -1, [8912]), initValues(_3C_classLit, 42, -1, [8912]), initValues(_3C_classLit, 42, -1, [8838]), initValues(_3C_classLit, 42, -1, [8827]), initValues(_3C_classLit, 42, -1, [10928]), initValues(_3C_classLit, 42, -1, [8829]), initValues(_3C_classLit, 42, -1, [8831]), initValues(_3C_classLit, 42, -1, [8715]), initValues(_3C_classLit, 42, -1, [8721]), initValues(_3C_classLit, 42, -1, [8913]), initValues(_3C_classLit, 42, -1, [8835]), initValues(_3C_classLit, 42, -1, [8839]), initValues(_3C_classLit, 42, -1, [8913]), initValues(_3C_classLit, 42, -1, [222]), initValues(_3C_classLit, 42, -1, [222]), initValues(_3C_classLit, 42, -1, [8482]), initValues(_3C_classLit, 42, -1, [1035]), initValues(_3C_classLit, 42, -1, [1062]), initValues(_3C_classLit, 42, -1, [9]), initValues(_3C_classLit, 42, -1, [932]), initValues(_3C_classLit, 42, -1, [356]), initValues(_3C_classLit, 42, -1, [354]), initValues(_3C_classLit, 42, -1, [1058]), initValues(_3C_classLit, 42, -1, [55349, 56599]), initValues(_3C_classLit, 42, -1, [8756]), initValues(_3C_classLit, 42, -1, [920]), initValues(_3C_classLit, 42, -1, [8201]), initValues(_3C_classLit, 42, -1, [8764]), initValues(_3C_classLit, 42, -1, [8771]), initValues(_3C_classLit, 42, -1, [8773]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [55349, 56651]), initValues(_3C_classLit, 42, -1, [8411]), initValues(_3C_classLit, 42, -1, [55349, 56495]), initValues(_3C_classLit, 42, -1, [358]), initValues(_3C_classLit, 42, -1, [218]), initValues(_3C_classLit, 42, -1, [218]), initValues(_3C_classLit, 42, -1, [8607]), initValues(_3C_classLit, 42, -1, [10569]), initValues(_3C_classLit, 42, -1, [1038]), initValues(_3C_classLit, 42, -1, [364]), initValues(_3C_classLit, 42, -1, [219]), initValues(_3C_classLit, 42, -1, [219]), initValues(_3C_classLit, 42, -1, [1059]), initValues(_3C_classLit, 42, -1, [368]), initValues(_3C_classLit, 42, -1, [55349, 56600]), initValues(_3C_classLit, 42, -1, [217]), initValues(_3C_classLit, 42, -1, [217]), initValues(_3C_classLit, 42, -1, [362]), initValues(_3C_classLit, 42, -1, [818]), initValues(_3C_classLit, 42, -1, [9183]), initValues(_3C_classLit, 42, -1, [9141]), initValues(_3C_classLit, 42, -1, [9181]), initValues(_3C_classLit, 42, -1, [8899]), initValues(_3C_classLit, 42, -1, [8846]), initValues(_3C_classLit, 42, -1, [370]), initValues(_3C_classLit, 42, -1, [55349, 56652]), initValues(_3C_classLit, 42, -1, [8593]), initValues(_3C_classLit, 42, -1, [10514]), initValues(_3C_classLit, 42, -1, [8645]), initValues(_3C_classLit, 42, -1, [8597]), initValues(_3C_classLit, 42, -1, [10606]), initValues(_3C_classLit, 42, -1, [8869]), initValues(_3C_classLit, 42, -1, [8613]), initValues(_3C_classLit, 42, -1, [8657]), initValues(_3C_classLit, 42, -1, [8661]), initValues(_3C_classLit, 42, -1, [8598]), initValues(_3C_classLit, 42, -1, [8599]), initValues(_3C_classLit, 42, -1, [978]), initValues(_3C_classLit, 42, -1, [933]), initValues(_3C_classLit, 42, -1, [366]), initValues(_3C_classLit, 42, -1, [55349, 56496]), initValues(_3C_classLit, 42, -1, [360]), initValues(_3C_classLit, 42, -1, [220]), initValues(_3C_classLit, 42, -1, [220]), initValues(_3C_classLit, 42, -1, [8875]), initValues(_3C_classLit, 42, -1, [10987]), initValues(_3C_classLit, 42, -1, [1042]), initValues(_3C_classLit, 42, -1, [8873]), initValues(_3C_classLit, 42, -1, [10982]), initValues(_3C_classLit, 42, -1, [8897]), initValues(_3C_classLit, 42, -1, [8214]), initValues(_3C_classLit, 42, -1, [8214]), initValues(_3C_classLit, 42, -1, [8739]), initValues(_3C_classLit, 42, -1, [124]), initValues(_3C_classLit, 42, -1, [10072]), initValues(_3C_classLit, 42, -1, [8768]), initValues(_3C_classLit, 42, -1, [8202]), initValues(_3C_classLit, 42, -1, [55349, 56601]), initValues(_3C_classLit, 42, -1, [55349, 56653]), initValues(_3C_classLit, 42, -1, [55349, 56497]), initValues(_3C_classLit, 42, -1, [8874]), initValues(_3C_classLit, 42, -1, [372]), initValues(_3C_classLit, 42, -1, [8896]), initValues(_3C_classLit, 42, -1, [55349, 56602]), initValues(_3C_classLit, 42, -1, [55349, 56654]), initValues(_3C_classLit, 42, -1, [55349, 56498]), initValues(_3C_classLit, 42, -1, [55349, 56603]), initValues(_3C_classLit, 42, -1, [926]), initValues(_3C_classLit, 42, -1, [55349, 56655]), initValues(_3C_classLit, 42, -1, [55349, 56499]), initValues(_3C_classLit, 42, -1, [1071]), initValues(_3C_classLit, 42, -1, [1031]), initValues(_3C_classLit, 42, -1, [1070]), initValues(_3C_classLit, 42, -1, [221]), initValues(_3C_classLit, 42, -1, [221]), initValues(_3C_classLit, 42, -1, [374]), initValues(_3C_classLit, 42, -1, [1067]), initValues(_3C_classLit, 42, -1, [55349, 56604]), initValues(_3C_classLit, 42, -1, [55349, 56656]), initValues(_3C_classLit, 42, -1, [55349, 56500]), initValues(_3C_classLit, 42, -1, [376]), initValues(_3C_classLit, 42, -1, [1046]), initValues(_3C_classLit, 42, -1, [377]), initValues(_3C_classLit, 42, -1, [381]), initValues(_3C_classLit, 42, -1, [1047]), initValues(_3C_classLit, 42, -1, [379]), initValues(_3C_classLit, 42, -1, [8203]), initValues(_3C_classLit, 42, -1, [918]), initValues(_3C_classLit, 42, -1, [8488]), initValues(_3C_classLit, 42, -1, [8484]), initValues(_3C_classLit, 42, -1, [55349, 56501]), initValues(_3C_classLit, 42, -1, [225]), initValues(_3C_classLit, 42, -1, [225]), initValues(_3C_classLit, 42, -1, [259]), initValues(_3C_classLit, 42, -1, [8766]), initValues(_3C_classLit, 42, -1, [8767]), initValues(_3C_classLit, 42, -1, [226]), initValues(_3C_classLit, 42, -1, [226]), initValues(_3C_classLit, 42, -1, [180]), initValues(_3C_classLit, 42, -1, [180]), initValues(_3C_classLit, 42, -1, [1072]), initValues(_3C_classLit, 42, -1, [230]), initValues(_3C_classLit, 42, -1, [230]), initValues(_3C_classLit, 42, -1, [8289]), initValues(_3C_classLit, 42, -1, [55349, 56606]), initValues(_3C_classLit, 42, -1, [224]), initValues(_3C_classLit, 42, -1, [224]), initValues(_3C_classLit, 42, -1, [8501]), initValues(_3C_classLit, 42, -1, [8501]), initValues(_3C_classLit, 42, -1, [945]), initValues(_3C_classLit, 42, -1, [257]), initValues(_3C_classLit, 42, -1, [10815]), initValues(_3C_classLit, 42, -1, [38]), initValues(_3C_classLit, 42, -1, [38]), initValues(_3C_classLit, 42, -1, [8743]), initValues(_3C_classLit, 42, -1, [10837]), initValues(_3C_classLit, 42, -1, [10844]), initValues(_3C_classLit, 42, -1, [10840]), initValues(_3C_classLit, 42, -1, [10842]), initValues(_3C_classLit, 42, -1, [8736]), initValues(_3C_classLit, 42, -1, [10660]), initValues(_3C_classLit, 42, -1, [8736]), initValues(_3C_classLit, 42, -1, [8737]), initValues(_3C_classLit, 42, -1, [10664]), initValues(_3C_classLit, 42, -1, [10665]), initValues(_3C_classLit, 42, -1, [10666]), initValues(_3C_classLit, 42, -1, [10667]), initValues(_3C_classLit, 42, -1, [10668]), initValues(_3C_classLit, 42, -1, [10669]), initValues(_3C_classLit, 42, -1, [10670]), initValues(_3C_classLit, 42, -1, [10671]), initValues(_3C_classLit, 42, -1, [8735]), initValues(_3C_classLit, 42, -1, [8894]), initValues(_3C_classLit, 42, -1, [10653]), initValues(_3C_classLit, 42, -1, [8738]), initValues(_3C_classLit, 42, -1, [8491]), initValues(_3C_classLit, 42, -1, [9084]), initValues(_3C_classLit, 42, -1, [261]), initValues(_3C_classLit, 42, -1, [55349, 56658]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [10864]), initValues(_3C_classLit, 42, -1, [10863]), initValues(_3C_classLit, 42, -1, [8778]), initValues(_3C_classLit, 42, -1, [8779]), initValues(_3C_classLit, 42, -1, [39]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [8778]), initValues(_3C_classLit, 42, -1, [229]), initValues(_3C_classLit, 42, -1, [229]), initValues(_3C_classLit, 42, -1, [55349, 56502]), initValues(_3C_classLit, 42, -1, [42]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [8781]), initValues(_3C_classLit, 42, -1, [227]), initValues(_3C_classLit, 42, -1, [227]), initValues(_3C_classLit, 42, -1, [228]), initValues(_3C_classLit, 42, -1, [228]), initValues(_3C_classLit, 42, -1, [8755]), initValues(_3C_classLit, 42, -1, [10769]), initValues(_3C_classLit, 42, -1, [10989]), initValues(_3C_classLit, 42, -1, [8780]), initValues(_3C_classLit, 42, -1, [1014]), initValues(_3C_classLit, 42, -1, [8245]), initValues(_3C_classLit, 42, -1, [8765]), initValues(_3C_classLit, 42, -1, [8909]), initValues(_3C_classLit, 42, -1, [8893]), initValues(_3C_classLit, 42, -1, [8965]), initValues(_3C_classLit, 42, -1, [8965]), initValues(_3C_classLit, 42, -1, [9141]), initValues(_3C_classLit, 42, -1, [9142]), initValues(_3C_classLit, 42, -1, [8780]), initValues(_3C_classLit, 42, -1, [1073]), initValues(_3C_classLit, 42, -1, [8222]), initValues(_3C_classLit, 42, -1, [8757]), initValues(_3C_classLit, 42, -1, [8757]), initValues(_3C_classLit, 42, -1, [10672]), initValues(_3C_classLit, 42, -1, [1014]), initValues(_3C_classLit, 42, -1, [8492]), initValues(_3C_classLit, 42, -1, [946]), initValues(_3C_classLit, 42, -1, [8502]), initValues(_3C_classLit, 42, -1, [8812]), initValues(_3C_classLit, 42, -1, [55349, 56607]), initValues(_3C_classLit, 42, -1, [8898]), initValues(_3C_classLit, 42, -1, [9711]), initValues(_3C_classLit, 42, -1, [8899]), initValues(_3C_classLit, 42, -1, [10752]), initValues(_3C_classLit, 42, -1, [10753]), initValues(_3C_classLit, 42, -1, [10754]), initValues(_3C_classLit, 42, -1, [10758]), initValues(_3C_classLit, 42, -1, [9733]), initValues(_3C_classLit, 42, -1, [9661]), initValues(_3C_classLit, 42, -1, [9651]), initValues(_3C_classLit, 42, -1, [10756]), initValues(_3C_classLit, 42, -1, [8897]), initValues(_3C_classLit, 42, -1, [8896]), initValues(_3C_classLit, 42, -1, [10509]), initValues(_3C_classLit, 42, -1, [10731]), initValues(_3C_classLit, 42, -1, [9642]), initValues(_3C_classLit, 42, -1, [9652]), initValues(_3C_classLit, 42, -1, [9662]), initValues(_3C_classLit, 42, -1, [9666]), initValues(_3C_classLit, 42, -1, [9656]), initValues(_3C_classLit, 42, -1, [9251]), initValues(_3C_classLit, 42, -1, [9618]), initValues(_3C_classLit, 42, -1, [9617]), initValues(_3C_classLit, 42, -1, [9619]), initValues(_3C_classLit, 42, -1, [9608]), initValues(_3C_classLit, 42, -1, [8976]), initValues(_3C_classLit, 42, -1, [55349, 56659]), initValues(_3C_classLit, 42, -1, [8869]), initValues(_3C_classLit, 42, -1, [8869]), initValues(_3C_classLit, 42, -1, [8904]), initValues(_3C_classLit, 42, -1, [9559]), initValues(_3C_classLit, 42, -1, [9556]), initValues(_3C_classLit, 42, -1, [9558]), initValues(_3C_classLit, 42, -1, [9555]), initValues(_3C_classLit, 42, -1, [9552]), initValues(_3C_classLit, 42, -1, [9574]), initValues(_3C_classLit, 42, -1, [9577]), initValues(_3C_classLit, 42, -1, [9572]), initValues(_3C_classLit, 42, -1, [9575]), initValues(_3C_classLit, 42, -1, [9565]), initValues(_3C_classLit, 42, -1, [9562]), initValues(_3C_classLit, 42, -1, [9564]), initValues(_3C_classLit, 42, -1, [9561]), initValues(_3C_classLit, 42, -1, [9553]), initValues(_3C_classLit, 42, -1, [9580]), initValues(_3C_classLit, 42, -1, [9571]), initValues(_3C_classLit, 42, -1, [9568]), initValues(_3C_classLit, 42, -1, [9579]), initValues(_3C_classLit, 42, -1, [9570]), initValues(_3C_classLit, 42, -1, [9567]), initValues(_3C_classLit, 42, -1, [10697]), initValues(_3C_classLit, 42, -1, [9557]), initValues(_3C_classLit, 42, -1, [9554]), initValues(_3C_classLit, 42, -1, [9488]), initValues(_3C_classLit, 42, -1, [9484]), initValues(_3C_classLit, 42, -1, [9472]), initValues(_3C_classLit, 42, -1, [9573]), initValues(_3C_classLit, 42, -1, [9576]), initValues(_3C_classLit, 42, -1, [9516]), initValues(_3C_classLit, 42, -1, [9524]), initValues(_3C_classLit, 42, -1, [8863]), initValues(_3C_classLit, 42, -1, [8862]), initValues(_3C_classLit, 42, -1, [8864]), initValues(_3C_classLit, 42, -1, [9563]), initValues(_3C_classLit, 42, -1, [9560]), initValues(_3C_classLit, 42, -1, [9496]), initValues(_3C_classLit, 42, -1, [9492]), initValues(_3C_classLit, 42, -1, [9474]), initValues(_3C_classLit, 42, -1, [9578]), initValues(_3C_classLit, 42, -1, [9569]), initValues(_3C_classLit, 42, -1, [9566]), initValues(_3C_classLit, 42, -1, [9532]), initValues(_3C_classLit, 42, -1, [9508]), initValues(_3C_classLit, 42, -1, [9500]), initValues(_3C_classLit, 42, -1, [8245]), initValues(_3C_classLit, 42, -1, [728]), initValues(_3C_classLit, 42, -1, [166]), initValues(_3C_classLit, 42, -1, [166]), initValues(_3C_classLit, 42, -1, [55349, 56503]), initValues(_3C_classLit, 42, -1, [8271]), initValues(_3C_classLit, 42, -1, [8765]), initValues(_3C_classLit, 42, -1, [8909]), initValues(_3C_classLit, 42, -1, [92]), initValues(_3C_classLit, 42, -1, [10693]), initValues(_3C_classLit, 42, -1, [8226]), initValues(_3C_classLit, 42, -1, [8226]), initValues(_3C_classLit, 42, -1, [8782]), initValues(_3C_classLit, 42, -1, [10926]), initValues(_3C_classLit, 42, -1, [8783]), initValues(_3C_classLit, 42, -1, [8783]), initValues(_3C_classLit, 42, -1, [263]), initValues(_3C_classLit, 42, -1, [8745]), initValues(_3C_classLit, 42, -1, [10820]), initValues(_3C_classLit, 42, -1, [10825]), initValues(_3C_classLit, 42, -1, [10827]), initValues(_3C_classLit, 42, -1, [10823]), initValues(_3C_classLit, 42, -1, [10816]), initValues(_3C_classLit, 42, -1, [8257]), initValues(_3C_classLit, 42, -1, [711]), initValues(_3C_classLit, 42, -1, [10829]), initValues(_3C_classLit, 42, -1, [269]), initValues(_3C_classLit, 42, -1, [231]), initValues(_3C_classLit, 42, -1, [231]), initValues(_3C_classLit, 42, -1, [265]), initValues(_3C_classLit, 42, -1, [10828]), initValues(_3C_classLit, 42, -1, [10832]), initValues(_3C_classLit, 42, -1, [267]), initValues(_3C_classLit, 42, -1, [184]), initValues(_3C_classLit, 42, -1, [184]), initValues(_3C_classLit, 42, -1, [10674]), initValues(_3C_classLit, 42, -1, [162]), initValues(_3C_classLit, 42, -1, [162]), initValues(_3C_classLit, 42, -1, [183]), initValues(_3C_classLit, 42, -1, [55349, 56608]), initValues(_3C_classLit, 42, -1, [1095]), initValues(_3C_classLit, 42, -1, [10003]), initValues(_3C_classLit, 42, -1, [10003]), initValues(_3C_classLit, 42, -1, [967]), initValues(_3C_classLit, 42, -1, [9675]), initValues(_3C_classLit, 42, -1, [10691]), initValues(_3C_classLit, 42, -1, [710]), initValues(_3C_classLit, 42, -1, [8791]), initValues(_3C_classLit, 42, -1, [8634]), initValues(_3C_classLit, 42, -1, [8635]), initValues(_3C_classLit, 42, -1, [174]), initValues(_3C_classLit, 42, -1, [9416]), initValues(_3C_classLit, 42, -1, [8859]), initValues(_3C_classLit, 42, -1, [8858]), initValues(_3C_classLit, 42, -1, [8861]), initValues(_3C_classLit, 42, -1, [8791]), initValues(_3C_classLit, 42, -1, [10768]), initValues(_3C_classLit, 42, -1, [10991]), initValues(_3C_classLit, 42, -1, [10690]), initValues(_3C_classLit, 42, -1, [9827]), initValues(_3C_classLit, 42, -1, [9827]), initValues(_3C_classLit, 42, -1, [58]), initValues(_3C_classLit, 42, -1, [8788]), initValues(_3C_classLit, 42, -1, [8788]), initValues(_3C_classLit, 42, -1, [44]), initValues(_3C_classLit, 42, -1, [64]), initValues(_3C_classLit, 42, -1, [8705]), initValues(_3C_classLit, 42, -1, [8728]), initValues(_3C_classLit, 42, -1, [8705]), initValues(_3C_classLit, 42, -1, [8450]), initValues(_3C_classLit, 42, -1, [8773]), initValues(_3C_classLit, 42, -1, [10861]), initValues(_3C_classLit, 42, -1, [8750]), initValues(_3C_classLit, 42, -1, [55349, 56660]), initValues(_3C_classLit, 42, -1, [8720]), initValues(_3C_classLit, 42, -1, [169]), initValues(_3C_classLit, 42, -1, [169]), initValues(_3C_classLit, 42, -1, [8471]), initValues(_3C_classLit, 42, -1, [8629]), initValues(_3C_classLit, 42, -1, [10007]), initValues(_3C_classLit, 42, -1, [55349, 56504]), initValues(_3C_classLit, 42, -1, [10959]), initValues(_3C_classLit, 42, -1, [10961]), initValues(_3C_classLit, 42, -1, [10960]), initValues(_3C_classLit, 42, -1, [10962]), initValues(_3C_classLit, 42, -1, [8943]), initValues(_3C_classLit, 42, -1, [10552]), initValues(_3C_classLit, 42, -1, [10549]), initValues(_3C_classLit, 42, -1, [8926]), initValues(_3C_classLit, 42, -1, [8927]), initValues(_3C_classLit, 42, -1, [8630]), initValues(_3C_classLit, 42, -1, [10557]), initValues(_3C_classLit, 42, -1, [8746]), initValues(_3C_classLit, 42, -1, [10824]), initValues(_3C_classLit, 42, -1, [10822]), initValues(_3C_classLit, 42, -1, [10826]), initValues(_3C_classLit, 42, -1, [8845]), initValues(_3C_classLit, 42, -1, [10821]), initValues(_3C_classLit, 42, -1, [8631]), initValues(_3C_classLit, 42, -1, [10556]), initValues(_3C_classLit, 42, -1, [8926]), initValues(_3C_classLit, 42, -1, [8927]), initValues(_3C_classLit, 42, -1, [8910]), initValues(_3C_classLit, 42, -1, [8911]), initValues(_3C_classLit, 42, -1, [164]), initValues(_3C_classLit, 42, -1, [164]), initValues(_3C_classLit, 42, -1, [8630]), initValues(_3C_classLit, 42, -1, [8631]), initValues(_3C_classLit, 42, -1, [8910]), initValues(_3C_classLit, 42, -1, [8911]), initValues(_3C_classLit, 42, -1, [8754]), initValues(_3C_classLit, 42, -1, [8753]), initValues(_3C_classLit, 42, -1, [9005]), initValues(_3C_classLit, 42, -1, [8659]), initValues(_3C_classLit, 42, -1, [10597]), initValues(_3C_classLit, 42, -1, [8224]), initValues(_3C_classLit, 42, -1, [8504]), initValues(_3C_classLit, 42, -1, [8595]), initValues(_3C_classLit, 42, -1, [8208]), initValues(_3C_classLit, 42, -1, [8867]), initValues(_3C_classLit, 42, -1, [10511]), initValues(_3C_classLit, 42, -1, [733]), initValues(_3C_classLit, 42, -1, [271]), initValues(_3C_classLit, 42, -1, [1076]), initValues(_3C_classLit, 42, -1, [8518]), initValues(_3C_classLit, 42, -1, [8225]), initValues(_3C_classLit, 42, -1, [8650]), initValues(_3C_classLit, 42, -1, [10871]), initValues(_3C_classLit, 42, -1, [176]), initValues(_3C_classLit, 42, -1, [176]), initValues(_3C_classLit, 42, -1, [948]), initValues(_3C_classLit, 42, -1, [10673]), initValues(_3C_classLit, 42, -1, [10623]), initValues(_3C_classLit, 42, -1, [55349, 56609]), initValues(_3C_classLit, 42, -1, [8643]), initValues(_3C_classLit, 42, -1, [8642]), initValues(_3C_classLit, 42, -1, [8900]), initValues(_3C_classLit, 42, -1, [8900]), initValues(_3C_classLit, 42, -1, [9830]), initValues(_3C_classLit, 42, -1, [9830]), initValues(_3C_classLit, 42, -1, [168]), initValues(_3C_classLit, 42, -1, [989]), initValues(_3C_classLit, 42, -1, [8946]), initValues(_3C_classLit, 42, -1, [247]), initValues(_3C_classLit, 42, -1, [247]), initValues(_3C_classLit, 42, -1, [247]), initValues(_3C_classLit, 42, -1, [8903]), initValues(_3C_classLit, 42, -1, [8903]), initValues(_3C_classLit, 42, -1, [1106]), initValues(_3C_classLit, 42, -1, [8990]), initValues(_3C_classLit, 42, -1, [8973]), initValues(_3C_classLit, 42, -1, [36]), initValues(_3C_classLit, 42, -1, [55349, 56661]), initValues(_3C_classLit, 42, -1, [729]), initValues(_3C_classLit, 42, -1, [8784]), initValues(_3C_classLit, 42, -1, [8785]), initValues(_3C_classLit, 42, -1, [8760]), initValues(_3C_classLit, 42, -1, [8724]), initValues(_3C_classLit, 42, -1, [8865]), initValues(_3C_classLit, 42, -1, [8966]), initValues(_3C_classLit, 42, -1, [8595]), initValues(_3C_classLit, 42, -1, [8650]), initValues(_3C_classLit, 42, -1, [8643]), initValues(_3C_classLit, 42, -1, [8642]), initValues(_3C_classLit, 42, -1, [10512]), initValues(_3C_classLit, 42, -1, [8991]), initValues(_3C_classLit, 42, -1, [8972]), initValues(_3C_classLit, 42, -1, [55349, 56505]), initValues(_3C_classLit, 42, -1, [1109]), initValues(_3C_classLit, 42, -1, [10742]), initValues(_3C_classLit, 42, -1, [273]), initValues(_3C_classLit, 42, -1, [8945]), initValues(_3C_classLit, 42, -1, [9663]), initValues(_3C_classLit, 42, -1, [9662]), initValues(_3C_classLit, 42, -1, [8693]), initValues(_3C_classLit, 42, -1, [10607]), initValues(_3C_classLit, 42, -1, [10662]), initValues(_3C_classLit, 42, -1, [1119]), initValues(_3C_classLit, 42, -1, [10239]), initValues(_3C_classLit, 42, -1, [10871]), initValues(_3C_classLit, 42, -1, [8785]), initValues(_3C_classLit, 42, -1, [233]), initValues(_3C_classLit, 42, -1, [233]), initValues(_3C_classLit, 42, -1, [10862]), initValues(_3C_classLit, 42, -1, [283]), initValues(_3C_classLit, 42, -1, [8790]), initValues(_3C_classLit, 42, -1, [234]), initValues(_3C_classLit, 42, -1, [234]), initValues(_3C_classLit, 42, -1, [8789]), initValues(_3C_classLit, 42, -1, [1101]), initValues(_3C_classLit, 42, -1, [279]), initValues(_3C_classLit, 42, -1, [8519]), initValues(_3C_classLit, 42, -1, [8786]), initValues(_3C_classLit, 42, -1, [55349, 56610]), initValues(_3C_classLit, 42, -1, [10906]), initValues(_3C_classLit, 42, -1, [232]), initValues(_3C_classLit, 42, -1, [232]), initValues(_3C_classLit, 42, -1, [10902]), initValues(_3C_classLit, 42, -1, [10904]), initValues(_3C_classLit, 42, -1, [10905]), initValues(_3C_classLit, 42, -1, [9191]), initValues(_3C_classLit, 42, -1, [8467]), initValues(_3C_classLit, 42, -1, [10901]), initValues(_3C_classLit, 42, -1, [10903]), initValues(_3C_classLit, 42, -1, [275]), initValues(_3C_classLit, 42, -1, [8709]), initValues(_3C_classLit, 42, -1, [8709]), initValues(_3C_classLit, 42, -1, [8709]), initValues(_3C_classLit, 42, -1, [8196]), initValues(_3C_classLit, 42, -1, [8197]), initValues(_3C_classLit, 42, -1, [8195]), initValues(_3C_classLit, 42, -1, [331]), initValues(_3C_classLit, 42, -1, [8194]), initValues(_3C_classLit, 42, -1, [281]), initValues(_3C_classLit, 42, -1, [55349, 56662]), initValues(_3C_classLit, 42, -1, [8917]), initValues(_3C_classLit, 42, -1, [10723]), initValues(_3C_classLit, 42, -1, [10865]), initValues(_3C_classLit, 42, -1, [1013]), initValues(_3C_classLit, 42, -1, [949]), initValues(_3C_classLit, 42, -1, [949]), initValues(_3C_classLit, 42, -1, [8790]), initValues(_3C_classLit, 42, -1, [8789]), initValues(_3C_classLit, 42, -1, [8770]), initValues(_3C_classLit, 42, -1, [10902]), initValues(_3C_classLit, 42, -1, [10901]), initValues(_3C_classLit, 42, -1, [61]), initValues(_3C_classLit, 42, -1, [8799]), initValues(_3C_classLit, 42, -1, [8801]), initValues(_3C_classLit, 42, -1, [10872]), initValues(_3C_classLit, 42, -1, [10725]), initValues(_3C_classLit, 42, -1, [8787]), initValues(_3C_classLit, 42, -1, [10609]), initValues(_3C_classLit, 42, -1, [8495]), initValues(_3C_classLit, 42, -1, [8784]), initValues(_3C_classLit, 42, -1, [8770]), initValues(_3C_classLit, 42, -1, [951]), initValues(_3C_classLit, 42, -1, [240]), initValues(_3C_classLit, 42, -1, [240]), initValues(_3C_classLit, 42, -1, [235]), initValues(_3C_classLit, 42, -1, [235]), initValues(_3C_classLit, 42, -1, [8364]), initValues(_3C_classLit, 42, -1, [33]), initValues(_3C_classLit, 42, -1, [8707]), initValues(_3C_classLit, 42, -1, [8496]), initValues(_3C_classLit, 42, -1, [8519]), initValues(_3C_classLit, 42, -1, [8786]), initValues(_3C_classLit, 42, -1, [1092]), initValues(_3C_classLit, 42, -1, [9792]), initValues(_3C_classLit, 42, -1, [64259]), initValues(_3C_classLit, 42, -1, [64256]), initValues(_3C_classLit, 42, -1, [64260]), initValues(_3C_classLit, 42, -1, [55349, 56611]), initValues(_3C_classLit, 42, -1, [64257]), initValues(_3C_classLit, 42, -1, [9837]), initValues(_3C_classLit, 42, -1, [64258]), initValues(_3C_classLit, 42, -1, [9649]), initValues(_3C_classLit, 42, -1, [402]), initValues(_3C_classLit, 42, -1, [55349, 56663]), initValues(_3C_classLit, 42, -1, [8704]), initValues(_3C_classLit, 42, -1, [8916]), initValues(_3C_classLit, 42, -1, [10969]), initValues(_3C_classLit, 42, -1, [10765]), initValues(_3C_classLit, 42, -1, [189]), initValues(_3C_classLit, 42, -1, [189]), initValues(_3C_classLit, 42, -1, [8531]), initValues(_3C_classLit, 42, -1, [188]), initValues(_3C_classLit, 42, -1, [188]), initValues(_3C_classLit, 42, -1, [8533]), initValues(_3C_classLit, 42, -1, [8537]), initValues(_3C_classLit, 42, -1, [8539]), initValues(_3C_classLit, 42, -1, [8532]), initValues(_3C_classLit, 42, -1, [8534]), initValues(_3C_classLit, 42, -1, [190]), initValues(_3C_classLit, 42, -1, [190]), initValues(_3C_classLit, 42, -1, [8535]), initValues(_3C_classLit, 42, -1, [8540]), initValues(_3C_classLit, 42, -1, [8536]), initValues(_3C_classLit, 42, -1, [8538]), initValues(_3C_classLit, 42, -1, [8541]), initValues(_3C_classLit, 42, -1, [8542]), initValues(_3C_classLit, 42, -1, [8260]), initValues(_3C_classLit, 42, -1, [8994]), initValues(_3C_classLit, 42, -1, [55349, 56507]), initValues(_3C_classLit, 42, -1, [8807]), initValues(_3C_classLit, 42, -1, [10892]), initValues(_3C_classLit, 42, -1, [501]), initValues(_3C_classLit, 42, -1, [947]), initValues(_3C_classLit, 42, -1, [989]), initValues(_3C_classLit, 42, -1, [10886]), initValues(_3C_classLit, 42, -1, [287]), initValues(_3C_classLit, 42, -1, [285]), initValues(_3C_classLit, 42, -1, [1075]), initValues(_3C_classLit, 42, -1, [289]), initValues(_3C_classLit, 42, -1, [8805]), initValues(_3C_classLit, 42, -1, [8923]), initValues(_3C_classLit, 42, -1, [8805]), initValues(_3C_classLit, 42, -1, [8807]), initValues(_3C_classLit, 42, -1, [10878]), initValues(_3C_classLit, 42, -1, [10878]), initValues(_3C_classLit, 42, -1, [10921]), initValues(_3C_classLit, 42, -1, [10880]), initValues(_3C_classLit, 42, -1, [10882]), initValues(_3C_classLit, 42, -1, [10884]), initValues(_3C_classLit, 42, -1, [10900]), initValues(_3C_classLit, 42, -1, [55349, 56612]), initValues(_3C_classLit, 42, -1, [8811]), initValues(_3C_classLit, 42, -1, [8921]), initValues(_3C_classLit, 42, -1, [8503]), initValues(_3C_classLit, 42, -1, [1107]), initValues(_3C_classLit, 42, -1, [8823]), initValues(_3C_classLit, 42, -1, [10898]), initValues(_3C_classLit, 42, -1, [10917]), initValues(_3C_classLit, 42, -1, [10916]), initValues(_3C_classLit, 42, -1, [8809]), initValues(_3C_classLit, 42, -1, [10890]), initValues(_3C_classLit, 42, -1, [10890]), initValues(_3C_classLit, 42, -1, [10888]), initValues(_3C_classLit, 42, -1, [10888]), initValues(_3C_classLit, 42, -1, [8809]), initValues(_3C_classLit, 42, -1, [8935]), initValues(_3C_classLit, 42, -1, [55349, 56664]), initValues(_3C_classLit, 42, -1, [96]), initValues(_3C_classLit, 42, -1, [8458]), initValues(_3C_classLit, 42, -1, [8819]), initValues(_3C_classLit, 42, -1, [10894]), initValues(_3C_classLit, 42, -1, [10896]), initValues(_3C_classLit, 42, -1, [62]), initValues(_3C_classLit, 42, -1, [62]), initValues(_3C_classLit, 42, -1, [10919]), initValues(_3C_classLit, 42, -1, [10874]), initValues(_3C_classLit, 42, -1, [8919]), initValues(_3C_classLit, 42, -1, [10645]), initValues(_3C_classLit, 42, -1, [10876]), initValues(_3C_classLit, 42, -1, [10886]), initValues(_3C_classLit, 42, -1, [10616]), initValues(_3C_classLit, 42, -1, [8919]), initValues(_3C_classLit, 42, -1, [8923]), initValues(_3C_classLit, 42, -1, [10892]), initValues(_3C_classLit, 42, -1, [8823]), initValues(_3C_classLit, 42, -1, [8819]), initValues(_3C_classLit, 42, -1, [8660]), initValues(_3C_classLit, 42, -1, [8202]), initValues(_3C_classLit, 42, -1, [189]), initValues(_3C_classLit, 42, -1, [8459]), initValues(_3C_classLit, 42, -1, [1098]), initValues(_3C_classLit, 42, -1, [8596]), initValues(_3C_classLit, 42, -1, [10568]), initValues(_3C_classLit, 42, -1, [8621]), initValues(_3C_classLit, 42, -1, [8463]), initValues(_3C_classLit, 42, -1, [293]), initValues(_3C_classLit, 42, -1, [9829]), initValues(_3C_classLit, 42, -1, [9829]), initValues(_3C_classLit, 42, -1, [8230]), initValues(_3C_classLit, 42, -1, [8889]), initValues(_3C_classLit, 42, -1, [55349, 56613]), initValues(_3C_classLit, 42, -1, [10533]), initValues(_3C_classLit, 42, -1, [10534]), initValues(_3C_classLit, 42, -1, [8703]), initValues(_3C_classLit, 42, -1, [8763]), initValues(_3C_classLit, 42, -1, [8617]), initValues(_3C_classLit, 42, -1, [8618]), initValues(_3C_classLit, 42, -1, [55349, 56665]), initValues(_3C_classLit, 42, -1, [8213]), initValues(_3C_classLit, 42, -1, [55349, 56509]), initValues(_3C_classLit, 42, -1, [8463]), initValues(_3C_classLit, 42, -1, [295]), initValues(_3C_classLit, 42, -1, [8259]), initValues(_3C_classLit, 42, -1, [8208]), initValues(_3C_classLit, 42, -1, [237]), initValues(_3C_classLit, 42, -1, [237]), initValues(_3C_classLit, 42, -1, [8291]), initValues(_3C_classLit, 42, -1, [238]), initValues(_3C_classLit, 42, -1, [238]), initValues(_3C_classLit, 42, -1, [1080]), initValues(_3C_classLit, 42, -1, [1077]), initValues(_3C_classLit, 42, -1, [161]), initValues(_3C_classLit, 42, -1, [161]), initValues(_3C_classLit, 42, -1, [8660]), initValues(_3C_classLit, 42, -1, [55349, 56614]), initValues(_3C_classLit, 42, -1, [236]), initValues(_3C_classLit, 42, -1, [236]), initValues(_3C_classLit, 42, -1, [8520]), initValues(_3C_classLit, 42, -1, [10764]), initValues(_3C_classLit, 42, -1, [8749]), initValues(_3C_classLit, 42, -1, [10716]), initValues(_3C_classLit, 42, -1, [8489]), initValues(_3C_classLit, 42, -1, [307]), initValues(_3C_classLit, 42, -1, [299]), initValues(_3C_classLit, 42, -1, [8465]), initValues(_3C_classLit, 42, -1, [8464]), initValues(_3C_classLit, 42, -1, [8465]), initValues(_3C_classLit, 42, -1, [305]), initValues(_3C_classLit, 42, -1, [8887]), initValues(_3C_classLit, 42, -1, [437]), initValues(_3C_classLit, 42, -1, [8712]), initValues(_3C_classLit, 42, -1, [8453]), initValues(_3C_classLit, 42, -1, [8734]), initValues(_3C_classLit, 42, -1, [10717]), initValues(_3C_classLit, 42, -1, [305]), initValues(_3C_classLit, 42, -1, [8747]), initValues(_3C_classLit, 42, -1, [8890]), initValues(_3C_classLit, 42, -1, [8484]), initValues(_3C_classLit, 42, -1, [8890]), initValues(_3C_classLit, 42, -1, [10775]), initValues(_3C_classLit, 42, -1, [10812]), initValues(_3C_classLit, 42, -1, [1105]), initValues(_3C_classLit, 42, -1, [303]), initValues(_3C_classLit, 42, -1, [55349, 56666]), initValues(_3C_classLit, 42, -1, [953]), initValues(_3C_classLit, 42, -1, [10812]), initValues(_3C_classLit, 42, -1, [191]), initValues(_3C_classLit, 42, -1, [191]), initValues(_3C_classLit, 42, -1, [55349, 56510]), initValues(_3C_classLit, 42, -1, [8712]), initValues(_3C_classLit, 42, -1, [8953]), initValues(_3C_classLit, 42, -1, [8949]), initValues(_3C_classLit, 42, -1, [8948]), initValues(_3C_classLit, 42, -1, [8947]), initValues(_3C_classLit, 42, -1, [8712]), initValues(_3C_classLit, 42, -1, [8290]), initValues(_3C_classLit, 42, -1, [297]), initValues(_3C_classLit, 42, -1, [1110]), initValues(_3C_classLit, 42, -1, [239]), initValues(_3C_classLit, 42, -1, [239]), initValues(_3C_classLit, 42, -1, [309]), initValues(_3C_classLit, 42, -1, [1081]), initValues(_3C_classLit, 42, -1, [55349, 56615]), initValues(_3C_classLit, 42, -1, [567]), initValues(_3C_classLit, 42, -1, [55349, 56667]), initValues(_3C_classLit, 42, -1, [55349, 56511]), initValues(_3C_classLit, 42, -1, [1112]), initValues(_3C_classLit, 42, -1, [1108]), initValues(_3C_classLit, 42, -1, [954]), initValues(_3C_classLit, 42, -1, [1008]), initValues(_3C_classLit, 42, -1, [311]), initValues(_3C_classLit, 42, -1, [1082]), initValues(_3C_classLit, 42, -1, [55349, 56616]), initValues(_3C_classLit, 42, -1, [312]), initValues(_3C_classLit, 42, -1, [1093]), initValues(_3C_classLit, 42, -1, [1116]), initValues(_3C_classLit, 42, -1, [55349, 56668]), initValues(_3C_classLit, 42, -1, [55349, 56512]), initValues(_3C_classLit, 42, -1, [8666]), initValues(_3C_classLit, 42, -1, [8656]), initValues(_3C_classLit, 42, -1, [10523]), initValues(_3C_classLit, 42, -1, [10510]), initValues(_3C_classLit, 42, -1, [8806]), initValues(_3C_classLit, 42, -1, [10891]), initValues(_3C_classLit, 42, -1, [10594]), initValues(_3C_classLit, 42, -1, [314]), initValues(_3C_classLit, 42, -1, [10676]), initValues(_3C_classLit, 42, -1, [8466]), initValues(_3C_classLit, 42, -1, [955]), initValues(_3C_classLit, 42, -1, [10216]), initValues(_3C_classLit, 42, -1, [10641]), initValues(_3C_classLit, 42, -1, [10216]), initValues(_3C_classLit, 42, -1, [10885]), initValues(_3C_classLit, 42, -1, [171]), initValues(_3C_classLit, 42, -1, [171]), initValues(_3C_classLit, 42, -1, [8592]), initValues(_3C_classLit, 42, -1, [8676]), initValues(_3C_classLit, 42, -1, [10527]), initValues(_3C_classLit, 42, -1, [10525]), initValues(_3C_classLit, 42, -1, [8617]), initValues(_3C_classLit, 42, -1, [8619]), initValues(_3C_classLit, 42, -1, [10553]), initValues(_3C_classLit, 42, -1, [10611]), initValues(_3C_classLit, 42, -1, [8610]), initValues(_3C_classLit, 42, -1, [10923]), initValues(_3C_classLit, 42, -1, [10521]), initValues(_3C_classLit, 42, -1, [10925]), initValues(_3C_classLit, 42, -1, [10508]), initValues(_3C_classLit, 42, -1, [10098]), initValues(_3C_classLit, 42, -1, [123]), initValues(_3C_classLit, 42, -1, [91]), initValues(_3C_classLit, 42, -1, [10635]), initValues(_3C_classLit, 42, -1, [10639]), initValues(_3C_classLit, 42, -1, [10637]), initValues(_3C_classLit, 42, -1, [318]), initValues(_3C_classLit, 42, -1, [316]), initValues(_3C_classLit, 42, -1, [8968]), initValues(_3C_classLit, 42, -1, [123]), initValues(_3C_classLit, 42, -1, [1083]), initValues(_3C_classLit, 42, -1, [10550]), initValues(_3C_classLit, 42, -1, [8220]), initValues(_3C_classLit, 42, -1, [8222]), initValues(_3C_classLit, 42, -1, [10599]), initValues(_3C_classLit, 42, -1, [10571]), initValues(_3C_classLit, 42, -1, [8626]), initValues(_3C_classLit, 42, -1, [8804]), initValues(_3C_classLit, 42, -1, [8592]), initValues(_3C_classLit, 42, -1, [8610]), initValues(_3C_classLit, 42, -1, [8637]), initValues(_3C_classLit, 42, -1, [8636]), initValues(_3C_classLit, 42, -1, [8647]), initValues(_3C_classLit, 42, -1, [8596]), initValues(_3C_classLit, 42, -1, [8646]), initValues(_3C_classLit, 42, -1, [8651]), initValues(_3C_classLit, 42, -1, [8621]), initValues(_3C_classLit, 42, -1, [8907]), initValues(_3C_classLit, 42, -1, [8922]), initValues(_3C_classLit, 42, -1, [8804]), initValues(_3C_classLit, 42, -1, [8806]), initValues(_3C_classLit, 42, -1, [10877]), initValues(_3C_classLit, 42, -1, [10877]), initValues(_3C_classLit, 42, -1, [10920]), initValues(_3C_classLit, 42, -1, [10879]), initValues(_3C_classLit, 42, -1, [10881]), initValues(_3C_classLit, 42, -1, [10883]), initValues(_3C_classLit, 42, -1, [10899]), initValues(_3C_classLit, 42, -1, [10885]), initValues(_3C_classLit, 42, -1, [8918]), initValues(_3C_classLit, 42, -1, [8922]), initValues(_3C_classLit, 42, -1, [10891]), initValues(_3C_classLit, 42, -1, [8822]), initValues(_3C_classLit, 42, -1, [8818]), initValues(_3C_classLit, 42, -1, [10620]), initValues(_3C_classLit, 42, -1, [8970]), initValues(_3C_classLit, 42, -1, [55349, 56617]), initValues(_3C_classLit, 42, -1, [8822]), initValues(_3C_classLit, 42, -1, [10897]), initValues(_3C_classLit, 42, -1, [8637]), initValues(_3C_classLit, 42, -1, [8636]), initValues(_3C_classLit, 42, -1, [10602]), initValues(_3C_classLit, 42, -1, [9604]), initValues(_3C_classLit, 42, -1, [1113]), initValues(_3C_classLit, 42, -1, [8810]), initValues(_3C_classLit, 42, -1, [8647]), initValues(_3C_classLit, 42, -1, [8990]), initValues(_3C_classLit, 42, -1, [10603]), initValues(_3C_classLit, 42, -1, [9722]), initValues(_3C_classLit, 42, -1, [320]), initValues(_3C_classLit, 42, -1, [9136]), initValues(_3C_classLit, 42, -1, [9136]), initValues(_3C_classLit, 42, -1, [8808]), initValues(_3C_classLit, 42, -1, [10889]), initValues(_3C_classLit, 42, -1, [10889]), initValues(_3C_classLit, 42, -1, [10887]), initValues(_3C_classLit, 42, -1, [10887]), initValues(_3C_classLit, 42, -1, [8808]), initValues(_3C_classLit, 42, -1, [8934]), initValues(_3C_classLit, 42, -1, [10220]), initValues(_3C_classLit, 42, -1, [8701]), initValues(_3C_classLit, 42, -1, [10214]), initValues(_3C_classLit, 42, -1, [10229]), initValues(_3C_classLit, 42, -1, [10231]), initValues(_3C_classLit, 42, -1, [10236]), initValues(_3C_classLit, 42, -1, [10230]), initValues(_3C_classLit, 42, -1, [8619]), initValues(_3C_classLit, 42, -1, [8620]), initValues(_3C_classLit, 42, -1, [10629]), initValues(_3C_classLit, 42, -1, [55349, 56669]), initValues(_3C_classLit, 42, -1, [10797]), initValues(_3C_classLit, 42, -1, [10804]), initValues(_3C_classLit, 42, -1, [8727]), initValues(_3C_classLit, 42, -1, [95]), initValues(_3C_classLit, 42, -1, [9674]), initValues(_3C_classLit, 42, -1, [9674]), initValues(_3C_classLit, 42, -1, [10731]), initValues(_3C_classLit, 42, -1, [40]), initValues(_3C_classLit, 42, -1, [10643]), initValues(_3C_classLit, 42, -1, [8646]), initValues(_3C_classLit, 42, -1, [8991]), initValues(_3C_classLit, 42, -1, [8651]), initValues(_3C_classLit, 42, -1, [10605]), initValues(_3C_classLit, 42, -1, [8206]), initValues(_3C_classLit, 42, -1, [8895]), initValues(_3C_classLit, 42, -1, [8249]), initValues(_3C_classLit, 42, -1, [55349, 56513]), initValues(_3C_classLit, 42, -1, [8624]), initValues(_3C_classLit, 42, -1, [8818]), initValues(_3C_classLit, 42, -1, [10893]), initValues(_3C_classLit, 42, -1, [10895]), initValues(_3C_classLit, 42, -1, [91]), initValues(_3C_classLit, 42, -1, [8216]), initValues(_3C_classLit, 42, -1, [8218]), initValues(_3C_classLit, 42, -1, [322]), initValues(_3C_classLit, 42, -1, [60]), initValues(_3C_classLit, 42, -1, [60]), initValues(_3C_classLit, 42, -1, [10918]), initValues(_3C_classLit, 42, -1, [10873]), initValues(_3C_classLit, 42, -1, [8918]), initValues(_3C_classLit, 42, -1, [8907]), initValues(_3C_classLit, 42, -1, [8905]), initValues(_3C_classLit, 42, -1, [10614]), initValues(_3C_classLit, 42, -1, [10875]), initValues(_3C_classLit, 42, -1, [10646]), initValues(_3C_classLit, 42, -1, [9667]), initValues(_3C_classLit, 42, -1, [8884]), initValues(_3C_classLit, 42, -1, [9666]), initValues(_3C_classLit, 42, -1, [10570]), initValues(_3C_classLit, 42, -1, [10598]), initValues(_3C_classLit, 42, -1, [8762]), initValues(_3C_classLit, 42, -1, [175]), initValues(_3C_classLit, 42, -1, [175]), initValues(_3C_classLit, 42, -1, [9794]), initValues(_3C_classLit, 42, -1, [10016]), initValues(_3C_classLit, 42, -1, [10016]), initValues(_3C_classLit, 42, -1, [8614]), initValues(_3C_classLit, 42, -1, [8614]), initValues(_3C_classLit, 42, -1, [8615]), initValues(_3C_classLit, 42, -1, [8612]), initValues(_3C_classLit, 42, -1, [8613]), initValues(_3C_classLit, 42, -1, [9646]), initValues(_3C_classLit, 42, -1, [10793]), initValues(_3C_classLit, 42, -1, [1084]), initValues(_3C_classLit, 42, -1, [8212]), initValues(_3C_classLit, 42, -1, [8737]), initValues(_3C_classLit, 42, -1, [55349, 56618]), initValues(_3C_classLit, 42, -1, [8487]), initValues(_3C_classLit, 42, -1, [181]), initValues(_3C_classLit, 42, -1, [181]), initValues(_3C_classLit, 42, -1, [8739]), initValues(_3C_classLit, 42, -1, [42]), initValues(_3C_classLit, 42, -1, [10992]), initValues(_3C_classLit, 42, -1, [183]), initValues(_3C_classLit, 42, -1, [183]), initValues(_3C_classLit, 42, -1, [8722]), initValues(_3C_classLit, 42, -1, [8863]), initValues(_3C_classLit, 42, -1, [8760]), initValues(_3C_classLit, 42, -1, [10794]), initValues(_3C_classLit, 42, -1, [10971]), initValues(_3C_classLit, 42, -1, [8230]), initValues(_3C_classLit, 42, -1, [8723]), initValues(_3C_classLit, 42, -1, [8871]), initValues(_3C_classLit, 42, -1, [55349, 56670]), initValues(_3C_classLit, 42, -1, [8723]), initValues(_3C_classLit, 42, -1, [55349, 56514]), initValues(_3C_classLit, 42, -1, [8766]), initValues(_3C_classLit, 42, -1, [956]), initValues(_3C_classLit, 42, -1, [8888]), initValues(_3C_classLit, 42, -1, [8888]), initValues(_3C_classLit, 42, -1, [8653]), initValues(_3C_classLit, 42, -1, [8654]), initValues(_3C_classLit, 42, -1, [8655]), initValues(_3C_classLit, 42, -1, [8879]), initValues(_3C_classLit, 42, -1, [8878]), initValues(_3C_classLit, 42, -1, [8711]), initValues(_3C_classLit, 42, -1, [324]), initValues(_3C_classLit, 42, -1, [8777]), initValues(_3C_classLit, 42, -1, [329]), initValues(_3C_classLit, 42, -1, [8777]), initValues(_3C_classLit, 42, -1, [9838]), initValues(_3C_classLit, 42, -1, [9838]), initValues(_3C_classLit, 42, -1, [8469]), initValues(_3C_classLit, 42, -1, [160]), initValues(_3C_classLit, 42, -1, [160]), initValues(_3C_classLit, 42, -1, [10819]), initValues(_3C_classLit, 42, -1, [328]), initValues(_3C_classLit, 42, -1, [326]), initValues(_3C_classLit, 42, -1, [8775]), initValues(_3C_classLit, 42, -1, [10818]), initValues(_3C_classLit, 42, -1, [1085]), initValues(_3C_classLit, 42, -1, [8211]), initValues(_3C_classLit, 42, -1, [8800]), initValues(_3C_classLit, 42, -1, [8663]), initValues(_3C_classLit, 42, -1, [10532]), initValues(_3C_classLit, 42, -1, [8599]), initValues(_3C_classLit, 42, -1, [8599]), initValues(_3C_classLit, 42, -1, [8802]), initValues(_3C_classLit, 42, -1, [10536]), initValues(_3C_classLit, 42, -1, [8708]), initValues(_3C_classLit, 42, -1, [8708]), initValues(_3C_classLit, 42, -1, [55349, 56619]), initValues(_3C_classLit, 42, -1, [8817]), initValues(_3C_classLit, 42, -1, [8817]), initValues(_3C_classLit, 42, -1, [8821]), initValues(_3C_classLit, 42, -1, [8815]), initValues(_3C_classLit, 42, -1, [8815]), initValues(_3C_classLit, 42, -1, [8654]), initValues(_3C_classLit, 42, -1, [8622]), initValues(_3C_classLit, 42, -1, [10994]), initValues(_3C_classLit, 42, -1, [8715]), initValues(_3C_classLit, 42, -1, [8956]), initValues(_3C_classLit, 42, -1, [8954]), initValues(_3C_classLit, 42, -1, [8715]), initValues(_3C_classLit, 42, -1, [1114]), initValues(_3C_classLit, 42, -1, [8653]), initValues(_3C_classLit, 42, -1, [8602]), initValues(_3C_classLit, 42, -1, [8229]), initValues(_3C_classLit, 42, -1, [8816]), initValues(_3C_classLit, 42, -1, [8602]), initValues(_3C_classLit, 42, -1, [8622]), initValues(_3C_classLit, 42, -1, [8816]), initValues(_3C_classLit, 42, -1, [8814]), initValues(_3C_classLit, 42, -1, [8820]), initValues(_3C_classLit, 42, -1, [8814]), initValues(_3C_classLit, 42, -1, [8938]), initValues(_3C_classLit, 42, -1, [8940]), initValues(_3C_classLit, 42, -1, [8740]), initValues(_3C_classLit, 42, -1, [55349, 56671]), initValues(_3C_classLit, 42, -1, [172]), initValues(_3C_classLit, 42, -1, [172]), initValues(_3C_classLit, 42, -1, [8713]), initValues(_3C_classLit, 42, -1, [8713]), initValues(_3C_classLit, 42, -1, [8951]), initValues(_3C_classLit, 42, -1, [8950]), initValues(_3C_classLit, 42, -1, [8716]), initValues(_3C_classLit, 42, -1, [8716]), initValues(_3C_classLit, 42, -1, [8958]), initValues(_3C_classLit, 42, -1, [8957]), initValues(_3C_classLit, 42, -1, [8742]), initValues(_3C_classLit, 42, -1, [8742]), initValues(_3C_classLit, 42, -1, [10772]), initValues(_3C_classLit, 42, -1, [8832]), initValues(_3C_classLit, 42, -1, [8928]), initValues(_3C_classLit, 42, -1, [8832]), initValues(_3C_classLit, 42, -1, [8655]), initValues(_3C_classLit, 42, -1, [8603]), initValues(_3C_classLit, 42, -1, [8603]), initValues(_3C_classLit, 42, -1, [8939]), initValues(_3C_classLit, 42, -1, [8941]), initValues(_3C_classLit, 42, -1, [8833]), initValues(_3C_classLit, 42, -1, [8929]), initValues(_3C_classLit, 42, -1, [55349, 56515]), initValues(_3C_classLit, 42, -1, [8740]), initValues(_3C_classLit, 42, -1, [8742]), initValues(_3C_classLit, 42, -1, [8769]), initValues(_3C_classLit, 42, -1, [8772]), initValues(_3C_classLit, 42, -1, [8772]), initValues(_3C_classLit, 42, -1, [8740]), initValues(_3C_classLit, 42, -1, [8742]), initValues(_3C_classLit, 42, -1, [8930]), initValues(_3C_classLit, 42, -1, [8931]), initValues(_3C_classLit, 42, -1, [8836]), initValues(_3C_classLit, 42, -1, [8840]), initValues(_3C_classLit, 42, -1, [8840]), initValues(_3C_classLit, 42, -1, [8833]), initValues(_3C_classLit, 42, -1, [8837]), initValues(_3C_classLit, 42, -1, [8841]), initValues(_3C_classLit, 42, -1, [8841]), initValues(_3C_classLit, 42, -1, [8825]), initValues(_3C_classLit, 42, -1, [241]), initValues(_3C_classLit, 42, -1, [241]), initValues(_3C_classLit, 42, -1, [8824]), initValues(_3C_classLit, 42, -1, [8938]), initValues(_3C_classLit, 42, -1, [8940]), initValues(_3C_classLit, 42, -1, [8939]), initValues(_3C_classLit, 42, -1, [8941]), initValues(_3C_classLit, 42, -1, [957]), initValues(_3C_classLit, 42, -1, [35]), initValues(_3C_classLit, 42, -1, [8470]), initValues(_3C_classLit, 42, -1, [8199]), initValues(_3C_classLit, 42, -1, [8877]), initValues(_3C_classLit, 42, -1, [10500]), initValues(_3C_classLit, 42, -1, [8876]), initValues(_3C_classLit, 42, -1, [10718]), initValues(_3C_classLit, 42, -1, [10498]), initValues(_3C_classLit, 42, -1, [10499]), initValues(_3C_classLit, 42, -1, [8662]), initValues(_3C_classLit, 42, -1, [10531]), initValues(_3C_classLit, 42, -1, [8598]), initValues(_3C_classLit, 42, -1, [8598]), initValues(_3C_classLit, 42, -1, [10535]), initValues(_3C_classLit, 42, -1, [9416]), initValues(_3C_classLit, 42, -1, [243]), initValues(_3C_classLit, 42, -1, [243]), initValues(_3C_classLit, 42, -1, [8859]), initValues(_3C_classLit, 42, -1, [8858]), initValues(_3C_classLit, 42, -1, [244]), initValues(_3C_classLit, 42, -1, [244]), initValues(_3C_classLit, 42, -1, [1086]), initValues(_3C_classLit, 42, -1, [8861]), initValues(_3C_classLit, 42, -1, [337]), initValues(_3C_classLit, 42, -1, [10808]), initValues(_3C_classLit, 42, -1, [8857]), initValues(_3C_classLit, 42, -1, [10684]), initValues(_3C_classLit, 42, -1, [339]), initValues(_3C_classLit, 42, -1, [10687]), initValues(_3C_classLit, 42, -1, [55349, 56620]), initValues(_3C_classLit, 42, -1, [731]), initValues(_3C_classLit, 42, -1, [242]), initValues(_3C_classLit, 42, -1, [242]), initValues(_3C_classLit, 42, -1, [10689]), initValues(_3C_classLit, 42, -1, [10677]), initValues(_3C_classLit, 42, -1, [8486]), initValues(_3C_classLit, 42, -1, [8750]), initValues(_3C_classLit, 42, -1, [8634]), initValues(_3C_classLit, 42, -1, [10686]), initValues(_3C_classLit, 42, -1, [10683]), initValues(_3C_classLit, 42, -1, [8254]), initValues(_3C_classLit, 42, -1, [10688]), initValues(_3C_classLit, 42, -1, [333]), initValues(_3C_classLit, 42, -1, [969]), initValues(_3C_classLit, 42, -1, [959]), initValues(_3C_classLit, 42, -1, [10678]), initValues(_3C_classLit, 42, -1, [8854]), initValues(_3C_classLit, 42, -1, [55349, 56672]), initValues(_3C_classLit, 42, -1, [10679]), initValues(_3C_classLit, 42, -1, [10681]), initValues(_3C_classLit, 42, -1, [8853]), initValues(_3C_classLit, 42, -1, [8744]), initValues(_3C_classLit, 42, -1, [8635]), initValues(_3C_classLit, 42, -1, [10845]), initValues(_3C_classLit, 42, -1, [8500]), initValues(_3C_classLit, 42, -1, [8500]), initValues(_3C_classLit, 42, -1, [170]), initValues(_3C_classLit, 42, -1, [170]), initValues(_3C_classLit, 42, -1, [186]), initValues(_3C_classLit, 42, -1, [186]), initValues(_3C_classLit, 42, -1, [8886]), initValues(_3C_classLit, 42, -1, [10838]), initValues(_3C_classLit, 42, -1, [10839]), initValues(_3C_classLit, 42, -1, [10843]), initValues(_3C_classLit, 42, -1, [8500]), initValues(_3C_classLit, 42, -1, [248]), initValues(_3C_classLit, 42, -1, [248]), initValues(_3C_classLit, 42, -1, [8856]), initValues(_3C_classLit, 42, -1, [245]), initValues(_3C_classLit, 42, -1, [245]), initValues(_3C_classLit, 42, -1, [8855]), initValues(_3C_classLit, 42, -1, [10806]), initValues(_3C_classLit, 42, -1, [246]), initValues(_3C_classLit, 42, -1, [246]), initValues(_3C_classLit, 42, -1, [9021]), initValues(_3C_classLit, 42, -1, [8741]), initValues(_3C_classLit, 42, -1, [182]), initValues(_3C_classLit, 42, -1, [182]), initValues(_3C_classLit, 42, -1, [8741]), initValues(_3C_classLit, 42, -1, [10995]), initValues(_3C_classLit, 42, -1, [11005]), initValues(_3C_classLit, 42, -1, [8706]), initValues(_3C_classLit, 42, -1, [1087]), initValues(_3C_classLit, 42, -1, [37]), initValues(_3C_classLit, 42, -1, [46]), initValues(_3C_classLit, 42, -1, [8240]), initValues(_3C_classLit, 42, -1, [8869]), initValues(_3C_classLit, 42, -1, [8241]), initValues(_3C_classLit, 42, -1, [55349, 56621]), initValues(_3C_classLit, 42, -1, [966]), initValues(_3C_classLit, 42, -1, [966]), initValues(_3C_classLit, 42, -1, [8499]), initValues(_3C_classLit, 42, -1, [9742]), initValues(_3C_classLit, 42, -1, [960]), initValues(_3C_classLit, 42, -1, [8916]), initValues(_3C_classLit, 42, -1, [982]), initValues(_3C_classLit, 42, -1, [8463]), initValues(_3C_classLit, 42, -1, [8462]), initValues(_3C_classLit, 42, -1, [8463]), initValues(_3C_classLit, 42, -1, [43]), initValues(_3C_classLit, 42, -1, [10787]), initValues(_3C_classLit, 42, -1, [8862]), initValues(_3C_classLit, 42, -1, [10786]), initValues(_3C_classLit, 42, -1, [8724]), initValues(_3C_classLit, 42, -1, [10789]), initValues(_3C_classLit, 42, -1, [10866]), initValues(_3C_classLit, 42, -1, [177]), initValues(_3C_classLit, 42, -1, [177]), initValues(_3C_classLit, 42, -1, [10790]), initValues(_3C_classLit, 42, -1, [10791]), initValues(_3C_classLit, 42, -1, [177]), initValues(_3C_classLit, 42, -1, [10773]), initValues(_3C_classLit, 42, -1, [55349, 56673]), initValues(_3C_classLit, 42, -1, [163]), initValues(_3C_classLit, 42, -1, [163]), initValues(_3C_classLit, 42, -1, [8826]), initValues(_3C_classLit, 42, -1, [10931]), initValues(_3C_classLit, 42, -1, [10935]), initValues(_3C_classLit, 42, -1, [8828]), initValues(_3C_classLit, 42, -1, [10927]), initValues(_3C_classLit, 42, -1, [8826]), initValues(_3C_classLit, 42, -1, [10935]), initValues(_3C_classLit, 42, -1, [8828]), initValues(_3C_classLit, 42, -1, [10927]), initValues(_3C_classLit, 42, -1, [10937]), initValues(_3C_classLit, 42, -1, [10933]), initValues(_3C_classLit, 42, -1, [8936]), initValues(_3C_classLit, 42, -1, [8830]), initValues(_3C_classLit, 42, -1, [8242]), initValues(_3C_classLit, 42, -1, [8473]), initValues(_3C_classLit, 42, -1, [10933]), initValues(_3C_classLit, 42, -1, [10937]), initValues(_3C_classLit, 42, -1, [8936]), initValues(_3C_classLit, 42, -1, [8719]), initValues(_3C_classLit, 42, -1, [9006]), initValues(_3C_classLit, 42, -1, [8978]), initValues(_3C_classLit, 42, -1, [8979]), initValues(_3C_classLit, 42, -1, [8733]), initValues(_3C_classLit, 42, -1, [8733]), initValues(_3C_classLit, 42, -1, [8830]), initValues(_3C_classLit, 42, -1, [8880]), initValues(_3C_classLit, 42, -1, [55349, 56517]), initValues(_3C_classLit, 42, -1, [968]), initValues(_3C_classLit, 42, -1, [8200]), initValues(_3C_classLit, 42, -1, [55349, 56622]), initValues(_3C_classLit, 42, -1, [10764]), initValues(_3C_classLit, 42, -1, [55349, 56674]), initValues(_3C_classLit, 42, -1, [8279]), initValues(_3C_classLit, 42, -1, [55349, 56518]), initValues(_3C_classLit, 42, -1, [8461]), initValues(_3C_classLit, 42, -1, [10774]), initValues(_3C_classLit, 42, -1, [63]), initValues(_3C_classLit, 42, -1, [8799]), initValues(_3C_classLit, 42, -1, [34]), initValues(_3C_classLit, 42, -1, [34]), initValues(_3C_classLit, 42, -1, [8667]), initValues(_3C_classLit, 42, -1, [8658]), initValues(_3C_classLit, 42, -1, [10524]), initValues(_3C_classLit, 42, -1, [10511]), initValues(_3C_classLit, 42, -1, [10596]), initValues(_3C_classLit, 42, -1, [10714]), initValues(_3C_classLit, 42, -1, [341]), initValues(_3C_classLit, 42, -1, [8730]), initValues(_3C_classLit, 42, -1, [10675]), initValues(_3C_classLit, 42, -1, [10217]), initValues(_3C_classLit, 42, -1, [10642]), initValues(_3C_classLit, 42, -1, [10661]), initValues(_3C_classLit, 42, -1, [10217]), initValues(_3C_classLit, 42, -1, [187]), initValues(_3C_classLit, 42, -1, [187]), initValues(_3C_classLit, 42, -1, [8594]), initValues(_3C_classLit, 42, -1, [10613]), initValues(_3C_classLit, 42, -1, [8677]), initValues(_3C_classLit, 42, -1, [10528]), initValues(_3C_classLit, 42, -1, [10547]), initValues(_3C_classLit, 42, -1, [10526]), initValues(_3C_classLit, 42, -1, [8618]), initValues(_3C_classLit, 42, -1, [8620]), initValues(_3C_classLit, 42, -1, [10565]), initValues(_3C_classLit, 42, -1, [10612]), initValues(_3C_classLit, 42, -1, [8611]), initValues(_3C_classLit, 42, -1, [8605]), initValues(_3C_classLit, 42, -1, [10522]), initValues(_3C_classLit, 42, -1, [8758]), initValues(_3C_classLit, 42, -1, [8474]), initValues(_3C_classLit, 42, -1, [10509]), initValues(_3C_classLit, 42, -1, [10099]), initValues(_3C_classLit, 42, -1, [125]), initValues(_3C_classLit, 42, -1, [93]), initValues(_3C_classLit, 42, -1, [10636]), initValues(_3C_classLit, 42, -1, [10638]), initValues(_3C_classLit, 42, -1, [10640]), initValues(_3C_classLit, 42, -1, [345]), initValues(_3C_classLit, 42, -1, [343]), initValues(_3C_classLit, 42, -1, [8969]), initValues(_3C_classLit, 42, -1, [125]), initValues(_3C_classLit, 42, -1, [1088]), initValues(_3C_classLit, 42, -1, [10551]), initValues(_3C_classLit, 42, -1, [10601]), initValues(_3C_classLit, 42, -1, [8221]), initValues(_3C_classLit, 42, -1, [8221]), initValues(_3C_classLit, 42, -1, [8627]), initValues(_3C_classLit, 42, -1, [8476]), initValues(_3C_classLit, 42, -1, [8475]), initValues(_3C_classLit, 42, -1, [8476]), initValues(_3C_classLit, 42, -1, [8477]), initValues(_3C_classLit, 42, -1, [9645]), initValues(_3C_classLit, 42, -1, [174]), initValues(_3C_classLit, 42, -1, [174]), initValues(_3C_classLit, 42, -1, [10621]), initValues(_3C_classLit, 42, -1, [8971]), initValues(_3C_classLit, 42, -1, [55349, 56623]), initValues(_3C_classLit, 42, -1, [8641]), initValues(_3C_classLit, 42, -1, [8640]), initValues(_3C_classLit, 42, -1, [10604]), initValues(_3C_classLit, 42, -1, [961]), initValues(_3C_classLit, 42, -1, [1009]), initValues(_3C_classLit, 42, -1, [8594]), initValues(_3C_classLit, 42, -1, [8611]), initValues(_3C_classLit, 42, -1, [8641]), initValues(_3C_classLit, 42, -1, [8640]), initValues(_3C_classLit, 42, -1, [8644]), initValues(_3C_classLit, 42, -1, [8652]), initValues(_3C_classLit, 42, -1, [8649]), initValues(_3C_classLit, 42, -1, [8605]), initValues(_3C_classLit, 42, -1, [8908]), initValues(_3C_classLit, 42, -1, [730]), initValues(_3C_classLit, 42, -1, [8787]), initValues(_3C_classLit, 42, -1, [8644]), initValues(_3C_classLit, 42, -1, [8652]), initValues(_3C_classLit, 42, -1, [8207]), initValues(_3C_classLit, 42, -1, [9137]), initValues(_3C_classLit, 42, -1, [9137]), initValues(_3C_classLit, 42, -1, [10990]), initValues(_3C_classLit, 42, -1, [10221]), initValues(_3C_classLit, 42, -1, [8702]), initValues(_3C_classLit, 42, -1, [10215]), initValues(_3C_classLit, 42, -1, [10630]), initValues(_3C_classLit, 42, -1, [55349, 56675]), initValues(_3C_classLit, 42, -1, [10798]), initValues(_3C_classLit, 42, -1, [10805]), initValues(_3C_classLit, 42, -1, [41]), initValues(_3C_classLit, 42, -1, [10644]), initValues(_3C_classLit, 42, -1, [10770]), initValues(_3C_classLit, 42, -1, [8649]), initValues(_3C_classLit, 42, -1, [8250]), initValues(_3C_classLit, 42, -1, [55349, 56519]), initValues(_3C_classLit, 42, -1, [8625]), initValues(_3C_classLit, 42, -1, [93]), initValues(_3C_classLit, 42, -1, [8217]), initValues(_3C_classLit, 42, -1, [8217]), initValues(_3C_classLit, 42, -1, [8908]), initValues(_3C_classLit, 42, -1, [8906]), initValues(_3C_classLit, 42, -1, [9657]), initValues(_3C_classLit, 42, -1, [8885]), initValues(_3C_classLit, 42, -1, [9656]), initValues(_3C_classLit, 42, -1, [10702]), initValues(_3C_classLit, 42, -1, [10600]), initValues(_3C_classLit, 42, -1, [8478]), initValues(_3C_classLit, 42, -1, [347]), initValues(_3C_classLit, 42, -1, [8218]), initValues(_3C_classLit, 42, -1, [8827]), initValues(_3C_classLit, 42, -1, [10932]), initValues(_3C_classLit, 42, -1, [10936]), initValues(_3C_classLit, 42, -1, [353]), initValues(_3C_classLit, 42, -1, [8829]), initValues(_3C_classLit, 42, -1, [10928]), initValues(_3C_classLit, 42, -1, [351]), initValues(_3C_classLit, 42, -1, [349]), initValues(_3C_classLit, 42, -1, [10934]), initValues(_3C_classLit, 42, -1, [10938]), initValues(_3C_classLit, 42, -1, [8937]), initValues(_3C_classLit, 42, -1, [10771]), initValues(_3C_classLit, 42, -1, [8831]), initValues(_3C_classLit, 42, -1, [1089]), initValues(_3C_classLit, 42, -1, [8901]), initValues(_3C_classLit, 42, -1, [8865]), initValues(_3C_classLit, 42, -1, [10854]), initValues(_3C_classLit, 42, -1, [8664]), initValues(_3C_classLit, 42, -1, [10533]), initValues(_3C_classLit, 42, -1, [8600]), initValues(_3C_classLit, 42, -1, [8600]), initValues(_3C_classLit, 42, -1, [167]), initValues(_3C_classLit, 42, -1, [167]), initValues(_3C_classLit, 42, -1, [59]), initValues(_3C_classLit, 42, -1, [10537]), initValues(_3C_classLit, 42, -1, [8726]), initValues(_3C_classLit, 42, -1, [8726]), initValues(_3C_classLit, 42, -1, [10038]), initValues(_3C_classLit, 42, -1, [55349, 56624]), initValues(_3C_classLit, 42, -1, [8994]), initValues(_3C_classLit, 42, -1, [9839]), initValues(_3C_classLit, 42, -1, [1097]), initValues(_3C_classLit, 42, -1, [1096]), initValues(_3C_classLit, 42, -1, [8739]), initValues(_3C_classLit, 42, -1, [8741]), initValues(_3C_classLit, 42, -1, [173]), initValues(_3C_classLit, 42, -1, [173]), initValues(_3C_classLit, 42, -1, [963]), initValues(_3C_classLit, 42, -1, [962]), initValues(_3C_classLit, 42, -1, [962]), initValues(_3C_classLit, 42, -1, [8764]), initValues(_3C_classLit, 42, -1, [10858]), initValues(_3C_classLit, 42, -1, [8771]), initValues(_3C_classLit, 42, -1, [8771]), initValues(_3C_classLit, 42, -1, [10910]), initValues(_3C_classLit, 42, -1, [10912]), initValues(_3C_classLit, 42, -1, [10909]), initValues(_3C_classLit, 42, -1, [10911]), initValues(_3C_classLit, 42, -1, [8774]), initValues(_3C_classLit, 42, -1, [10788]), initValues(_3C_classLit, 42, -1, [10610]), initValues(_3C_classLit, 42, -1, [8592]), initValues(_3C_classLit, 42, -1, [8726]), initValues(_3C_classLit, 42, -1, [10803]), initValues(_3C_classLit, 42, -1, [10724]), initValues(_3C_classLit, 42, -1, [8739]), initValues(_3C_classLit, 42, -1, [8995]), initValues(_3C_classLit, 42, -1, [10922]), initValues(_3C_classLit, 42, -1, [10924]), initValues(_3C_classLit, 42, -1, [1100]), initValues(_3C_classLit, 42, -1, [47]), initValues(_3C_classLit, 42, -1, [10692]), initValues(_3C_classLit, 42, -1, [9023]), initValues(_3C_classLit, 42, -1, [55349, 56676]), initValues(_3C_classLit, 42, -1, [9824]), initValues(_3C_classLit, 42, -1, [9824]), initValues(_3C_classLit, 42, -1, [8741]), initValues(_3C_classLit, 42, -1, [8851]), initValues(_3C_classLit, 42, -1, [8852]), initValues(_3C_classLit, 42, -1, [8847]), initValues(_3C_classLit, 42, -1, [8849]), initValues(_3C_classLit, 42, -1, [8847]), initValues(_3C_classLit, 42, -1, [8849]), initValues(_3C_classLit, 42, -1, [8848]), initValues(_3C_classLit, 42, -1, [8850]), initValues(_3C_classLit, 42, -1, [8848]), initValues(_3C_classLit, 42, -1, [8850]), initValues(_3C_classLit, 42, -1, [9633]), initValues(_3C_classLit, 42, -1, [9633]), initValues(_3C_classLit, 42, -1, [9642]), initValues(_3C_classLit, 42, -1, [9642]), initValues(_3C_classLit, 42, -1, [8594]), initValues(_3C_classLit, 42, -1, [55349, 56520]), initValues(_3C_classLit, 42, -1, [8726]), initValues(_3C_classLit, 42, -1, [8995]), initValues(_3C_classLit, 42, -1, [8902]), initValues(_3C_classLit, 42, -1, [9734]), initValues(_3C_classLit, 42, -1, [9733]), initValues(_3C_classLit, 42, -1, [1013]), initValues(_3C_classLit, 42, -1, [981]), initValues(_3C_classLit, 42, -1, [175]), initValues(_3C_classLit, 42, -1, [8834]), initValues(_3C_classLit, 42, -1, [10949]), initValues(_3C_classLit, 42, -1, [10941]), initValues(_3C_classLit, 42, -1, [8838]), initValues(_3C_classLit, 42, -1, [10947]), initValues(_3C_classLit, 42, -1, [10945]), initValues(_3C_classLit, 42, -1, [10955]), initValues(_3C_classLit, 42, -1, [8842]), initValues(_3C_classLit, 42, -1, [10943]), initValues(_3C_classLit, 42, -1, [10617]), initValues(_3C_classLit, 42, -1, [8834]), initValues(_3C_classLit, 42, -1, [8838]), initValues(_3C_classLit, 42, -1, [10949]), initValues(_3C_classLit, 42, -1, [8842]), initValues(_3C_classLit, 42, -1, [10955]), initValues(_3C_classLit, 42, -1, [10951]), initValues(_3C_classLit, 42, -1, [10965]), initValues(_3C_classLit, 42, -1, [10963]), initValues(_3C_classLit, 42, -1, [8827]), initValues(_3C_classLit, 42, -1, [10936]), initValues(_3C_classLit, 42, -1, [8829]), initValues(_3C_classLit, 42, -1, [10928]), initValues(_3C_classLit, 42, -1, [10938]), initValues(_3C_classLit, 42, -1, [10934]), initValues(_3C_classLit, 42, -1, [8937]), initValues(_3C_classLit, 42, -1, [8831]), initValues(_3C_classLit, 42, -1, [8721]), initValues(_3C_classLit, 42, -1, [9834]), initValues(_3C_classLit, 42, -1, [185]), initValues(_3C_classLit, 42, -1, [185]), initValues(_3C_classLit, 42, -1, [178]), initValues(_3C_classLit, 42, -1, [178]), initValues(_3C_classLit, 42, -1, [179]), initValues(_3C_classLit, 42, -1, [179]), initValues(_3C_classLit, 42, -1, [8835]), initValues(_3C_classLit, 42, -1, [10950]), initValues(_3C_classLit, 42, -1, [10942]), initValues(_3C_classLit, 42, -1, [10968]), initValues(_3C_classLit, 42, -1, [8839]), initValues(_3C_classLit, 42, -1, [10948]), initValues(_3C_classLit, 42, -1, [10967]), initValues(_3C_classLit, 42, -1, [10619]), initValues(_3C_classLit, 42, -1, [10946]), initValues(_3C_classLit, 42, -1, [10956]), initValues(_3C_classLit, 42, -1, [8843]), initValues(_3C_classLit, 42, -1, [10944]), initValues(_3C_classLit, 42, -1, [8835]), initValues(_3C_classLit, 42, -1, [8839]), initValues(_3C_classLit, 42, -1, [10950]), initValues(_3C_classLit, 42, -1, [8843]), initValues(_3C_classLit, 42, -1, [10956]), initValues(_3C_classLit, 42, -1, [10952]), initValues(_3C_classLit, 42, -1, [10964]), initValues(_3C_classLit, 42, -1, [10966]), initValues(_3C_classLit, 42, -1, [8665]), initValues(_3C_classLit, 42, -1, [10534]), initValues(_3C_classLit, 42, -1, [8601]), initValues(_3C_classLit, 42, -1, [8601]), initValues(_3C_classLit, 42, -1, [10538]), initValues(_3C_classLit, 42, -1, [223]), initValues(_3C_classLit, 42, -1, [223]), initValues(_3C_classLit, 42, -1, [8982]), initValues(_3C_classLit, 42, -1, [964]), initValues(_3C_classLit, 42, -1, [9140]), initValues(_3C_classLit, 42, -1, [357]), initValues(_3C_classLit, 42, -1, [355]), initValues(_3C_classLit, 42, -1, [1090]), initValues(_3C_classLit, 42, -1, [8411]), initValues(_3C_classLit, 42, -1, [8981]), initValues(_3C_classLit, 42, -1, [55349, 56625]), initValues(_3C_classLit, 42, -1, [8756]), initValues(_3C_classLit, 42, -1, [8756]), initValues(_3C_classLit, 42, -1, [952]), initValues(_3C_classLit, 42, -1, [977]), initValues(_3C_classLit, 42, -1, [977]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [8764]), initValues(_3C_classLit, 42, -1, [8201]), initValues(_3C_classLit, 42, -1, [8776]), initValues(_3C_classLit, 42, -1, [8764]), initValues(_3C_classLit, 42, -1, [254]), initValues(_3C_classLit, 42, -1, [254]), initValues(_3C_classLit, 42, -1, [732]), initValues(_3C_classLit, 42, -1, [215]), initValues(_3C_classLit, 42, -1, [215]), initValues(_3C_classLit, 42, -1, [8864]), initValues(_3C_classLit, 42, -1, [10801]), initValues(_3C_classLit, 42, -1, [10800]), initValues(_3C_classLit, 42, -1, [8749]), initValues(_3C_classLit, 42, -1, [10536]), initValues(_3C_classLit, 42, -1, [8868]), initValues(_3C_classLit, 42, -1, [9014]), initValues(_3C_classLit, 42, -1, [10993]), initValues(_3C_classLit, 42, -1, [55349, 56677]), initValues(_3C_classLit, 42, -1, [10970]), initValues(_3C_classLit, 42, -1, [10537]), initValues(_3C_classLit, 42, -1, [8244]), initValues(_3C_classLit, 42, -1, [8482]), initValues(_3C_classLit, 42, -1, [9653]), initValues(_3C_classLit, 42, -1, [9663]), initValues(_3C_classLit, 42, -1, [9667]), initValues(_3C_classLit, 42, -1, [8884]), initValues(_3C_classLit, 42, -1, [8796]), initValues(_3C_classLit, 42, -1, [9657]), initValues(_3C_classLit, 42, -1, [8885]), initValues(_3C_classLit, 42, -1, [9708]), initValues(_3C_classLit, 42, -1, [8796]), initValues(_3C_classLit, 42, -1, [10810]), initValues(_3C_classLit, 42, -1, [10809]), initValues(_3C_classLit, 42, -1, [10701]), initValues(_3C_classLit, 42, -1, [10811]), initValues(_3C_classLit, 42, -1, [9186]), initValues(_3C_classLit, 42, -1, [55349, 56521]), initValues(_3C_classLit, 42, -1, [1094]), initValues(_3C_classLit, 42, -1, [1115]), initValues(_3C_classLit, 42, -1, [359]), initValues(_3C_classLit, 42, -1, [8812]), initValues(_3C_classLit, 42, -1, [8606]), initValues(_3C_classLit, 42, -1, [8608]), initValues(_3C_classLit, 42, -1, [8657]), initValues(_3C_classLit, 42, -1, [10595]), initValues(_3C_classLit, 42, -1, [250]), initValues(_3C_classLit, 42, -1, [250]), initValues(_3C_classLit, 42, -1, [8593]), initValues(_3C_classLit, 42, -1, [1118]), initValues(_3C_classLit, 42, -1, [365]), initValues(_3C_classLit, 42, -1, [251]), initValues(_3C_classLit, 42, -1, [251]), initValues(_3C_classLit, 42, -1, [1091]), initValues(_3C_classLit, 42, -1, [8645]), initValues(_3C_classLit, 42, -1, [369]), initValues(_3C_classLit, 42, -1, [10606]), initValues(_3C_classLit, 42, -1, [10622]), initValues(_3C_classLit, 42, -1, [55349, 56626]), initValues(_3C_classLit, 42, -1, [249]), initValues(_3C_classLit, 42, -1, [249]), initValues(_3C_classLit, 42, -1, [8639]), initValues(_3C_classLit, 42, -1, [8638]), initValues(_3C_classLit, 42, -1, [9600]), initValues(_3C_classLit, 42, -1, [8988]), initValues(_3C_classLit, 42, -1, [8988]), initValues(_3C_classLit, 42, -1, [8975]), initValues(_3C_classLit, 42, -1, [9720]), initValues(_3C_classLit, 42, -1, [363]), initValues(_3C_classLit, 42, -1, [168]), initValues(_3C_classLit, 42, -1, [168]), initValues(_3C_classLit, 42, -1, [371]), initValues(_3C_classLit, 42, -1, [55349, 56678]), initValues(_3C_classLit, 42, -1, [8593]), initValues(_3C_classLit, 42, -1, [8597]), initValues(_3C_classLit, 42, -1, [8639]), initValues(_3C_classLit, 42, -1, [8638]), initValues(_3C_classLit, 42, -1, [8846]), initValues(_3C_classLit, 42, -1, [965]), initValues(_3C_classLit, 42, -1, [978]), initValues(_3C_classLit, 42, -1, [965]), initValues(_3C_classLit, 42, -1, [8648]), initValues(_3C_classLit, 42, -1, [8989]), initValues(_3C_classLit, 42, -1, [8989]), initValues(_3C_classLit, 42, -1, [8974]), initValues(_3C_classLit, 42, -1, [367]), initValues(_3C_classLit, 42, -1, [9721]), initValues(_3C_classLit, 42, -1, [55349, 56522]), initValues(_3C_classLit, 42, -1, [8944]), initValues(_3C_classLit, 42, -1, [361]), initValues(_3C_classLit, 42, -1, [9653]), initValues(_3C_classLit, 42, -1, [9652]), initValues(_3C_classLit, 42, -1, [8648]), initValues(_3C_classLit, 42, -1, [252]), initValues(_3C_classLit, 42, -1, [252]), initValues(_3C_classLit, 42, -1, [10663]), initValues(_3C_classLit, 42, -1, [8661]), initValues(_3C_classLit, 42, -1, [10984]), initValues(_3C_classLit, 42, -1, [10985]), initValues(_3C_classLit, 42, -1, [8872]), initValues(_3C_classLit, 42, -1, [10652]), initValues(_3C_classLit, 42, -1, [949]), initValues(_3C_classLit, 42, -1, [1008]), initValues(_3C_classLit, 42, -1, [8709]), initValues(_3C_classLit, 42, -1, [966]), initValues(_3C_classLit, 42, -1, [982]), initValues(_3C_classLit, 42, -1, [8733]), initValues(_3C_classLit, 42, -1, [8597]), initValues(_3C_classLit, 42, -1, [1009]), initValues(_3C_classLit, 42, -1, [962]), initValues(_3C_classLit, 42, -1, [977]), initValues(_3C_classLit, 42, -1, [8882]), initValues(_3C_classLit, 42, -1, [8883]), initValues(_3C_classLit, 42, -1, [1074]), initValues(_3C_classLit, 42, -1, [8866]), initValues(_3C_classLit, 42, -1, [8744]), initValues(_3C_classLit, 42, -1, [8891]), initValues(_3C_classLit, 42, -1, [8794]), initValues(_3C_classLit, 42, -1, [8942]), initValues(_3C_classLit, 42, -1, [124]), initValues(_3C_classLit, 42, -1, [124]), initValues(_3C_classLit, 42, -1, [55349, 56627]), initValues(_3C_classLit, 42, -1, [8882]), initValues(_3C_classLit, 42, -1, [55349, 56679]), initValues(_3C_classLit, 42, -1, [8733]), initValues(_3C_classLit, 42, -1, [8883]), initValues(_3C_classLit, 42, -1, [55349, 56523]), initValues(_3C_classLit, 42, -1, [10650]), initValues(_3C_classLit, 42, -1, [373]), initValues(_3C_classLit, 42, -1, [10847]), initValues(_3C_classLit, 42, -1, [8743]), initValues(_3C_classLit, 42, -1, [8793]), initValues(_3C_classLit, 42, -1, [8472]), initValues(_3C_classLit, 42, -1, [55349, 56628]), initValues(_3C_classLit, 42, -1, [55349, 56680]), initValues(_3C_classLit, 42, -1, [8472]), initValues(_3C_classLit, 42, -1, [8768]), initValues(_3C_classLit, 42, -1, [8768]), initValues(_3C_classLit, 42, -1, [55349, 56524]), initValues(_3C_classLit, 42, -1, [8898]), initValues(_3C_classLit, 42, -1, [9711]), initValues(_3C_classLit, 42, -1, [8899]), initValues(_3C_classLit, 42, -1, [9661]), initValues(_3C_classLit, 42, -1, [55349, 56629]), initValues(_3C_classLit, 42, -1, [10234]), initValues(_3C_classLit, 42, -1, [10231]), initValues(_3C_classLit, 42, -1, [958]), initValues(_3C_classLit, 42, -1, [10232]), initValues(_3C_classLit, 42, -1, [10229]), initValues(_3C_classLit, 42, -1, [10236]), initValues(_3C_classLit, 42, -1, [8955]), initValues(_3C_classLit, 42, -1, [10752]), initValues(_3C_classLit, 42, -1, [55349, 56681]), initValues(_3C_classLit, 42, -1, [10753]), initValues(_3C_classLit, 42, -1, [10754]), initValues(_3C_classLit, 42, -1, [10233]), initValues(_3C_classLit, 42, -1, [10230]), initValues(_3C_classLit, 42, -1, [55349, 56525]), initValues(_3C_classLit, 42, -1, [10758]), initValues(_3C_classLit, 42, -1, [10756]), initValues(_3C_classLit, 42, -1, [9651]), initValues(_3C_classLit, 42, -1, [8897]), initValues(_3C_classLit, 42, -1, [8896]), initValues(_3C_classLit, 42, -1, [253]), initValues(_3C_classLit, 42, -1, [253]), initValues(_3C_classLit, 42, -1, [1103]), initValues(_3C_classLit, 42, -1, [375]), initValues(_3C_classLit, 42, -1, [1099]), initValues(_3C_classLit, 42, -1, [165]), initValues(_3C_classLit, 42, -1, [165]), initValues(_3C_classLit, 42, -1, [55349, 56630]), initValues(_3C_classLit, 42, -1, [1111]), initValues(_3C_classLit, 42, -1, [55349, 56682]), initValues(_3C_classLit, 42, -1, [55349, 56526]), initValues(_3C_classLit, 42, -1, [1102]), initValues(_3C_classLit, 42, -1, [255]), initValues(_3C_classLit, 42, -1, [255]), initValues(_3C_classLit, 42, -1, [378]), initValues(_3C_classLit, 42, -1, [382]), initValues(_3C_classLit, 42, -1, [1079]), initValues(_3C_classLit, 42, -1, [380]), initValues(_3C_classLit, 42, -1, [8488]), initValues(_3C_classLit, 42, -1, [950]), initValues(_3C_classLit, 42, -1, [55349, 56631]), initValues(_3C_classLit, 42, -1, [1078]), initValues(_3C_classLit, 42, -1, [8669]), initValues(_3C_classLit, 42, -1, [55349, 56683]), initValues(_3C_classLit, 42, -1, [55349, 56527]), initValues(_3C_classLit, 42, -1, [8205]), initValues(_3C_classLit, 42, -1, [8204])]);
+ WINDOWS_1252 = initValues(_3_3C_classLit, 52, 12, [initValues(_3C_classLit, 42, -1, [8364]), initValues(_3C_classLit, 42, -1, [65533]), initValues(_3C_classLit, 42, -1, [8218]), initValues(_3C_classLit, 42, -1, [402]), initValues(_3C_classLit, 42, -1, [8222]), initValues(_3C_classLit, 42, -1, [8230]), initValues(_3C_classLit, 42, -1, [8224]), initValues(_3C_classLit, 42, -1, [8225]), initValues(_3C_classLit, 42, -1, [710]), initValues(_3C_classLit, 42, -1, [8240]), initValues(_3C_classLit, 42, -1, [352]), initValues(_3C_classLit, 42, -1, [8249]), initValues(_3C_classLit, 42, -1, [338]), initValues(_3C_classLit, 42, -1, [65533]), initValues(_3C_classLit, 42, -1, [381]), initValues(_3C_classLit, 42, -1, [65533]), initValues(_3C_classLit, 42, -1, [65533]), initValues(_3C_classLit, 42, -1, [8216]), initValues(_3C_classLit, 42, -1, [8217]), initValues(_3C_classLit, 42, -1, [8220]), initValues(_3C_classLit, 42, -1, [8221]), initValues(_3C_classLit, 42, -1, [8226]), initValues(_3C_classLit, 42, -1, [8211]), initValues(_3C_classLit, 42, -1, [8212]), initValues(_3C_classLit, 42, -1, [732]), initValues(_3C_classLit, 42, -1, [8482]), initValues(_3C_classLit, 42, -1, [353]), initValues(_3C_classLit, 42, -1, [8250]), initValues(_3C_classLit, 42, -1, [339]), initValues(_3C_classLit, 42, -1, [65533]), initValues(_3C_classLit, 42, -1, [382]), initValues(_3C_classLit, 42, -1, [376])]);
+}
+
+var NAMES, VALUES_0, WINDOWS_1252;
+function localEqualsBuffer(local, buf, offset, length){
+ var i;
+ if (local.length != length) {
+ return false;
+ }
+ for (i = 0; i < length; ++i) {
+ if (local.charCodeAt(i) != buf[offset + i]) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function lowerCaseLiteralEqualsIgnoreAsciiCaseString(lowerCaseLiteral, string){
+ var c0, c1, i;
+ if (string == null) {
+ return false;
+ }
+ if (lowerCaseLiteral.length != string.length) {
+ return false;
+ }
+ for (i = 0; i < lowerCaseLiteral.length; ++i) {
+ c0 = lowerCaseLiteral.charCodeAt(i);
+ c1 = string.charCodeAt(i);
+ if (c1 >= 65 && c1 <= 90) {
+ c1 += 32;
+ }
+ if (c0 != c1) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function lowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString(lowerCaseLiteral, string){
+ var c0, c1, i;
+ if (string == null) {
+ return false;
+ }
+ if (lowerCaseLiteral.length > string.length) {
+ return false;
+ }
+ for (i = 0; i < lowerCaseLiteral.length; ++i) {
+ c0 = lowerCaseLiteral.charCodeAt(i);
+ c1 = string.charCodeAt(i);
+ if (c1 >= 65 && c1 <= 90) {
+ c1 += 32;
+ }
+ if (c0 != c1) {
+ return false;
+ }
+ }
+ return true;
+}
+
+function $StackNode(this$static, group, ns, name, node, scoping, special, fosterParenting, popName, attributes){
+ this$static.group = group;
+ this$static.name_0 = name;
+ this$static.popName = popName;
+ this$static.ns = ns;
+ this$static.node = node;
+ this$static.scoping = scoping;
+ this$static.special = special;
+ this$static.fosterParenting = fosterParenting;
+ this$static.attributes = attributes;
+ this$static.refcount = 1;
+ return this$static;
+}
+
+function $StackNode_0(this$static, ns, elementName, node){
+ this$static.group = elementName.group;
+ this$static.name_0 = elementName.name_0;
+ this$static.popName = elementName.name_0;
+ this$static.ns = ns;
+ this$static.node = node;
+ this$static.scoping = elementName.scoping;
+ this$static.special = elementName.special;
+ this$static.fosterParenting = elementName.fosterParenting;
+ this$static.attributes = null;
+ this$static.refcount = 1;
+ return this$static;
+}
+
+function $StackNode_3(this$static, ns, elementName, node, attributes){
+ this$static.group = elementName.group;
+ this$static.name_0 = elementName.name_0;
+ this$static.popName = elementName.name_0;
+ this$static.ns = ns;
+ this$static.node = node;
+ this$static.scoping = elementName.scoping;
+ this$static.special = elementName.special;
+ this$static.fosterParenting = elementName.fosterParenting;
+ this$static.attributes = attributes;
+ this$static.refcount = 1;
+ return this$static;
+}
+
+function $StackNode_1(this$static, ns, elementName, node, popName){
+ this$static.group = elementName.group;
+ this$static.name_0 = elementName.name_0;
+ this$static.popName = popName;
+ this$static.ns = ns;
+ this$static.node = node;
+ this$static.scoping = elementName.scoping;
+ this$static.special = elementName.special;
+ this$static.fosterParenting = elementName.fosterParenting;
+ this$static.attributes = null;
+ this$static.refcount = 1;
+ return this$static;
+}
+
+function $StackNode_2(this$static, ns, elementName, node, popName, scoping){
+ this$static.group = elementName.group;
+ this$static.name_0 = elementName.name_0;
+ this$static.popName = popName;
+ this$static.ns = ns;
+ this$static.node = node;
+ this$static.scoping = scoping;
+ this$static.special = false;
+ this$static.fosterParenting = false;
+ this$static.attributes = null;
+ this$static.refcount = 1;
+ return this$static;
+}
+
+function getClass_55(){
+ return Lnu_validator_htmlparser_impl_StackNode_2_classLit;
+}
+
+function toString_11(){
+ return this.name_0;
+}
+
+function StackNode(){
+}
+
+_ = StackNode.prototype = new Object_0();
+_.getClass$ = getClass_55;
+_.toString$ = toString_11;
+_.typeId$ = 38;
+_.attributes = null;
+_.fosterParenting = false;
+_.group = 0;
+_.name_0 = null;
+_.node = null;
+_.ns = null;
+_.popName = null;
+_.refcount = 1;
+_.scoping = false;
+_.special = false;
+function $UTF16Buffer(this$static, buffer, start, end){
+ this$static.buffer = buffer;
+ this$static.start = start;
+ this$static.end = end;
+ return this$static;
+}
+
+function $adjust(this$static, lastWasCR){
+ if (lastWasCR && this$static.buffer[this$static.start] == 10) {
+ ++this$static.start;
+ }
+}
+
+function getClass_58(){
+ return Lnu_validator_htmlparser_impl_UTF16Buffer_2_classLit;
+}
+
+function UTF16Buffer(){
+}
+
+_ = UTF16Buffer.prototype = new Object_0();
+_.getClass$ = getClass_58;
+_.typeId$ = 39;
+_.buffer = null;
+_.end = 0;
+_.start = 0;
+function $SAXException(this$static, message){
+ this$static.detailMessage = message;
+ this$static.exception = null;
+ return this$static;
+}
+
+function $getMessage(this$static){
+ var message;
+ message = this$static.detailMessage;
+ if (message == null && !!this$static.exception) {
+ return this$static.exception.detailMessage;
+ }
+ else {
+ return message;
+ }
+}
+
+function getClass_59(){
+ return Lorg_xml_sax_SAXException_2_classLit;
+}
+
+function getMessage_0(){
+ return $getMessage(this);
+}
+
+function toString_12(){
+ if (this.exception) {
+ return $toString_1(this.exception);
+ }
+ else {
+ return $toString_1(this);
+ }
+}
+
+function SAXException(){
+}
+
+_ = SAXException.prototype = new Exception();
+_.getClass$ = getClass_59;
+_.getMessage = getMessage_0;
+_.toString$ = toString_12;
+_.typeId$ = 40;
+_.exception = null;
+function $SAXParseException(this$static, message, locator){
+ this$static.detailMessage = message;
+ this$static.exception = null;
+ if (locator) {
+ $getLineNumber(locator);
+ $getColumnNumber(locator);
+ }
+ else {
+ }
+ return this$static;
+}
+
+function $SAXParseException_0(this$static, message, locator, e){
+ this$static.detailMessage = message;
+ this$static.exception = e;
+ if (locator) {
+ $getLineNumber(locator);
+ $getColumnNumber(locator);
+ }
+ else {
+ }
+ return this$static;
+}
+
+function getClass_60(){
+ return Lorg_xml_sax_SAXParseException_2_classLit;
+}
+
+function SAXParseException(){
+}
+
+_ = SAXParseException.prototype = new SAXException();
+_.getClass$ = getClass_60;
+_.typeId$ = 41;
+function init_0(){
+ !!$stats && $stats({moduleName:$moduleName, subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'onModuleLoadStart', className:'nu.validator.htmlparser.gwt.HtmlParserModule'});
+ Envjs.parseHtmlDocument = parseHtmlDocument;
+}
+
+__defineParser__ = function gwtOnLoad(errFn, modName, modBase){
+ $moduleName = modName;
+ $moduleBase = modBase;
+ if (errFn)
+ try {
+ init_0();
+ }
+ catch (e) {
+ errFn(modName);
+ }
+ else {
+ init_0();
+ }
+}
+
+function nullMethod(){
+}
+
+var Ljava_lang_Object_2_classLit = createForClass('java.lang.', 'Object'), Lcom_google_gwt_user_client_Timer_2_classLit = createForClass('com.google.gwt.user.client.', 'Timer'), Ljava_lang_Throwable_2_classLit = createForClass('java.lang.', 'Throwable'), Ljava_lang_Exception_2_classLit = createForClass('java.lang.', 'Exception'), Ljava_lang_RuntimeException_2_classLit = createForClass('java.lang.', 'RuntimeException'), Lcom_google_gwt_core_client_JavaScriptException_2_classLit = createForClass('com.google.gwt.core.client.', 'JavaScriptException'), Lcom_google_gwt_core_client_JavaScriptObject_2_classLit = createForClass('com.google.gwt.core.client.', 'JavaScriptObject$'), _3Ljava_lang_String_2_classLit = createForArray('[Ljava.lang.', 'String;'), Ljava_lang_Enum_2_classLit = createForClass('java.lang.', 'Enum'), _3_3D_classLit = createForArray('', '[[D'), Ljava_util_AbstractCollection_2_classLit = createForClass('java.util.', 'AbstractCollection'), Ljava_util_AbstractList_2_classLit = createForClass('java.util.', 'AbstractList'), Ljava_util_ArrayList_2_classLit = createForClass('java.util.', 'ArrayList'), Lcom_google_gwt_user_client_Timer$1_2_classLit = createForClass('com.google.gwt.user.client.', 'Timer$1'), Ljava_lang_IndexOutOfBoundsException_2_classLit = createForClass('java.lang.', 'IndexOutOfBoundsException'), Ljava_lang_ArrayStoreException_2_classLit = createForClass('java.lang.', 'ArrayStoreException'), _3C_classLit = createForArray('', '[C'), Ljava_lang_Class_2_classLit = createForClass('java.lang.', 'Class'), Ljava_lang_ClassCastException_2_classLit = createForClass('java.lang.', 'ClassCastException'), Ljava_lang_IllegalArgumentException_2_classLit = createForClass('java.lang.', 'IllegalArgumentException'), _3I_classLit = createForArray('', '[I'), Ljava_lang_NullPointerException_2_classLit = createForClass('java.lang.', 'NullPointerException'), Ljava_lang_String_2_classLit = createForClass('java.lang.', 'String'), Ljava_lang_StringBuffer_2_classLit = createForClass('java.lang.', 'StringBuffer'), Ljava_lang_StringBuilder_2_classLit = createForClass('java.lang.', 'StringBuilder'), Ljava_lang_StringIndexOutOfBoundsException_2_classLit = createForClass('java.lang.', 'StringIndexOutOfBoundsException'), Ljava_lang_UnsupportedOperationException_2_classLit = createForClass('java.lang.', 'UnsupportedOperationException'), _3Ljava_lang_Object_2_classLit = createForArray('[Ljava.lang.', 'Object;'), Ljava_util_AbstractMap_2_classLit = createForClass('java.util.', 'AbstractMap'), Ljava_util_AbstractHashMap_2_classLit = createForClass('java.util.', 'AbstractHashMap'), Ljava_util_AbstractSet_2_classLit = createForClass('java.util.', 'AbstractSet'), Ljava_util_AbstractHashMap$EntrySet_2_classLit = createForClass('java.util.', 'AbstractHashMap$EntrySet'), Ljava_util_AbstractHashMap$EntrySetIterator_2_classLit = createForClass('java.util.', 'AbstractHashMap$EntrySetIterator'), Ljava_util_AbstractMapEntry_2_classLit = createForClass('java.util.', 'AbstractMapEntry'), Ljava_util_AbstractHashMap$MapEntryNull_2_classLit = createForClass('java.util.', 'AbstractHashMap$MapEntryNull'), Ljava_util_AbstractHashMap$MapEntryString_2_classLit = createForClass('java.util.', 'AbstractHashMap$MapEntryString'), Ljava_util_AbstractList$IteratorImpl_2_classLit = createForClass('java.util.', 'AbstractList$IteratorImpl'), Ljava_util_AbstractList$ListIteratorImpl_2_classLit = createForClass('java.util.', 'AbstractList$ListIteratorImpl'), Ljava_util_AbstractSequentialList_2_classLit = createForClass('java.util.', 'AbstractSequentialList'), Ljava_util_Comparators$1_2_classLit = createForClass('java.util.', 'Comparators$1'), Ljava_util_HashMap_2_classLit = createForClass('java.util.', 'HashMap'), Ljava_util_LinkedList_2_classLit = createForClass('java.util.', 'LinkedList'), Ljava_util_LinkedList$ListIteratorImpl_2_classLit = createForClass('java.util.', 'LinkedList$ListIteratorImpl'), Ljava_util_LinkedList$Node_2_classLit = createForClass('java.util.', 'LinkedList$Node'), Ljava_util_NoSuchElementException_2_classLit = createForClass('java.util.', 'NoSuchElementException'), Lnu_validator_htmlparser_common_DoctypeExpectation_2_classLit = createForEnum('nu.validator.htmlparser.common.', 'DoctypeExpectation'), Lnu_validator_htmlparser_common_DocumentMode_2_classLit = createForEnum('nu.validator.htmlparser.common.', 'DocumentMode'), Lnu_validator_htmlparser_common_XmlViolationPolicy_2_classLit = createForEnum('nu.validator.htmlparser.common.', 'XmlViolationPolicy'), Lnu_validator_htmlparser_impl_TreeBuilder_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'TreeBuilder'), Lnu_validator_htmlparser_impl_CoalescingTreeBuilder_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'CoalescingTreeBuilder'), Lnu_validator_htmlparser_gwt_BrowserTreeBuilder_2_classLit = createForClass('nu.validator.htmlparser.gwt.', 'BrowserTreeBuilder'), Lnu_validator_htmlparser_gwt_BrowserTreeBuilder$ScriptHolder_2_classLit = createForClass('nu.validator.htmlparser.gwt.', 'BrowserTreeBuilder$ScriptHolder'), Lnu_validator_htmlparser_gwt_HtmlParser_2_classLit = createForClass('nu.validator.htmlparser.gwt.', 'HtmlParser'), Lnu_validator_htmlparser_gwt_HtmlParser$1_2_classLit = createForClass('nu.validator.htmlparser.gwt.', 'HtmlParser$1'), Lnu_validator_htmlparser_gwt_ParseEndListener_2_classLit = createForClass('nu.validator.htmlparser.gwt.', 'ParseEndListener'), _3Z_classLit = createForArray('', '[Z'), _3Lnu_validator_htmlparser_impl_AttributeName_2_classLit = createForArray('[Lnu.validator.htmlparser.impl.', 'AttributeName;'), Lnu_validator_htmlparser_impl_AttributeName_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'AttributeName'), _3Lnu_validator_htmlparser_impl_ElementName_2_classLit = createForArray('[Lnu.validator.htmlparser.impl.', 'ElementName;'), Lnu_validator_htmlparser_impl_ElementName_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'ElementName'), Lnu_validator_htmlparser_impl_Tokenizer_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'Tokenizer'), Lnu_validator_htmlparser_impl_ErrorReportingTokenizer_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'ErrorReportingTokenizer'), Lnu_validator_htmlparser_impl_HtmlAttributes_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'HtmlAttributes'), Lnu_validator_htmlparser_impl_LocatorImpl_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'LocatorImpl'), _3_3C_classLit = createForArray('', '[[C'), Lnu_validator_htmlparser_impl_StackNode_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'StackNode'), _3Lnu_validator_htmlparser_impl_StackNode_2_classLit = createForArray('[Lnu.validator.htmlparser.impl.', 'StackNode;'), Lnu_validator_htmlparser_impl_UTF16Buffer_2_classLit = createForClass('nu.validator.htmlparser.impl.', 'UTF16Buffer'), Lorg_xml_sax_SAXException_2_classLit = createForClass('org.xml.sax.', 'SAXException'), Lorg_xml_sax_SAXParseException_2_classLit = createForClass('org.xml.sax.', 'SAXParseException');
+if (false) { var __gwt_initHandlers = nu_validator_htmlparser_HtmlParser.__gwt_initHandlers; nu_validator_htmlparser_HtmlParser.onScriptLoad(gwtOnLoad);}})();
+
Added: trunk/mapbender/test/tools/env-js/src/parser/prototypes.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/prototypes.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/prototypes.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,64 @@
+HTMLParser.prototypes = function(){
+
+_=xdi.prototype={};_.eQ=zdi;_.gC=Adi;_.hC=Bdi;_.tS=Cdi;_.toString=function(){return this.tS()};_.tM=v0i;_.tI=1;
+_=Efi.prototype=new xdi();_.gC=bgi;_.Bb=cgi;_.tS=dgi;_.tI=3;_.b=null;
+_=Aci.prototype=new Efi();_.gC=Dci;_.tI=4;
+_=Ddi.prototype=new Aci();_.gC=aei;_.tI=5;
+_=F7h.prototype=new Ddi();_.gC=c8h;_.tI=6;
+_=E8h.prototype=new xdi();_.gC=d9h;_.tI=0;_.aC=null;_.length=0;_.qI=0;
+_=abi.prototype=new xdi();_.zb=mbi;_.gC=nbi;_.tI=0;_.b=false;_.c=0;
+_=bbi.prototype=new xdi();_.gC=ebi;_.tI=7;
+_=Ebi.prototype=new Ddi();_.gC=bci;_.tI=9;
+_=dci.prototype=new xdi();_.gC=mci;_.tS=nci;_.tI=0;_.a=0;_.b=null;
+_=eci.prototype=new Ddi();_.gC=gci;_.tI=12;
+_=tci.prototype=new xdi();_.cT=vci;_.eQ=wci;_.gC=xci;_.hC=yci;_.tS=zci;_.tI=13;_.a=null;_.b=0;
+_=Eci.prototype=new Ddi();_.gC=bdi;_.tI=14;
+_=cdi.prototype=new Ddi();_.gC=fdi;_.tI=15;
+_=pdi.prototype=new Ddi();_.gC=rdi;_.tI=16;
+_=String.prototype;_.cT=pfi;_.eQ=rfi;_.gC=sfi;_.hC=tfi;_.tS=ufi;_.tI=2;
+_=kei.prototype=new xdi();_.gC=pei;_.tS=qei;_.tI=17;
+_=rei.prototype=new xdi();_.gC=Aei;_.tS=Dei;_.tI=18;_.a=0;_.c=0;
+_=Eei.prototype=new cdi();_.gC=bfi;_.tI=19;
+_=egi.prototype=new Ddi();_.gC=hgi;_.tI=20;
+_=igi.prototype=new xdi();_.vb=lgi;_.wb=mgi;_.gC=ngi;_.tS=ogi;_.tI=0;
+_=nii.prototype=new xdi();_.eQ=vii;_.gC=wii;_.hC=xii;_.tS=yii;_.tI=0;
+_=pgi.prototype=new nii();_.yb=uhi;_.gC=vhi;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=0;_.e=null;
+_=Fii.prototype=new igi();_.eQ=bji;_.gC=cji;_.hC=dji;_.tI=0;
+_=qgi.prototype=new Fii();_.wb=zgi;_.gC=Agi;_.Fb=Bgi;_.bc=Cgi;_.tI=21;_.a=null;
+_=rgi.prototype=new xdi();_.gC=ugi;_.Eb=vgi;_.ac=wgi;_.tI=0;_.a=null;_.b=null;
+_=oii.prototype=new xdi();_.eQ=qii;_.gC=rii;_.hC=sii;_.tS=tii;_.tI=22;
+_=Dgi.prototype=new oii();_.gC=ahi;_.Ab=bhi;_.Cb=chi;_.tI=23;_.a=null;
+_=dhi.prototype=new oii();_.gC=ghi;_.Ab=hhi;_.Cb=ihi;_.tI=24;_.a=null;_.b=null;
+_=whi.prototype=new igi();_.vb=gii;_.ub=fii;_.eQ=iii;_.gC=jii;_.hC=kii;_.Fb=mii;_.tI=25;
+_=xhi.prototype=new xdi();_.gC=Dhi;_.Eb=Ehi;_.ac=Fhi;_.tI=0;_.a=0;_.b=null;
+_=aii.prototype=new xhi();_.gC=dii;_.tI=0;
+_=zii.prototype=new whi();_.ub=Bii;_.Db=Dii;_.gC=Cii;_.Fb=Eii;_.tI=26;
+_=eji.prototype=new whi();_.vb=nji;_.ub=mji;_.wb=oji;_.Db=qji;_.gC=pji;_.bc=rji;_.tI=27;_.a=null;_.b=0;
+_=Bji.prototype=new xdi();_.gC=Dji;_.tI=0;
+_=bki.prototype=new pgi();_.gC=fki;_.tI=28;
+_=hki.prototype=new zii();_.vb=ali;_.gC=bli;_.bc=cli;_.tI=29;_.a=null;_.b=0;
+_=iki.prototype=new xdi();_.gC=oki;_.Eb=pki;_.ac=qki;_.tI=0;_.a=0;_.b=null;_.c=null;_.d=null;
+_=rki.prototype=new xdi();_.gC=wki;_.tI=0;_.a=null;_.b=null;_.c=null;
+_=hli.prototype=new Ddi();_.gC=jli;_.tI=30;
+_=qli.prototype=new tci();_.gC=uli;_.tI=31;
+_=vli.prototype=new tci();_.gC=Bli;_.tI=32;
+_=Dli.prototype=new tci();_.gC=dmi;_.tI=33;
+_=bYi.prototype=new xdi();_.gC=o0i;_.tI=0;_.f=null;_.g=0;_.h=null;_.i=null;_.j=-1;_.l=1;_.m=null;_.n=false;_.o=null;_.p=false;_.r=null;_.s=-1;_.t=0;_.v=false;_.w=0;_.x=false;_.y=null;_.z=null;_.A=false;
+_=oHi.prototype=new bYi();_.gC=sHi;_.tI=0;
+_=emi.prototype=new oHi();_.gC=cni;_.tI=0;_.a=null;_.b=null;_.c=false;_.d=null;
+_=fmi.prototype=new xdi();_.gC=imi;_.tI=34;_.a=null;_.b=null;
+_=nni.prototype=new xdi();_.xb=aoi;_.gC=boi;_.tI=0;_.c=null;_.d=false;_.e=false;_.f=null;_.g=null;_.h=0;_.i=null;
+_=oni.prototype=new abi();_.gC=sni;_.tI=35;_.a=null;
+_=coi.prototype=new xdi();_.gC=goi;_.tI=0;_.a=null;
+_=hoi.prototype=new xdi();_.gC=mHi;_.tI=36;_.a=null;_.b=null;_.c=null;_.d=false;
+_=tHi.prototype=new xdi();_.gC=cUi;_.tI=37;_.a=null;_.b=false;_.c=false;_.d=0;_.e=null;_.f=false;_.g=false;
+_=eWi.prototype=new xdi();_.gC=FXi;_.tI=0;_.j=0;_.k=null;_.l=null;_.m=null;_.n=null;_.o=0;_.q=false;_.r=null;_.s=null;_.u=0;_.v=null;_.w=false;_.x=0;_.y=false;_.z=0;_.A=false;_.B=false;_.C=0;_.D=false;_.E=0;_.F=null;_.ab=0;_.bb=0;_.cb=false;_.eb=false;_.fb=0;_.gb=null;_.hb=0;_.ib=false;_.jb=false;_.kb=0;_.lb=null;_.mb=0;_.nb=0;_.ob=null;_.pb=null;_.qb=null;_.rb=0;_.sb=false;
+_=dUi.prototype=new eWi();_.gC=qUi;_.tI=0;_.a=false;_.b=false;_.c=0;_.d=0;_.f=0;_.g=0;_.h=false;_.i=0;
+_=rUi.prototype=new xdi();_.gC=dVi;_.tI=0;_.a=0;_.b=0;_.c=null;_.d=null;_.e=0;_.f=null;_.g=null;
+_=eVi.prototype=new xdi();_.gC=hVi;_.tI=0;
+_=AVi.prototype=new xdi();_.gC=cWi;_.tS=dWi;_.tI=38;_.a=null;_.b=false;_.c=0;_.d=null;_.e=null;_.f=null;_.g=null;_.h=1;_.i=false;_.j=false;
+_=p0i.prototype=new xdi();_.gC=u0i;_.tI=39;_.a=null;_.b=0;_.c=0;
+_=y0i.prototype=new Aci();_.gC=C0i;_.Bb=D0i;_.tS=E0i;_.tI=40;_.a=null;
+_=F0i.prototype=new y0i();_.gC=d1i;_.tI=41;
+
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/string_declarations.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/string_declarations.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/string_declarations.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,3428 @@
+
+var
+ cNh,
+ qPg,
+ n4h,
+ Bxg,
+ cNg,
+ zOg,
+ rZg,
+ vxg,
+ iwh,
+ fPh,
+ cWg,
+ mih,
+ dNh,
+ oNh,
+ zNh,
+ eOh,
+ pOh,
+ AOh,
+ utg,
+ lug,
+ qPh,
+ BPh,
+ gQh,
+ sQh,
+ DQh,
+ iRh,
+ tRh,
+ ERh,
+ jSh,
+ uSh,
+ FSh,
+ kTh,
+ vTh,
+ bUh,
+ mUh,
+ xUh,
+ cVh,
+ nVh,
+ yVh,
+ dWh,
+ oWh,
+ zWh,
+ eXh,
+ qXh,
+ BXh,
+ gYh,
+ rYh,
+ CYh,
+ hZh,
+ sZh,
+ DZh,
+ i0h,
+ t0h,
+ F0h,
+ k1h,
+ v1h,
+ a2h,
+ l2h,
+ w2h,
+ b3h,
+ m3h,
+ x3h,
+ c4h,
+ o4h,
+ z4h,
+ e5h,
+ p5h,
+ A5h,
+ Czg,
+ rzg,
+ f6h,
+ q6h,
+ B6h,
+ gzg,
+ Byg,
+ g7h,
+ sAg,
+ r7h,
+ Cqg,
+ DAg,
+ Dxg,
+ gyg,
+ iBg,
+ Aqg,
+ q6g,
+ zqg,
+ txg,
+ iyg,
+ jyg,
+ wLh,
+ fKh,
+ mMh,
+ kyg,
+ lyg,
+ yzh,
+ myg,
+ nyg,
+ oyg,
+ DIh,
+ rJh,
+ tJh,
+ uJh,
+ wJh,
+ xJh,
+ EIh,
+ yJh,
+ zJh,
+ qJh,
+ vJh,
+ BJh,
+ sJh,
+ pyg,
+ ryg,
+ syg,
+ ePg,
+ obh,
+ tyg,
+ uyg,
+ vyg,
+ wyg,
+ xyg,
+ yyg,
+ zyg,
+ Ayg,
+ Cyg,
+ Dyg,
+ Eyg,
+ vLg,
+ FIh,
+ cJh,
+ Fyg,
+ azg,
+ bzg,
+ czg,
+ mxg,
+ vKh,
+ uKh,
+ dzg,
+ ezg,
+ fzg,
+ hzg,
+ izg,
+ jzg,
+ kzg,
+ lzg,
+ mzg,
+ nzg,
+ ozg,
+ pzg,
+ mKh,
+ nKh,
+ qzg,
+ szg,
+ ixg,
+ tzg,
+ uzg,
+ vzg,
+ wzg,
+ Blh,
+ yzg,
+ zzg,
+ Azg,
+ Bzg,
+ Dzg,
+ Ezg,
+ Fzg,
+ aAg,
+ bAg,
+ cAg,
+ dAg,
+ uxg,
+ eAg,
+ fAg,
+ gAg,
+ iAg,
+ jAg,
+ fJh,
+ gJh,
+ kAg,
+ lAg,
+ mAg,
+ kKh,
+ nAg,
+ oAg,
+ CJh,
+ pAg,
+ qAg,
+ rAg,
+ tAg,
+ uAg,
+ vAg,
+ wAg,
+ xAg,
+ yAg,
+ zAg,
+ AAg,
+ BAg,
+ CAg,
+ EAg,
+ FAg,
+ aBg,
+ bBg,
+ cBg,
+ dBg,
+ eBg,
+ fBg,
+ gBg,
+ hBg,
+ kBg,
+ lBg,
+ mBg,
+ nBg,
+ oBg,
+ pBg,
+ qBg,
+ dKh,
+ eKh,
+ rBg,
+ sBg,
+ tBg,
+ vBg,
+ wBg,
+ xBg,
+ yBg,
+ zBg,
+ ABg,
+ BBg,
+ CBg,
+ DBg,
+ EBg,
+ aCg,
+ bCg,
+ cCg,
+ dCg,
+ eCg,
+ fCg,
+ gCg,
+ hCg,
+ iCg,
+ jCg,
+ lCg,
+ mCg,
+ nCg,
+ oCg,
+ pCg,
+ rCg,
+ sCg,
+ tCg,
+ uCg,
+ wCg,
+ qxg,
+ xCg,
+ yCg,
+ zCg,
+ ACg,
+ BCg,
+ CCg,
+ DCg,
+ ECg,
+ FCg,
+ bDg,
+ cDg,
+ dDg,
+ eDg,
+ isg,
+ fDg,
+ xKh,
+ wKh,
+ gDg,
+ hDg,
+ iDg,
+ AIh,
+ jDg,
+ kDg,
+ mDg,
+ nDg,
+ oDg,
+ pDg,
+ zKh,
+ qDg,
+ rDg,
+ sDg,
+ tDg,
+ uDg,
+ sIh,
+ vDg,
+ xDg,
+ bMh,
+ yDg,
+ zDg,
+ ADg,
+ BDg,
+ CDg,
+ DDg,
+ Cxg,
+ EDg,
+ FDg,
+ aEg,
+ cEg,
+ dEg,
+ eEg,
+ fEg,
+ gEg,
+ hEg,
+ iEg,
+ jEg,
+ kEg,
+ lEg,
+ nEg,
+ oEg,
+ pEg,
+ qEg,
+ rEg,
+ sEg,
+ tEg,
+ uEg,
+ vEg,
+ wEg,
+ zEg,
+ AEg,
+ kph,
+ jwh,
+ zsh,
+ BEg,
+ DJh,
+ CEg,
+ DEg,
+ EEg,
+ FEg,
+ aFg,
+ bFg,
+ cFg,
+ eFg,
+ AKh,
+ oKh,
+ pKh,
+ fFg,
+ gFg,
+ hFg,
+ iFg,
+ jFg,
+ kFg,
+ lFg,
+ mFg,
+ nFg,
+ pFg,
+ qFg,
+ rFg,
+ sFg,
+ tFg,
+ hJh,
+ uFg,
+ vFg,
+ wFg,
+ xFg,
+ Deh,
+ bJh,
+ yFg,
+ AFg,
+ BFg,
+ CFg,
+ DFg,
+ EFg,
+ FFg,
+ aGg,
+ bGg,
+ cGg,
+ dGg,
+ fGg,
+ gGg,
+ vIh,
+ wIh,
+ hGg,
+ iGg,
+ jGg,
+ kGg,
+ lGg,
+ mGg,
+ nGg,
+ oGg,
+ qGg,
+ rGg,
+ sGg,
+ tGg,
+ uGg,
+ vGg,
+ wGg,
+ xGg,
+ yGg,
+ zGg,
+ BGg,
+ CGg,
+ DGg,
+ EGg,
+ FGg,
+ aHg,
+ bHg,
+ cHg,
+ dHg,
+ eHg,
+ gHg,
+ hHg,
+ iHg,
+ jHg,
+ kHg,
+ lHg,
+ mHg,
+ nHg,
+ oHg,
+ pHg,
+ rHg,
+ sHg,
+ tHg,
+ uHg,
+ vHg,
+ wHg,
+ xHg,
+ yHg,
+ zHg,
+ AHg,
+ CHg,
+ DHg,
+ EHg,
+ FHg,
+ aIg,
+ bIg,
+ cIg,
+ dIg,
+ eIg,
+ fIg,
+ iIg,
+ EJh,
+ FJh,
+ aKh,
+ jIg,
+ kIg,
+ lIg,
+ BKh,
+ mIg,
+ nIg,
+ oIg,
+ pIg,
+ qIg,
+ rIg,
+ tIg,
+ uIg,
+ vIg,
+ wIg,
+ xIg,
+ yIg,
+ zIg,
+ AIg,
+ BIg,
+ CIg,
+ EIg,
+ FIg,
+ aJg,
+ bJg,
+ cJg,
+ dJg,
+ gIg,
+ eJg,
+ hDh,
+ fJg,
+ gJg,
+ hJg,
+ jJg,
+ kJg,
+ lJg,
+ mJg,
+ nJg,
+ oJg,
+ pJg,
+ qJg,
+ rJg,
+ sxg,
+ sJg,
+ bKh,
+ uJg,
+ vJg,
+ wJg,
+ xJg,
+ yJg,
+ zJg,
+ AJg,
+ BJg,
+ CJg,
+ DJg,
+ FJg,
+ aKg,
+ bKg,
+ cKg,
+ dKg,
+ eKg,
+ fKg,
+ gKg,
+ hKg,
+ iKg,
+ kKg,
+ lKg,
+ mKg,
+ nKg,
+ oKg,
+ pKg,
+ qKg,
+ rKg,
+ sKg,
+ tKg,
+ vKg,
+ wKg,
+ xKg,
+ yKg,
+ zKg,
+ AKg,
+ BKg,
+ CKg,
+ DKg,
+ jJh,
+ EKg,
+ aLg,
+ bLg,
+ nIh,
+ oJh,
+ cLg,
+ dLg,
+ eLg,
+ fLg,
+ gLg,
+ hLg,
+ iLg,
+ jLg,
+ lLg,
+ mLg,
+ nLg,
+ oLg,
+ pLg,
+ qLg,
+ rLg,
+ sLg,
+ tLg,
+ uLg,
+ xLg,
+ yLg,
+ zLg,
+ ALg,
+ BLg,
+ CLg,
+ DLg,
+ ELg,
+ qKh,
+ FLg,
+ aMg,
+ cMg,
+ dMg,
+ eMg,
+ fMg,
+ gMg,
+ hMg,
+ iMg,
+ jMg,
+ kMg,
+ lMg,
+ nMg,
+ oMg,
+ pMg,
+ qMg,
+ rMg,
+ sMg,
+ tMg,
+ lLh,
+ uMg,
+ vMg,
+ wMg,
+ yMg,
+ zMg,
+ AMg,
+ BMg,
+ CMg,
+ DMg,
+ EMg,
+ FMg,
+ aNg,
+ bNg,
+ dNg,
+ eNg,
+ fNg,
+ gNg,
+ hNg,
+ iNg,
+ jNg,
+ kNg,
+ lNg,
+ mNg,
+ oNg,
+ pNg,
+ qNg,
+ rNg,
+ sNg,
+ tNg,
+ uNg,
+ vNg,
+ wNg,
+ xNg,
+ zNg,
+ ANg,
+ BNg,
+ CNg,
+ DNg,
+ ENg,
+ FNg,
+ aOg,
+ bOg,
+ cOg,
+ eOg,
+ fOg,
+ gOg,
+ hOg,
+ iOg,
+ jOg,
+ kOg,
+ tIh,
+ cLh,
+ dLh,
+ lOg,
+ mOg,
+ nOg,
+ wGh,
+ pOg,
+ dyg,
+ qOg,
+ rOg,
+ sOg,
+ tOg,
+ uOg,
+ vOg,
+ wOg,
+ xOg,
+ yOg,
+ AOg,
+ BOg,
+ COg,
+ DOg,
+ EOg,
+ FOg,
+ aPg,
+ bPg,
+ cPg,
+ dPg,
+ gPg,
+ hPg,
+ iPg,
+ EKh,
+ FKh,
+ jPg,
+ aUh,
+ xEg,
+ yIh,
+ kJh,
+ lJh,
+ mJh,
+ kPg,
+ lPg,
+ mPg,
+ nPg,
+ oPg,
+ pPg,
+ rPg,
+ sPg,
+ tPg,
+ uPg,
+ vPg,
+ wPg,
+ xPg,
+ yPg,
+ zPg,
+ APg,
+ CPg,
+ DPg,
+ EPg,
+ FPg,
+ aQg,
+ bQg,
+ cQg,
+ dQg,
+ wxg,
+ pxg,
+ eQg,
+ fQg,
+ hQg,
+ yxg,
+ xMh,
+ rIh,
+ iQg,
+ jQg,
+ kQg,
+ lQg,
+ qIh,
+ aJh,
+ yKh,
+ mQg,
+ jKh,
+ nQg,
+ oQg,
+ pQg,
+ hyg,
+ byg,
+ ayg,
+ Fxg,
+ Exg,
+ aLh,
+ qQg,
+ sQg,
+ tQg,
+ uQg,
+ vQg,
+ wQg,
+ xQg,
+ yQg,
+ zQg,
+ AQg,
+ BQg,
+ DQg,
+ EQg,
+ FQg,
+ aRg,
+ bRg,
+ cRg,
+ dRg,
+ eRg,
+ fRg,
+ uKg,
+ cyg,
+ nJh,
+ gRg,
+ iRg,
+ jRg,
+ kRg,
+ lRg,
+ mRg,
+ nRg,
+ oRg,
+ pRg,
+ qRg,
+ rRg,
+ tRg,
+ uRg,
+ vRg,
+ wRg,
+ xRg,
+ yRg,
+ zRg,
+ ARg,
+ BRg,
+ CRg,
+ ERg,
+ FRg,
+ aSg,
+ bSg,
+ cSg,
+ dSg,
+ eSg,
+ fSg,
+ gSg,
+ hSg,
+ jSg,
+ kSg,
+ lSg,
+ mSg,
+ nSg,
+ oSg,
+ pSg,
+ qSg,
+ rSg,
+ sSg,
+ vSg,
+ wSg,
+ xSg,
+ hKh,
+ ySg,
+ zSg,
+ ASg,
+ BSg,
+ CSg,
+ DSg,
+ ESg,
+ aTg,
+ bTg,
+ cTg,
+ dTg,
+ eTg,
+ fTg,
+ gTg,
+ hTg,
+ iTg,
+ jTg,
+ lTg,
+ mTg,
+ nTg,
+ oTg,
+ pTg,
+ qTg,
+ tSg,
+ dJh,
+ iJh,
+ xIh,
+ tKh,
+ sKh,
+ DKh,
+ BIh,
+ sZg,
+ oFg,
+ rTg,
+ sTg,
+ C6g,
+ bvg,
+ tTg,
+ C2h,
+ uTg,
+ Cuh,
+ gWh,
+ wSh,
+ ruh,
+ DXh,
+ cPh,
+ bRh,
+ wTg,
+ xTg,
+ yTg,
+ rrg,
+ kwh,
+ aRh,
+ svh,
+ zXh,
+ zTg,
+ ATg,
+ BTg,
+ hNh,
+ yEg,
+ CTg,
+ DTg,
+ ETg,
+ FTg,
+ bUg,
+ cUg,
+ dUg,
+ eUg,
+ ojh,
+ w0h,
+ EXh,
+ djh,
+ fUg,
+ FQh,
+ l2g,
+ atg,
+ Fug,
+ qvg,
+ Fsg,
+ Eug,
+ pvg,
+ Dvh,
+ hLh,
+ gUg,
+ hUg,
+ iUg,
+ jUg,
+ gPh,
+ A2h,
+ kUg,
+ mUg,
+ nUg,
+ oUg,
+ pUg,
+ qUg,
+ rUg,
+ sUg,
+ tUg,
+ uUg,
+ vUg,
+ xUg,
+ yUg,
+ zUg,
+ AUg,
+ BUg,
+ CUg,
+ DUg,
+ EUg,
+ FUg,
+ aVg,
+ cVg,
+ dVg,
+ krg,
+ svg,
+ Evg,
+ zwg,
+ rvg,
+ Dvg,
+ xwg,
+ aug,
+ sug,
+ kwg,
+ eVg,
+ fVg,
+ gVg,
+ hVg,
+ iVg,
+ jVg,
+ kVg,
+ lVg,
+ A6h,
+ w5h,
+ D6h,
+ nVg,
+ oVg,
+ BSh,
+ z6h,
+
+ prg,
+ C6h,
+ qrg,
+ w6h,
+ mrg,
+ iLh,
+ CXh,
+ v6h,
+ lrg,
+ y6h,
+ org,
+ x6h,
+ nrg,
+ i4h,
+ B2h,
+ h1h,
+ ySh,
+ e0h,
+ dPh,
+ uUh,
+ rUh,
+ eWh,
+ vWh,
+ iZh,
+ qWh,
+ xYh,
+ pWh,
+ ASh,
+ ePh,
+ fWh,
+ zSh,
+ pUh,
+ yYh,
+ cRh,
+ hPh,
+ FXh,
+ f1h,
+ FOh,
+ jWh,
+ qUh,
+ lWh,
+ iWh,
+ nWh,
+ xSh,
+ mWh,
+ tUh,
+ bPh,
+ zYh,
+ kWh,
+ wWh,
+ hWh,
+ pVg,
+ qVg,
+ jrg,
+ hvh,
+ rVg,
+ u5h,
+ sVg,
+ tVg,
+ uVg,
+ yih,
+ vVg,
+ wVg,
+ uWh,
+ sWh,
+ tWh,
+ rWh,
+ v5h,
+ yVg,
+ zVg,
+ sUh,
+ aPh,
+ gNh,
+ EQh,
+ AVg,
+ BVg,
+ r6g,
+ jLh,
+ t1h,
+ CVg,
+ DVg,
+ EVg,
+ fRh,
+ FVg,
+ aWg,
+ bWg,
+ eWg,
+ fWg,
+ gWg,
+ u9g,
+ yWh,
+ eTh,
+ btg,
+ xWh,
+ pNh,
+ aYh,
+ dTh,
+ h7g,
+ hWg,
+ iWg,
+ jWg,
+ kWg,
+ E2h,
+ lWg,
+ mWg,
+ nWg,
+ flh,
+ pWg,
+ qWg,
+ rWg,
+ sWg,
+ tWg,
+ uWg,
+ nNh,
+ vWg,
+ oLh,
+ trg,
+ i8g,
+ D2h,
+ wWg,
+ xWg,
+ yWg,
+ AWg,
+ BWg,
+ CWg,
+ DWg,
+ EWg,
+ FWg,
+ aXg,
+ bXg,
+ cXg,
+ dXg,
+ fXg,
+ gXg,
+ hXg,
+ iXg,
+ jXg,
+ kXg,
+ lXg,
+ mXg,
+ nXg,
+ oXg,
+ qXg,
+ rXg,
+ tug,
+ sXg,
+ lDg,
+ tXg,
+ vwh,
+ uXg,
+ vXg,
+ wXg,
+ xXg,
+ yXg,
+ zXg,
+ BXg,
+ CXg,
+ DXg,
+ EXg,
+ FXg,
+ aYg,
+ bYg,
+ cYg,
+ dYg,
+ eYg,
+ gYg,
+ hYg,
+ iYg,
+ jYg,
+ kYg,
+ lYg,
+ mYg,
+ nYg,
+ oYg,
+ pYg,
+ rYg,
+ sYg,
+ tYg,
+ uYg,
+ vYg,
+ wYg,
+ xYg,
+ yYg,
+ zYg,
+ AYg,
+ CYg,
+ DYg,
+ EYg,
+ FYg,
+ aZg,
+ bZg,
+ cZg,
+ dZg,
+ eZg,
+ fZg,
+ hZg,
+ iZg,
+ z1h,
+ jZg,
+ kZg,
+ lZg,
+ mZg,
+ nZg,
+ oZg,
+ pZg,
+ qZg,
+ uZg,
+ vZg,
+ wZg,
+ xZg,
+ yZg,
+ zZg,
+ AZg,
+ E6h,
+ j4h,
+ aUg,
+ BZg,
+ jNh,
+ iNh,
+ b7h,
+ eRh,
+ CZg,
+ DZg,
+ FZg,
+ a0g,
+ b0g,
+ c0g,
+ nwg,
+ k4h,
+ d0g,
+ e0g,
+ Awg,
+ f0g,
+ g0g,
+ h0g,
+ i0g,
+ k0g,
+ l0g,
+ m0g,
+ n0g,
+ o0g,
+ p0g,
+ wrg,
+ CSh,
+ DSh,
+ q0g,
+ r0g,
+ s0g,
+ a7h,
+ t0g,
+ v0g,
+ j9g,
+ nLh,
+ qLh,
+ w0g,
+ x0g,
+ mLh,
+ y0g,
+ z0g,
+ A1h,
+ A0g,
+ B0g,
+ C0g,
+ D0g,
+ F6h,
+ E0g,
+ a1g,
+ b1g,
+ c1g,
+ d1g,
+ e1g,
+ f1g,
+ g1g,
+ h1g,
+ i1g,
+ j1g,
+ s7g,
+ pkh,
+ zxg,
+ bMg,
+ Akh,
+ E8g,
+ jPh,
+ iPh,
+ dtg,
+ DWh,
+ ctg,
+ CWh,
+ zjh,
+ kLh,
+ mMg,
+ dOg,
+ l1g,
+ m1g,
+ B1h,
+ D7g,
+ lNh,
+ kNh,
+ etg,
+ a3h,
+ aDg,
+ n1g,
+ o1g,
+ p1g,
+ ekh,
+ D0h,
+ q1h,
+ BWh,
+ AYh,
+ t8g,
+ pLh,
+ aTh,
+ bTh,
+ AWh,
+ dRh,
+ ESh,
+ uIh,
+ pIh,
+ q1g,
+ urg,
+ r1g,
+ s1g,
+ rLh,
+ t1g,
+ u1g,
+ dug,
+ w1g,
+ vrg,
+ cug,
+ x1g,
+ y1g,
+ z1g,
+ bug,
+ sLh,
+ g0h,
+ kZh,
+ BYh,
+ f0h,
+ jZh,
+ cTh,
+ mNh,
+ lxh,
+ A1g,
+ B1g,
+ C1g,
+ D1g,
+ E1g,
+ c3h,
+ m4h,
+ d3h,
+ p4h,
+ F1g,
+ b2g,
+ F2h,
+ l4h,
+ c2g,
+ d2g,
+ e2g,
+ f2g,
+ g2g,
+ xrg,
+ h2g,
+ i2g,
+ j2g,
+ k2g,
+ m2g,
+ n2g,
+ o2g,
+ p2g,
+ q2g,
+ r2g,
+ s2g,
+ t2g,
+ u2g,
+ v2g,
+ x2g,
+ q4h,
+ y2g,
+ z2g,
+ A2g,
+ B2g,
+ C2g,
+ D2g,
+ axh,
+ E2g,
+ F2g,
+ a3g,
+ d3g,
+ e3g,
+ f3g,
+ lUg,
+ wUg,
+ g3g,
+ DRg,
+ h3g,
+ i3g,
+ j3g,
+ k3g,
+ l3g,
+ m3g,
+ o3g,
+ l$g,
+ vLh,
+ yUh,
+ ftg,
+ uLh,
+ tvg,
+ wNh,
+ p3g,
+ q3g,
+ r3g,
+ s3g,
+ C1h,
+ t3g,
+ u3g,
+ v3g,
+ w3g,
+ xLh,
+ ALh,
+ Clh,
+ lwg,
+ FWh,
+ EWh,
+ t4h,
+ x3g,
+ z3g,
+ d7h,
+ e3h,
+ A3g,
+ B3g,
+ qlh,
+ r4h,
+ BLh,
+ zrg,
+ avg,
+ C3g,
+ f3h,
+ D3g,
+ E3g,
+ F3g,
+ e7h,
+ a4g,
+ b4g,
+ c4g,
+ e4g,
+ f4g,
+ s4h,
+ EYh,
+ DYh,
+ g4g,
+ w2g,
+ mPh,
+ xNh,
+ yrg,
+ h4g,
+ yLh,
+ wUh,
+ dFg,
+ i4g,
+ uug,
+ c7h,
+ j4g,
+ k4g,
+ zLh,
+ l4g,
+ m4g,
+ D1h,
+ n4g,
+ p4g,
+ q4g,
+ f7h,
+ fxg,
+ j0h,
+ r4g,
+ s4g,
+ t4g,
+ u4g,
+ v4g,
+ w4g,
+ x4g,
+ y4g,
+ A4g,
+ B4g,
+ C4g,
+ D4g,
+ nPh,
+ E4g,
+ F4g,
+ a5g,
+ b5g,
+ c5g,
+ d5g,
+ f5g,
+ E1h,
+ g5g,
+ h5g,
+ i5g,
+ j5g,
+ k5g,
+ c3g,
+ l5g,
+ bVg,
+ mVg,
+ m5g,
+ n5g,
+ o5g,
+ q5g,
+ r5g,
+ s5g,
+ t5g,
+ u5g,
+ v5g,
+ w5g,
+ x5g,
+ y5g,
+ z5g,
+ a$g,
+ sNh,
+ rNh,
+ B5g,
+ C5g,
+ D5g,
+ E5g,
+ F5g,
+ a6g,
+ b6g,
+ c6g,
+ d6g,
+ e6g,
+ lPh,
+ g6g,
+ h6g,
+ Arg,
+ i6g,
+ j6g,
+ F1h,
+ k6g,
+ x5h,
+ l6g,
+ gtg,
+ m6g,
+ n6g,
+ o6g,
+ p6g,
+ s6g,
+ h0h,
+ tNh,
+ tLh,
+ n3g,
+ t6g,
+ u6g,
+ v6g,
+ w6g,
+ x6g,
+ y6g,
+ z6g,
+ A6g,
+ B6g,
+ D6g,
+ b2h,
+ E6g,
+ F6g,
+ a7g,
+ b7g,
+ c7g,
+ vUh,
+ kPh,
+ d7g,
+ e7g,
+ f7g,
+ g7g,
+ xug,
+ i7g,
+ j7g,
+ k7g,
+ l7g,
+ m7g,
+ n7g,
+ o7g,
+ p7g,
+ q7g,
+ vug,
+ r7g,
+ t7g,
+ u7g,
+ cvg,
+ v7g,
+ w7g,
+ h7h,
+ g3h,
+ x7g,
+ qNh,
+ uvg,
+ y7g,
+ o1h,
+ n1h,
+ m_g,
+ fug,
+ htg,
+ z7g,
+ y5h,
+ A7g,
+ bsg,
+ fwg,
+ hxg,
+ gvg,
+ Dwg,
+ Fwg,
+ bxg,
+ rwg,
+ dsg,
+ Crg,
+ Frg,
+ ksg,
+ msg,
+ pwg,
+ fsg,
+ hsg,
+ evg,
+ Bvg,
+ ltg,
+ zvg,
+ exg,
+ ivg,
+ j7h,
+ wvg,
+ asg,
+ ewg,
+ gxg,
+ fvg,
+ Cwg,
+ Ewg,
+ axg,
+ qwg,
+ csg,
+ Brg,
+ Erg,
+ jsg,
+ lsg,
+ owg,
+ esg,
+ B7g,
+ gsg,
+ dvg,
+ Avg,
+ hmh,
+ ktg,
+ yvg,
+ cxg,
+ hvg,
+ i7h,
+ vvg,
+ C7g,
+ E7g,
+ F7g,
+ a8g,
+ itg,
+ k7h,
+ b8g,
+ w$g,
+ zUh,
+ rPh,
+ wxh,
+ pPh,
+ iTh,
+ oPh,
+ hTh,
+ c8g,
+ d8g,
+ jTh,
+ cXh,
+ z5h,
+ e8g,
+ c2h,
+ f8g,
+ u4h,
+ eug,
+ Bwg,
+ mwg,
+ Fvg,
+ awg,
+ fTh,
+ tPh,
+ lZh,
+ BUh,
+ lRh,
+ AUh,
+ lTh,
+ jRh,
+ yNh,
+ sPh,
+ kRh,
+ m7h,
+ g8g,
+ y3g,
+ l7h,
+ h8g,
+ dwg,
+ bwg,
+ j8g,
+ k8g,
+ srg,
+ byh,
+ l8g,
+ m8g,
+ n8g,
+ o8g,
+ p8g,
+ q8g,
+ r8g,
+ s8g,
+ u8g,
+ v8g,
+ w8g,
+ x8g,
+ y8g,
+ z8g,
+ A8g,
+ B8g,
+ C8g,
+ D8g,
+ F8g,
+ smh,
+ gTh,
+ Axg,
+ CUh,
+ a9g,
+ b_g,
+ b9g,
+ c9g,
+ oWg,
+ zWg,
+ u1h,
+ dWg,
+ xVg,
+ d9g,
+ e9g,
+ f9g,
+ g9g,
+ h9g,
+ i9g,
+ k9g,
+ h3h,
+ l9g,
+ m9g,
+ n9g,
+ o9g,
+ p9g,
+ i3h,
+ q9g,
+ r9g,
+ s9g,
+ t9g,
+ v9g,
+ w9g,
+ x9g,
+ y9g,
+ z9g,
+ A9g,
+ B9g,
+ C9g,
+ D9g,
+ E9g,
+ b$g,
+ c$g,
+ d$g,
+ e$g,
+ B5h,
+ gRh,
+ r1h,
+ p1h,
+ vNh,
+ uNh,
+ f$g,
+ g$g,
+ h$g,
+ i$g,
+ j$g,
+ k$g,
+ m$g,
+ n$g,
+ v4h,
+ l0h,
+ bXh,
+ k0h,
+ aXh,
+ o$g,
+ hRh,
+ p$g,
+ q$g,
+ r$g,
+ s$g,
+ j2h,
+ t$g,
+ u$g,
+ v$g,
+ x$g,
+ y$g,
+ z$g,
+ A$g,
+ B$g,
+ C$g,
+ D$g,
+ E$g,
+ F$g,
+ a_g,
+ d2h,
+ e2h,
+ f2h,
+ g2h,
+ h2h,
+ i2h,
+ c_g,
+ d_g,
+ e_g,
+ f_g,
+ nsg,
+ DLh,
+ g_g,
+ h_g,
+ i_g,
+ j_g,
+ k_g,
+ l_g,
+ Drg,
+ n7h,
+ ELh,
+ n_g,
+ o_g,
+ xyh,
+ p_g,
+ q_g,
+ r_g,
+ mEg,
+ wPh,
+ x_g,
+ C5h,
+ s_g,
+ t_g,
+ u_g,
+ v_g,
+ w_g,
+ y_g,
+ z_g,
+ A_g,
+ mTh,
+ bYh,
+ cYh,
+ k2h,
+ cah,
+ DNh,
+ B_g,
+ C_g,
+ myh,
+ D_g,
+ hAg,
+ oRh,
+ jKg,
+ jBg,
+ wDg,
+ hrg,
+ rQg,
+ bEg,
+ BPg,
+ Esg,
+ mvg,
+ jtg,
+ Ftg,
+ wug,
+ gQg,
+ E_g,
+ F_g,
+ w1h,
+ aah,
+ bah,
+ dah,
+ eah,
+ fah,
+ yah,
+ gah,
+ kLg,
+ E5h,
+ tTh,
+ hah,
+ iah,
+ jah,
+ kah,
+ lah,
+ DIg,
+ mah,
+ oah,
+ pah,
+ qah,
+ rah,
+ sah,
+ tah,
+ uah,
+ vah,
+ D5h,
+ bZh,
+ wah,
+ hug,
+ yug,
+ xah,
+ zah,
+ Aah,
+ j3h,
+ Bah,
+ Cah,
+ psg,
+ qYg,
+ d4g,
+ Dah,
+ Eah,
+ tnh,
+ Fah,
+ otg,
+ abh,
+ bbh,
+ pGg,
+ aQh,
+ k3h,
+ l3h,
+ cbh,
+ ebh,
+ ntg,
+ fbh,
+ gbh,
+ yPh,
+ kug,
+ gug,
+ mtg,
+ hbh,
+ ibh,
+ osg,
+ jbh,
+ kbh,
+ lbh,
+ mbh,
+ nbh,
+ qbh,
+ rbh,
+ rRh,
+ sbh,
+ tbh,
+ ubh,
+ eGg,
+ vbh,
+ wbh,
+ xbh,
+ ybh,
+ Dmh,
+ zbh,
+ Bbh,
+ Cbh,
+ Dbh,
+ Ebh,
+ mIh,
+ CIh,
+ Fbh,
+ ach,
+ bch,
+ cch,
+ dch,
+ ech,
+ gch,
+ hch,
+ iSg,
+ fYg,
+ pXg,
+ AXg,
+ eXg,
+ ich,
+ jch,
+ n3h,
+ kch,
+ lch,
+ EUh,
+ nZh,
+ DUh,
+ mZh,
+ CLh,
+ vPh,
+ nRh,
+ BNh,
+ o7h,
+ uPh,
+ mRh,
+ ANh,
+ mch,
+ nch,
+ och,
+ pch,
+ rch,
+ sch,
+ tch,
+ uch,
+ vch,
+ wch,
+ xch,
+ ych,
+ zch,
+ wph,
+ Ach,
+ Cch,
+ Dch,
+ p7h,
+ Ech,
+ fch,
+ Fch,
+ adh,
+ bdh,
+ rOh,
+ cdh,
+ iug,
+ ddh,
+ edh,
+ rMh,
+ fdh,
+ hdh,
+ idh,
+ jdh,
+ kdh,
+ ldh,
+ mdh,
+ ndh,
+ odh,
+ pdh,
+ qdh,
+ sdh,
+ tdh,
+ udh,
+ vdh,
+ wdh,
+ xdh,
+ ydh,
+ zdh,
+ Adh,
+ Bdh,
+ Ddh,
+ p3h,
+ Edh,
+ Fdh,
+ aeh,
+ beh,
+ ceh,
+ deh,
+ eeh,
+ feh,
+ geh,
+ ieh,
+ jeh,
+ keh,
+ leh,
+ meh,
+ neh,
+ oeh,
+ peh,
+ qeh,
+ reh,
+ teh,
+ q7h,
+ qVh,
+ pVh,
+ q3h,
+ ueh,
+ veh,
+ weh,
+ xeh,
+ yeh,
+ zeh,
+ Aeh,
+ Beh,
+ Ceh,
+ Feh,
+ afh,
+ bfh,
+ cfh,
+ dfh,
+ efh,
+ jYh,
+ ffh,
+ gfh,
+ hfh,
+ ifh,
+ kfh,
+ lfh,
+ mfh,
+ nfh,
+ ofh,
+ m2h,
+ kYh,
+ F5h,
+ r0h,
+ q0h,
+ w4h,
+ twg,
+ swg,
+ hQh,
+ mXh,
+ Abh,
+ qch,
+ ptg,
+ rsg,
+ pfh,
+ qfh,
+ rfh,
+ sfh,
+ tfh,
+ vfh,
+ wfh,
+ xfh,
+ yfh,
+ n2h,
+ zfh,
+ Afh,
+ Bfh,
+ Cfh,
+ Dfh,
+ Efh,
+ agh,
+ bgh,
+ cgh,
+ dgh,
+ bqh,
+ o3h,
+ qsg,
+ qOh,
+ egh,
+ fgh,
+ ggh,
+ hgh,
+ igh,
+ jgh,
+ qMh,
+ iQh,
+ lgh,
+ mgh,
+ ngh,
+ ogh,
+ e5g,
+ pgh,
+ qgh,
+ qtg,
+ uEh,
+ rgh,
+ sgh,
+ tgh,
+ ugh,
+ wgh,
+ kFh,
+ xgh,
+ ygh,
+ zgh,
+ Agh,
+ Bgh,
+ Cgh,
+ Dgh,
+ Egh,
+ Fgh,
+ bhh,
+ chh,
+ dhh,
+ FEh,
+ ehh,
+ fhh,
+ ghh,
+ hhh,
+ o2h,
+ ihh,
+ jhh,
+ khh,
+ mhh,
+ nhh,
+ ohh,
+ phh,
+ qhh,
+ rhh,
+ shh,
+ thh,
+ uhh,
+ vhh,
+ xhh,
+ xMg,
+ nNg,
+ yhh,
+ zhh,
+ Ahh,
+ EDh,
+ wsg,
+ Bhh,
+ jvg,
+ zug,
+ Chh,
+ Dhh,
+ mOh,
+ s3h,
+ Ehh,
+ Fhh,
+ aih,
+ cih,
+ dih,
+ jVh,
+ CTh,
+ B4h,
+ y7h,
+ DRh,
+ CRh,
+ mVh,
+ eih,
+ lVh,
+ ATh,
+ ETh,
+ kVh,
+ zTh,
+ DTh,
+ vsg,
+ pbh,
+ tZh,
+ eQh,
+
+ rZh,
+ dQh,
+ A4h,
+ iYh,
+ cQh,
+ oVh,
+ wLg,
+ nOh,
+ BTh,
+ B7h,
+ jug,
+ o4g,
+ fQh,
+ pMh,
+ fih,
+ gih,
+ hih,
+ C4h,
+ iih,
+ lph,
+ w7h,
+ cZh,
+ stg,
+ E4h,
+ z7h,
+ E0h,
+ x4h,
+ rtg,
+ c6h,
+ jEh,
+ ssg,
+ jih,
+ a6h,
+ v7h,
+ kih,
+ p2h,
+ lih,
+ oih,
+ pih,
+ qih,
+ rih,
+ sih,
+ tih,
+ z4g,
+ oMh,
+ e6h,
+ uih,
+ vih,
+ wih,
+ xih,
+ gwg,
+ Bug,
+ zih,
+ Aih,
+ hwg,
+ q2h,
+ Bih,
+ r2h,
+ dbh,
+ Cih,
+ jIh,
+ A7h,
+ lvg,
+ Dih,
+ lXh,
+ d6h,
+ Eih,
+ usg,
+ b6h,
+ ttg,
+ kvg,
+ g6h,
+ F4h,
+ s2h,
+ Fih,
+ s7h,
+ h6h,
+ ajh,
+ u7h,
+ y4h,
+ xsg,
+ D4h,
+ t7h,
+ r3h,
+ i6h,
+ t3h,
+ bjh,
+ cjh,
+ oOh,
+ ejh,
+ x7h,
+ Aug,
+ Bqg,
+ fjh,
+ gjh,
+ hjh,
+ ijh,
+ jjh,
+ kjh,
+ ljh,
+ pXh,
+ mjh,
+ njh,
+ pjh,
+ Foh,
+ qjh,
+ rjh,
+ uwg,
+ sjh,
+ w3h,
+ tjh,
+ ujh,
+ vjh,
+ wjh,
+ xjh,
+ yjh,
+ Ajh,
+ Bjh,
+ Cjh,
+ Djh,
+ Ejh,
+ Fjh,
+ akh,
+ bkh,
+ u3h,
+ ckh,
+ dkh,
+ b5h,
+ fkh,
+ gkh,
+ hkh,
+ ikh,
+ jkh,
+ kkh,
+ lkh,
+ mkh,
+ nkh,
+ okh,
+ qkh,
+ rkh,
+ skh,
+ tkh,
+ ukh,
+ vkh,
+ wkh,
+ xkh,
+ ykh,
+ zkh,
+ Bkh,
+ Ckh,
+ Dkh,
+ Ekh,
+ Fkh,
+ alh,
+ blh,
+ clh,
+ dlh,
+ zFg,
+ iJg,
+ tJg,
+ tDh,
+ a5h,
+ elh,
+ lOh,
+ vtg,
+ nMh,
+ v3h,
+ glh,
+ Cug,
+ kOh,
+ j6h,
+ hlh,
+ ilh,
+ jlh,
+ klh,
+ llh,
+ mlh,
+ nlh,
+ olh,
+ nvg,
+ mug,
+ iDh,
+ plh,
+ rlh,
+ slh,
+ tlh,
+ ulh,
+ vlh,
+ wlh,
+ xlh,
+ ylh,
+ zlh,
+ Alh,
+ Dlh,
+ Elh,
+ Flh,
+ amh,
+ bmh,
+ cmh,
+ dmh,
+ emh,
+ fmh,
+ gmh,
+ imh,
+ jmh,
+ kmh,
+ lmh,
+ mmh,
+ nmh,
+ omh,
+ pmh,
+ qmh,
+ rmh,
+ tmh,
+ umh,
+ vmh,
+ wmh,
+ xmh,
+ ymh,
+ zmh,
+ cKh,
+ lKh,
+ lIh,
+ iKh,
+ Amh,
+ rQh,
+ Bmh,
+ BRh,
+ Cmh,
+ ARh,
+ Emh,
+ Fmh,
+ anh,
+ bnh,
+ cnh,
+ dnh,
+ enh,
+ fnh,
+ gnh,
+ hnh,
+ jnh,
+ knh,
+ lnh,
+ mnh,
+ nnh,
+ onh,
+ FKg,
+ qRh,
+ pnh,
+ qnh,
+ rnh,
+ jxg,
+ snh,
+ unh,
+ vnh,
+ wnh,
+ xnh,
+ ynh,
+ znh,
+ Anh,
+ gCh,
+ Bnh,
+ Cnh,
+ Dnh,
+ Fnh,
+ aoh,
+ boh,
+ coh,
+ doh,
+ t2h,
+ eoh,
+ foh,
+ goh,
+ hoh,
+ ioh,
+ koh,
+ loh,
+ moh,
+ noh,
+ ooh,
+ kIh,
+ iMh,
+ pRh,
+ hVh,
+ dXh,
+ m0h,
+ oZh,
+ iVh,
+ uTh,
+ p0h,
+ gXh,
+ kXh,
+ hYh,
+ dYh,
+ dMh,
+ BBh,
+ aOh,
+ eVh,
+ FNh,
+ aMh,
+ iXh,
+ aZh,
+ CCh,
+ uoh,
+ FYh,
+ qZh,
+ n0h,
+ sRh,
+ FUh,
+ zzh,
+ uRh,
+ zPh,
+ sTh,
+ nTh,
+ xRh,
+ xTh,
+ qBh,
+ inh,
+ gMh,
+ fXh,
+ eYh,
+ cOh,
+ fMh,
+ EPh,
+ yRh,
+ dVh,
+ wTh,
+ AAh,
+ hMh,
+ CPh,
+ DPh,
+ vRh,
+ eMh,
+ nzh,
+ hXh,
+ xPh,
+ qTh,
+ gVh,
+ bVh,
+ oTh,
+ zRh,
+ rTh,
+ FPh,
+ fVh,
+ czh,
+ APh,
+ yTh,
+ FLh,
+ pZh,
+ x0h,
+ iOh,
+ kMh,
+ ENh,
+ wRh,
+ bQh,
+ aVh,
+ fYh,
+ dOh,
+ jOh,
+ jXh,
+ jMh,
+ fBh,
+ hOh,
+ bOh,
+ pAh,
+ poh,
+ lMh,
+ qoh,
+ nah,
+ fOh,
+ roh,
+ soh,
+ oxg,
+ cMh,
+ dxg,
+ u2h,
+ toh,
+ voh,
+ woh,
+ Enh,
+ xoh,
+ yoh,
+ zoh,
+ Aoh,
+ Boh,
+ Coh,
+ bLh,
+ rCh,
+ pTh,
+ eAh,
+ Doh,
+ Eoh,
+ aph,
+ bph,
+ cph,
+ dph,
+ eph,
+ fph,
+ joh,
+ nug,
+ gph,
+ hph,
+ iph,
+ jph,
+ mph,
+ nph,
+ Cvg,
+ Dqg,
+ oph,
+ gOh,
+ o0h,
+ y0h,
+ ywg,
+ CNh,
+ pph,
+ qph,
+ rph,
+ sph,
+ l6h,
+ tph,
+ uph,
+ vph,
+ ovg,
+ heh,
+ gSh,
+ fSh,
+ BMh,
+ e1h,
+ vZh,
+ zVh,
+ d1h,
+ uZh,
+ xVh,
+ xph,
+ yph,
+ zph,
+ Aph,
+ Bph,
+ Cph,
+ Dph,
+ Eph,
+ Fph,
+ aqh,
+ cqh,
+ v2h,
+ dqh,
+ k6h,
+ oug,
+ seh,
+ eqh,
+ fqh,
+ EJg,
+ gqh,
+ hqh,
+ iqh,
+ uQh,
+ c5h,
+ jqh,
+ kqh,
+ lqh,
+ nqh,
+ oqh,
+ pqh,
+ qqh,
+ rqh,
+ sqh,
+ tqh,
+ uqh,
+ vqh,
+ oYh,
+ wqh,
+ dIh,
+ pQh,
+ tQh,
+ nQh,
+ oQh,
+ qQh,
+ mQh,
+ ysg,
+ wtg,
+ yqh,
+ yHh,
+ zqh,
+ Aqh,
+ m6h,
+ Bqh,
+ Cqh,
+ Dqh,
+ Eqh,
+ y3h,
+ Fqh,
+ arh,
+ brh,
+ drh,
+ erh,
+ frh,
+ grh,
+ hrh,
+ irh,
+ xtg,
+ vXh,
+ c1h,
+ uXh,
+ b1h,
+ jrh,
+ Eqg,
+ krh,
+ qYh,
+ pYh,
+ lrh,
+ mrh,
+ orh,
+ prh,
+ zsg,
+ qrh,
+ CMh,
+ rrh,
+ srh,
+ ytg,
+ oIh,
+ trh,
+ urh,
+ vrh,
+ ztg,
+ wrh,
+ xrh,
+ zrh,
+ Arh,
+ x1h,
+ Brh,
+ Crh,
+ Drh,
+ Erh,
+ Frh,
+ ash,
+ bsh,
+ csh,
+ esh,
+ fsh,
+ gsh,
+ Atg,
+ uSg,
+ hsh,
+ ish,
+ jsh,
+ ksh,
+ lsh,
+ msh,
+ nsh,
+ wwg,
+ vwg,
+ psh,
+ iSh,
+ gKh,
+ qsh,
+ rsh,
+ ssh,
+ tsh,
+ ush,
+ vsh,
+ wsh,
+ xsh,
+ ysh,
+ Bsh,
+ Csh,
+ Dsh,
+ Esh,
+ Fsh,
+ ath,
+ bth,
+ cth,
+ dth,
+ eth,
+ gth,
+ hth,
+ pug,
+ ith,
+ jth,
+ kth,
+ lth,
+ mth,
+ nth,
+ oth,
+ pth,
+ rth,
+ sth,
+ tth,
+ uth,
+ vth,
+ wth,
+ xth,
+ yth,
+ zth,
+ Ath,
+ uOh,
+ f5h,
+ Cth,
+ Dth,
+ Eth,
+ n6h,
+ Fth,
+ h5h,
+ auh,
+ jfh,
+ Ffh,
+ Eeh,
+ ufh,
+ buh,
+ cuh,
+ p5g,
+ g5h,
+ z3h,
+ yZh,
+ yNg,
+ CKh,
+ hSh,
+ mSh,
+ FVh,
+ gZh,
+ gUh,
+ yQh,
+ fUh,
+ xQh,
+ fNh,
+ BOh,
+ C0h,
+ xZh,
+ B0h,
+ wZh,
+ EMh,
+ rKh,
+ A5g,
+ duh,
+ euh,
+ fuh,
+ huh,
+ iuh,
+ juh,
+ kuh,
+ luh,
+ muh,
+ nuh,
+ ouh,
+ puh,
+ quh,
+ suh,
+ tuh,
+ uuh,
+ vuh,
+ wuh,
+ xuh,
+ yuh,
+ zuh,
+ Auh,
+ Buh,
+ Duh,
+ Euh,
+ Fuh,
+ avh,
+ bvh,
+ bih,
+ i5h,
+ cvh,
+ dvh,
+ evh,
+ fLh,
+ fvh,
+ yOh,
+ wOh,
+ ahh,
+ nSh,
+ FMh,
+ x2h,
+ gvh,
+ ivh,
+ jvh,
+ gLh,
+ kvh,
+ lvh,
+ mvh,
+ nvh,
+ eLh,
+ ovh,
+ pvh,
+ qvh,
+ tZg,
+ rvh,
+ tvh,
+ uvh,
+ vvh,
+ wvh,
+ xvh,
+ AGg,
+ d5h,
+ fth,
+ yvh,
+ EZg,
+ zvh,
+ j0g,
+ oOg,
+ fPg,
+ Avh,
+ l5h,
+ aNh,
+ Bvh,
+ Cvh,
+ Evh,
+ iwg,
+ osh,
+ Fvh,
+ awh,
+ bwh,
+ cwh,
+ dwh,
+ pJh,
+ ewh,
+ fwh,
+ gwh,
+ hwh,
+ dsh,
+ zIh,
+ lwh,
+ hIg,
+ eUh,
+ wXh,
+ g1h,
+ lUh,
+ wQh,
+ mwh,
+ nwh,
+ n5h,
+ owh,
+ pwh,
+ qwh,
+ rwh,
+ xOh,
+ swh,
+ twh,
+ uwh,
+ B3h,
+ j5h,
+ wwh,
+ xwh,
+ Bsg,
+ vgh,
+ xvg,
+ vOh,
+ zQh,
+ Btg,
+ qug,
+ ywh,
+ F3h,
+ AQh,
+ lSh,
+ zwh,
+ b4h,
+ Asg,
+ Awh,
+ Bwh,
+ Cwh,
+ Dwh,
+ Ewh,
+ yrh,
+ eZh,
+ Fwh,
+ bxh,
+ cxh,
+ dxh,
+ exh,
+ vSh,
+ fxh,
+ gxh,
+ hxh,
+ ixh,
+ jxh,
+ kxh,
+ mxh,
+ nxh,
+ oxh,
+ pxh,
+ qxh,
+ rxh,
+ sxh,
+ txh,
+ uxh,
+ vxh,
+ E3h,
+ k5h,
+ kgh,
+ xxh,
+ nrh,
+ o6h,
+ yxh,
+ zxh,
+ Axh,
+ Bxh,
+ Cxh,
+ Dxh,
+ Exh,
+ Fxh,
+ ayh,
+ cyh,
+ dyh,
+ Dug,
+ eyh,
+ Fqg,
+ CQh,
+ erg,
+ DMh,
+ fyh,
+ gyh,
+ lhh,
+ hyh,
+ xXh,
+ CZh,
+ AZh,
+ BZh,
+ zZh,
+ Ash,
+ BVh,
+ AVh,
+ iyh,
+ jyh,
+ kyh,
+ lyh,
+ nyh,
+ oyh,
+ pyh,
+ qyh,
+ ryh,
+ syh,
+ tyh,
+ uyh,
+ vyh,
+ wyh,
+ yyh,
+ f6g,
+ zyh,
+ Ayh,
+ Byh,
+ Cyh,
+ eNh,
+ Dyh,
+ Eyh,
+ guh,
+ kUh,
+ jUh,
+ iIh,
+ bWh,
+ aWh,
+ qth,
+ Bth,
+ whh,
+ iUh,
+ hUh,
+ m5h,
+ kSh,
+ cWh,
+ Fyh,
+ azh,
+ zOh,
+ arg,
+ l1h,
+ m1h,
+ eJh,
+ bzh,
+ AJh,
+ FZh,
+ u0h,
+ uYh,
+ fZh,
+ v0h,
+ wYh,
+ EVh,
+ brg,
+ BHg,
+ A3h,
+ dzh,
+ ezh,
+ fzh,
+ gzh,
+ hzh,
+ izh,
+ jzh,
+ kzh,
+ lzh,
+ mzh,
+ vYh,
+ frg,
+ ozh,
+ pzh,
+ qzh,
+ rzh,
+ szh,
+ tzh,
+ uzh,
+ vzh,
+ wzh,
+ xzh,
+ Azh,
+ Bzh,
+ Czh,
+ Dzh,
+ Ezh,
+ Fzh,
+ D3h,
+ aAh,
+ bNh,
+ bAh,
+ a4h,
+ cAh,
+ dAh,
+ fAh,
+ gAh,
+ hAh,
+ iAh,
+ jAh,
+ kAh,
+ lAh,
+ mAh,
+ nAh,
+ oAh,
+ EZh,
+ qAh,
+ rAh,
+ sAh,
+ tAh,
+ uAh,
+ vAh,
+ wAh,
+ xAh,
+ yAh,
+ zAh,
+ BAh,
+ CAh,
+ DAh,
+ EAh,
+ DVh,
+ CVh,
+ C3h,
+ FAh,
+ aBh,
+ bBh,
+ cBh,
+ crg,
+ dBh,
+ drg,
+ vQh,
+ tYh,
+ sYh,
+ eBh,
+ gBh,
+ tOh,
+ cwg,
+ dUh,
+ cUh,
+ d4h,
+ s5h,
+ lGh,
+ hBh,
+ uMh,
+ wMh,
+ tMh,
+ vMh,
+ iBh,
+ FBg,
+ grg,
+ jBh,
+ kBh,
+ lBh,
+ mBh,
+ fyg,
+ nBh,
+ oBh,
+ sOh,
+ Csg,
+ Cdh,
+ FTh,
+ dZh,
+ mYh,
+ aSh,
+ Dtg,
+ qHg,
+ FRh,
+ Ctg,
+ vCg,
+ pBh,
+ qyg,
+ kCg,
+ rBh,
+ sBh,
+ tBh,
+ uBh,
+ vBh,
+ wBh,
+ lYh,
+ xBh,
+ oXh,
+ yBh,
+ zBh,
+ ABh,
+ CBh,
+ DBh,
+ EBh,
+ o5h,
+ r6h,
+ FBh,
+ aCh,
+ bCh,
+ cCh,
+ dCh,
+ fHg,
+ u0g,
+ eCh,
+ fCh,
+ hCh,
+ iCh,
+ jCh,
+ kCh,
+ lCh,
+ mCh,
+ uBg,
+ nCh,
+ jQh,
+ rug,
+ r5h,
+ oCh,
+ pCh,
+ qCh,
+ sCh,
+ tCh,
+ uCh,
+ vCh,
+ wCh,
+ xCh,
+ yCh,
+ zCh,
+ ACh,
+ BCh,
+ DCh,
+ q5h,
+ ECh,
+ FCh,
+ aDh,
+ p6h,
+ bDh,
+ y2h,
+ cDh,
+ dDh,
+ eDh,
+ Bch,
+ y1h,
+ gZg,
+ BYg,
+ fDh,
+ gDh,
+ jDh,
+ kDh,
+ lDh,
+ kxg,
+ mDh,
+ nDh,
+ oDh,
+ pDh,
+ qDh,
+ rDh,
+ sDh,
+ uDh,
+ vDh,
+ wDh,
+ xDh,
+ yDh,
+ zDh,
+ ADh,
+ BDh,
+ z2h,
+ CDh,
+ DDh,
+ FDh,
+ aEh,
+ bEh,
+ cEh,
+ dEh,
+ z0h,
+ a1h,
+ sMh,
+ sVh,
+ nXh,
+ s6h,
+ tVh,
+ rVh,
+ eEh,
+ fEh,
+ gEh,
+ hEh,
+ iEh,
+ kEh,
+ Dsg,
+ lEh,
+ mEh,
+ nEh,
+ oEh,
+ pEh,
+ qEh,
+ rEh,
+ sEh,
+ tEh,
+ vEh,
+ wEh,
+ e4h,
+ vFh,
+ xEh,
+ yEh,
+ zEh,
+ AEh,
+ BEh,
+ CEh,
+ DEh,
+ EEh,
+ wVh,
+ kQh,
+ tXh,
+ nYh,
+ aFh,
+ bFh,
+ cFh,
+ dFh,
+ cHh,
+ crh,
+ xGh,
+ lQh,
+ eFh,
+ f4h,
+ fFh,
+ Etg,
+ gFh,
+ hFh,
+ iFh,
+ jFh,
+ lFh,
+ mFh,
+ nFh,
+ oFh,
+ pFh,
+ qFh,
+ rFh,
+ sFh,
+ tFh,
+ irg,
+ jwg,
+ uFh,
+ wFh,
+ xFh,
+ yFh,
+ zFh,
+ AMh,
+ eSh,
+ rXh,
+ sXh,
+ AFh,
+ A0h,
+ s0h,
+ j1h,
+ i1h,
+ BFh,
+ u6h,
+ t5h,
+ zMh,
+ dSh,
+ yMh,
+ cSh,
+ bSh,
+ t6h,
+ xqh,
+ CFh,
+ DFh,
+ EFh,
+ FFh,
+ bGh,
+ nHh,
+ cGh,
+ g4h,
+ dGh,
+ eGh,
+ fGh,
+ gGh,
+ hGh,
+ iGh,
+ gdh,
+ mqh,
+ aGh,
+ jGh,
+ uVh,
+ kGh,
+ mGh,
+ rdh,
+ nGh,
+ vVh,
+ oGh,
+ FSg,
+ EOh,
+ v1g,
+ a2g,
+ b0h,
+ pGh,
+ a0h,
+ qGh,
+ rGh,
+ sGh,
+ tGh,
+ uGh,
+ vGh,
+ yGh,
+ zGh,
+ AGh,
+ hRg,
+ yXh,
+ AXh,
+ sSh,
+ rSh,
+ tSh,
+ oUh,
+ qSh,
+ BGh,
+ sRg,
+ COh,
+ DOh,
+ BQh,
+ CQg,
+ s1h,
+ nUh,
+ sIg,
+ CGh,
+ DGh,
+ EGh,
+ FGh,
+ h4h,
+ aHh,
+ bHh,
+ dHh,
+ nih,
+ eHh,
+ fHh,
+ gHh,
+ hHh,
+ iHh,
+ jHh,
+ kTg,
+ k1g,
+ F0g,
+ d0h,
+ kHh,
+ lHh,
+ mHh,
+ c0h,
+ oHh,
+ pHh,
+ qHh,
+ rHh,
+ sHh,
+ tHh,
+ uHh,
+ vHh,
+ lxg,
+ wHh,
+ xHh,
+ zHh,
+ vTg,
+ AHh,
+ BHh,
+ CHh,
+ DHh,
+ EHh,
+ FHh,
+ aIh,
+ bIh,
+ cIh,
+ pSh,
+ oSh,
+ eIh,
+ fIh,
+ gIh,
+ hIh,
+ b3g,
+ F9g,
+ tsg,
+ eyg,
+ nxg,
+ rxg = '\u201D.';
Added: trunk/mapbender/test/tools/env-js/src/parser/strings_0.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/strings_0.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/strings_0.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,1004 @@
+HTMLParser.strings_0 = function(){
+
+ cNh = '';
+ qPg = '\n';
+ n4h = '\n ';
+ Bxg = ' which is not a legal XML 1.0 character.';
+ cNg = '#mathplayer';
+ zOg = '#renesis';
+ rZg = '(';
+ vxg = ').';
+ iwh = '): ';
+ fPh = '+//silmaril//dtd html pro v0r11 19970101//';
+ cWg = ', ';
+ mih = ', Size: ';
+ dNh = '-//W3C//DTD HTML 4.0 Frameset//EN';
+ oNh = '-//W3C//DTD HTML 4.0 Transitional//EN';
+ zNh = '-//W3C//DTD HTML 4.0//EN';
+ eOh = '-//W3C//DTD HTML 4.01 Frameset//EN';
+ pOh = '-//W3C//DTD HTML 4.01 Transitional//EN';
+ AOh = '-//W3C//DTD HTML 4.01//EN';
+ utg = '-//W3C//DTD XHTML 1.0 Strict//EN';
+ lug = '-//W3C//DTD XHTML 1.1//EN';
+ qPh = '-//advasoft ltd//dtd html 3.0 aswedit + extensions//';
+ BPh = '-//as//dtd html 3.0 aswedit + extensions//';
+ gQh = '-//ietf//dtd html 2.0 level 1//';
+ sQh = '-//ietf//dtd html 2.0 level 2//';
+ DQh = '-//ietf//dtd html 2.0 strict level 1//';
+ iRh = '-//ietf//dtd html 2.0 strict level 2//';
+ tRh = '-//ietf//dtd html 2.0 strict//';
+ ERh = '-//ietf//dtd html 2.0//';
+ jSh = '-//ietf//dtd html 2.1e//';
+ uSh = '-//ietf//dtd html 3.0//';
+ FSh = '-//ietf//dtd html 3.2 final//';
+ kTh = '-//ietf//dtd html 3.2//';
+ vTh = '-//ietf//dtd html 3//';
+ bUh = '-//ietf//dtd html level 0//';
+ mUh = '-//ietf//dtd html level 1//';
+ xUh = '-//ietf//dtd html level 2//';
+ cVh = '-//ietf//dtd html level 3//';
+ nVh = '-//ietf//dtd html strict level 0//';
+ yVh = '-//ietf//dtd html strict level 1//';
+ dWh = '-//ietf//dtd html strict level 2//';
+ oWh = '-//ietf//dtd html strict level 3//';
+ zWh = '-//ietf//dtd html strict//';
+ eXh = '-//ietf//dtd html//';
+ qXh = '-//metrius//dtd metrius presentational//';
+ BXh = '-//microsoft//dtd internet explorer 2.0 html strict//';
+ gYh = '-//microsoft//dtd internet explorer 2.0 html//';
+ rYh = '-//microsoft//dtd internet explorer 2.0 tables//';
+ CYh = '-//microsoft//dtd internet explorer 3.0 html strict//';
+ hZh = '-//microsoft//dtd internet explorer 3.0 html//';
+ sZh = '-//microsoft//dtd internet explorer 3.0 tables//';
+ DZh = '-//netscape comm. corp.//dtd html//';
+ i0h = '-//netscape comm. corp.//dtd strict html//';
+ t0h = "-//o'reilly and associates//dtd html 2.0//";
+ F0h = "-//o'reilly and associates//dtd html extended 1.0//";
+ k1h = "-//o'reilly and associates//dtd html extended relaxed 1.0//";
+ v1h = '-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//';
+ a2h = '-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//';
+ l2h = '-//spyglass//dtd html 2.0 extended//';
+ w2h = '-//sq//dtd html 2.0 hotmetal + extensions//';
+ b3h = '-//sun microsystems corp.//dtd hotjava html//';
+ m3h = '-//sun microsystems corp.//dtd hotjava strict html//';
+ x3h = '-//w3c//dtd html 3 1995-03-24//';
+ c4h = '-//w3c//dtd html 3.2 draft//';
+ o4h = '-//w3c//dtd html 3.2 final//';
+ z4h = '-//w3c//dtd html 3.2//';
+ e5h = '-//w3c//dtd html 3.2s draft//';
+ p5h = '-//w3c//dtd html 4.0 frameset//';
+ A5h = '-//w3c//dtd html 4.0 transitional//';
+ Czg = '-//w3c//dtd html 4.01 frameset//en';
+ rzg = '-//w3c//dtd html 4.01 transitional//en';
+ f6h = '-//w3c//dtd html experimental 19960712//';
+ q6h = '-//w3c//dtd html experimental 970421//';
+ B6h = '-//w3c//dtd w3 html//';
+ gzg = '-//w3c//dtd xhtml 1.0 frameset//en';
+ Byg = '-//w3c//dtd xhtml 1.0 transitional//en';
+ g7h = '-//w3o//dtd w3 html 3.0//';
+ sAg = '-//w3o//dtd w3 html strict 3.0//en//';
+ r7h = '-//webtechs//dtd mozilla html 2.0//';
+ Cqg = '-//webtechs//dtd mozilla html//';
+ DAg = '-/w3c/dtd html 4.0 transitional/en';
+ Dxg = '.';
+ gyg = '0123456789ABCDEF';
+ iBg = ':';
+ Aqg = ': ';
+ q6g = '=';
+ zqg = '@';
+ txg = 'A character reference expanded to a form feed which is not legal XML 1.0 white space.';
+ iyg = 'AElig';
+ jyg = 'AElig;';
+ wLh = 'ALLOW';
+ fKh = 'ALMOST_STANDARDS_MODE';
+ mMh = 'ALTER_INFOSET';
+ kyg = 'AMP';
+ lyg = 'AMP;';
+ yzh = 'AUTO';
+ myg = 'Aacute';
+ nyg = 'Aacute;';
+ oyg = 'Abreve;';
+ DIh = 'AbstractCollection';
+ rJh = 'AbstractHashMap';
+ tJh = 'AbstractHashMap$EntrySet';
+ uJh = 'AbstractHashMap$EntrySetIterator';
+ wJh = 'AbstractHashMap$MapEntryNull';
+ xJh = 'AbstractHashMap$MapEntryString';
+ EIh = 'AbstractList';
+ yJh = 'AbstractList$IteratorImpl';
+ zJh = 'AbstractList$ListIteratorImpl';
+ qJh = 'AbstractMap';
+ vJh = 'AbstractMapEntry';
+ BJh = 'AbstractSequentialList';
+ sJh = 'AbstractSet';
+ pyg = 'Acirc';
+ ryg = 'Acirc;';
+ syg = 'Acy;';
+ ePg = 'Add not supported on this collection';
+ obh = 'Add not supported on this list';
+ tyg = 'Afr;';
+ uyg = 'Agrave';
+ vyg = 'Agrave;';
+ wyg = 'Alpha;';
+ xyg = 'Amacr;';
+ yyg = 'And;';
+ zyg = 'Aogon;';
+ Ayg = 'Aopf;';
+ Cyg = 'ApplyFunction;';
+ Dyg = 'Aring';
+ Eyg = 'Aring;';
+ vLg = 'Array types must match';
+ FIh = 'ArrayList';
+ cJh = 'ArrayStoreException';
+ Fyg = 'Ascr;';
+ azg = 'Assign;';
+ bzg = 'Atilde';
+ czg = 'Atilde;';
+ mxg = 'Attribute \u201C';
+ vKh = 'AttributeName';
+ uKh = 'AttributeName;';
+ dzg = 'Auml';
+ ezg = 'Auml;';
+ fzg = 'Backslash;';
+ hzg = 'Barv;';
+ izg = 'Barwed;';
+ jzg = 'Bcy;';
+ kzg = 'Because;';
+ lzg = 'Bernoullis;';
+ mzg = 'Beta;';
+ nzg = 'Bfr;';
+ ozg = 'Bopf;';
+ pzg = 'Breve;';
+ mKh = 'BrowserTreeBuilder';
+ nKh = 'BrowserTreeBuilder$ScriptHolder';
+ qzg = 'Bscr;';
+ szg = 'Bumpeq;';
+ ixg = 'CDATA[';
+ tzg = 'CHcy;';
+ uzg = 'COPY';
+ vzg = 'COPY;';
+ wzg = 'Cacute;';
+ Blh = "Can't get element ", xxg = "Can't use FATAL here.", xzg = 'Cap;';
+ yzg = 'CapitalDifferentialD;';
+ zzg = 'Cayleys;';
+ Azg = 'Ccaron;';
+ Bzg = 'Ccedil';
+ Dzg = 'Ccedil;';
+ Ezg = 'Ccirc;';
+ Fzg = 'Cconint;';
+ aAg = 'Cdot;';
+ bAg = 'Cedilla;';
+ cAg = 'CenterDot;';
+ dAg = 'Cfr;';
+ uxg = 'Character reference expands to a control character (';
+ eAg = 'Chi;';
+ fAg = 'CircleDot;';
+ gAg = 'CircleMinus;';
+ iAg = 'CirclePlus;';
+ jAg = 'CircleTimes;';
+ fJh = 'Class';
+ gJh = 'ClassCastException';
+ kAg = 'ClockwiseContourIntegral;';
+ lAg = 'CloseCurlyDoubleQuote;';
+ mAg = 'CloseCurlyQuote;';
+ kKh = 'CoalescingTreeBuilder';
+ nAg = 'Colon;';
+ oAg = 'Colone;';
+ CJh = 'Comparators$1';
+ pAg = 'Congruent;';
+ qAg = 'Conint;';
+ rAg = 'ContourIntegral;';
+ tAg = 'Copf;';
+ uAg = 'Coproduct;';
+ vAg = 'CounterClockwiseContourIntegral;';
+ wAg = 'Cross;';
+ xAg = 'Cscr;';
+ yAg = 'Cup;';
+ zAg = 'CupCap;';
+ AAg = 'DD;';
+ BAg = 'DDotrahd;';
+ CAg = 'DJcy;';
+ EAg = 'DScy;';
+ FAg = 'DZcy;';
+ aBg = 'Dagger;';
+ bBg = 'Darr;';
+ cBg = 'Dashv;';
+ dBg = 'Dcaron;';
+ eBg = 'Dcy;';
+ fBg = 'Del;';
+ gBg = 'Delta;';
+ hBg = 'Dfr;';
+ kBg = 'DiacriticalAcute;';
+ lBg = 'DiacriticalDot;';
+ mBg = 'DiacriticalDoubleAcute;';
+ nBg = 'DiacriticalGrave;';
+ oBg = 'DiacriticalTilde;';
+ pBg = 'Diamond;';
+ qBg = 'DifferentialD;';
+ dKh = 'DoctypeExpectation';
+ eKh = 'DocumentMode';
+ rBg = 'Dopf;';
+ sBg = 'Dot;';
+ tBg = 'DotDot;';
+ vBg = 'DotEqual;';
+ wBg = 'DoubleContourIntegral;';
+ xBg = 'DoubleDot;';
+ yBg = 'DoubleDownArrow;';
+ zBg = 'DoubleLeftArrow;';
+ ABg = 'DoubleLeftRightArrow;';
+ BBg = 'DoubleLeftTee;';
+ CBg = 'DoubleLongLeftArrow;';
+ DBg = 'DoubleLongLeftRightArrow;';
+ EBg = 'DoubleLongRightArrow;';
+ aCg = 'DoubleRightArrow;';
+ bCg = 'DoubleRightTee;';
+ cCg = 'DoubleUpArrow;';
+ dCg = 'DoubleUpDownArrow;';
+ eCg = 'DoubleVerticalBar;';
+ fCg = 'DownArrow;';
+ gCg = 'DownArrowBar;';
+ hCg = 'DownArrowUpArrow;';
+ iCg = 'DownBreve;';
+ jCg = 'DownLeftRightVector;';
+ lCg = 'DownLeftTeeVector;';
+ mCg = 'DownLeftVector;';
+ nCg = 'DownLeftVectorBar;';
+ oCg = 'DownRightTeeVector;';
+ pCg = 'DownRightVector;', qCg = 'DownRightVectorBar;';
+ rCg = 'DownTee;';
+ sCg = 'DownTeeArrow;';
+ tCg = 'Downarrow;';
+ uCg = 'Dscr;';
+ wCg = 'Dstrok;';
+ qxg = 'Duplicate attribute \u201C';
+ xCg = 'ENG;';
+ yCg = 'ETH';
+ zCg = 'ETH;';
+ ACg = 'Eacute';
+ BCg = 'Eacute;';
+ CCg = 'Ecaron;';
+ DCg = 'Ecirc';
+ ECg = 'Ecirc;';
+ FCg = 'Ecy;';
+ bDg = 'Edot;';
+ cDg = 'Efr;';
+ dDg = 'Egrave';
+ eDg = 'Egrave;';
+ isg = 'Element name \u201C';
+ fDg = 'Element;';
+ xKh = 'ElementName';
+ wKh = 'ElementName;';
+ gDg = 'Emacr;';
+ hDg = 'EmptySmallSquare;';
+ iDg = 'EmptyVerySmallSquare;';
+ AIh = 'Enum';
+ jDg = 'Eogon;';
+ kDg = 'Eopf;';
+ mDg = 'Epsilon;';
+ nDg = 'Equal;';
+ oDg = 'EqualTilde;';
+ pDg = 'Equilibrium;';
+ zKh = 'ErrorReportingTokenizer';
+ qDg = 'Escr;';
+ rDg = 'Esim;';
+ sDg = 'Eta;';
+ tDg = 'Euml';
+ uDg = 'Euml;';
+ sIh = 'Exception';
+ vDg = 'Exists;';
+ xDg = 'ExponentialE;';
+ bMh = 'FATAL';
+ yDg = 'Fcy;';
+ zDg = 'Ffr;';
+ ADg = 'FilledSmallSquare;';
+ BDg = 'FilledVerySmallSquare;';
+ CDg = 'Fopf;';
+ DDg = 'ForAll;';
+ Cxg = 'Forbidden code point ';
+ EDg = 'Fouriertrf;';
+ FDg = 'Fscr;';
+ aEg = 'GJcy;';
+ cEg = 'GT';
+ dEg = 'GT;';
+ eEg = 'Gamma;';
+ fEg = 'Gammad;';
+ gEg = 'Gbreve;';
+ hEg = 'Gcedil;';
+ iEg = 'Gcirc;';
+ jEg = 'Gcy;';
+ kEg = 'Gdot;';
+ lEg = 'Gfr;';
+ nEg = 'Gg;';
+ oEg = 'Gopf;';
+ pEg = 'GreaterEqual;';
+ qEg = 'GreaterEqualLess;';
+ rEg = 'GreaterFullEqual;';
+ sEg = 'GreaterGreater;';
+ tEg = 'GreaterLess;';
+ uEg = 'GreaterSlantEqual;';
+ vEg = 'GreaterTilde;';
+ wEg = 'Gscr;';
+ zEg = 'Gt;';
+ AEg = 'HARDcy;';
+ kph = 'HTML';
+ jwh = 'HTML401_STRICT';
+ zsh = 'HTML401_TRANSITIONAL';
+ BEg = 'Hacek;';
+ DJh = 'HashMap';
+ CEg = 'Hat;';
+ DEg = 'Hcirc;';
+ EEg = 'Hfr;';
+ FEg = 'HilbertSpace;';
+ aFg = 'Hopf;';
+ bFg = 'HorizontalLine;';
+ cFg = 'Hscr;';
+ eFg = 'Hstrok;';
+ AKh = 'HtmlAttributes';
+ oKh = 'HtmlParser';
+ pKh = 'HtmlParser$1';
+ fFg = 'HumpDownHump;';
+ gFg = 'HumpEqual;';
+ hFg = 'IEcy;';
+ iFg = 'IJlig;';
+ jFg = 'IOcy;';
+ kFg = 'Iacute';
+ lFg = 'Iacute;';
+ mFg = 'Icirc';
+ nFg = 'Icirc;';
+ pFg = 'Icy;';
+ qFg = 'Idot;';
+ rFg = 'Ifr;';
+ sFg = 'Igrave';
+ tFg = 'Igrave;';
+ hJh = 'IllegalArgumentException';
+ uFg = 'Im;';
+ vFg = 'Imacr;';
+ wFg = 'ImaginaryI;';
+ xFg = 'Implies;';
+ Deh = 'Index: ';
+ bJh = 'IndexOutOfBoundsException';
+ yFg = 'Int;';
+ AFg = 'Integral;';
+ BFg = 'Intersection;';
+ CFg = 'InvisibleComma;';
+ DFg = 'InvisibleTimes;';
+ EFg = 'Iogon;';
+ FFg = 'Iopf;';
+ aGg = 'Iota;';
+ bGg = 'Iscr;';
+ cGg = 'Itilde;';
+ dGg = 'Iukcy;';
+ fGg = 'Iuml';
+ gGg = 'Iuml;';
+ vIh = 'JavaScriptException';
+ wIh = 'JavaScriptObject$';
+ hGg = 'Jcirc;';
+ iGg = 'Jcy;';
+ jGg = 'Jfr;';
+ kGg = 'Jopf;';
+ lGg = 'Jscr;';
+ mGg = 'Jsercy;';
+ nGg = 'Jukcy;';
+ oGg = 'KHcy;';
+ qGg = 'KJcy;';
+ rGg = 'Kappa;';
+ sGg = 'Kcedil;';
+ tGg = 'Kcy;';
+ uGg = 'Kfr;';
+ vGg = 'Kopf;';
+ wGg = 'Kscr;';
+ xGg = 'LJcy;';
+ yGg = 'LT';
+ zGg = 'LT;';
+ BGg = 'Lacute;';
+ CGg = 'Lambda;';
+ DGg = 'Lang;';
+ EGg = 'Laplacetrf;';
+ FGg = 'Larr;';
+ aHg = 'Lcaron;';
+ bHg = 'Lcedil;';
+ cHg = 'Lcy;';
+ dHg = 'LeftAngleBracket;';
+ eHg = 'LeftArrow;';
+ gHg = 'LeftArrowBar;';
+ hHg = 'LeftArrowRightArrow;';
+ iHg = 'LeftCeiling;';
+ jHg = 'LeftDoubleBracket;';
+ kHg = 'LeftDownTeeVector;';
+ lHg = 'LeftDownVector;';
+ mHg = 'LeftDownVectorBar;';
+ nHg = 'LeftFloor;';
+ oHg = 'LeftRightArrow;';
+ pHg = 'LeftRightVector;';
+ rHg = 'LeftTee;';
+ sHg = 'LeftTeeArrow;';
+ tHg = 'LeftTeeVector;';
+ uHg = 'LeftTriangle;';
+ vHg = 'LeftTriangleBar;';
+ wHg = 'LeftTriangleEqual;';
+ xHg = 'LeftUpDownVector;';
+ yHg = 'LeftUpTeeVector;';
+ zHg = 'LeftUpVector;';
+ AHg = 'LeftUpVectorBar;';
+ CHg = 'LeftVector;';
+ DHg = 'LeftVectorBar;';
+ EHg = 'Leftarrow;';
+ FHg = 'Leftrightarrow;';
+ aIg = 'LessEqualGreater;';
+ bIg = 'LessFullEqual;';
+ cIg = 'LessGreater;';
+ dIg = 'LessLess;';
+ eIg = 'LessSlantEqual;';
+ fIg = 'LessTilde;';
+ iIg = 'Lfr;';
+ EJh = 'LinkedList';
+ FJh = 'LinkedList$ListIteratorImpl';
+ aKh = 'LinkedList$Node';
+ jIg = 'Ll;';
+ kIg = 'Lleftarrow;';
+ lIg = 'Lmidot;';
+ BKh = 'LocatorImpl';
+ mIg = 'LongLeftArrow;';
+ nIg = 'LongLeftRightArrow;';
+ oIg = 'LongRightArrow;';
+ pIg = 'Longleftarrow;';
+ qIg = 'Longleftrightarrow;';
+ rIg = 'Longrightarrow;';
+ tIg = 'Lopf;';
+ uIg = 'LowerLeftArrow;';
+ vIg = 'LowerRightArrow;';
+ wIg = 'Lscr;';
+ xIg = 'Lsh;';
+ yIg = 'Lstrok;';
+ zIg = 'Lt;';
+ AIg = 'Map;';
+ BIg = 'Mcy;';
+ CIg = 'MediumSpace;';
+ EIg = 'Mellintrf;';
+ FIg = 'Mfr;';
+ aJg = 'MinusPlus;';
+ bJg = 'Mopf;';
+ cJg = 'Mscr;';
+ dJg = 'Mu;';
+ gIg = 'Must be array types';
+ eJg = 'NJcy;';
+ hDh = 'NO_DOCTYPE_ERRORS';
+ fJg = 'Nacute;';
+ gJg = 'Ncaron;';
+ hJg = 'Ncedil;';
+ jJg = 'Ncy;';
+ kJg = 'NegativeMediumSpace;';
+ lJg = 'NegativeThickSpace;';
+ mJg = 'NegativeThinSpace;';
+ nJg = 'NegativeVeryThinSpace;';
+ oJg = 'NestedGreaterGreater;';
+ pJg = 'NestedLessLess;';
+ qJg = 'NewLine;';
+ rJg = 'Nfr;';
+ sxg = 'No digits after \u201C';
+ sJg = 'NoBreak;';
+ bKh = 'NoSuchElementException';
+ uJg = 'NonBreakingSpace;';
+ vJg = 'Nopf;';
+ wJg = 'Not;';
+ xJg = 'NotCongruent;';
+ yJg = 'NotCupCap;';
+ zJg = 'NotDoubleVerticalBar;';
+ AJg = 'NotElement;';
+ BJg = 'NotEqual;';
+ CJg = 'NotExists;';
+ DJg = 'NotGreater;';
+ FJg = 'NotGreaterEqual;';
+ aKg = 'NotGreaterLess;';
+ bKg = 'NotGreaterTilde;';
+ cKg = 'NotLeftTriangle;';
+ dKg = 'NotLeftTriangleEqual;';
+ eKg = 'NotLess;';
+ fKg = 'NotLessEqual;';
+ gKg = 'NotLessGreater;';
+ hKg = 'NotLessTilde;';
+ iKg = 'NotPrecedes;';
+ kKg = 'NotPrecedesSlantEqual;';
+ lKg = 'NotReverseElement;';
+ mKg = 'NotRightTriangle;';
+ nKg = 'NotRightTriangleEqual;';
+ oKg = 'NotSquareSubsetEqual;';
+ pKg = 'NotSquareSupersetEqual;';
+ qKg = 'NotSubsetEqual;';
+ rKg = 'NotSucceeds;';
+ sKg = 'NotSucceedsSlantEqual;';
+ tKg = 'NotSupersetEqual;';
+ vKg = 'NotTilde;';
+ wKg = 'NotTildeEqual;';
+ xKg = 'NotTildeFullEqual;';
+ yKg = 'NotTildeTilde;';
+ zKg = 'NotVerticalBar;';
+ AKg = 'Nscr;';
+ BKg = 'Ntilde';
+ CKg = 'Ntilde;';
+ DKg = 'Nu;';
+ jJh = 'NullPointerException';
+ EKg = 'OElig;';
+ aLg = 'Oacute';
+ bLg = 'Oacute;';
+ nIh = 'Object';
+ oJh = 'Object;';
+ cLg = 'Ocirc';
+ dLg = 'Ocirc;';
+ eLg = 'Ocy;';
+ fLg = 'Odblac;';
+ gLg = 'Ofr;';
+ hLg = 'Ograve';
+ iLg = 'Ograve;';
+ jLg = 'Omacr;';
+ lLg = 'Omega;';
+ mLg = 'Omicron;';
+ nLg = 'Oopf;';
+ oLg = 'OpenCurlyDoubleQuote;';
+ pLg = 'OpenCurlyQuote;';
+ qLg = 'Or;';
+ rLg = 'Oscr;';
+ sLg = 'Oslash';
+ tLg = 'Oslash;';
+ uLg = 'Otilde';
+ xLg = 'Otilde;';
+ yLg = 'Otimes;';
+ zLg = 'Ouml';
+ ALg = 'Ouml;';
+ BLg = 'OverBar;';
+ CLg = 'OverBrace;';
+ DLg = 'OverBracket;';
+ ELg = 'OverParenthesis;';
+ qKh = 'ParseEndListener';
+ FLg = 'PartialD;';
+ aMg = 'Pcy;';
+ cMg = 'Pfr;';
+ dMg = 'Phi;';
+ eMg = 'Pi;';
+ fMg = 'PlusMinus;';
+ gMg = 'Poincareplane;';
+ hMg = 'Popf;';
+ iMg = 'Pr;';
+ jMg = 'Precedes;';
+ kMg = 'PrecedesEqual;';
+ lMg = 'PrecedesSlantEqual;';
+ nMg = 'PrecedesTilde;';
+ oMg = 'Prime;';
+ pMg = 'Product;';
+ qMg = 'Proportion;';
+ rMg = 'Proportional;';
+ sMg = 'Pscr;';
+ tMg = 'Psi;';
+ lLh = 'QUIRKS_MODE';
+ uMg = 'QUOT';
+ vMg = 'QUOT;';
+ wMg = 'Qfr;';
+ yMg = 'Qopf;';
+ zMg = 'Qscr;';
+ AMg = 'RBarr;';
+ BMg = 'REG';
+ CMg = 'REG;';
+ DMg = 'Racute;';
+ EMg = 'Rang;';
+ FMg = 'Rarr;';
+ aNg = 'Rarrtl;';
+ bNg = 'Rcaron;';
+ dNg = 'Rcedil;';
+ eNg = 'Rcy;';
+ fNg = 'Re;';
+ gNg = 'ReverseElement;';
+ hNg = 'ReverseEquilibrium;';
+ iNg = 'ReverseUpEquilibrium;';
+ jNg = 'Rfr;';
+ kNg = 'Rho;';
+ lNg = 'RightAngleBracket;';
+ mNg = 'RightArrow;';
+ oNg = 'RightArrowBar;';
+ pNg = 'RightArrowLeftArrow;';
+ qNg = 'RightCeiling;';
+ rNg = 'RightDoubleBracket;';
+ sNg = 'RightDownTeeVector;';
+ tNg = 'RightDownVector;';
+ uNg = 'RightDownVectorBar;';
+ vNg = 'RightFloor;';
+ wNg = 'RightTee;';
+ xNg = 'RightTeeArrow;';
+ zNg = 'RightTeeVector;';
+ ANg = 'RightTriangle;';
+ BNg = 'RightTriangleBar;';
+ CNg = 'RightTriangleEqual;';
+ DNg = 'RightUpDownVector;';
+ ENg = 'RightUpTeeVector;';
+ FNg = 'RightUpVector;';
+ aOg = 'RightUpVectorBar;';
+ bOg = 'RightVector;';
+ cOg = 'RightVectorBar;';
+ eOg = 'Rightarrow;';
+ fOg = 'Ropf;';
+ gOg = 'RoundImplies;';
+ hOg = 'Rrightarrow;';
+ iOg = 'Rscr;';
+ jOg = 'Rsh;';
+ kOg = 'RuleDelayed;';
+ tIh = 'RuntimeException';
+ cLh = 'SAXException';
+ dLh = 'SAXParseException';
+ lOg = 'SHCHcy;';
+ mOg = 'SHcy;';
+ nOg = 'SOFTcy;';
+ wGh = 'STANDARDS_MODE';
+ pOg = 'Sacute;';
+ dyg = 'Saw an xmlns attribute.';
+ qOg = 'Sc;';
+ rOg = 'Scaron;';
+ sOg = 'Scedil;';
+ tOg = 'Scirc;';
+ uOg = 'Scy;';
+ vOg = 'Sfr;';
+ wOg = 'ShortDownArrow;';
+ xOg = 'ShortLeftArrow;';
+ yOg = 'ShortRightArrow;';
+ AOg = 'ShortUpArrow;';
+ BOg = 'Sigma;';
+ COg = 'SmallCircle;';
+ DOg = 'Sopf;';
+ EOg = 'Sqrt;';
+ FOg = 'Square;';
+ aPg = 'SquareIntersection;';
+ bPg = 'SquareSubset;';
+ cPg = 'SquareSubsetEqual;';
+ dPg = 'SquareSuperset;';
+ gPg = 'SquareSupersetEqual;';
+ hPg = 'SquareUnion;';
+ iPg = 'Sscr;';
+ EKh = 'StackNode';
+ FKh = 'StackNode;';
+ jPg = 'Star;';
+ aUh = 'String';
+ xEg = 'String index out of range: ';
+ yIh = 'String;';
+ kJh = 'StringBuffer';
+ lJh = 'StringBuilder';
+ mJh = 'StringIndexOutOfBoundsException';
+ kPg = 'Sub;';
+ lPg = 'Subset;';
+ mPg = 'SubsetEqual;';
+ nPg = 'Succeeds;';
+ oPg = 'SucceedsEqual;';
+ pPg = 'SucceedsSlantEqual;';
+ rPg = 'SucceedsTilde;';
+ sPg = 'SuchThat;';
+ tPg = 'Sum;';
+ uPg = 'Sup;';
+ vPg = 'Superset;';
+ wPg = 'SupersetEqual;';
+ xPg = 'Supset;';
+ yPg = 'THORN';
+ zPg = 'THORN;';
+ APg = 'TRADE;';
+ CPg = 'TSHcy;';
+ DPg = 'TScy;';
+ EPg = 'Tab;';
+ FPg = 'Tau;';
+ aQg = 'Tcaron;';
+ bQg = 'Tcedil;';
+ cQg = 'Tcy;';
+ dQg = 'Tfr;';
+ wxg = 'The document is not mappable to XML 1.0 due to a trailing hyphen in a comment.';
+ pxg = 'The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.';
+ eQg = 'Therefore;';
+ fQg = 'Theta;';
+ hQg = 'ThinSpace;';
+ yxg = 'This document is not mappable to XML 1.0 without data loss due to ';
+ xMh = 'This is a searchable index. Insert your search keywords here: ';
+ rIh = 'Throwable';
+ iQg = 'Tilde;';
+ jQg = 'TildeEqual;';
+ kQg = 'TildeFullEqual;';
+ lQg = 'TildeTilde;';
+ qIh = 'Timer';
+ aJh = 'Timer$1';
+ yKh = 'Tokenizer';
+ mQg = 'Topf;';
+ jKh = 'TreeBuilder';
+ nQg = 'TripleDot;';
+ oQg = 'Tscr;';
+ pQg = 'Tstrok;';
+ hyg = 'U';
+ byg = 'U+';
+ ayg = 'U+0';
+ Fxg = 'U+00';
+ Exg = 'U+000';
+ aLh = 'UTF16Buffer';
+ qQg = 'Uacute';
+ sQg = 'Uacute;';
+ tQg = 'Uarr;';
+ uQg = 'Uarrocir;';
+ vQg = 'Ubrcy;';
+ wQg = 'Ubreve;';
+ xQg = 'Ucirc';
+ yQg = 'Ucirc;';
+ zQg = 'Ucy;';
+ AQg = 'Udblac;';
+ BQg = 'Ufr;';
+ DQg = 'Ugrave';
+ EQg = 'Ugrave;';
+ FQg = 'Umacr;';
+ aRg = 'UnderBar;';
+ bRg = 'UnderBrace;';
+ cRg = 'UnderBracket;';
+ dRg = 'UnderParenthesis;';
+ eRg = 'Union;';
+ fRg = 'UnionPlus;';
+ uKg = 'Unreachable';
+ cyg = 'Unreachable.';
+ nJh = 'UnsupportedOperationException';
+ gRg = 'Uogon;';
+ iRg = 'Uopf;';
+ jRg = 'UpArrow;';
+ kRg = 'UpArrowBar;';
+ lRg = 'UpArrowDownArrow;';
+ mRg = 'UpDownArrow;';
+ nRg = 'UpEquilibrium;';
+ oRg = 'UpTee;';
+ pRg = 'UpTeeArrow;';
+ qRg = 'Uparrow;';
+ rRg = 'Updownarrow;';
+ tRg = 'UpperLeftArrow;';
+ uRg = 'UpperRightArrow;';
+ vRg = 'Upsi;';
+ wRg = 'Upsilon;';
+ xRg = 'Uring;';
+ yRg = 'Uscr;';
+ zRg = 'Utilde;';
+ ARg = 'Uuml';
+ BRg = 'Uuml;';
+ CRg = 'VDash;';
+ ERg = 'Vbar;';
+ FRg = 'Vcy;';
+ aSg = 'Vdash;';
+ bSg = 'Vdashl;';
+ cSg = 'Vee;';
+ dSg = 'Verbar;';
+ eSg = 'Vert;';
+ fSg = 'VerticalBar;';
+ gSg = 'VerticalLine;';
+ hSg = 'VerticalSeparator;';
+ jSg = 'VerticalTilde;';
+ kSg = 'VeryThinSpace;';
+ lSg = 'Vfr;';
+ mSg = 'Vopf;';
+ nSg = 'Vscr;';
+ oSg = 'Vvdash;';
+ pSg = 'Wcirc;';
+ qSg = 'Wedge;';
+ rSg = 'Wfr;';
+ sSg = 'Wopf;';
+ vSg = 'Wscr;';
+ wSg = 'Xfr;';
+ xSg = 'Xi;';
+ hKh = 'XmlViolationPolicy';
+ ySg = 'Xopf;';
+ zSg = 'Xscr;';
+ ASg = 'YAcy;';
+ BSg = 'YIcy;';
+ CSg = 'YUcy;';
+ DSg = 'Yacute';
+ ESg = 'Yacute;';
+ aTg = 'Ycirc;';
+ bTg = 'Ycy;';
+ cTg = 'Yfr;';
+ dTg = 'Yopf;';
+ eTg = 'Yscr;';
+ fTg = 'Yuml;';
+ gTg = 'ZHcy;';
+ hTg = 'Zacute;';
+ iTg = 'Zcaron;';
+ jTg = 'Zcy;';
+ lTg = 'Zdot;';
+ mTg = 'ZeroWidthSpace;';
+ nTg = 'Zeta;';
+ oTg = 'Zfr;';
+ pTg = 'Zopf;';
+ qTg = 'Zscr;';
+ tSg = '[';
+ dJh = '[C';
+ iJh = '[I';
+ xIh = '[Ljava.lang.';
+ tKh = '[Lnu.validator.htmlparser.impl.';
+ sKh = '[Z';
+ DKh = '[[C';
+ BIh = '[[D';
+ sZg = ']';
+ oFg = 'a';
+ rTg = 'aacute';
+ sTg = 'aacute;';
+ C6g = 'abbr';
+ bvg = 'about:legacy-compat';
+ tTg = 'abreve;';
+ C2h = 'abs';
+ uTg = 'ac;';
+ Cuh = 'accent';
+ gWh = 'accent-height';
+ wSh = 'accentunder';
+ ruh = 'accept';
+ DXh = 'accept-charset';
+ cPh = 'accesskey';
+ bRh = 'accumulate';
+ wTg = 'acd;';
+ xTg = 'acirc';
+ yTg = 'acirc;';
+ rrg = 'acronym';
+ kwh = 'action';
+ aRh = 'actiontype';
+ svh = 'active';
+ zXh = 'actuate';
+ zTg = 'acute';
+ ATg = 'acute;';
+ BTg = 'acy;';
+ hNh = 'additive';
+ yEg = 'address';
+ CTg = 'aelig';
+ DTg = 'aelig;';
+ ETg = 'af;';
+ FTg = 'afr;';
+ bUg = 'agrave';
+ cUg = 'agrave;';
+ dUg = 'alefsym;';
+ eUg = 'aleph;';
+ ojh = 'align';
+ w0h = 'alignment-baseline';
+ EXh = 'alignmentscope';
+ djh = 'alink';
+ fUg = 'alpha;';
+ FQh = 'alphabetic';
+ l2g = 'alt';
+ atg = 'altGlyph';
+ Fug = 'altGlyphDef';
+ qvg = 'altGlyphItem';
+ Fsg = 'altglyph';
+ Eug = 'altglyphdef';
+ pvg = 'altglyphitem';
+ Dvh = 'altimg';
+ hLh = 'alttext';
+ gUg = 'amacr;';
+ hUg = 'amalg;';
+ iUg = 'amp';
+ jUg = 'amp;';
+ gPh = 'amplitude';
+ A2h = 'and';
+ kUg = 'and;';
+ mUg = 'andand;';
+ nUg = 'andd;';
+ oUg = 'andslope;';
+ pUg = 'andv;';
+ qUg = 'ang;';
+ rUg = 'ange;';
+ sUg = 'angle;';
+ tUg = 'angmsd;';
+ uUg = 'angmsdaa;';
+ vUg = 'angmsdab;';
+ xUg = 'angmsdac;';
+ yUg = 'angmsdad;';
+ zUg = 'angmsdae;';
+ AUg = 'angmsdaf;';
+ BUg = 'angmsdag;';
+ CUg = 'angmsdah;';
+ DUg = 'angrt;';
+ EUg = 'angrtvb;';
+ FUg = 'angrtvbd;';
+ aVg = 'angsph;';
+ cVg = 'angst;';
+ dVg = 'angzarr;';
+ krg = 'animate';
+ svg = 'animateColor';
+ Evg = 'animateMotion';
+ zwg = 'animateTransform';
+ rvg = 'animatecolor';
+ Dvg = 'animatemotion';
+ xwg = 'animatetransform';
+ aug = 'animation';
+ sug = 'annotation';
+ kwg = 'annotation-xml';
+ eVg = 'aogon;';
+ fVg = 'aopf;';
+ gVg = 'ap;';
+ hVg = 'apE;';
+ iVg = 'apacir;';
+ jVg = 'ape;';
+ kVg = 'apid;';
+ lVg = 'apos;';
+ A6h = 'applet';
+ w5h = 'apply';
+ D6h = 'approx';
+ nVg = 'approx;';
+ oVg = 'approxeq;';
+ BSh = 'arabic-form';
+ z6h = 'arccos';
+ prg = 'arccosh';
+ C6h = 'arccot';
+ qrg = 'arccoth';
+ w6h = 'arccsc';
+ mrg = 'arccsch';
+ iLh = 'archive';
+ CXh = 'arcrole';
+ v6h = 'arcsec';
+ lrg = 'arcsech';
+ y6h = 'arcsin';
+ org = 'arcsinh';
+ x6h = 'arctan';
+ nrg = 'arctanh';
+ i4h = 'area';
+ B2h = 'arg';
+ h1h = 'aria-activedescendant';
+ ySh = 'aria-atomic';
+ e0h = 'aria-autocomplete';
+ dPh = 'aria-busy';
+ uUh = 'aria-channel';
+ rUh = 'aria-checked';
+ eWh = 'aria-controls';
+ vWh = 'aria-datatype';
+ iZh = 'aria-describedby';
+ qWh = 'aria-disabled';
+ xYh = 'aria-dropeffect';
+ pWh = 'aria-expanded';
+ ASh = 'aria-flowto';
+ ePh = 'aria-grab';
+ fWh = 'aria-haspopup';
+ zSh = 'aria-hidden';
+ pUh = 'aria-invalid';
+ yYh = 'aria-labelledby';
+ cRh = 'aria-level';
+ hPh = 'aria-live';
+ FXh = 'aria-multiline';
+ f1h = 'aria-multiselectable';
+ FOh = 'aria-owns';
+ jWh = 'aria-posinset';
+ qUh = 'aria-pressed';
+ lWh = 'aria-readonly';
+ iWh = 'aria-relevant';
+ nWh = 'aria-required';
+ xSh = 'aria-secret';
+ mWh = 'aria-selected';
+ tUh = 'aria-setsize';
+ bPh = 'aria-sort';
+ zYh = 'aria-templateid';
+ kWh = 'aria-valuemax';
+ wWh = 'aria-valuemin';
+ hWh = 'aria-valuenow';
+ pVg = 'aring';
+ qVg = 'aring;';
+ jrg = 'article';
+ hvh = 'ascent';
+ rVg = 'ascr;';
+ u5h = 'aside';
+ sVg = 'ast;';
+ tVg = 'asymp;';
+ uVg = 'asympeq;';
+ yih = 'async';
+ vVg = 'atilde';
+ wVg = 'atilde;';
+ uWh = 'attributeName';
+ sWh = 'attributeType';
+ tWh = 'attributename';
+ rWh = 'attributetype';
+ v5h = 'audio';
+ yVg = 'auml';
+ zVg = 'auml;';
+ sUh = 'autocomplete';
+ aPh = 'autofocus';
+ gNh = 'autoplay';
+ EQh = 'autosubmit';
+ AVg = 'awconint;';
+ BVg = 'awint;';
+ r6g = 'axis';
+ jLh = 'azimuth';
+ t1h = 'b';
+ CVg = 'bNot;';
+ DVg = 'backcong;';
+ EVg = 'backepsilon;';
+ fRh = 'background';
+ FVg = 'backprime;';
+
+ };
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/strings_1.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/strings_1.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/strings_1.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,1002 @@
+HTMLParser.strings_1 = function(){
+ aWg = 'backsim;';
+ bWg = 'backsimeq;';
+ eWg = 'barvee;';
+ fWg = 'barwed;';
+ gWg = 'barwedge;';
+ u9g = 'base';
+ yWh = 'baseFrequency';
+ eTh = 'baseProfile';
+ btg = 'basefont';
+ xWh = 'basefrequency';
+ pNh = 'baseline';
+ aYh = 'baseline-shift';
+ dTh = 'baseprofile';
+ h7g = 'bbox';
+ hWg = 'bbrk;';
+ iWg = 'bbrktbrk;';
+ jWg = 'bcong;';
+ kWg = 'bcy;';
+ E2h = 'bdo';
+ lWg = 'bdquo;';
+ mWg = 'becaus;';
+ nWg = 'because;';
+ flh = 'begin';
+ pWg = 'bemptyv;';
+ qWg = 'bepsi;';
+ rWg = 'bernou;';
+ sWg = 'beta;';
+ tWg = 'beth;';
+ uWg = 'between;';
+ nNh = 'bevelled';
+ vWg = 'bfr;';
+ oLh = 'bgcolor';
+ trg = 'bgsound';
+ i8g = 'bias';
+ D2h = 'big';
+ wWg = 'bigcap;';
+ xWg = 'bigcirc;';
+ yWg = 'bigcup;';
+ AWg = 'bigodot;';
+ BWg = 'bigoplus;';
+ CWg = 'bigotimes;';
+ DWg = 'bigsqcup;';
+ EWg = 'bigstar;';
+ FWg = 'bigtriangledown;';
+ aXg = 'bigtriangleup;';
+ bXg = 'biguplus;';
+ cXg = 'bigvee;';
+ dXg = 'bigwedge;';
+ fXg = 'bkarow;';
+ gXg = 'blacklozenge;';
+ hXg = 'blacksquare;';
+ iXg = 'blacktriangle;';
+ jXg = 'blacktriangledown;';
+ kXg = 'blacktriangleleft;';
+ lXg = 'blacktriangleright;';
+ mXg = 'blank;';
+ nXg = 'blk12;';
+ oXg = 'blk14;';
+ qXg = 'blk34;';
+ rXg = 'block;';
+ tug = 'blockquote';
+ sXg = 'bnot;';
+ lDg = 'body';
+ tXg = 'bopf;';
+ vwh = 'border';
+ uXg = 'bot;';
+ vXg = 'bottom;';
+ wXg = 'bowtie;';
+ xXg = 'boxDL;';
+ yXg = 'boxDR;';
+ zXg = 'boxDl;';
+ BXg = 'boxDr;';
+ CXg = 'boxH;';
+ DXg = 'boxHD;';
+ EXg = 'boxHU;';
+ FXg = 'boxHd;';
+ aYg = 'boxHu;';
+ bYg = 'boxUL;';
+ cYg = 'boxUR;';
+ dYg = 'boxUl;';
+ eYg = 'boxUr;';
+ gYg = 'boxV;';
+ hYg = 'boxVH;';
+ iYg = 'boxVL;';
+ jYg = 'boxVR;';
+ kYg = 'boxVh;';
+ lYg = 'boxVl;';
+ mYg = 'boxVr;';
+ nYg = 'boxbox;';
+ oYg = 'boxdL;';
+ pYg = 'boxdR;';
+ rYg = 'boxdl;';
+ sYg = 'boxdr;';
+ tYg = 'boxh;';
+ uYg = 'boxhD;';
+ vYg = 'boxhU;';
+ wYg = 'boxhd;';
+ xYg = 'boxhu;';
+ yYg = 'boxminus;';
+ zYg = 'boxplus;';
+ AYg = 'boxtimes;';
+ CYg = 'boxuL;';
+ DYg = 'boxuR;';
+ EYg = 'boxul;';
+ FYg = 'boxur;';
+ aZg = 'boxv;';
+ bZg = 'boxvH;';
+ cZg = 'boxvL;';
+ dZg = 'boxvR;';
+ eZg = 'boxvh;';
+ fZg = 'boxvl;';
+ hZg = 'boxvr;';
+ iZg = 'bprime;';
+ z1h = 'br';
+ jZg = 'breve;';
+ kZg = 'brvbar';
+ lZg = 'brvbar;';
+ mZg = 'bscr;';
+ nZg = 'bsemi;';
+ oZg = 'bsim;';
+ pZg = 'bsime;';
+ qZg = 'bsol;';
+ uZg = 'bsolb;';
+ vZg = 'bull;';
+ wZg = 'bullet;';
+ xZg = 'bump;';
+ yZg = 'bumpE;';
+ zZg = 'bumpe;';
+ AZg = 'bumpeq;';
+ E6h = 'button';
+ j4h = 'bvar';
+ aUg = 'by';
+ BZg = 'cacute;';
+ jNh = 'calcMode';
+ iNh = 'calcmode';
+ b7h = 'canvas';
+ eRh = 'cap-height';
+ CZg = 'cap;';
+ DZg = 'capand;';
+ FZg = 'capbrcup;';
+ a0g = 'capcap;';
+ b0g = 'capcup;';
+ c0g = 'capdot;';
+ nwg = 'caption';
+ k4h = 'card';
+ d0g = 'caret;';
+ e0g = 'caron;';
+ Awg = 'cartesianproduct';
+ f0g = 'ccaps;';
+ g0g = 'ccaron;';
+ h0g = 'ccedil';
+ i0g = 'ccedil;';
+ k0g = 'ccirc;';
+ l0g = 'ccups;';
+ m0g = 'ccupssm;';
+ n0g = 'cdot;';
+ o0g = 'cedil';
+ p0g = 'cedil;';
+ wrg = 'ceiling';
+ CSh = 'cellpadding';
+ DSh = 'cellspacing';
+ q0g = 'cemptyv;';
+ r0g = 'cent';
+ s0g = 'cent;';
+ a7h = 'center';
+ t0g = 'centerdot;';
+ v0g = 'cfr;';
+ j9g = 'char';
+ nLh = 'charoff';
+ qLh = 'charset';
+ w0g = 'chcy;';
+ x0g = 'check;';
+ mLh = 'checked';
+ y0g = 'checkmark;';
+ z0g = 'chi;';
+ A1h = 'ci';
+ A0g = 'cir;';
+ B0g = 'cirE;';
+ C0g = 'circ;';
+ D0g = 'circeq;';
+ F6h = 'circle';
+ E0g = 'circlearrowleft;';
+ a1g = 'circlearrowright;';
+ b1g = 'circledR;';
+ c1g = 'circledS;';
+ d1g = 'circledast;';
+ e1g = 'circledcirc;';
+ f1g = 'circleddash;';
+ g1g = 'cire;';
+ h1g = 'cirfnint;';
+ i1g = 'cirmid;';
+ j1g = 'cirscir;';
+ s7g = 'cite';
+ pkh = 'class';
+ zxg = 'class ';
+ bMg = 'classid';
+ Akh = 'clear';
+ E8g = 'clip';
+ jPh = 'clip-path';
+ iPh = 'clip-rule';
+ dtg = 'clipPath';
+ DWh = 'clipPathUnits';
+ ctg = 'clippath';
+ CWh = 'clippathunits';
+ zjh = 'close';
+ kLh = 'closure';
+ mMg = 'clsid:32F66A20-7614-11D4-BD11-00104BD3F987';
+ dOg = 'clsid:AC159093-1683-4BA2-9DCF-0C350141D7F2';
+ l1g = 'clubs;';
+ m1g = 'clubsuit;';
+ B1h = 'cn';
+ D7g = 'code';
+ lNh = 'codebase';
+ kNh = 'codetype';
+ etg = 'codomain';
+ a3h = 'col';
+ aDg = 'colgroup';
+ n1g = 'colon;';
+ o1g = 'colone;';
+ p1g = 'coloneq;';
+ ekh = 'color';
+ D0h = 'color-interpolation';
+ q1h = 'color-interpolation-filters';
+ BWh = 'color-profile';
+ AYh = 'color-rendering';
+ t8g = 'cols';
+ pLh = 'colspan';
+ aTh = 'columnalign';
+ bTh = 'columnlines';
+ AWh = 'columnspacing';
+ dRh = 'columnspan';
+ ESh = 'columnwidth';
+ uIh = 'com.google.gwt.core.client.';
+ pIh = 'com.google.gwt.user.client.';
+ q1g = 'comma;';
+ urg = 'command';
+ r1g = 'commat;';
+ s1g = 'comp;';
+ rLh = 'compact';
+ t1g = 'compfn;';
+ u1g = 'complement;';
+ dug = 'complexes';
+ w1g = 'complexes;';
+ vrg = 'compose';
+ cug = 'condition';
+ x1g = 'cong;';
+ y1g = 'congdot;';
+ z1g = 'conint;';
+ bug = 'conjugate';
+ sLh = 'content';
+ g0h = 'contentScriptType';
+ kZh = 'contentStyleType';
+ BYh = 'contenteditable';
+ f0h = 'contentscripttype';
+ jZh = 'contentstyletype';
+ cTh = 'contextmenu';
+ mNh = 'controls';
+ lxh = 'coords';
+ A1g = 'copf;';
+ B1g = 'coprod;';
+ C1g = 'copy';
+ D1g = 'copy;';
+ E1g = 'copysr;';
+ c3h = 'cos';
+ m4h = 'cosh';
+ d3h = 'cot';
+ p4h = 'coth';
+ F1g = 'crarr;';
+ b2g = 'cross;';
+ F2h = 'csc';
+ l4h = 'csch';
+ c2g = 'cscr;';
+ d2g = 'csub;';
+ e2g = 'csube;';
+ f2g = 'csup;';
+ g2g = 'csupe;';
+ xrg = 'csymbol';
+ h2g = 'ctdot;';
+ i2g = 'cudarrl;';
+ j2g = 'cudarrr;';
+ k2g = 'cuepr;';
+ m2g = 'cuesc;';
+ n2g = 'cularr;';
+ o2g = 'cularrp;';
+ p2g = 'cup;';
+ q2g = 'cupbrcap;';
+ r2g = 'cupcap;';
+ s2g = 'cupcup;';
+ t2g = 'cupdot;';
+ u2g = 'cupor;';
+ v2g = 'curarr;';
+ x2g = 'curarrm;';
+ q4h = 'curl';
+ y2g = 'curlyeqprec;';
+ z2g = 'curlyeqsucc;';
+ A2g = 'curlyvee;';
+ B2g = 'curlywedge;';
+ C2g = 'curren';
+ D2g = 'curren;';
+ axh = 'cursor';
+ E2g = 'curvearrowleft;';
+ F2g = 'curvearrowright;';
+ a3g = 'cuvee;';
+ d3g = 'cuwed;';
+ e3g = 'cwconint;';
+ f3g = 'cwint;';
+ lUg = 'cx';
+ wUg = 'cy';
+ g3g = 'cylcty;';
+ DRg = 'd';
+ h3g = 'dArr;';
+ i3g = 'dHar;';
+ j3g = 'dagger;';
+ k3g = 'daleth;';
+ l3g = 'darr;';
+ m3g = 'dash;';
+ o3g = 'dashv;';
+ l$g = 'data';
+ vLh = 'datafld';
+ yUh = 'dataformatas';
+ ftg = 'datagrid';
+ uLh = 'datasrc';
+ tvg = 'datatemplate';
+ wNh = 'datetime';
+ p3g = 'dbkarow;';
+ q3g = 'dblac;';
+ r3g = 'dcaron;';
+ s3g = 'dcy;';
+ C1h = 'dd';
+ t3g = 'dd;';
+ u3g = 'ddagger;';
+ v3g = 'ddarr;';
+ w3g = 'ddotseq;';
+ xLh = 'declare';
+ ALh = 'default';
+ Clh = 'defer';
+ lwg = 'definition-src';
+ FWh = 'definitionURL';
+ EWh = 'definitionurl';
+ t4h = 'defs';
+ x3g = 'deg';
+ z3g = 'deg;';
+ d7h = 'degree';
+ e3h = 'del';
+ A3g = 'delta;';
+ B3g = 'demptyv;';
+ qlh = 'depth';
+ r4h = 'desc';
+ BLh = 'descent';
+ zrg = 'details';
+ avg = 'determinant';
+ C3g = 'dfisht;';
+ f3h = 'dfn';
+ D3g = 'dfr;';
+ E3g = 'dharl;';
+ F3g = 'dharr;';
+ e7h = 'dialog';
+ a4g = 'diam;';
+ b4g = 'diamond;';
+ c4g = 'diamondsuit;';
+ e4g = 'diams;';
+ f4g = 'die;';
+ s4h = 'diff';
+ EYh = 'diffuseConstant';
+ DYh = 'diffuseconstant';
+ g4g = 'digamma;';
+ w2g = 'dir';
+ mPh = 'direction';
+ xNh = 'disabled';
+ yrg = 'discard';
+ h4g = 'disin;';
+ yLh = 'display';
+ wUh = 'displaystyle';
+ dFg = 'div';
+ i4g = 'div;';
+ uug = 'divergence';
+ c7h = 'divide';
+ j4g = 'divide;';
+ k4g = 'divideontimes;';
+ zLh = 'divisor';
+ l4g = 'divonx;';
+ m4g = 'djcy;';
+ D1h = 'dl';
+ n4g = 'dlcorn;';
+ p4g = 'dlcrop;';
+ q4g = 'dollar;';
+ f7h = 'domain';
+ fxg = 'domainofapplication';
+ j0h = 'dominant-baseline';
+ r4g = 'dopf;';
+ s4g = 'dot;';
+ t4g = 'doteq;';
+ u4g = 'doteqdot;';
+ v4g = 'dotminus;';
+ w4g = 'dotplus;';
+ x4g = 'dotsquare;';
+ y4g = 'doublebarwedge;';
+ A4g = 'downarrow;';
+ B4g = 'downdownarrows;';
+ C4g = 'downharpoonleft;';
+ D4g = 'downharpoonright;';
+ nPh = 'draggable';
+ E4g = 'drbkarow;';
+ F4g = 'drcorn;';
+ a5g = 'drcrop;';
+ b5g = 'dscr;';
+ c5g = 'dscy;';
+ d5g = 'dsol;';
+ f5g = 'dstrok;';
+ E1h = 'dt';
+ g5g = 'dtdot;';
+ h5g = 'dtri;';
+ i5g = 'dtrif;';
+ j5g = 'duarr;';
+ k5g = 'duhar;';
+ c3g = 'dur';
+ l5g = 'dwangle;';
+ bVg = 'dx';
+ mVg = 'dy';
+ m5g = 'dzcy;';
+ n5g = 'dzigrarr;';
+ o5g = 'eDDot;';
+ q5g = 'eDot;';
+ r5g = 'eacute';
+ s5g = 'eacute;';
+ t5g = 'easter;';
+ u5g = 'ecaron;';
+ v5g = 'ecir;';
+ w5g = 'ecirc';
+ x5g = 'ecirc;';
+ y5g = 'ecolon;';
+ z5g = 'ecy;';
+ a$g = 'edge';
+ sNh = 'edgeMode';
+ rNh = 'edgemode';
+ B5g = 'edot;';
+ C5g = 'ee;';
+ D5g = 'efDot;';
+ E5g = 'efr;';
+ F5g = 'eg;';
+ a6g = 'egrave';
+ b6g = 'egrave;';
+ c6g = 'egs;';
+ d6g = 'egsdot;';
+ e6g = 'el;';
+ lPh = 'elevation';
+ g6g = 'elinters;';
+ h6g = 'ell;';
+ Arg = 'ellipse';
+ i6g = 'els;';
+ j6g = 'elsdot;';
+ F1h = 'em';
+ k6g = 'emacr;';
+ x5h = 'embed';
+ l6g = 'empty;';
+ gtg = 'emptyset';
+ m6g = 'emptyset;';
+ n6g = 'emptyv;';
+ o6g = 'emsp13;';
+ p6g = 'emsp14;';
+ s6g = 'emsp;';
+ h0h = 'enable-background';
+ tNh = 'encoding';
+ tLh = 'enctype';
+ n3g = 'end';
+ t6g = 'eng;';
+ u6g = 'ensp;';
+ v6g = 'eogon;';
+ w6g = 'eopf;';
+ x6g = 'epar;';
+ y6g = 'eparsl;';
+ z6g = 'eplus;';
+ A6g = 'epsi;';
+ B6g = 'epsilon;';
+ D6g = 'epsiv;';
+ b2h = 'eq';
+ E6g = 'eqcirc;';
+ F6g = 'eqcolon;';
+ a7g = 'eqsim;';
+ b7g = 'eqslantgtr;';
+ c7g = 'eqslantless;';
+ vUh = 'equalcolumns';
+ kPh = 'equalrows';
+ d7g = 'equals;';
+ e7g = 'equest;';
+ f7g = 'equiv;';
+ g7g = 'equivDD;';
+ xug = 'equivalent';
+ i7g = 'eqvparsl;';
+ j7g = 'erDot;';
+ k7g = 'erarr;';
+ l7g = 'escr;';
+ m7g = 'esdot;';
+ n7g = 'esim;';
+ o7g = 'eta;';
+ p7g = 'eth';
+ q7g = 'eth;';
+ vug = 'eulergamma';
+ r7g = 'euml';
+ t7g = 'euml;';
+ u7g = 'euro;';
+ cvg = 'eventsource';
+ v7g = 'excl;';
+ w7g = 'exist;';
+ h7h = 'exists';
+ g3h = 'exp';
+ x7g = 'expectation;';
+ qNh = 'exponent';
+ uvg = 'exponentiale';
+ y7g = 'exponentiale;';
+ o1h = 'externalResourcesRequired';
+ n1h = 'externalresourcesrequired';
+ m_g = 'face';
+ fug = 'factorial';
+ htg = 'factorof';
+ z7g = 'fallingdotseq;';
+ y5h = 'false';
+ A7g = 'fcy;';
+ bsg = 'feBlend';
+ fwg = 'feColorMatrix';
+ hxg = 'feComponentTransfer';
+ gvg = 'feComposite';
+ Dwg = 'feConvolveMatrix';
+ Fwg = 'feDiffuseLighting';
+ bxg = 'feDisplacementMap';
+ rwg = 'feDistantLight';
+ dsg = 'feFlood';
+ Crg = 'feFuncA';
+ Frg = 'feFuncB';
+ ksg = 'feFuncG';
+ msg = 'feFuncR';
+ pwg = 'feGaussianBlur';
+ fsg = 'feImage';
+ hsg = 'feMerge';
+ evg = 'feMergeNode';
+ Bvg = 'feMorphology';
+ ltg = 'feOffset';
+ zvg = 'fePointLight';
+ exg = 'feSpecularLighting';
+ ivg = 'feSpotLight';
+ j7h = 'feTile';
+ wvg = 'feTurbulence';
+ asg = 'feblend';
+ ewg = 'fecolormatrix';
+ gxg = 'fecomponenttransfer';
+ fvg = 'fecomposite';
+ Cwg = 'feconvolvematrix';
+ Ewg = 'fediffuselighting';
+ axg = 'fedisplacementmap';
+ qwg = 'fedistantlight';
+ csg = 'feflood';
+ Brg = 'fefunca';
+ Erg = 'fefuncb';
+ jsg = 'fefuncg';
+ lsg = 'fefuncr';
+ owg = 'fegaussianblur';
+ esg = 'feimage';
+ B7g = 'female;';
+ gsg = 'femerge';
+ dvg = 'femergenode';
+ Avg = 'femorphology';
+ hmh = 'fence';
+ ktg = 'feoffset';
+ yvg = 'fepointlight';
+ cxg = 'fespecularlighting';
+ hvg = 'fespotlight';
+ i7h = 'fetile';
+ vvg = 'feturbulence';
+ C7g = 'ffilig;';
+ E7g = 'fflig;';
+ F7g = 'ffllig;';
+ a8g = 'ffr;';
+ itg = 'fieldset';
+ k7h = 'figure';
+ b8g = 'filig;';
+ w$g = 'fill';
+ zUh = 'fill-opacity';
+ rPh = 'fill-rule';
+ wxh = 'filter';
+ pPh = 'filterRes';
+ iTh = 'filterUnits';
+ oPh = 'filterres';
+ hTh = 'filterunits';
+ c8g = 'flat;';
+ d8g = 'fllig;';
+ jTh = 'flood-color';
+ cXh = 'flood-opacity';
+ z5h = 'floor';
+ e8g = 'fltns;';
+ c2h = 'fn';
+ f8g = 'fnof;';
+ u4h = 'font';
+ eug = 'font-face';
+ Bwg = 'font-face-format';
+ mwg = 'font-face-name';
+ Fvg = 'font-face-src';
+ awg = 'font-face-uri';
+ fTh = 'font-family';
+ tPh = 'font-size';
+ lZh = 'font-size-adjust';
+ BUh = 'font-stretch';
+ lRh = 'font-style';
+ AUh = 'font-variant';
+ lTh = 'font-weight';
+ jRh = 'fontfamily';
+ yNh = 'fontsize';
+ sPh = 'fontstyle';
+ kRh = 'fontweight';
+ m7h = 'footer';
+ g8g = 'fopf;';
+ y3g = 'for';
+ l7h = 'forall';
+ h8g = 'forall;';
+ dwg = 'foreignObject';
+ bwg = 'foreignobject';
+ j8g = 'fork;';
+ k8g = 'forkv;';
+ srg = 'form';
+ byh = 'format';
+ l8g = 'fpartint;';
+ m8g = 'frac12';
+ n8g = 'frac12;';
+ o8g = 'frac13;';
+ p8g = 'frac14';
+ q8g = 'frac14;';
+ r8g = 'frac15;';
+ s8g = 'frac16;';
+ u8g = 'frac18;';
+ v8g = 'frac23;';
+ w8g = 'frac25;';
+ x8g = 'frac34';
+ y8g = 'frac34;';
+ z8g = 'frac35;';
+ A8g = 'frac38;';
+ B8g = 'frac45;';
+ C8g = 'frac56;';
+ D8g = 'frac58;';
+ F8g = 'frac78;';
+ smh = 'frame';
+ gTh = 'frameborder';
+ Axg = 'frameset';
+ CUh = 'framespacing';
+ a9g = 'frasl;';
+ b_g = 'from';
+ b9g = 'frown;';
+ c9g = 'fscr;';
+ oWg = 'fx';
+ zWg = 'fy';
+ u1h = 'g';
+ dWg = 'g1';
+ xVg = 'g2';
+ d9g = 'gE;';
+ e9g = 'gEl;';
+ f9g = 'gacute;';
+ g9g = 'gamma;';
+ h9g = 'gammad;';
+ i9g = 'gap;';
+ k9g = 'gbreve;';
+ h3h = 'gcd';
+ l9g = 'gcirc;';
+ m9g = 'gcy;';
+ n9g = 'gdot;';
+ o9g = 'ge;';
+ p9g = 'gel;';
+ i3h = 'geq';
+ q9g = 'geq;';
+ r9g = 'geqq;';
+ s9g = 'geqslant;';
+ t9g = 'ges;';
+ v9g = 'gescc;';
+ w9g = 'gesdot;';
+ x9g = 'gesdoto;';
+ y9g = 'gesdotol;';
+ z9g = 'gesles;';
+ A9g = 'gfr;';
+ B9g = 'gg;';
+ C9g = 'ggg;';
+ D9g = 'gimel;';
+ E9g = 'gjcy;';
+ b$g = 'gl;';
+ c$g = 'glE;';
+ d$g = 'gla;';
+ e$g = 'glj;';
+ B5h = 'glyph';
+ gRh = 'glyph-name';
+ r1h = 'glyph-orientation-horizontal';
+ p1h = 'glyph-orientation-vertical';
+ vNh = 'glyphRef';
+ uNh = 'glyphref';
+ f$g = 'gnE;';
+ g$g = 'gnap;';
+ h$g = 'gnapprox;';
+ i$g = 'gne;';
+ j$g = 'gneq;';
+ k$g = 'gneqq;';
+ m$g = 'gnsim;';
+ n$g = 'gopf;';
+ v4h = 'grad';
+ l0h = 'gradientTransform';
+ bXh = 'gradientUnits';
+ k0h = 'gradienttransform';
+ aXh = 'gradientunits';
+ o$g = 'grave;';
+ hRh = 'groupalign';
+ p$g = 'gscr;';
+ q$g = 'gsim;';
+ r$g = 'gsime;';
+ s$g = 'gsiml;';
+ j2h = 'gt';
+ t$g = 'gt;';
+ u$g = 'gtcc;';
+ v$g = 'gtcir;';
+ x$g = 'gtdot;';
+ y$g = 'gtlPar;';
+ z$g = 'gtquest;';
+ A$g = 'gtrapprox;';
+ B$g = 'gtrarr;';
+ C$g = 'gtrdot;';
+ D$g = 'gtreqless;';
+ E$g = 'gtreqqless;';
+ F$g = 'gtrless;';
+ a_g = 'gtrsim;';
+ d2h = 'h1';
+ e2h = 'h2';
+ f2h = 'h3';
+ g2h = 'h4';
+ h2h = 'h5';
+ i2h = 'h6';
+ c_g = 'hArr;';
+ d_g = 'hairsp;';
+ e_g = 'half;';
+ f_g = 'hamilt;';
+ nsg = 'handler';
+ DLh = 'hanging';
+ g_g = 'hardcy;';
+ h_g = 'harr;';
+ i_g = 'harrcir;';
+ j_g = 'harrw;';
+ k_g = 'hbar;';
+ l_g = 'hcirc;';
+ Drg = 'head';
+ n7h = 'header';
+ ELh = 'headers';
+ n_g = 'hearts;';
+ o_g = 'heartsuit;';
+ xyh = 'height';
+ p_g = 'hellip;';
+ q_g = 'hercon;';
+ r_g = 'hfr;';
+ mEg = 'hidden';
+ wPh = 'hidefocus';
+ x_g = 'high';
+ C5h = 'hkern';
+ s_g = 'hksearow;';
+ t_g = 'hkswarow;';
+ u_g = 'hoarr;';
+ v_g = 'homtht;';
+ w_g = 'hookleftarrow;';
+ y_g = 'hookrightarrow;';
+ z_g = 'hopf;';
+ A_g = 'horbar;';
+ mTh = 'horiz-adv-x';
+ bYh = 'horiz-origin-x';
+ cYh = 'horiz-origin-y';
+ k2h = 'hr';
+ cah = 'href';
+ DNh = 'hreflang';
+ B_g = 'hscr;';
+ C_g = 'hslash;';
+ myh = 'hspace';
+ D_g = 'hstrok;';
+ hAg = 'html';
+ oRh = 'http-equiv';
+ jKg = 'http://n.validator.nu/placeholder/';
+ jBg = 'http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd';
+ wDg = 'http://www.w3.org/1998/Math/MathML';
+ hrg = 'http://www.w3.org/1999/xhtml';
+ rQg = 'http://www.w3.org/1999/xlink';
+ bEg = 'http://www.w3.org/2000/svg';
+ BPg = 'http://www.w3.org/2000/xmlns/';
+ Esg = 'http://www.w3.org/TR/REC-html40/strict.dtd';
+ mvg = 'http://www.w3.org/TR/html4/loose.dtd';
+ jtg = 'http://www.w3.org/TR/html4/strict.dtd';
+ Ftg = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd';
+ wug = 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd';
+ gQg = 'http://www.w3.org/XML/1998/namespace';
+ E_g = 'hybull;';
+ F_g = 'hyphen;';
+ w1h = 'i';
+ aah = 'iacute';
+ bah = 'iacute;';
+ dah = 'ic;';
+ eah = 'icirc';
+ fah = 'icirc;';
+ yah = 'icon';
+ gah = 'icy;';
+ kLg = 'id';
+ E5h = 'ident';
+ tTh = 'ideographic';
+ hah = 'iecy;';
+ iah = 'iexcl';
+ jah = 'iexcl;';
+ kah = 'iff;';
+ lah = 'ifr;';
+ DIg = 'iframe';
+ mah = 'igrave';
+ oah = 'igrave;';
+ pah = 'ii;';
+ qah = 'iiiint;';
+ rah = 'iiint;';
+ sah = 'iinfin;';
+ tah = 'iiota;';
+ uah = 'ijlig;';
+ vah = 'imacr;';
+ D5h = 'image';
+ bZh = 'image-rendering';
+ wah = 'image;';
+ hug = 'imaginary';
+ yug = 'imaginaryi';
+ xah = 'imagline;';
+ zah = 'imagpart;';
+ Aah = 'imath;';
+ j3h = 'img';
+ Bah = 'imof;';
+ Cah = 'imped;';
+ psg = 'implies';
+ qYg = 'in';
+ d4g = 'in2';
+ Dah = 'in;';
+ Eah = 'incare;';
+ tnh = 'index';
+ Fah = 'infin;';
+ otg = 'infinity';
+ abh = 'infintie;';
+ bbh = 'inodot;';
+ pGg = 'input';
+ aQh = 'inputmode';
+ k3h = 'ins';
+ l3h = 'int';
+ cbh = 'int;';
+ ebh = 'intcal;';
+ ntg = 'integers';
+ fbh = 'integers;';
+ gbh = 'intercal;';
+ yPh = 'intercept';
+ kug = 'interface ';
+ gug = 'intersect';
+ mtg = 'interval';
+ hbh = 'intlarhk;';
+ ibh = 'intprod;';
+ osg = 'inverse';
+ jbh = 'iocy;';
+ kbh = 'iogon;';
+ lbh = 'iopf;';
+ mbh = 'iota;';
+ nbh = 'iprod;';
+ qbh = 'iquest';
+ rbh = 'iquest;';
+ rRh = 'irrelevant';
+ sbh = 'iscr;';
+ tbh = 'isin;';
+ ubh = 'isinE;';
+ eGg = 'isindex';
+ vbh = 'isindot;';
+ wbh = 'isins;';
+ xbh = 'isinsv;';
+ ybh = 'isinv;';
+ Dmh = 'ismap';
+ zbh = 'it;';
+ Bbh = 'itilde;';
+ Cbh = 'iukcy;';
+ Dbh = 'iuml';
+ Ebh = 'iuml;';
+ mIh = 'java.lang.';
+ CIh = 'java.util.';
+ Fbh = 'jcirc;';
+ ach = 'jcy;';
+ bch = 'jfr;';
+ cch = 'jmath;';
+ dch = 'jopf;';
+ ech = 'jscr;';
+ gch = 'jsercy;';
+ hch = 'jukcy;';
+ iSg = 'k';
+ fYg = 'k1';
+ pXg = 'k2';
+ AXg = 'k3';
+ eXg = 'k4';
+ ich = 'kappa;';
+ jch = 'kappav;';
+ n3h = 'kbd';
+ kch = 'kcedil;';
+ lch = 'kcy;';
+ EUh = 'kernelMatrix';
+ nZh = 'kernelUnitLength';
+ DUh = 'kernelmatrix';
+ mZh = 'kernelunitlength';
+ CLh = 'kerning';
+ vPh = 'keyPoints';
+ nRh = 'keySplines';
+ BNh = 'keyTimes';
+ o7h = 'keygen';
+ uPh = 'keypoints';
+ mRh = 'keysplines';
+ ANh = 'keytimes';
+ mch = 'kfr;';
+ nch = 'kgreen;';
+ och = 'khcy;';
+ pch = 'kjcy;';
+ rch = 'kopf;';
+ sch = 'kscr;';
+ tch = 'lAarr;';
+ uch = 'lArr;';
+ vch = 'lAtail;';
+ wch = 'lBarr;';
+ xch = 'lE;';
+ ych = 'lEg;';
+ zch = 'lHar;';
+ wph = 'label';
+ Ach = 'lacute;';
+ Cch = 'laemptyv;';
+ Dch = 'lagran;';
+ p7h = 'lambda';
+ Ech = 'lambda;';
+ fch = 'lang';
+ Fch = 'lang;';
+ adh = 'langd;';
+ bdh = 'langle;';
+ rOh = 'language';
+ cdh = 'lap;';
+ iug = 'laplacian';
+ ddh = 'laquo';
+ edh = 'laquo;';
+ rMh = 'largeop';
+ fdh = 'larr;';
+ hdh = 'larrb;';
+ idh = 'larrbfs;';
+ jdh = 'larrfs;';
+ kdh = 'larrhk;';
+ ldh = 'larrlp;';
+ mdh = 'larrpl;';
+ ndh = 'larrsim;';
+ odh = 'larrtl;';
+ pdh = 'lat;';
+ qdh = 'latail;';
+ sdh = 'late;';
+ tdh = 'lbarr;';
+ udh = 'lbbrk;';
+ vdh = 'lbrace;';
+ wdh = 'lbrack;';
+ xdh = 'lbrke;';
+ ydh = 'lbrksld;';
+ zdh = 'lbrkslu;';
+ Adh = 'lcaron;';
+ Bdh = 'lcedil;';
+ Ddh = 'lceil;';
+ p3h = 'lcm';
+ Edh = 'lcub;';
+ Fdh = 'lcy;';
+ aeh = 'ldca;';
+ beh = 'ldquo;';
+ ceh = 'ldquor;';
+ deh = 'ldrdhar;';
+ eeh = 'ldrushar;';
+ feh = 'ldsh;';
+ geh = 'le;';
+ ieh = 'leftarrow;';
+ jeh = 'leftarrowtail;';
+ keh = 'leftharpoondown;';
+ leh = 'leftharpoonup;';
+ meh = 'leftleftarrows;';
+ neh = 'leftrightarrow;';
+ oeh = 'leftrightarrows;';
+ peh = 'leftrightharpoons;';
+ qeh = 'leftrightsquigarrow;';
+ reh = 'leftthreetimes;';
+ teh = 'leg;';
+ q7h = 'legend';
+ qVh = 'lengthAdjust';
+ pVh = 'lengthadjust';
+ q3h = 'leq';
+ ueh = 'leq;';
+ veh = 'leqq;';
+ weh = 'leqslant;';
+ xeh = 'les;';
+ yeh = 'lescc;';
+ zeh = 'lesdot;';
+ Aeh = 'lesdoto;';
+ Beh = 'lesdotor;';
+ Ceh = 'lesges;';
+ Feh = 'lessapprox;';
+ afh = 'lessdot;';
+ bfh = 'lesseqgtr;';
+ cfh = 'lesseqqgtr;';
+ dfh = 'lessgtr;';
+ efh = 'lesssim;';
+ jYh = 'letter-spacing';
+ ffh = 'lfisht;';
+ gfh = 'lfloor;';
+ hfh = 'lfr;';
+ };
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/strings_2.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/strings_2.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/strings_2.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,1428 @@
+HTMLParser.strings_2 = function(){
+ ifh = 'lg;';
+ kfh = 'lgE;';
+ lfh = 'lhard;';
+ mfh = 'lharu;';
+ nfh = 'lharul;';
+ ofh = 'lhblk;';
+ m2h = 'li';
+ kYh = 'lighting-color';
+ F5h = 'limit';
+ r0h = 'limitingConeAngle';
+ q0h = 'limitingconeangle';
+ w4h = 'line';
+ twg = 'linearGradient';
+ swg = 'lineargradient';
+ hQh = 'linebreak';
+ mXh = 'linethickness';
+ Abh = 'link';
+ qch = 'list';
+ ptg = 'listener';
+ rsg = 'listing';
+ pfh = 'ljcy;';
+ qfh = 'll;';
+ rfh = 'llarr;';
+ sfh = 'llcorner;';
+ tfh = 'llhard;';
+ vfh = 'lltri;';
+ wfh = 'lmidot;';
+ xfh = 'lmoust;';
+ yfh = 'lmoustache;';
+ n2h = 'ln';
+ zfh = 'lnE;';
+ Afh = 'lnap;';
+ Bfh = 'lnapprox;';
+ Cfh = 'lne;';
+ Dfh = 'lneq;';
+ Efh = 'lneqq;';
+ agh = 'lnsim;';
+ bgh = 'loang;';
+ cgh = 'loarr;';
+ dgh = 'lobrk;';
+ bqh = 'local';
+ o3h = 'log';
+ qsg = 'logbase';
+ qOh = 'longdesc';
+ egh = 'longleftarrow;';
+ fgh = 'longleftrightarrow;';
+ ggh = 'longmapsto;';
+ hgh = 'longrightarrow;';
+ igh = 'looparrowleft;';
+ jgh = 'looparrowright;';
+ qMh = 'loopend';
+ iQh = 'loopstart';
+ lgh = 'lopar;';
+ mgh = 'lopf;';
+ ngh = 'loplus;';
+ ogh = 'lotimes;';
+ e5g = 'low';
+ pgh = 'lowast;';
+ qgh = 'lowbar;';
+ qtg = 'lowlimit';
+ uEh = 'lowsrc';
+ rgh = 'loz;';
+ sgh = 'lozenge;';
+ tgh = 'lozf;';
+ ugh = 'lpar;';
+ wgh = 'lparlt;';
+ kFh = 'lquote';
+ xgh = 'lrarr;';
+ ygh = 'lrcorner;';
+ zgh = 'lrhar;';
+ Agh = 'lrhard;';
+ Bgh = 'lrm;';
+ Cgh = 'lrtri;';
+ Dgh = 'lsaquo;';
+ Egh = 'lscr;';
+ Fgh = 'lsh;';
+ bhh = 'lsim;';
+ chh = 'lsime;';
+ dhh = 'lsimg;';
+ FEh = 'lspace';
+ ehh = 'lsqb;';
+ fhh = 'lsquo;';
+ ghh = 'lsquor;';
+ hhh = 'lstrok;';
+ o2h = 'lt';
+ ihh = 'lt;';
+ jhh = 'ltcc;';
+ khh = 'ltcir;';
+ mhh = 'ltdot;';
+ nhh = 'lthree;';
+ ohh = 'ltimes;';
+ phh = 'ltlarr;';
+ qhh = 'ltquest;';
+ rhh = 'ltrPar;';
+ shh = 'ltri;';
+ thh = 'ltrie;';
+ uhh = 'ltrif;';
+ vhh = 'lurdshar;';
+ xhh = 'luruhar;';
+ xMg = 'm';
+ nNg = 'm:';
+ yhh = 'mDDot;';
+ zhh = 'macr';
+ Ahh = 'macr;';
+ EDh = 'macros';
+ wsg = 'maction';
+ Bhh = 'male;';
+ jvg = 'maligngroup';
+ zug = 'malignmark';
+ Chh = 'malt;';
+ Dhh = 'maltese;';
+ mOh = 'manifest';
+ s3h = 'map';
+ Ehh = 'map;';
+ Fhh = 'mapsto;';
+ aih = 'mapstodown;';
+ cih = 'mapstoleft;';
+ dih = 'mapstoup;';
+ jVh = 'marginheight';
+ CTh = 'marginwidth';
+ B4h = 'mark';
+ y7h = 'marker';
+ DRh = 'marker-end';
+ CRh = 'marker-mid';
+ mVh = 'marker-start';
+ eih = 'marker;';
+ lVh = 'markerHeight';
+ ATh = 'markerUnits';
+ ETh = 'markerWidth';
+ kVh = 'markerheight';
+ zTh = 'markerunits';
+ DTh = 'markerwidth';
+ vsg = 'marquee';
+ pbh = 'mask';
+ tZh = 'maskContentUnits';
+ eQh = 'maskUnits';
+
+ rZh = 'maskcontentunits';
+ dQh = 'maskunits';
+ A4h = 'math';
+ iYh = 'mathbackground';
+ cQh = 'mathcolor';
+ oVh = 'mathematical';
+ wLg = 'mathplayer';
+ nOh = 'mathsize';
+ BTh = 'mathvariant';
+ B7h = 'matrix';
+ jug = 'matrixrow';
+ o4g = 'max';
+ fQh = 'maxlength';
+ pMh = 'maxsize';
+ fih = 'mcomma;';
+ gih = 'mcy;';
+ hih = 'mdash;';
+ C4h = 'mean';
+ iih = 'measuredangle;';
+ lph = 'media';
+ w7h = 'median';
+ cZh = 'mediummathspace';
+ stg = 'menclose';
+ E4h = 'menu';
+ z7h = 'merror';
+ E0h = 'message';
+ x4h = 'meta';
+ rtg = 'metadata';
+ c6h = 'meter';
+ jEh = 'method';
+ ssg = 'mfenced';
+ jih = 'mfr;';
+ a6h = 'mfrac';
+ v7h = 'mglyph';
+ kih = 'mho;';
+ p2h = 'mi';
+ lih = 'micro';
+ oih = 'micro;';
+ pih = 'mid;';
+ qih = 'midast;';
+ rih = 'midcir;';
+ sih = 'middot';
+ tih = 'middot;';
+ z4g = 'min';
+ oMh = 'minsize';
+ e6h = 'minus';
+ uih = 'minus;';
+ vih = 'minusb;';
+ wih = 'minusd;';
+ xih = 'minusdu;';
+ gwg = 'missing-glyph';
+ Bug = 'mlabeledtr';
+ zih = 'mlcp;';
+ Aih = 'mldr;';
+ hwg = 'mmultiscripts';
+ q2h = 'mn';
+ Bih = 'mnplus;';
+ r2h = 'mo';
+ dbh = 'mode';
+ Cih = 'models;';
+ jIh = 'moduleStartup';
+ A7h = 'moment';
+ lvg = 'momentabout';
+ Dih = 'mopf;';
+ lXh = 'movablelimits';
+ d6h = 'mover';
+ Eih = 'mp;';
+ usg = 'mpadded';
+ b6h = 'mpath';
+ ttg = 'mphantom';
+ kvg = 'mprescripts';
+ g6h = 'mroot';
+ F4h = 'mrow';
+ s2h = 'ms';
+ Fih = 'mscr;';
+ s7h = 'mspace';
+ h6h = 'msqrt';
+ ajh = 'mstpos;';
+ u7h = 'mstyle';
+ y4h = 'msub';
+ xsg = 'msubsup';
+ D4h = 'msup';
+ t7h = 'mtable';
+ r3h = 'mtd';
+ i6h = 'mtext';
+ t3h = 'mtr';
+ bjh = 'mu;';
+ cjh = 'multimap;';
+ oOh = 'multiple';
+ ejh = 'mumap;';
+ x7h = 'munder';
+ Aug = 'munderover';
+ Bqg = 'must be positive';
+ fjh = 'nLeftarrow;';
+ gjh = 'nLeftrightarrow;';
+ hjh = 'nRightarrow;';
+ ijh = 'nVDash;';
+ jjh = 'nVdash;';
+ kjh = 'nabla;';
+ ljh = 'nacute;';
+ pXh = 'name';
+ mjh = 'nap;';
+ njh = 'napos;';
+ pjh = 'napprox;';
+ Foh = 'nargs';
+ qjh = 'natur;';
+ rjh = 'natural;';
+ uwg = 'naturalnumbers';
+ sjh = 'naturals;';
+ w3h = 'nav';
+ tjh = 'nbsp';
+ ujh = 'nbsp;';
+ vjh = 'ncap;';
+ wjh = 'ncaron;';
+ xjh = 'ncedil;';
+ yjh = 'ncong;';
+ Ajh = 'ncup;';
+ Bjh = 'ncy;';
+ Cjh = 'ndash;';
+ Djh = 'ne;';
+ Ejh = 'neArr;';
+ Fjh = 'nearhk;';
+ akh = 'nearr;';
+ bkh = 'nearrow;';
+ u3h = 'neq';
+ ckh = 'nequiv;';
+ dkh = 'nesear;';
+ b5h = 'nest';
+ fkh = 'nexist;';
+ gkh = 'nexists;';
+ hkh = 'nfr;';
+ ikh = 'nge;';
+ jkh = 'ngeq;';
+ kkh = 'ngsim;';
+ lkh = 'ngt;';
+ mkh = 'ngtr;';
+ nkh = 'nhArr;';
+ okh = 'nharr;';
+ qkh = 'nhpar;';
+ rkh = 'ni;';
+ skh = 'nis;';
+ tkh = 'nisd;';
+ ukh = 'niv;';
+ vkh = 'njcy;';
+ wkh = 'nlArr;';
+ xkh = 'nlarr;';
+ ykh = 'nldr;';
+ zkh = 'nle;';
+ Bkh = 'nleftarrow;';
+ Ckh = 'nleftrightarrow;';
+ Dkh = 'nleq;';
+ Ekh = 'nless;';
+ Fkh = 'nlsim;';
+ alh = 'nlt;';
+ blh = 'nltri;';
+ clh = 'nltrie;';
+ dlh = 'nmid;';
+ zFg = 'nobr';
+ iJg = 'noembed';
+ tJg = 'noframes';
+ tDh = 'nohref';
+ a5h = 'none';
+ elh = 'nopf;';
+ lOh = 'noresize';
+ vtg = 'noscript';
+ nMh = 'noshade';
+ v3h = 'not';
+ glh = 'not;';
+ Cug = 'notanumber';
+ kOh = 'notation';
+ j6h = 'notin';
+ hlh = 'notin;';
+ ilh = 'notinva;';
+ jlh = 'notinvb;';
+ klh = 'notinvc;';
+ llh = 'notni;';
+ mlh = 'notniva;';
+ nlh = 'notnivb;';
+ olh = 'notnivc;';
+ nvg = 'notprsubset';
+ mug = 'notsubset';
+ iDh = 'nowrap';
+ plh = 'npar;';
+ rlh = 'nparallel;';
+ slh = 'npolint;';
+ tlh = 'npr;';
+ ulh = 'nprcue;';
+ vlh = 'nprec;';
+ wlh = 'nrArr;';
+ xlh = 'nrarr;';
+ ylh = 'nrightarrow;';
+ zlh = 'nrtri;';
+ Alh = 'nrtrie;';
+ Dlh = 'nsc;';
+ Elh = 'nsccue;';
+ Flh = 'nscr;';
+ amh = 'nshortmid;';
+ bmh = 'nshortparallel;';
+ cmh = 'nsim;';
+ dmh = 'nsime;';
+ emh = 'nsimeq;';
+ fmh = 'nsmid;';
+ gmh = 'nspar;';
+ imh = 'nsqsube;';
+ jmh = 'nsqsupe;';
+ kmh = 'nsub;';
+ lmh = 'nsube;';
+ mmh = 'nsubseteq;';
+ nmh = 'nsucc;';
+ omh = 'nsup;';
+ pmh = 'nsupe;';
+ qmh = 'nsupseteq;';
+ rmh = 'ntgl;';
+ tmh = 'ntilde';
+ umh = 'ntilde;';
+ vmh = 'ntlg;';
+ wmh = 'ntriangleleft;';
+ xmh = 'ntrianglelefteq;';
+ ymh = 'ntriangleright;';
+ zmh = 'ntrianglerighteq;';
+ cKh = 'nu.validator.htmlparser.common.';
+ lKh = 'nu.validator.htmlparser.gwt.';
+ lIh = 'nu.validator.htmlparser.gwt.HtmlParserModule';
+ iKh = 'nu.validator.htmlparser.impl.';
+ Amh = 'nu;';
+ rQh = 'null';
+ Bmh = 'num;';
+ BRh = 'numOctaves';
+ Cmh = 'numero;';
+ ARh = 'numoctaves';
+ Emh = 'numsp;';
+ Fmh = 'nvDash;';
+ anh = 'nvHarr;';
+ bnh = 'nvdash;';
+ cnh = 'nvinfin;';
+ dnh = 'nvlArr;';
+ enh = 'nvrArr;';
+ fnh = 'nwArr;';
+ gnh = 'nwarhk;';
+ hnh = 'nwarr;';
+ jnh = 'nwarrow;';
+ knh = 'nwnear;';
+ lnh = 'oS;';
+ mnh = 'oacute';
+ nnh = 'oacute;';
+ onh = 'oast;';
+ FKg = 'object';
+ qRh = 'occurrence';
+ pnh = 'ocir;';
+ qnh = 'ocirc';
+ rnh = 'ocirc;';
+ jxg = 'octype';
+ snh = 'ocy;';
+ unh = 'odash;';
+ vnh = 'odblac;';
+ wnh = 'odiv;';
+ xnh = 'odot;';
+ ynh = 'odsold;';
+ znh = 'oelig;';
+ Anh = 'ofcir;';
+ gCh = 'offset';
+ Bnh = 'ofr;';
+ Cnh = 'ogon;';
+ Dnh = 'ograve';
+ Fnh = 'ograve;';
+ aoh = 'ogt;';
+ boh = 'ohbar;';
+ coh = 'ohm;';
+ doh = 'oint;';
+ t2h = 'ol';
+ eoh = 'olarr;';
+ foh = 'olcir;';
+ goh = 'olcross;';
+ hoh = 'oline;';
+ ioh = 'olt;';
+ koh = 'omacr;';
+ loh = 'omega;';
+ moh = 'omicron;';
+ noh = 'omid;';
+ ooh = 'ominus;';
+ kIh = 'onModuleLoadStart';
+ iMh = 'onabort';
+ pRh = 'onactivate';
+ hVh = 'onafterprint';
+ dXh = 'onafterupdate';
+ m0h = 'onbefordeactivate';
+ oZh = 'onbeforeactivate';
+ iVh = 'onbeforecopy';
+ uTh = 'onbeforecut';
+ p0h = 'onbeforeeditfocus';
+ gXh = 'onbeforepaste';
+ kXh = 'onbeforeprint';
+ hYh = 'onbeforeunload';
+ dYh = 'onbeforeupdate';
+ dMh = 'onbegin';
+ BBh = 'onblur';
+ aOh = 'onbounce';
+ eVh = 'oncellchange';
+ FNh = 'onchange';
+ aMh = 'onclick';
+ iXh = 'oncontextmenu';
+ aZh = 'oncontrolselect';
+ CCh = 'oncopy';
+ uoh = 'oncut';
+ FYh = 'ondataavailable';
+ qZh = 'ondatasetchanged';
+ n0h = 'ondatasetcomplete';
+ sRh = 'ondblclick';
+ FUh = 'ondeactivate';
+ zzh = 'ondrag';
+ uRh = 'ondragdrop';
+ zPh = 'ondragend';
+ sTh = 'ondragenter';
+ nTh = 'ondragleave';
+ xRh = 'ondragover';
+ xTh = 'ondragstart';
+ qBh = 'ondrop';
+ inh = 'onend';
+ gMh = 'onerror';
+ fXh = 'onerrorupdate';
+ eYh = 'onfilterchange';
+ cOh = 'onfinish';
+ fMh = 'onfocus';
+ EPh = 'onfocusin';
+ yRh = 'onfocusout';
+ dVh = 'onformchange';
+ wTh = 'onforminput';
+ AAh = 'onhelp';
+ hMh = 'oninput';
+ CPh = 'oninvalid';
+ DPh = 'onkeydown';
+ vRh = 'onkeypress';
+ eMh = 'onkeyup';
+ nzh = 'onload';
+ hXh = 'onlosecapture';
+ xPh = 'onmessage';
+ qTh = 'onmousedown';
+ gVh = 'onmouseenter';
+ bVh = 'onmouseleave';
+ oTh = 'onmousemove';
+ zRh = 'onmouseout';
+ rTh = 'onmouseover';
+ FPh = 'onmouseup';
+ fVh = 'onmousewheel';
+ czh = 'onmove';
+ APh = 'onmoveend';
+ yTh = 'onmovestart';
+ FLh = 'onpaste';
+ pZh = 'onpropertychange';
+ x0h = 'onreadystatechange';
+ iOh = 'onrepeat';
+ kMh = 'onreset';
+ ENh = 'onresize';
+ wRh = 'onrowenter';
+ bQh = 'onrowexit';
+ aVh = 'onrowsdelete';
+ fYh = 'onrowsinserted';
+ dOh = 'onscroll';
+ jOh = 'onselect';
+ jXh = 'onselectstart';
+ jMh = 'onstart';
+ fBh = 'onstop';
+ hOh = 'onsubmit';
+ bOh = 'onunload';
+ pAh = 'onzoom';
+ poh = 'oopf;';
+ lMh = 'opacity';
+ qoh = 'opar;';
+ nah = 'open';
+ fOh = 'operator';
+ roh = 'operp;';
+ soh = 'oplus;';
+ oxg = 'optgroup';
+ cMh = 'optimum';
+ dxg = 'option';
+ u2h = 'or';
+ toh = 'or;';
+ voh = 'orarr;';
+ woh = 'ord;';
+ Enh = 'order';
+ xoh = 'order;';
+ yoh = 'orderof;';
+ zoh = 'ordf';
+ Aoh = 'ordf;';
+ Boh = 'ordm';
+ Coh = 'ordm;';
+ bLh = 'org.xml.sax.';
+ rCh = 'orient';
+ pTh = 'orientation';
+ eAh = 'origin';
+ Doh = 'origof;';
+ Eoh = 'oror;';
+ aph = 'orslope;';
+ bph = 'orv;';
+ cph = 'oscr;';
+ dph = 'oslash';
+ eph = 'oslash;';
+ fph = 'osol;';
+ joh = 'other';
+ nug = 'otherwise';
+ gph = 'otilde';
+ hph = 'otilde;';
+ iph = 'otimes;';
+ jph = 'otimesas;';
+ mph = 'ouml';
+ nph = 'ouml;';
+ Cvg = 'outerproduct';
+ Dqg = 'output';
+ oph = 'ovbar;';
+ gOh = 'overflow';
+ o0h = 'overline-position';
+ y0h = 'overline-thickness';
+ ywg = 'p';
+ CNh = 'panose-1';
+ pph = 'par;';
+ qph = 'para';
+ rph = 'para;';
+ sph = 'parallel;';
+ l6h = 'param';
+ tph = 'parsim;';
+ uph = 'parsl;';
+ vph = 'part;';
+ ovg = 'partialdiff';
+ heh = 'path';
+ gSh = 'pathLength';
+ fSh = 'pathlength';
+ BMh = 'pattern';
+ e1h = 'patternContentUnits';
+ vZh = 'patternTransform';
+ zVh = 'patternUnits';
+ d1h = 'patterncontentunits';
+ uZh = 'patterntransform';
+ xVh = 'patternunits';
+ xph = 'pcy;';
+ yph = 'percnt;';
+ zph = 'period;';
+ Aph = 'permil;';
+ Bph = 'perp;';
+ Cph = 'pertenk;';
+ Dph = 'pfr;';
+ Eph = 'phi;';
+ Fph = 'phiv;';
+ aqh = 'phmmat;';
+ cqh = 'phone;';
+ v2h = 'pi';
+ dqh = 'pi;';
+ k6h = 'piece';
+ oug = 'piecewise';
+ seh = 'ping';
+ eqh = 'pitchfork;';
+ fqh = 'piv;';
+ EJg = 'plaintext';
+ gqh = 'planck;';
+ hqh = 'planckh;';
+ iqh = 'plankv;';
+ uQh = 'playcount';
+ c5h = 'plus';
+ jqh = 'plus;';
+ kqh = 'plusacir;';
+ lqh = 'plusb;';
+ nqh = 'pluscir;';
+ oqh = 'plusdo;';
+ pqh = 'plusdu;';
+ qqh = 'pluse;';
+ rqh = 'plusmn';
+ sqh = 'plusmn;';
+ tqh = 'plussim;';
+ uqh = 'plustwo;';
+ vqh = 'pm;';
+ oYh = 'pointer-events';
+ wqh = 'pointint;';
+ dIh = 'points';
+ pQh = 'pointsAtX';
+ tQh = 'pointsAtY';
+ nQh = 'pointsAtZ';
+ oQh = 'pointsatx';
+ qQh = 'pointsaty';
+ mQh = 'pointsatz';
+ ysg = 'polygon';
+ wtg = 'polyline';
+ yqh = 'popf;';
+ yHh = 'poster';
+ zqh = 'pound';
+ Aqh = 'pound;';
+ m6h = 'power';
+ Bqh = 'pr;';
+ Cqh = 'prE;';
+ Dqh = 'prap;';
+ Eqh = 'prcue;';
+ y3h = 'pre';
+ Fqh = 'pre;';
+ arh = 'prec;';
+ brh = 'precapprox;';
+ drh = 'preccurlyeq;';
+ erh = 'preceq;';
+ frh = 'precnapprox;';
+ grh = 'precneqq;';
+ hrh = 'precnsim;';
+ irh = 'precsim;';
+ xtg = 'prefetch';
+ vXh = 'preserveAlpha';
+ c1h = 'preserveAspectRatio';
+ uXh = 'preservealpha';
+ b1h = 'preserveaspectratio';
+ jrh = 'prime;';
+ Eqg = 'primes';
+ krh = 'primes;';
+ qYh = 'primitiveUnits';
+ pYh = 'primitiveunits';
+ lrh = 'prnE;';
+ mrh = 'prnap;';
+ orh = 'prnsim;';
+ prh = 'prod;';
+ zsg = 'product';
+ qrh = 'profalar;';
+ CMh = 'profile';
+ rrh = 'profline;';
+ srh = 'profsurf;';
+ ytg = 'progress';
+ oIh = 'prompt';
+ trh = 'prop;';
+ urh = 'propto;';
+ vrh = 'prsim;';
+ ztg = 'prsubset';
+ wrh = 'prurel;';
+ xrh = 'pscr;';
+ zrh = 'psi;';
+ Arh = 'puncsp;';
+ x1h = 'q';
+ Brh = 'qfr;';
+ Crh = 'qint;';
+ Drh = 'qopf;';
+ Erh = 'qprime;';
+ Frh = 'qscr;';
+ ash = 'quaternions;';
+ bsh = 'quatint;';
+ csh = 'quest;';
+ esh = 'questeq;';
+ fsh = 'quot';
+ gsh = 'quot;';
+ Atg = 'quotient';
+ uSg = 'r';
+ hsh = 'rAarr;';
+ ish = 'rArr;';
+ jsh = 'rAtail;';
+ ksh = 'rBarr;';
+ lsh = 'rHar;';
+ msh = 'race;';
+ nsh = 'racute;';
+ wwg = 'radialGradient';
+ vwg = 'radialgradient';
+ psh = 'radic;';
+ iSh = 'radiogroup';
+ gKh = 'radius';
+ qsh = 'raemptyv;';
+ rsh = 'rang;';
+ ssh = 'rangd;';
+ tsh = 'range;';
+ ush = 'rangle;';
+ vsh = 'raquo';
+ wsh = 'raquo;';
+ xsh = 'rarr;';
+ ysh = 'rarrap;';
+ Bsh = 'rarrb;';
+ Csh = 'rarrbfs;';
+ Dsh = 'rarrc;';
+ Esh = 'rarrfs;';
+ Fsh = 'rarrhk;';
+ ath = 'rarrlp;';
+ bth = 'rarrpl;';
+ cth = 'rarrsim;';
+ dth = 'rarrtl;';
+ eth = 'rarrw;';
+ gth = 'ratail;';
+ hth = 'ratio;';
+ pug = 'rationals';
+ ith = 'rationals;';
+ jth = 'rbarr;';
+ kth = 'rbbrk;';
+ lth = 'rbrace;';
+ mth = 'rbrack;';
+ nth = 'rbrke;';
+ oth = 'rbrksld;';
+ pth = 'rbrkslu;';
+ rth = 'rcaron;';
+ sth = 'rcedil;';
+ tth = 'rceil;';
+ uth = 'rcub;';
+ vth = 'rcy;';
+ wth = 'rdca;';
+ xth = 'rdldhar;';
+ yth = 'rdquo;';
+ zth = 'rdquor;';
+ Ath = 'rdsh;';
+ uOh = 'readonly';
+ f5h = 'real';
+ Cth = 'real;';
+ Dth = 'realine;';
+ Eth = 'realpart;';
+ n6h = 'reals';
+ Fth = 'reals;';
+ h5h = 'rect';
+ auh = 'rect;';
+ jfh = 'refX';
+ Ffh = 'refY';
+ Eeh = 'refx';
+ ufh = 'refy';
+ buh = 'reg';
+ cuh = 'reg;';
+ p5g = 'rel';
+ g5h = 'reln';
+ z3h = 'rem';
+ yZh = 'rendering-intent';
+ yNg = 'renesis';
+ CKh = 'repeat';
+ hSh = 'repeat-max';
+ mSh = 'repeat-min';
+ FVh = 'repeat-start';
+ gZh = 'repeat-template';
+ gUh = 'repeatCount';
+ yQh = 'repeatDur';
+ fUh = 'repeatcount';
+ xQh = 'repeatdur';
+ fNh = 'replace';
+ BOh = 'required';
+ C0h = 'requiredExtensions';
+ xZh = 'requiredFeatures';
+ B0h = 'requiredextensions';
+ wZh = 'requiredfeatures';
+ EMh = 'restart';
+ rKh = 'result';
+ A5g = 'rev';
+ duh = 'rfisht;';
+ euh = 'rfloor;';
+ fuh = 'rfr;';
+ huh = 'rhard;';
+ iuh = 'rharu;';
+ juh = 'rharul;';
+ kuh = 'rho;';
+ luh = 'rhov;';
+ muh = 'rightarrow;';
+ nuh = 'rightarrowtail;';
+ ouh = 'rightharpoondown;';
+ puh = 'rightharpoonup;';
+ quh = 'rightleftarrows;';
+ suh = 'rightleftharpoons;';
+ tuh = 'rightrightarrows;';
+ uuh = 'rightsquigarrow;';
+ vuh = 'rightthreetimes;';
+ wuh = 'ring;';
+ xuh = 'risingdotseq;';
+ yuh = 'rlarr;';
+ zuh = 'rlhar;';
+ Auh = 'rlm;';
+ Buh = 'rmoust;';
+ Duh = 'rmoustache;';
+ Euh = 'rnmid;';
+ Fuh = 'roang;';
+ avh = 'roarr;';
+ bvh = 'robrk;';
+ bih = 'role';
+ i5h = 'root';
+ cvh = 'ropar;';
+ dvh = 'ropf;';
+ evh = 'roplus;';
+ fLh = 'rotate';
+ fvh = 'rotimes;';
+ yOh = 'rowalign';
+ wOh = 'rowlines';
+ ahh = 'rows';
+ nSh = 'rowspacing';
+ FMh = 'rowspan';
+ x2h = 'rp';
+ gvh = 'rpar;';
+ ivh = 'rpargt;';
+ jvh = 'rppolint;';
+ gLh = 'rquote';
+ kvh = 'rrarr;';
+ lvh = 'rsaquo;';
+ mvh = 'rscr;';
+ nvh = 'rsh;';
+ eLh = 'rspace';
+ ovh = 'rsqb;';
+ pvh = 'rsquo;';
+ qvh = 'rsquor;';
+ tZg = 'rt';
+ rvh = 'rthree;';
+ tvh = 'rtimes;';
+ uvh = 'rtri;';
+ vvh = 'rtrie;';
+ wvh = 'rtrif;';
+ xvh = 'rtriltri;';
+ AGg = 'ruby';
+ d5h = 'rule';
+ fth = 'rules';
+ yvh = 'ruluhar;';
+ EZg = 'rx';
+ zvh = 'rx;';
+ j0g = 'ry';
+ oOg = 's';
+ fPg = 's:';
+ Avh = 'sacute;';
+ l5h = 'samp';
+ aNh = 'sandbox';
+ Bvh = 'sbquo;';
+ Cvh = 'sc;';
+ Evh = 'scE;';
+ iwg = 'scalarproduct';
+ osh = 'scale';
+ Fvh = 'scap;';
+ awh = 'scaron;';
+ bwh = 'sccue;';
+ cwh = 'sce;';
+ dwh = 'scedil;';
+ pJh = 'scheme';
+ ewh = 'scirc;';
+ fwh = 'scnE;';
+ gwh = 'scnap;';
+ hwh = 'scnsim;';
+ dsh = 'scope';
+ zIh = 'scoped';
+ lwh = 'scpolint;';
+ hIg = 'script';
+ eUh = 'scriptlevel';
+ wXh = 'scriptminsize';
+ g1h = 'scriptsizemultiplier';
+ lUh = 'scrolldelay';
+ wQh = 'scrolling';
+ mwh = 'scsim;';
+ nwh = 'scy;';
+ n5h = 'sdev';
+ owh = 'sdot;';
+ pwh = 'sdotb;';
+ qwh = 'sdote;';
+ rwh = 'seArr;';
+ xOh = 'seamless';
+ swh = 'searhk;';
+ twh = 'searr;';
+ uwh = 'searrow;';
+ B3h = 'sec';
+ j5h = 'sech';
+ wwh = 'sect';
+ xwh = 'sect;';
+ Bsg = 'section';
+ vgh = 'seed';
+ xvg = 'select';
+ vOh = 'selected';
+ zQh = 'selection';
+ Btg = 'selector';
+ qug = 'semantics';
+ ywh = 'semi;';
+ F3h = 'sep';
+ AQh = 'separator';
+ lSh = 'separators';
+ zwh = 'seswar;';
+ b4h = 'set';
+ Asg = 'setdiff';
+ Awh = 'setminus;';
+ Bwh = 'setmn;';
+ Cwh = 'sext;';
+ Dwh = 'sfr;';
+ Ewh = 'sfrown;';
+ yrh = 'shape';
+ eZh = 'shape-rendering';
+ Fwh = 'sharp;';
+ bxh = 'shchcy;';
+ cxh = 'shcy;';
+ dxh = 'shortmid;';
+ exh = 'shortparallel;';
+ vSh = 'show';
+ fxh = 'shy';
+ gxh = 'shy;';
+ hxh = 'sigma;';
+ ixh = 'sigmaf;';
+ jxh = 'sigmav;';
+ kxh = 'sim;';
+ mxh = 'simdot;';
+ nxh = 'sime;';
+ oxh = 'simeq;';
+ pxh = 'simg;';
+ qxh = 'simgE;';
+ rxh = 'siml;';
+ sxh = 'simlE;';
+ txh = 'simne;';
+ uxh = 'simplus;';
+ vxh = 'simrarr;';
+ E3h = 'sin';
+ k5h = 'sinh';
+ kgh = 'size';
+ xxh = 'slarr;';
+ nrh = 'slope';
+ o6h = 'small';
+ yxh = 'smallsetminus;';
+ zxh = 'smashp;';
+ Axh = 'smeparsl;';
+ Bxh = 'smid;';
+ Cxh = 'smile;';
+ Dxh = 'smt;';
+ Exh = 'smte;';
+ Fxh = 'softcy;';
+ ayh = 'sol;';
+ cyh = 'solb;';
+ dyh = 'solbar;';
+ Dug = 'solidcolor';
+ eyh = 'sopf;';
+ Fqg = 'source';
+ CQh = 'space';
+ erg = 'spacer';
+ DMh = 'spacing';
+ fyh = 'spades;';
+ gyh = 'spadesuit;';
+ lhh = 'span';
+ hyh = 'spar;';
+ xXh = 'specification';
+ CZh = 'specularConstant';
+ AZh = 'specularExponent';
+ BZh = 'specularconstant';
+ zZh = 'specularexponent';
+ Ash = 'speed';
+ BVh = 'spreadMethod';
+ AVh = 'spreadmethod';
+ iyh = 'sqcap;';
+ jyh = 'sqcup;';
+ kyh = 'sqsub;';
+ lyh = 'sqsube;';
+ nyh = 'sqsubset;';
+ oyh = 'sqsubseteq;';
+ pyh = 'sqsup;';
+ qyh = 'sqsupe;';
+ ryh = 'sqsupset;';
+ syh = 'sqsupseteq;';
+ tyh = 'squ;';
+ uyh = 'square;';
+ vyh = 'squarf;';
+ wyh = 'squf;';
+ yyh = 'srarr;';
+ f6g = 'src';
+ zyh = 'sscr;';
+ Ayh = 'ssetmn;';
+ Byh = 'ssmile;';
+ Cyh = 'sstarf;';
+ eNh = 'standby';
+ Dyh = 'star;';
+ Eyh = 'starf;';
+ guh = 'start';
+ kUh = 'startOffset';
+ jUh = 'startoffset';
+ iIh = 'startup';
+ bWh = 'stdDeviation';
+ aWh = 'stddeviation';
+ qth = 'stemh';
+ Bth = 'stemv';
+ whh = 'step';
+ iUh = 'stitchTiles';
+ hUh = 'stitchtiles';
+ m5h = 'stop';
+ kSh = 'stop-color';
+ cWh = 'stop-opacity';
+ Fyh = 'straightepsilon;';
+ azh = 'straightphi;';
+ zOh = 'stretchy';
+ arg = 'strike';
+ l1h = 'strikethrough-position';
+ m1h = 'strikethrough-thickness';
+ eJh = 'string';
+ bzh = 'strns;';
+ AJh = 'stroke';
+ FZh = 'stroke-dasharray';
+ u0h = 'stroke-dashoffset';
+ uYh = 'stroke-linecap';
+ fZh = 'stroke-linejoin';
+ v0h = 'stroke-miterlimit';
+ wYh = 'stroke-opacity';
+ EVh = 'stroke-width';
+ brg = 'strong';
+ BHg = 'style';
+ A3h = 'sub';
+ dzh = 'sub;';
+ ezh = 'subE;';
+ fzh = 'subdot;';
+ gzh = 'sube;';
+ hzh = 'subedot;';
+ izh = 'submult;';
+ jzh = 'subnE;';
+ kzh = 'subne;';
+ lzh = 'subplus;';
+ mzh = 'subrarr;';
+ vYh = 'subscriptshift';
+ frg = 'subset';
+ ozh = 'subset;';
+ pzh = 'subseteq;';
+ qzh = 'subseteqq;';
+ rzh = 'subsetneq;';
+ szh = 'subsetneqq;';
+ tzh = 'subsim;';
+ uzh = 'subsub;';
+ vzh = 'subsup;';
+ wzh = 'succ;';
+ xzh = 'succapprox;';
+ Azh = 'succcurlyeq;';
+ Bzh = 'succeq;';
+ Czh = 'succnapprox;';
+ Dzh = 'succneqq;';
+ Ezh = 'succnsim;';
+ Fzh = 'succsim;';
+ D3h = 'sum';
+ aAh = 'sum;';
+ bNh = 'summary';
+ bAh = 'sung;';
+ a4h = 'sup';
+ cAh = 'sup1';
+ dAh = 'sup1;';
+ fAh = 'sup2';
+ gAh = 'sup2;';
+ hAh = 'sup3';
+ iAh = 'sup3;';
+ jAh = 'sup;';
+ kAh = 'supE;';
+ lAh = 'supdot;';
+ mAh = 'supdsub;';
+ nAh = 'supe;';
+ oAh = 'supedot;';
+ EZh = 'superscriptshift';
+ qAh = 'suphsub;';
+ rAh = 'suplarr;';
+ sAh = 'supmult;';
+ tAh = 'supnE;';
+ uAh = 'supne;';
+ vAh = 'supplus;';
+ wAh = 'supset;';
+ xAh = 'supseteq;';
+ yAh = 'supseteqq;';
+ zAh = 'supsetneq;';
+ BAh = 'supsetneqq;';
+ CAh = 'supsim;';
+ DAh = 'supsub;';
+ EAh = 'supsup;';
+ DVh = 'surfaceScale';
+ CVh = 'surfacescale';
+ C3h = 'svg';
+ FAh = 'swArr;';
+ aBh = 'swarhk;';
+ bBh = 'swarr;';
+ cBh = 'swarrow;';
+ crg = 'switch';
+ dBh = 'swnwar;';
+ drg = 'symbol';
+ vQh = 'symmetric';
+ tYh = 'systemLanguage';
+ sYh = 'systemlanguage';
+ eBh = 'szlig';
+ gBh = 'szlig;';
+ tOh = 'tabindex';
+ cwg = 'table';
+ dUh = 'tableValues';
+ cUh = 'tablevalues';
+ d4h = 'tan';
+ s5h = 'tanh';
+ lGh = 'target';
+ hBh = 'target;';
+ uMh = 'targetX';
+ wMh = 'targetY';
+ tMh = 'targetx';
+ vMh = 'targety';
+ iBh = 'tau;';
+ FBg = 'tbody';
+ grg = 'tbreak';
+ jBh = 'tbrk;';
+ kBh = 'tcaron;';
+ lBh = 'tcedil;';
+ mBh = 'tcy;';
+ fyg = 'td';
+ nBh = 'tdot;';
+ oBh = 'telrec;';
+ sOh = 'template';
+ Csg = 'tendsto';
+ Cdh = 'text';
+ FTh = 'text-anchor';
+ dZh = 'text-decoration';
+ mYh = 'text-rendering';
+ aSh = 'textLength';
+ Dtg = 'textPath';
+ qHg = 'textarea';
+ FRh = 'textlength';
+ Ctg = 'textpath';
+ vCg = 'tfoot';
+ pBh = 'tfr;';
+ qyg = 'th';
+ kCg = 'thead';
+ rBh = 'there4;';
+ sBh = 'therefore;';
+ tBh = 'theta;';
+ uBh = 'thetasym;';
+ vBh = 'thetav;';
+ wBh = 'thickapprox;';
+ lYh = 'thickmathspace';
+ xBh = 'thicksim;';
+ oXh = 'thinmathspace';
+ yBh = 'thinsp;';
+ zBh = 'thkap;';
+ ABh = 'thksim;';
+ CBh = 'thorn';
+ DBh = 'thorn;';
+ EBh = 'tilde;';
+ o5h = 'time';
+ r6h = 'times';
+ FBh = 'times;';
+ aCh = 'timesb;';
+ bCh = 'timesbar;';
+ cCh = 'timesd;';
+ dCh = 'tint;';
+ fHg = 'title';
+ u0g = 'to';
+ eCh = 'toea;';
+ fCh = 'top;';
+ hCh = 'topbot;';
+ iCh = 'topcir;';
+ jCh = 'topf;';
+ kCh = 'topfork;';
+ lCh = 'tosa;';
+ mCh = 'tprime;';
+ uBg = 'tr';
+ nCh = 'trade;';
+ jQh = 'transform';
+ rug = 'transpose';
+ r5h = 'tref';
+ oCh = 'triangle;';
+ pCh = 'triangledown;';
+ qCh = 'triangleleft;';
+ sCh = 'trianglelefteq;';
+ tCh = 'triangleq;';
+ uCh = 'triangleright;';
+ vCh = 'trianglerighteq;';
+ wCh = 'tridot;';
+ xCh = 'trie;';
+ yCh = 'triminus;';
+ zCh = 'triplus;';
+ ACh = 'trisb;';
+ BCh = 'tritime;';
+ DCh = 'trpezium;';
+ q5h = 'true';
+ ECh = 'tscr;';
+ FCh = 'tscy;';
+ aDh = 'tshcy;';
+ p6h = 'tspan';
+ bDh = 'tstrok;';
+ y2h = 'tt';
+ cDh = 'twixt;';
+ dDh = 'twoheadleftarrow;';
+ eDh = 'twoheadrightarrow;';
+ Bch = 'type';
+ y1h = 'u';
+ gZg = 'u1';
+ BYg = 'u2';
+ fDh = 'uArr;';
+ gDh = 'uHar;';
+ jDh = 'uacute';
+ kDh = 'uacute;';
+ lDh = 'uarr;';
+ kxg = 'ublic';
+ mDh = 'ubrcy;';
+ nDh = 'ubreve;';
+ oDh = 'ucirc';
+ pDh = 'ucirc;';
+ qDh = 'ucy;';
+ rDh = 'udarr;';
+ sDh = 'udblac;';
+ uDh = 'udhar;';
+ vDh = 'ufisht;';
+ wDh = 'ufr;';
+ xDh = 'ugrave';
+ yDh = 'ugrave;';
+ zDh = 'uharl;';
+ ADh = 'uharr;';
+ BDh = 'uhblk;';
+ z2h = 'ul';
+ CDh = 'ulcorn;';
+ DDh = 'ulcorner;';
+ FDh = 'ulcrop;';
+ aEh = 'ultri;';
+ bEh = 'umacr;';
+ cEh = 'uml';
+ dEh = 'uml;';
+ z0h = 'underline-position';
+ a1h = 'underline-thickness';
+ sMh = 'unicode';
+ sVh = 'unicode-bidi';
+ nXh = 'unicode-range';
+ s6h = 'union';
+ tVh = 'units-per-em';
+ rVh = 'unselectable';
+ eEh = 'uogon;';
+ fEh = 'uopf;';
+ gEh = 'uparrow;';
+ hEh = 'updownarrow;';
+ iEh = 'upharpoonleft;';
+ kEh = 'upharpoonright;';
+ Dsg = 'uplimit';
+ lEh = 'uplus;';
+ mEh = 'upsi;';
+ nEh = 'upsih;';
+ oEh = 'upsilon;';
+ pEh = 'upuparrows;';
+ qEh = 'urcorn;';
+ rEh = 'urcorner;';
+ sEh = 'urcrop;';
+ tEh = 'uring;';
+ vEh = 'urtri;';
+ wEh = 'uscr;';
+ e4h = 'use';
+ vFh = 'usemap';
+ xEh = 'utdot;';
+ yEh = 'utilde;';
+ zEh = 'utri;';
+ AEh = 'utrif;';
+ BEh = 'uuarr;';
+ CEh = 'uuml';
+ DEh = 'uuml;';
+ EEh = 'uwangle;';
+ wVh = 'v-alphabetic';
+ kQh = 'v-hanging';
+ tXh = 'v-ideographic';
+ nYh = 'v-mathematical';
+ aFh = 'vArr;';
+ bFh = 'vBar;';
+ cFh = 'vBarv;';
+ dFh = 'vDash;';
+ cHh = 'valign';
+ crh = 'value';
+ xGh = 'values';
+ lQh = 'valuetype';
+ eFh = 'vangrt;';
+ f4h = 'var';
+ fFh = 'varepsilon;';
+ Etg = 'variance';
+ gFh = 'varkappa;';
+ hFh = 'varnothing;';
+ iFh = 'varphi;';
+ jFh = 'varpi;';
+ lFh = 'varpropto;';
+ mFh = 'varr;';
+ nFh = 'varrho;';
+ oFh = 'varsigma;';
+ pFh = 'vartheta;';
+ qFh = 'vartriangleleft;';
+ rFh = 'vartriangleright;';
+ sFh = 'vcy;';
+ tFh = 'vdash;';
+ irg = 'vector';
+ jwg = 'vectorproduct';
+ uFh = 'vee;';
+ wFh = 'veebar;';
+ xFh = 'veeeq;';
+ yFh = 'vellip;';
+ zFh = 'verbar;';
+ AMh = 'version';
+ eSh = 'vert-adv-y';
+ rXh = 'vert-origin-x';
+ sXh = 'vert-origin-y';
+ AFh = 'vert;';
+ A0h = 'verythickmathspace';
+ s0h = 'verythinmathspace';
+ j1h = 'veryverythickmathspace';
+ i1h = 'veryverythinmathspace';
+ BFh = 'vfr;';
+ u6h = 'video';
+ t5h = 'view';
+ zMh = 'viewBox';
+ dSh = 'viewTarget';
+ yMh = 'viewbox';
+ cSh = 'viewtarget';
+ bSh = 'visibility';
+ t6h = 'vkern';
+ xqh = 'vlink';
+ CFh = 'vltri;';
+ DFh = 'vopf;';
+ EFh = 'vprop;';
+ FFh = 'vrtri;';
+ bGh = 'vscr;';
+ nHh = 'vspace';
+ cGh = 'vzigzag;';
+ g4h = 'wbr';
+ dGh = 'wcirc;';
+ eGh = 'wedbar;';
+ fGh = 'wedge;';
+ gGh = 'wedgeq;';
+ hGh = 'weierp;';
+ iGh = 'wfr;';
+ gdh = 'when';
+ mqh = 'width';
+ aGh = 'widths';
+ jGh = 'wopf;';
+ uVh = 'word-spacing';
+ kGh = 'wp;';
+ mGh = 'wr;';
+ rdh = 'wrap';
+ nGh = 'wreath;';
+ vVh = 'writing-mode';
+ oGh = 'wscr;';
+ FSg = 'x';
+ EOh = 'x-height';
+ v1g = 'x1';
+ a2g = 'x2';
+ b0h = 'xChannelSelector';
+ pGh = 'xcap;';
+ a0h = 'xchannelselector';
+ qGh = 'xcirc;';
+ rGh = 'xcup;';
+ sGh = 'xdtri;';
+ tGh = 'xfr;';
+ uGh = 'xhArr;';
+ vGh = 'xharr;';
+ yGh = 'xi;';
+ zGh = 'xlArr;';
+ AGh = 'xlarr;';
+ hRg = 'xlink';
+ yXh = 'xlink:actuate';
+ AXh = 'xlink:arcrole';
+ sSh = 'xlink:href';
+ rSh = 'xlink:role';
+ tSh = 'xlink:show';
+ oUh = 'xlink:title';
+ qSh = 'xlink:type';
+ BGh = 'xmap;';
+ sRg = 'xml';
+ COh = 'xml:base';
+ DOh = 'xml:lang';
+ BQh = 'xml:space';
+ CQg = 'xmlns';
+ s1h = 'xmlns:';
+ nUh = 'xmlns:xlink';
+ sIg = 'xmp';
+ CGh = 'xnis;';
+ DGh = 'xodot;';
+ EGh = 'xopf;';
+ FGh = 'xoplus;';
+ h4h = 'xor';
+ aHh = 'xotime;';
+ bHh = 'xrArr;';
+ dHh = 'xrarr;';
+ nih = 'xref';
+ eHh = 'xscr;';
+ fHh = 'xsqcup;';
+ gHh = 'xuplus;';
+ hHh = 'xutri;';
+ iHh = 'xvee;';
+ jHh = 'xwedge;';
+ kTg = 'y';
+ k1g = 'y1';
+ F0g = 'y2';
+ d0h = 'yChannelSelector';
+ kHh = 'yacute';
+ lHh = 'yacute;';
+ mHh = 'yacy;';
+ c0h = 'ychannelselector';
+ oHh = 'ycirc;';
+ pHh = 'ycy;';
+ qHh = 'yen';
+ rHh = 'yen;';
+ sHh = 'yfr;';
+ tHh = 'yicy;';
+ uHh = 'yopf;';
+ vHh = 'yscr;';
+ lxg = 'ystem';
+ wHh = 'yucy;';
+ xHh = 'yuml';
+ zHh = 'yuml;';
+ vTg = 'z';
+ AHh = 'zacute;';
+ BHh = 'zcaron;';
+ CHh = 'zcy;';
+ DHh = 'zdot;';
+ EHh = 'zeetrf;';
+ FHh = 'zeta;';
+ aIh = 'zfr;';
+ bIh = 'zhcy;';
+ cIh = 'zigrarr;';
+ pSh = 'zoomAndPan';
+ oSh = 'zoomandpan';
+ eIh = 'zopf;';
+ fIh = 'zscr;';
+ gIh = 'zwj;';
+ hIh = 'zwnj;';
+ b3g = '{';
+ F9g = '}';
+ tsg = '\u201D cannot be represented as XML 1.0.';
+ eyg = '\u201D is not serializable as XML 1.0.';
+ nxg = '\u201D without an explicit value seen. The attribute may be dropped by IE7.';
+ rxg = '\u201D.';
+};
Added: trunk/mapbender/test/tools/env-js/src/parser/variable_declarations.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/variable_declarations.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/variable_declarations.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,72 @@
+
+var
+k$h,
+b$h,
+q$h,
+g$h,
+l$h,
+E9h,
+F9h,
+D_h,
+f$h,
+dai,
+s$h,
+A$h,
+F$h,
+a$h,
+i$h,
+c$h,
+A_h,
+e$h,
+d$h,
+h$h,
+B_h,
+j$h,
+p$h,
+m$h,
+n$h,
+o$h,
+r$h,
+C_h,
+C$h,
+x$h,
+E$h,
+u$h,
+t$h,
+B$h,
+v$h,
+w$h,
+y$h,
+z$h,
+D$h,
+a_h,
+b_h,
+e_h,
+c_h,
+d_h,
+f_h,
+g_h,
+h_h,
+i_h,
+w_h,
+p_h,
+k_h,
+j_h,
+m_h,
+l_h,
+n_h,
+bai,
+E_h,
+o_h,
+F_h,
+q_h,
+v_h,
+r_h,
+s_h,
+t_h,
+cai,
+u_h,
+aai,
+x_h,
+y_h,
+z_h;
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/parser/variables_0.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/parser/variables_0.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/parser/variables_0.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,72 @@
+HTMLParser.variables_0 = function(){
+k$h=jci(mIh,nIh);
+b$h=jci(pIh,qIh);
+q$h=jci(mIh,rIh);
+g$h=jci(mIh,sIh);
+l$h=jci(mIh,tIh);
+E9h=jci(uIh,vIh);
+F9h=jci(uIh,wIh);
+D_h=ici(xIh,yIh);
+f$h=jci(mIh,AIh);
+dai=ici(cNh,BIh);
+s$h=jci(CIh,DIh);
+A$h=jci(CIh,EIh);
+F$h=jci(CIh,FIh);
+a$h=jci(pIh,aJh);
+i$h=jci(mIh,bJh);
+c$h=jci(mIh,cJh);
+A_h=ici(cNh,dJh);
+e$h=jci(mIh,fJh);
+d$h=jci(mIh,gJh);
+h$h=jci(mIh,hJh);
+B_h=ici(cNh,iJh);
+j$h=jci(mIh,jJh);
+p$h=jci(mIh,aUh);
+m$h=jci(mIh,kJh);
+n$h=jci(mIh,lJh);
+o$h=jci(mIh,mJh);
+r$h=jci(mIh,nJh);
+C_h=ici(xIh,oJh);
+C$h=jci(CIh,qJh);
+x$h=jci(CIh,rJh);
+E$h=jci(CIh,sJh);
+u$h=jci(CIh,tJh);
+t$h=jci(CIh,uJh);
+B$h=jci(CIh,vJh);
+v$h=jci(CIh,wJh);
+w$h=jci(CIh,xJh);
+y$h=jci(CIh,yJh);
+z$h=jci(CIh,zJh);
+D$h=jci(CIh,BJh);
+a_h=jci(CIh,CJh);
+b_h=jci(CIh,DJh);
+e_h=jci(CIh,EJh);
+c_h=jci(CIh,FJh);
+d_h=jci(CIh,aKh);
+f_h=jci(CIh,bKh);
+g_h=kci(cKh,dKh);
+h_h=kci(cKh,eKh);
+i_h=kci(cKh,hKh);
+w_h=jci(iKh,jKh);
+p_h=jci(iKh,kKh);
+k_h=jci(lKh,mKh);
+j_h=jci(lKh,nKh);
+m_h=jci(lKh,oKh);
+l_h=jci(lKh,pKh);
+n_h=jci(lKh,qKh);
+bai=ici(cNh,sKh);
+E_h=ici(tKh,uKh);
+o_h=jci(iKh,vKh);
+F_h=ici(tKh,wKh);
+q_h=jci(iKh,xKh);
+v_h=jci(iKh,yKh);
+r_h=jci(iKh,zKh);
+s_h=jci(iKh,AKh);
+t_h=jci(iKh,BKh);
+cai=ici(cNh,DKh);
+u_h=jci(iKh,EKh);
+aai=ici(tKh,FKh);
+x_h=jci(iKh,aLh);
+y_h=jci(bLh,cLh);
+z_h=jci(bLh,dLh);
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/core/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,39 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ */
+
+var Envjs = function(){
+ var i,
+ name
+ override = function(){
+ for(i=0;i<arguments.length;i++){
+ for ( name in arguments[i] ) {
+ var g = arguments[i].__lookupGetter__(name),
+ s = arguments[i].__lookupSetter__(name);
+ if ( g || s ) {
+ if ( g ) Envjs.__defineGetter__(name, g);
+ if ( s ) Envjs.__defineSetter__(name, s);
+ } else
+ Envjs[name] = arguments[i][name];
+ }
+ }
+ };
+ if(arguments.length === 1 && typeof(arguments[0]) == 'string'){
+ window.location = arguments[0];
+ }else if (arguments.length === 1 && typeof(arguments[0]) == "object"){
+ override(arguments[0])
+ }else if(arguments.length === 2){
+ override(arguments[1]);
+ window.location = arguments[0];
+ }
+ return;
+};
+
+//eg "Mozilla"
+Envjs.appCodeName = "Envjs";
+//eg "Gecko/20070309 Firefox/2.0.0.3"
+Envjs.appName = "Resig/20070309 PilotFish/1.2.0.1";
+
Added: trunk/mapbender/test/tools/env-js/src/platform/core/console.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/console.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/console.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,21 @@
+
+/**
+ * Writes message to system out
+ * @param {String} message
+ */
+Envjs.log = function(message){};
+
+/**
+ * Constants providing enumerated levels for logging in modules
+ */
+Envjs.DEBUG = 1;
+Envjs.INFO = 2;
+Envjs.WARN = 3;
+Envjs.ERROR = 3;
+Envjs.NONE = 3;
+
+/**
+ * Writes error info out to console
+ * @param {Error} e
+ */
+Envjs.lineSource = function(e){};
Added: trunk/mapbender/test/tools/env-js/src/platform/core/dom.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/dom.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/dom.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1 @@
+
Added: trunk/mapbender/test/tools/env-js/src/platform/core/event.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/event.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/event.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1 @@
+
Added: trunk/mapbender/test/tools/env-js/src/platform/core/html.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/html.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/html.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,105 @@
+
+
+/**
+ * describes which script src values will trigger Envjs to load
+ * the script like a browser would
+ */
+Envjs.scriptTypes = {
+ "text/javascript" :false,
+ "text/envjs" :true
+};
+
+/**
+ * will be called when loading a script throws an error
+ * @param {Object} script
+ * @param {Object} e
+ */
+Envjs.onScriptLoadError = function(script, e){
+ console.log('error loading script %s %s', script, e);
+};
+
+
+/**
+ * load and execute script tag text content
+ * @param {Object} script
+ */
+Envjs.loadInlineScript = function(script){
+ var tmpFile;
+ tmpFile = Envjs.writeToTempFile(script.text, 'js') ;
+ load(tmpFile);
+};
+
+
+/**
+ * Executes a script tag
+ * @param {Object} script
+ * @param {Object} parser
+ */
+Envjs.loadLocalScript = function(script){
+ console.debug("loading script %s", script);
+ var types,
+ src,
+ i,
+ base,
+ filename;
+
+ if(script.type){
+ types = script.type.split(";");
+ for(i=0;i<types.length;i++){
+ if(Envjs.scriptTypes[types[i]]){
+ //ok this script type is allowed
+ break;
+ }
+ if(i+1 == types.length)
+ return false;
+ }
+ }else{
+ try{
+ //handle inline scripts
+ if(!script.src)
+ Envjs.loadInlineScript(script);
+ return true;
+ }catch(e){
+ //Envjs.error("Error loading script.", e);
+ Envjs.onScriptLoadError(script, e);
+ return false;
+ }
+ }
+
+
+ if(script.src){
+ //$env.info("loading allowed external script :" + script.src);
+ //lets you register a function to execute
+ //before the script is loaded
+ if(Envjs.beforeScriptLoad){
+ for(src in Envjs.beforeScriptLoad){
+ if(script.src.match(src)){
+ Envjs.beforeScriptLoad[src](script);
+ }
+ }
+ }
+ base = "" + script.ownerDocument.location;
+ //filename = Envjs.uri(script.src.match(/([^\?#]*)/)[1], base );
+ //console.log('base %s', base);
+ filename = Envjs.uri(script.src, base);
+ try {
+ load(filename);
+ //console.log('loaded %s', filename);
+ } catch(e) {
+ console.log("could not load script %s \n %s", filename, e );
+ Envjs.onScriptLoadError(script, e);
+ return false;
+ }
+ //lets you register a function to execute
+ //after the script is loaded
+ if(Envjs.afterScriptLoad){
+ for(src in Envjs.afterScriptLoad){
+ if(script.src.match(src)){
+ Envjs.afterScriptLoad[src](script);
+ }
+ }
+ }
+ }
+ return true;
+};
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/core/profile.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/profile.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/profile.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,7 @@
+
+/**
+ *
+ * @param {Object} options
+ */
+Envjs.profile = function(options){ throw new Error(this); };
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/core/timer.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/timer.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/timer.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,18 @@
+
+/**
+ * synchronizes thread modifications
+ * @param {Function} fn
+ */
+Envjs.sync = function(fn){};
+
+/**
+ * sleep thread for specified duration
+ * @param {Object} millseconds
+ */
+Envjs.sleep = function(millseconds){};
+
+/**
+ * Interval to wait on event loop when nothing is happening
+ */
+Envjs.WAIT_INTERVAL = 100;//milliseconds
+
Added: trunk/mapbender/test/tools/env-js/src/platform/core/window.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/window.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/window.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,48 @@
+
+/**
+ * Makes an object window-like by proxying object accessors
+ * @param {Object} scope
+ * @param {Object} parent
+ */
+Envjs.proxy = function(scope, parent, aliasList){};
+
+Envjs.javaEnabled = false;
+
+Envjs.tmpdir = '';
+Envjs.os_name = '';
+Envjs.os_arch = '';
+Envjs.os_version = '';
+Envjs.lang = '';
+Envjs.platform = '';//how do we get the version
+
+/**
+ *
+ * @param {Object} frameElement
+ * @param {Object} url
+ */
+Envjs.loadFrame = function(frame, url){
+ try {
+ if(frame.contentWindow){
+ //mark for garbage collection
+ frame.contentWindow = null;
+ }
+
+ //create a new scope for the window proxy
+ //platforms will need to override this function
+ //to make sure the scope is global-like
+ frame.contentWindow = (function(){return this;})();
+ new Window(frame.contentWindow, window);
+
+ //I dont think frames load asynchronously in firefox
+ //and I think the tests have verified this but for
+ //some reason I'm less than confident... Are there cases?
+ frame.contentDocument = frame.contentWindow.document;
+ frame.contentDocument.async = false;
+ if(url){
+ //console.log('envjs.loadFrame async %s', frame.contentDocument.async);
+ frame.contentWindow.location = url;
+ }
+ } catch(e) {
+ console.log("failed to load frame content: from %s %s", url, e);
+ }
+};
Added: trunk/mapbender/test/tools/env-js/src/platform/core/xhr.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/core/xhr.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/core/xhr.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,49 @@
+
+/**
+ * resolves location relative to base or window location
+ * @param {Object} path
+ * @param {Object} base
+ */
+Envjs.uri = function(path, base){};
+
+
+/**
+ * Used in the XMLHttpRquest implementation to run a
+ * request in a seperate thread
+ * @param {Object} fn
+ */
+Envjs.runAsync = function(fn){};
+
+
+/**
+ * Used to write to a local file
+ * @param {Object} text
+ * @param {Object} url
+ */
+Envjs.writeToFile = function(text, url){};
+
+
+/**
+ * Used to write to a local file
+ * @param {Object} text
+ * @param {Object} suffix
+ */
+Envjs.writeToTempFile = function(text, suffix){};
+
+/**
+ * Used to delete a local file
+ * @param {Object} url
+ */
+Envjs.deleteFile = function(url){};
+
+/**
+ * establishes connection and calls responsehandler
+ * @param {Object} xhr
+ * @param {Object} responseHandler
+ * @param {Object} data
+ */
+Envjs.connection = function(xhr, responseHandler, data){};
+
+
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,8 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ */
+
+var __context__ = Packages.org.mozilla.javascript.Context.getCurrentContext();
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/console.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/console.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/console.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,12 @@
+
+/**
+ * Writes message to system out
+ * @param {Object} message
+ */
+Envjs.log = function(message){
+ print(message);
+};
+
+Envjs.lineSource = function(e){
+ return e&&e.rhinoException?e.rhinoException.lineSource():"(line ?)";
+};
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/html.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/html.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/html.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,16 @@
+
+/**
+ * load and execute script tag text content
+ * @param {Object} script
+ */
+Envjs.loadInlineScript = function(script){
+ __context__.evaluateString(
+ script.ownerDocument.ownerWindow,
+ script.text,
+ 'eval('+script.text.substring(0,16)+'...):'+new Date().getTime(),
+ 0,
+ null
+ );
+ //console.log('evaluated at scope %s \n%s',
+ // script.ownerDocument.ownerWindow.uuid, script.text);
+};
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/parser.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/parser.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/parser.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,5 @@
+
+//Temporary patch for parser module
+Packages.org.mozilla.javascript.Context.
+ getCurrentContext().setOptimizationLevel(-1);
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/profile.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/profile.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/profile.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,7 @@
+
+/**
+ *
+ * @param {Object} options
+ */
+Envjs.profile = function(options){ throw new Error(this); };
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/timer.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/timer.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/timer.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,34 @@
+
+/**
+ * Rhino provides a very succinct 'sync'
+ * @param {Function} fn
+ */
+Envjs.sync = sync;
+
+
+/**
+ * sleep thread for specified duration
+ * @param {Object} millseconds
+ */
+Envjs.sleep = function(millseconds){
+ java.lang.Thread.currentThread().sleep(millseconds);
+};
+
+/**
+ * provides callback hook for when the system exits
+ */
+Envjs.onExit = function(callback){
+ var rhino = Packages.org.mozilla.javascript,
+ contextFactory = __context__.getFactory(),
+ listener = new rhino.ContextFactory.Listener({
+ contextReleased: function(context){
+ if(context === __context__)
+ console.log('context released', context);
+ contextFactory.removeListener(this);
+ if(callback)
+ callback();
+ }
+ });
+ contextFactory.addListener(listener);
+};
+
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/window.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/window.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/window.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,135 @@
+
+//Since we're running in rhino I guess we can safely assume
+//java is 'enabled'. I'm sure this requires more thought
+//than I've given it here
+Envjs.javaEnabled = true;
+
+Envjs.tmpdir = java.lang.System.getProperty("java.io.tmpdir");
+Envjs.os_name = java.lang.System.getProperty("os.name");
+Envjs.os_arch = java.lang.System.getProperty("os.arch");
+Envjs.os_version = java.lang.System.getProperty("os.version");
+Envjs.lang = java.lang.System.getProperty("user.lang");
+Envjs.platform = "Rhino ";//how do we get the version
+
+
+/**
+ *
+ * @param {Object} frameElement
+ * @param {Object} url
+ */
+Envjs.loadFrame = function(frame, url){
+ try {
+ if(frame.contentWindow){
+ //mark for garbage collection
+ frame.contentWindow = null;
+ }
+
+ //create a new scope for the window proxy
+ frame.contentWindow = __context__.initStandardObjects();
+ new Window(frame.contentWindow, window);
+
+ //I dont think frames load asynchronously in firefox
+ //and I think the tests have verified this but for
+ //some reason I'm less than confident... Are there cases?
+ frame.contentDocument = frame.contentWindow.document;
+ frame.contentDocument.async = false;
+ if(url){
+ //console.log('envjs.loadFrame async %s', frame.contentDocument.async);
+ frame.contentWindow.location = url;
+ }
+ } catch(e) {
+ console.log("failed to load frame content: from %s %s", url, e);
+ }
+};
+
+/**
+ * Makes an object window-like by proxying object accessors
+ * @param {Object} scope
+ * @param {Object} parent
+ */
+Envjs.proxy = function(scope, parent){
+
+ try{
+ if(scope+'' == '[object global]'){
+ __context__.initStandardObjects(scope);
+ //console.log('succeeded to init standard objects %s %s', scope, parent);
+ }
+ }catch(e){
+ console.log('failed to init standard objects %s %s \n%s', scope, parent, e);
+ }
+
+ var _scope = scope;
+ _parent = parent||null,
+ _this = this,
+ _undefined = Packages.org.mozilla.javascript.Scriptable.NOT_FOUND,
+ _proxy = new Packages.org.mozilla.javascript.ScriptableObject({
+ getClassName: function(){
+ return 'envjs.platform.rhino.Proxy';
+ },
+ has: function(nameOrIndex, start){
+ var has;
+ //print('proxy has '+nameOrIndex+" ("+nameOrIndex['class']+")");
+ if(nameOrIndex['class'] == java.lang.String){
+ switch(nameOrIndex+''){
+ case '__iterator__':
+ return _proxy.__iterator__;
+ break;
+ default:
+ has = (nameOrIndex+'') in _scope;
+ //print('has as string :'+has);
+ return has;
+ }
+ }else{
+ //print('has not');
+ return false;
+ }
+ },
+ put: function(nameOrIndex, start, value){
+ //print('put '+ value);
+ _scope[nameOrIndex+''] = value;
+ },
+ get: function(nameOrIndex, start){
+ //print('proxy get '+nameOrIndex+" ("+nameOrIndex['class']+")");
+ var value;
+ if(nameOrIndex['class'] == java.lang.String){
+ //print("get as string");
+ value = _scope[nameOrIndex+''];
+ if(value+'' === "undefined"){
+ return _undefined;
+ }else{
+ return value;
+ }
+ } else {
+ //print('get not');
+ return _undefined;
+ }
+ },
+ 'delete': function(nameOrIndex){
+ //console.log('deleting %s', nameOrIndex);
+ delete _scope[nameOrIndex+''];
+ },
+ get parentScope(){
+ //console.log('get proxy parentScope');
+ return _parent;
+ },
+ set parentScope(parent){
+ //console.log('set proxy parentScope');
+ _parent = parent;
+ },
+ get topLevelScope(){
+ //console.log('get proxy topLevelScope');
+ return _parent;
+ },
+ equivalentValues: function(value){
+ return (value == _scope || value == this );
+ },
+ equals: function(value){
+ return (value === _scope || value === this );
+ }
+ });
+
+
+
+ return _proxy;
+
+};
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/xhr.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/xhr.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/xhr.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,240 @@
+
+/**
+ * resolves location relative to doc location
+ * @param {Object} path
+ * @param {Object} path
+ * @param {Object} base
+ */
+Envjs.uri = function(path, base){
+ var protocol = new RegExp('(^file\:|^http\:|^https\:)'),
+ m = protocol.exec(path),
+ baseURI;
+ if(m&&m.length>1){
+ return (new java.net.URL(path).toString()+'')
+ .replace('file:/', 'file:///');;
+ }else if(base){
+ return (new java.net.URL(new java.net.URL(base), path)+'')
+ .replace('file:/', 'file:///');;
+ }else{
+ //return an absolute url from a url relative to the window location
+ //TODO: window should not be inlined here. this should be passed as a
+ // parameter to Envjs.location :DONE
+ if(document){
+ baseURI = document.baseURI;
+ if(baseURI == 'about:blank'){
+ baseURI = (java.io.File(path).toURL().toString()+'')
+ .replace('file:/', 'file:///');
+ //console.log('baseURI %s', baseURI);
+ return baseURI;
+ }else{
+ base = baseURI.substring(0, baseURI.lastIndexOf('/'));
+ if(base.length > 0){
+ return base + '/' + path;
+ }else{
+ return (new java.io.File(path).toURL().toString()+'')
+ .replace('file:/', 'file:///');
+ }
+ }
+ }else{
+ return (new java.io.File(path).toURL().toString()+'')
+ .replace('file:/', 'file:///');
+ }
+ }
+};
+
+/**
+ *
+ * @param {Object} fn
+ * @param {Object} onInterupt
+ */
+Envjs.runAsync = function(fn, onInterupt){
+ ////Envjs.debug("running async");
+ var running = true,
+ run = sync(function(){
+ //while happening only thing in this timer
+ ////Envjs.debug("running timed function");
+ fn();
+ });
+
+ try{
+ spawn(run);
+ }catch(e){
+ //Envjs.error("error while running async", e);
+ if(onInterrupt)
+ onInterrupt(e);
+ }
+};
+
+/**
+ * Used to write to a local file
+ * @param {Object} text
+ * @param {Object} url
+ */
+Envjs.writeToFile = function(text, url){
+ //Envjs.debug("writing text to url : " + url);
+ var out = new java.io.FileWriter(
+ new java.io.File(
+ new java.net.URI(url.toString())));
+ out.write( text, 0, text.length );
+ out.flush();
+ out.close();
+};
+
+/**
+ * Used to write to a local file
+ * @param {Object} text
+ * @param {Object} suffix
+ */
+Envjs.writeToTempFile = function(text, suffix){
+ //Envjs.debug("writing text to temp url : " + suffix);
+ // Create temp file.
+ var temp = java.io.File.createTempFile("envjs-tmp", suffix);
+
+ // Delete temp file when program exits.
+ temp.deleteOnExit();
+
+ // Write to temp file
+ var out = new java.io.FileWriter(temp);
+ out.write(text, 0, text.length);
+ out.close();
+ return temp.getAbsolutePath().toString()+'';
+};
+
+
+/**
+ * Used to delete a local file
+ * @param {Object} url
+ */
+Envjs.deleteFile = function(url){
+ var file = new java.io.File( new java.net.URI( url ) );
+ file["delete"]();
+};
+
+/**
+ * establishes connection and calls responsehandler
+ * @param {Object} xhr
+ * @param {Object} responseHandler
+ * @param {Object} data
+ */
+Envjs.connection = function(xhr, responseHandler, data){
+ var url = java.net.URL(xhr.url),
+ connection;
+ if ( /^file\:/.test(url) ) {
+ try{
+ if ( xhr.method == "PUT" ) {
+ var text = data || "" ;
+ Envjs.writeToFile(text, url);
+ } else if ( xhr.method == "DELETE" ) {
+ Envjs.deleteFile(url);
+ } else {
+ connection = url.openConnection();
+ connection.connect();
+ //try to add some canned headers that make sense
+
+ try{
+ if(xhr.url.match(/html$/)){
+ xhr.responseHeaders["Content-Type"] = 'text/html';
+ }else if(xhr.url.match(/.xml$/)){
+ xhr.responseHeaders["Content-Type"] = 'text/xml';
+ }else if(xhr.url.match(/.js$/)){
+ xhr.responseHeaders["Content-Type"] = 'text/javascript';
+ }else if(xhr.url.match(/.json$/)){
+ xhr.responseHeaders["Content-Type"] = 'application/json';
+ }else{
+ xhr.responseHeaders["Content-Type"] = 'text/plain';
+ }
+ //xhr.responseHeaders['Last-Modified'] = connection.getLastModified();
+ //xhr.responseHeaders['Content-Length'] = headerValue+'';
+ //xhr.responseHeaders['Date'] = new Date()+'';*/
+ }catch(e){
+ console.log('failed to load response headers',e);
+ }
+ }
+ }catch(e){
+ console.log('failed to open file %s %s', url, e);
+ connection = null;
+ xhr.readyState = 4;
+ xhr.statusText = "Local File Protocol Error";
+ xhr.responseText = "<html><head/><body><p>"+ e+ "</p></body></html>";
+ }
+ } else {
+ connection = url.openConnection();
+ connection.setRequestMethod( xhr.method );
+
+ // Add headers to Java connection
+ for (var header in xhr.headers){
+ connection.addRequestProperty(header+'', xhr.headers[header]+'');
+ }
+
+ //write data to output stream if required
+ if(data&&data.length&&data.length>0){
+ if ( xhr.method == "PUT" || xhr.method == "POST" ) {
+ connection.setDoOutput(true);
+ var outstream = connection.getOutputStream(),
+ outbuffer = new java.lang.String(data).getBytes('UTF-8');
+
+ outstream.write(outbuffer, 0, outbuffer.length);
+ outstream.close();
+ }
+ }else{
+ connection.connect();
+ }
+ }
+
+ if(connection){
+ try{
+ var respheadlength = connection.getHeaderFields().size();
+ // Stick the response headers into responseHeaders
+ for (var i = 0; i < respheadlength; i++) {
+ var headerName = connection.getHeaderFieldKey(i);
+ var headerValue = connection.getHeaderField(i);
+ if (headerName)
+ xhr.responseHeaders[headerName+''] = headerValue+'';
+ }
+ }catch(e){
+ console.log('failed to load response headers \n%s',e);
+ }
+
+ xhr.readyState = 4;
+ xhr.status = parseInt(connection.responseCode,10) || undefined;
+ xhr.statusText = connection.responseMessage || "";
+
+ var contentEncoding = connection.getContentEncoding() || "utf-8",
+ baos = new java.io.ByteArrayOutputStream(),
+ buffer = java.lang.reflect.Array.newInstance(java.lang.Byte.TYPE, 1024),
+ length,
+ stream = null,
+ responseXML = null;
+
+ try{
+ stream = (contentEncoding.equalsIgnoreCase("gzip") ||
+ contentEncoding.equalsIgnoreCase("decompress") )?
+ new java.util.zip.GZIPInputStream(connection.getInputStream()) :
+ connection.getInputStream();
+ }catch(e){
+ if (connection.getResponseCode() == 404){
+ console.log('failed to open connection stream \n %s %s',
+ e.toString(), e);
+ }else{
+ console.log('failed to open connection stream \n %s %s',
+ e.toString(), e);
+ }
+ stream = connection.getErrorStream();
+ }
+
+ while ((length = stream.read(buffer)) != -1) {
+ baos.write(buffer, 0, length);
+ }
+
+ baos.close();
+ stream.close();
+
+ xhr.responseText = java.nio.charset.Charset.forName("UTF-8").
+ decode(java.nio.ByteBuffer.wrap(baos.toByteArray())).toString()+"";
+
+ }
+ if(responseHandler){
+ //Envjs.debug('calling ajax response handler');
+ responseHandler();
+ }
+};
Added: trunk/mapbender/test/tools/env-js/src/platform/rhino/xslt.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/platform/rhino/xslt.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/platform/rhino/xslt.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,59 @@
+
+
+ /**
+ * This is all cruft from a refactor that needs to go away or be
+ * cleaned up. The XPath and XSLT functions are partially in
+ * place but would require significant work and so have been left
+ * for later or someones labor of love.
+ */
+
+ var htmlDocBuilder = Packages.javax.xml.parsers.DocumentBuilderFactory.newInstance();
+ htmlDocBuilder.setNamespaceAware(false);
+ htmlDocBuilder.setValidating(false);
+
+
+ var xmlDocBuilder = Packages.javax.xml.parsers.DocumentBuilderFactory.newInstance();
+ xmlDocBuilder.setNamespaceAware(true);
+ xmlDocBuilder.setValidating(false);
+
+ $env.parseXML = function(xmlstring){
+ return xmlDocBuilder.newDocumentBuilder().parse(
+ new java.io.ByteArrayInputStream(
+ (new java.lang.String(xmlstring)).getBytes("UTF8")));
+ };
+
+
+ $env.xpath = function(expression, doc){
+ return Packages.javax.xml.xpath.
+ XPathFactory.newInstance().newXPath().
+ evaluate(expression, doc, javax.xml.xpath.XPathConstants.NODESET);
+ };
+
+ var jsonmlxslt;
+ $env.jsonml = function(xmlstring){
+ jsonmlxslt = jsonmlxslt||$env.xslt($env.xml2jsonml.toXMLString());
+ var jsonml = $env.transform(jsonmlxslt, xmlstring);
+ //$env.debug('jsonml :\n'+jsonml);
+ return eval(jsonml);
+ };
+ var transformerFactory;
+ $env.xslt = function(xsltstring){
+ transformerFactory = transformerFactory||
+ Packages.javax.xml.transform.TransformerFactory.newInstance();
+ return transformerFactory.newTransformer(
+ new javax.xml.transform.dom.DOMSource(
+ $env.parseXML(xsltstring)
+ )
+ );
+ };
+ $env.transform = function(xslt, xmlstring){
+ var baos = new java.io.ByteArrayOutputStream();
+ xslt.transform(
+ new javax.xml.transform.dom.DOMSource($env.parseHTML(xmlstring)),
+ new javax.xml.transform.stream.StreamResult(baos)
+ );
+ return java.nio.charset.Charset.forName("UTF-8").
+ decode(java.nio.ByteBuffer.wrap(baos.toByteArray())).toString()+"";
+ };
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/profile/profile.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/profile/profile.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/profile/profile.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,216 @@
+
+
+var $profile = window.$profile = {};
+
+
+var __profile__ = function(id, invocation){
+ var start = new Date().getTime();
+ var retval = invocation.proceed();
+ var finish = new Date().getTime();
+ $profile[id] = $profile[id] ? $profile[id] : {};
+ $profile[id].callCount = $profile[id].callCount !== undefined ?
+ $profile[id].callCount+1 : 0;
+ $profile[id].times = $profile[id].times ? $profile[id].times : [];
+ $profile[id].times[$profile[id].callCount++] = (finish-start);
+ return retval;
+};
+
+
+window.$profiler.stats = function(raw){
+ var max = 0,
+ avg = -1,
+ min = 10000000,
+ own = 0;
+ for(var i = 0;i<raw.length;i++){
+ if(raw[i] > 0){
+ own += raw[i];
+ };
+ if(raw[i] > max){
+ max = raw[i];
+ }
+ if(raw[i] < min){
+ min = raw[i];
+ }
+ }
+ avg = Math.floor(own/raw.length);
+ return {
+ min: min,
+ max: max,
+ avg: avg,
+ own: own
+ };
+};
+
+if($env.profile){
+ /**
+ * CSS2Properties
+ */
+ window.$profiler.around({ target: CSS2Properties, method:"getPropertyCSSValue"}, function(invocation) {
+ return __profile__("CSS2Properties.getPropertyCSSValue", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"getPropertyPriority"}, function(invocation) {
+ return __profile__("CSS2Properties.getPropertyPriority", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"getPropertyValue"}, function(invocation) {
+ return __profile__("CSS2Properties.getPropertyValue", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"item"}, function(invocation) {
+ return __profile__("CSS2Properties.item", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"removeProperty"}, function(invocation) {
+ return __profile__("CSS2Properties.removeProperty", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"setProperty"}, function(invocation) {
+ return __profile__("CSS2Properties.setProperty", invocation);
+ });
+ window.$profiler.around({ target: CSS2Properties, method:"toString"}, function(invocation) {
+ return __profile__("CSS2Properties.toString", invocation);
+ });
+
+
+ /**
+ * Node
+ */
+
+ window.$profiler.around({ target: Node, method:"hasAttributes"}, function(invocation) {
+ return __profile__("Node.hasAttributes", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"insertBefore"}, function(invocation) {
+ return __profile__("Node.insertBefore", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"replaceChild"}, function(invocation) {
+ return __profile__("Node.replaceChild", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"removeChild"}, function(invocation) {
+ return __profile__("Node.removeChild", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"replaceChild"}, function(invocation) {
+ return __profile__("Node.replaceChild", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"appendChild"}, function(invocation) {
+ return __profile__("Node.appendChild", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"hasChildNodes"}, function(invocation) {
+ return __profile__("Node.hasChildNodes", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"cloneNode"}, function(invocation) {
+ return __profile__("Node.cloneNode", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"normalize"}, function(invocation) {
+ return __profile__("Node.normalize", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"isSupported"}, function(invocation) {
+ return __profile__("Node.isSupported", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"getElementsByTagName"}, function(invocation) {
+ return __profile__("Node.getElementsByTagName", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"getElementsByTagNameNS"}, function(invocation) {
+ return __profile__("Node.getElementsByTagNameNS", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"importNode"}, function(invocation) {
+ return __profile__("Node.importNode", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"contains"}, function(invocation) {
+ return __profile__("Node.contains", invocation);
+ });
+ window.$profiler.around({ target: Node, method:"compareDocumentPosition"}, function(invocation) {
+ return __profile__("Node.compareDocumentPosition", invocation);
+ });
+
+
+ /**
+ * Document
+ */
+ window.$profiler.around({ target: Document, method:"addEventListener"}, function(invocation) {
+ return __profile__("Document.addEventListener", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"removeEventListener"}, function(invocation) {
+ return __profile__("Document.removeEventListener", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"attachEvent"}, function(invocation) {
+ return __profile__("Document.attachEvent", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"detachEvent"}, function(invocation) {
+ return __profile__("Document.detachEvent", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"dispatchEvent"}, function(invocation) {
+ return __profile__("Document.dispatchEvent", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"loadXML"}, function(invocation) {
+ return __profile__("Document.loadXML", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"load"}, function(invocation) {
+ return __profile__("Document.load", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createEvent"}, function(invocation) {
+ return __profile__("Document.createEvent", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createExpression"}, function(invocation) {
+ return __profile__("Document.createExpression", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createElement"}, function(invocation) {
+ return __profile__("Document.createElement", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createDocumentFragment"}, function(invocation) {
+ return __profile__("Document.createDocumentFragment", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createTextNode"}, function(invocation) {
+ return __profile__("Document.createTextNode", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createComment"}, function(invocation) {
+ return __profile__("Document.createComment", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createCDATASection"}, function(invocation) {
+ return __profile__("Document.createCDATASection", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createProcessingInstruction"}, function(invocation) {
+ return __profile__("Document.createProcessingInstruction", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createAttribute"}, function(invocation) {
+ return __profile__("Document.createAttribute", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createElementNS"}, function(invocation) {
+ return __profile__("Document.createElementNS", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createAttributeNS"}, function(invocation) {
+ return __profile__("Document.createAttributeNS", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"createNamespace"}, function(invocation) {
+ return __profile__("Document.createNamespace", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"getElementById"}, function(invocation) {
+ return __profile__("Document.getElementById", invocation);
+ });
+ window.$profiler.around({ target: Document, method:"normalizeDocument"}, function(invocation) {
+ return __profile__("Document.normalizeDocument", invocation);
+ });
+
+
+ /**
+ * HTMLDocument
+ */
+ window.$profiler.around({ target: HTMLDocument, method:"createElement"}, function(invocation) {
+ return __profile__("HTMLDocument.createElement", invocation);
+ });
+
+ /**
+ * Parser
+ */
+ window.$profiler.around({ target: Parser, method:"parseFromString"}, function(invocation) {
+ return __profile__("Parser.parseFromString", invocation);
+ });
+
+ /**
+ * NodeList
+ */
+ window.$profiler.around({ target: NodeList, method:"item"}, function(invocation) {
+ return __profile__("Node.item", invocation);
+ });
+ window.$profiler.around({ target: NodeList, method:"toString"}, function(invocation) {
+ return __profile__("Node.toString", invocation);
+ });
+
+
+}
+
Added: trunk/mapbender/test/tools/env-js/src/timer/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/timer/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/timer/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,17 @@
+
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ *
+ * Parts of the implementation were originally written by:\
+ * Steven Parkes
+ *
+ * requires Envjs.wait, Envjs.sleep, Envjs.WAIT_INTERVAL
+ */
+var setTimeout,
+ clearTimeout,
+ setInterval,
+ clearInterval;
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/timer/timer.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/timer/timer.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/timer/timer.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,225 @@
+/*
+* timer.js
+* implementation provided by Steven Parkes
+*/
+
+//private
+var $timers = [],
+ EVENT_LOOP_RUNNING = false;
+
+$timers.lock = function(fn){
+ Envjs.sync(fn)();
+};
+
+//private internal class
+var Timer = function(fn, interval){
+ this.fn = fn;
+ this.interval = interval;
+ this.at = Date.now() + interval;
+ // allows for calling wait() from callbacks
+ this.running = false;
+};
+
+Timer.prototype.start = function(){};
+Timer.prototype.stop = function(){};
+
+//static
+Timer.normalize = function(time) {
+ time = time*1;
+ if ( isNaN(time) || time < 0 ) {
+ time = 0;
+ }
+
+ if ( EVENT_LOOP_RUNNING && time < Timer.MIN_TIME ) {
+ time = Timer.MIN_TIME;
+ }
+ return time;
+};
+// html5 says this should be at least 4, but the parser is using
+// a setTimeout for the SAX stuff which messes up the world
+Timer.MIN_TIME = /* 4 */ 0;
+
+/**
+ * @function setTimeout
+ * @param {Object} fn
+ * @param {Object} time
+ */
+setTimeout = function(fn, time){
+ var num;
+ time = Timer.normalize(time);
+ $timers.lock(function(){
+ num = $timers.length+1;
+ var tfn;
+ if (typeof fn == 'string') {
+ tfn = function() {
+ try {
+ eval(fn);
+ } catch (e) {
+ console.log('timer error %s %s', fn, e);
+ } finally {
+ clearInterval(num);
+ }
+ };
+ } else {
+ tfn = function() {
+ try {
+ fn();
+ } catch (e) {
+ console.log('timer error %s %s', fn, e);
+ } finally {
+ clearInterval(num);
+ }
+ };
+ }
+ //Envjs.debug("Creating timer number %s", num);
+ $timers[num] = new Timer(tfn, time);
+ $timers[num].start();
+ });
+ return num;
+};
+
+/**
+ * @function setInterval
+ * @param {Object} fn
+ * @param {Object} time
+ */
+setInterval = function(fn, time){
+ time = Timer.normalize(time);
+ if ( time < 10 ) {
+ time = 10;
+ }
+ if (typeof fn == 'string') {
+ var fnstr = fn;
+ fn = function() {
+ eval(fnstr);
+ };
+ }
+ var num;
+ $timers.lock(function(){
+ num = $timers.length+1;
+ //Envjs.debug("Creating timer number "+num);
+ $timers[num] = new Timer(fn, time);
+ $timers[num].start();
+ });
+ return num;
+};
+
+/**
+ * clearInterval
+ * @param {Object} num
+ */
+clearInterval = clearTimeout = function(num){
+ //$log("clearing interval "+num);
+ $timers.lock(function(){
+ if ( $timers[num] ) {
+ $timers[num].stop();
+ delete $timers[num];
+ }
+ });
+};
+
+// wait === null/undefined: execute any timers as they fire,
+// waiting until there are none left
+// wait(n) (n > 0): execute any timers as they fire until there
+// are none left waiting at least n ms but no more, even if there
+// are future events/current threads
+// wait(0): execute any immediately runnable timers and return
+// wait(-n): keep sleeping until the next event is more than n ms
+// in the future
+//
+// TODO: make a priority queue ...
+
+Envjs.wait = function(wait) {
+ //console.log('wait %s', wait);
+ var delta_wait,
+ start = Date.now(),
+ was_running = EVENT_LOOP_RUNNING;
+
+ if (wait < 0) {
+ delta_wait = -wait;
+ wait = 0;
+ }
+ EVENT_LOOP_RUNNING = true;
+ if (wait !== 0 && wait !== null && wait !== undefined){
+ wait += Date.now();
+ }
+
+ var earliest,
+ timer,
+ sleep,
+ index,
+ goal,
+ now,
+ nextfn;
+
+ for (;;) {
+ earliest = sleep = goal = now = nextfn = null;
+ $timers.lock(function(){
+ for(index in $timers){
+ if( isNaN(index*0) ) {
+ continue;
+ }
+ timer = $timers[index];
+ // determine timer with smallest run-at time that is
+ // not already running
+ if( !timer.running && ( !earliest || timer.at < earliest.at) ) {
+ earliest = timer;
+ }
+ }
+ });
+ //next sleep time
+ sleep = earliest && earliest.at - Date.now();
+ if ( earliest && sleep <= 0 ) {
+ nextfn = earliest.fn;
+ try {
+ earliest.running = true;
+ nextfn();
+ } catch (e) {
+ console.log('timer error %s %s', nextfn, e);
+ } finally {
+ earliest.running = false;
+ }
+ goal = earliest.at + earliest.interval;
+ now = Date.now();
+ if ( goal < now ) {
+ earliest.at = now;
+ } else {
+ earliest.at = goal;
+ }
+ continue;
+ }
+
+ // bunch of subtle cases here ...
+ if ( !earliest ) {
+ // no events in the queue (but maybe XHR will bring in events, so ...
+ if ( !wait || wait < Date.now() ) {
+ // Loop ends if there are no events and a wait hasn't been
+ // requested or has expired
+ break;
+ }
+ // no events, but a wait requested: fall through to sleep
+ } else {
+ // there are events in the queue, but they aren't firable now
+ /*if ( delta_wait && sleep <= delta_wait ) {
+ //TODO: why waste a check on a tight
+ // loop if it just falls through?
+ // if they will happen within the next delta, fall through to sleep
+ } else */if ( wait === 0 || ( wait > 0 && wait < Date.now () ) ) {
+ // loop ends even if there are events but the user
+ // specifcally asked not to wait too long
+ break;
+ }
+ // there are events and the user wants to wait: fall through to sleep
+ }
+
+ // Related to ajax threads ... hopefully can go away ..
+ var interval = Envjs.WAIT_INTERVAL || 100;
+ if ( !sleep || sleep > interval ) {
+ sleep = interval;
+ }
+ Envjs.sleep(sleep);
+
+ }
+ EVENT_LOOP_RUNNING = was_running;
+};
+
Added: trunk/mapbender/test/tools/env-js/src/window/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,10 @@
+
+/**
+ * @todo: document
+ */
+var Window,
+ Screen,
+ History,
+ Navigator,
+ __this__ = this;
+
Added: trunk/mapbender/test/tools/env-js/src/window/frame.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/frame.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/frame.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,27 @@
+
+/**
+ * @todo: document
+ */
+
+__extend__(HTMLFrameElement.prototype,{
+
+ get contentDocument(){
+ return this.contentWindow?
+ this.contentWindow.document:
+ null;
+ },
+ set src(value){
+ var event;
+ this.setAttribute('src', value);
+ if (this.parentNode && value && value.length > 0){
+ //console.log('loading frame %s', value);
+ Envjs.loadFrame(this, Envjs.uri(value));
+
+ //console.log('event frame load %s', value);
+ event = this.ownerDocument.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ this.dispatchEvent( event, false );
+ }
+ }
+
+});
Added: trunk/mapbender/test/tools/env-js/src/window/history.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/history.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/history.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,75 @@
+
+/*
+* history.js
+*
+*/
+
+History = function(owner){
+ var $current = 0,
+ $history = [null],
+ $owner = owner;
+
+ return {
+ get length(){
+ return $history.length;
+ },
+ back : function(count){
+ if(count){
+ go(-count);
+ }else{
+ go(-1);
+ }
+ },
+ get current(){
+ return this.item($current);
+ },
+ get previous(){
+ return this.item($current-1);
+ },
+ forward : function(count){
+ if(count){
+ go(count);
+ }else{go(1);}
+ },
+ go : function(target){
+ if(typeof target == "number"){
+ target = $current + target;
+ if(target > -1 && target < $history.length){
+ if($history[target].type == "hash"){
+ if($owner.location){
+ $owner.location.hash = $history[target].value;
+ }
+ }else{
+ if($owner.location){
+ $owner.location = $history[target].value;
+ }
+ }
+ $current = target;
+ }
+ }else{
+ //TODO: walk through the history and find the 'best match'?
+ }
+ },
+ item: function(index){
+ if(index < history.length)
+ return $history[index];
+ else
+ return null;
+ },
+
+ add: function(newLocation, type){
+ //not a standard interface, we expose it to simplify
+ //history state modifications
+ if(newLocation !== $history[$current]){
+ $history.slice(0, $current);
+ $history.push({
+ type: type||"href",
+ value: value
+ });
+ }
+ }
+ };
+};
+
+
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/window/navigator.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/navigator.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/navigator.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,45 @@
+
+
+/*
+ * navigator.js
+ * Browser Navigator
+ */
+Navigator = function(){
+
+ return {
+ get appCodeName(){
+ return Envjs.appCodeName;
+ },
+ get appName(){
+ return Envjs.appName;
+ },
+ get appVersion(){
+ return Envjs.version +" ("+
+ this.platform +"; "+
+ "U; "+//?
+ Envjs.os_name+" "+Envjs.os_arch+" "+Envjs.os_version+"; "+
+ Envjs.lang+"; "+
+ "rv:"+Envjs.revision+
+ ")";
+ },
+ get cookieEnabled(){
+ return true;
+ },
+ get mimeTypes(){
+ return [];
+ },
+ get platform(){
+ return Envjs.platform;
+ },
+ get plugins(){
+ return [];
+ },
+ get userAgent(){
+ return this.appCodeName + "/" + this.appVersion + " " + this.appName;
+ },
+ javaEnabled : function(){
+ return Envjs.javaEnabled;
+ }
+ };
+};
+
Added: trunk/mapbender/test/tools/env-js/src/window/screen.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/screen.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/screen.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,81 @@
+
+/**
+ * Screen
+ * @param {Object} __window__
+ */
+
+Screen = function(__window__){
+
+ var $availHeight = 600,
+ $availWidth = 800,
+ $colorDepth = 16,
+ $pixelDepth = 24,
+ $height = 600,
+ $width = 800;
+ $top = 0;
+ $left = 0;
+ $availTop = 0;
+ $availLeft = 0;
+
+ __extend__( __window__, {
+ moveBy : function(dx,dy){
+ //TODO - modify $locals to reflect change
+ },
+ moveTo : function(x,y) {
+ //TODO - modify $locals to reflect change
+ },
+ /*print : function(){
+ //TODO - good global to modify to ensure print is not misused
+ };*/
+ resizeBy : function(dw, dh){
+ __window__resizeTo($width + dw, $height + dh);
+ },
+ resizeTo : function(width, height){
+ $width = (width <= $availWidth) ? width : $availWidth;
+ $height = (height <= $availHeight) ? height : $availHeight;
+ },
+ scroll : function(x,y){
+ //TODO - modify $locals to reflect change
+ },
+ scrollBy : function(dx, dy){
+ //TODO - modify $locals to reflect change
+ },
+ scrollTo : function(x,y){
+ //TODO - modify $locals to reflect change
+ }
+ });
+
+ return {
+ get top(){
+ return $top;
+ },
+ get left(){
+ return $left;
+ },
+ get availTop(){
+ return $availTop;
+ },
+ get availLeft(){
+ return $availleft;
+ },
+ get availHeight(){
+ return $availHeight;
+ },
+ get availWidth(){
+ return $availWidth;
+ },
+ get colorDepth(){
+ return $colorDepth;
+ },
+ get pixelDepth(){
+ return $pixelDepth;
+ },
+ get height(){
+ return $height;
+ },
+ get width(){
+ return $width;
+ }
+ };
+};
+
Added: trunk/mapbender/test/tools/env-js/src/window/window.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/window/window.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/window/window.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,345 @@
+//These descriptions of window properties are taken loosely David Flanagan's
+//'JavaScript - The Definitive Guide' (O'Reilly)
+
+/**
+ * Window
+ * @param {Object} scope
+ * @param {Object} parent
+ * @param {Object} opener
+ */
+Window = function(scope, parent, opener){
+
+ __initStandardObjects__(scope, parent);
+
+ // the window property is identical to the self property and to this obj
+ var proxy = new Envjs.proxy(scope, parent);
+ scope.__proxy__ = proxy;
+ scope.__defineGetter__('window', function(){
+ return scope;
+ });
+
+
+ var $uuid = new Date().getTime()+'-'+Math.floor(Math.random()*1000000000000000);
+ __windows__[$uuid] = scope;
+ //console.log('opening window %s', $uuid);
+
+ // every window has one-and-only-one .document property which is always
+ // an [object HTMLDocument]. also, only window.document objects are
+ // html documents, all other documents created by the window.document are
+ // [object XMLDocument]
+ var $htmlImplementation = new DOMImplementation();
+ $htmlImplementation.namespaceAware = true;
+ $htmlImplementation.errorChecking = false;
+
+ // read only reference to the Document object
+ var $document = new HTMLDocument($htmlImplementation, scope);
+
+ //The version of this application
+ var $version = "0.1";
+
+ //This should be hooked to git or svn or whatever
+ var $revision = "0.0.0.0";
+
+ // A read-only reference to the Window object that contains this window
+ // or frame. If the window is a top-level window, parent refers to
+ // the window itself. If this window is a frame, this property refers
+ // to the window or frame that contains it.
+ var $parent = parent;
+
+ /**> $cookies - see cookie.js <*/
+ // read only boolean specifies whether the window has been closed
+ var $closed = false;
+
+ // a read/write string that specifies the default message that
+ // appears in the status line
+ var $defaultStatus = "Done";
+
+ // IE only, refers to the most recent event object - this maybe be
+ // removed after review
+ var $event = null;
+
+ // a read-only reference to the History object
+ var $history = new History();
+
+ // a read-only reference to the Location object. the location object does
+ // expose read/write properties
+ var $location = new Location('about:blank', $document, $history);
+
+ // The name of window/frame. Set directly, when using open(), or in frameset.
+ // May be used when specifying the target attribute of links
+ var $name = null;
+
+ // a read-only reference to the Navigator object
+ var $navigator = new Navigator();
+
+ // a read/write reference to the Window object that contained the script
+ // that called open() to open this browser window. This property is valid
+ // only for top-level window objects.
+ var $opener = opener?opener:null;
+
+ // read-only properties that specify the height and width, in pixels
+ var $innerHeight = 600, $innerWidth = 800;
+
+ // Read-only properties that specify the total height and width, in pixels,
+ // of the browser window. These dimensions include the height and width of
+ // the menu bar, toolbars, scrollbars, window borders and so on. These
+ // properties are not supported by IE and IE offers no alternative
+ // properties;
+ var $outerHeight = $innerHeight,
+ $outerWidth = $innerWidth;
+
+ // Read-only properties that specify the number of pixels that the current
+ // document has been scrolled to the right and down. These are not
+ // supported by IE.
+ var $pageXOffset = 0, $pageYOffset = 0;
+
+ // a read-only reference to the Screen object that specifies information
+ // about the screen: the number of available pixels and the number of
+ // available colors.
+ var $screen = new Screen(scope);
+
+ // read only properties that specify the coordinates of the upper-left
+ // corner of the screen.
+ var $screenX = 1,
+ $screenY = 1;
+ var $screenLeft = $screenX,
+ $screenTop = $screenY;
+
+ // a read/write string that specifies the current status line.
+ var $status = '';
+
+ __extend__(scope, EventTarget.prototype);
+
+ return __extend__( scope, {
+ get closed(){
+ return $closed;
+ },
+ get defaultStatus(){
+ return $defaultStatus;
+ },
+ set defaultStatus(defaultStatus){
+ $defaultStatus = defaultStatus;
+ },
+ get document(){
+ return $document;
+ },
+ set document(doc){
+ $document = doc;
+ },
+ /*
+ deprecated ie specific property probably not good to support
+ get event(){
+ return $event;
+ },
+ */
+ get frames(){
+ return new HTMLCollection($document.getElementsByTagName('frame'));
+ },
+ get length(){
+ // should be frames.length,
+ return this.frames.length;
+ },
+ get history(){
+ return $history;
+ },
+ get innerHeight(){
+ return $innerHeight;
+ },
+ get innerWidth(){
+ return $innerWidth;
+ },
+ get clientHeight(){
+ return $innerHeight;
+ },
+ get clientWidth(){
+ return $innerWidth;
+ },
+ get location(){
+ return $location;
+ },
+ set location(uri){
+ uri = Envjs.uri(uri);
+ //new Window(this, this.parent, this.opener);
+ if($location.href == uri){
+ $location.reload();
+ }else if($location.href == 'about:blank'){
+ $location.assign(uri);
+ }else{
+ $location.replace(uri);
+ }
+ },
+ get name(){
+ return $name;
+ },
+ set name(newName){
+ $name = newName;
+ },
+ get navigator(){
+ return $navigator;
+ },
+ get opener(){
+ return $opener;
+ },
+ get outerHeight(){
+ return $outerHeight;
+ },
+ get outerWidth(){
+ return $outerWidth;
+ },
+ get pageXOffest(){
+ return $pageXOffset;
+ },
+ get pageYOffset(){
+ return $pageYOffset;
+ },
+ get parent(){
+ return $parent;
+ },
+ get screen(){
+ return $screen;
+ },
+ get screenLeft(){
+ return $screenLeft;
+ },
+ get screenTop(){
+ return $screenTop;
+ },
+ get screenX(){
+ return $screenX;
+ },
+ get screenY(){
+ return $screenY;
+ },
+ get self(){
+ return scope;
+ },
+ get status(){
+ return $status;
+ },
+ set status(status){
+ $status = status;
+ },
+ // a read-only reference to the top-level window that contains this window.
+ // If this window is a top-level window it is simply a reference to itself.
+ // If this window is a frame, the top property refers to the top-level
+ // window that contains the frame.
+ get top(){
+ return __top__(scope)
+ },
+ get window(){
+ return proxy;
+ },
+ toString : function(){
+ return '[Window]';
+ },
+ getComputedStyle : function(element, pseudoElement){
+ if(CSS2Properties){
+ return element?
+ element.style:new CSS2Properties({cssText:""});
+ }
+ },
+ open: function(url, name, features, replace){
+ if (features)
+ console.log("'features argument not yet implemented");
+ var _window = {},
+ open;
+ if(replace && name){
+ for(open in __windows__){
+ if(open.name === name)
+ _window = open;
+ }
+ }
+ new Window(_window, _window, this);
+ if(name)
+ _window.name = name;
+ _window.document.async = false;
+ _window.location.assign(Envjs.uri(url));
+ return _window;
+ },
+ close: function(){
+ delete __windows__[$uuid];
+ },
+ alert : function(message){
+ Envjs.alert(message);
+ },
+ confirm : function(question){
+ Envjs.confirm(question);
+ },
+ prompt : function(message, defaultMsg){
+ Envjs.prompt(message, defaultMsg);
+ },
+ onload: function(){},
+ onunload: function(){},
+ get uuid(){
+ return $uuid;
+ }
+ });
+
+};
+
+var __top__ = function(_scope){
+ var _parent = _scope.parent;
+ while(_scope && _parent && _scope !== _parent){
+ if(_parent === _parent.parent)break;
+ _parent = _parent.parent;
+ //console.log('scope %s _parent %s', scope, _parent);
+ }
+ return _parent || null;
+}
+
+var __windows__ = {};
+
+var __initStandardObjects__ = function(scope, parent){
+
+ var __Array__;
+ if(!scope.Array){
+ __Array__ = function(){
+ return new parent.top.Array();
+ };
+ __extend__(__Array__.prototype, parent.top.Array.prototype);
+ scope.__defineGetter__('Array', function(){
+ return __Array__;
+ });
+ }
+
+ var __Object__;
+ if(!scope.Object){
+ __Object__ = function(){
+ return new parent.top.Object();
+ };
+ __extend__(__Object__.prototype, parent.top.Object.prototype);
+ scope.__defineGetter__('Object', function(){
+ return __Object__;
+ });
+ }
+
+
+ var __Date__;
+ if(!scope.Date){
+ __Date__ = function(){
+ return new parent.top.Date();
+ };
+ __extend__(__Date__.prototype, parent.top.Date.prototype);
+ scope.__defineGetter__('Date', function(){
+ return __Date__;
+ });
+ }
+
+ var __Number__;
+ if(!scope.Number){
+ __Number__ = function(){
+ return new parent.top.Number();
+ };
+ __extend__(__Number__.prototype, parent.top.Number.prototype);
+ scope.__defineGetter__('Number', function(){
+ return __Number__;
+ });
+ }
+
+};
+
+//finally pre-supply the window with the window-like environment
+console.log('Default Window');
+new Window(__this__, __this__);
+
+
Added: trunk/mapbender/test/tools/env-js/src/xhr/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xhr/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xhr/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,14 @@
+/*
+ * Envjs @VERSION@
+ * Pure JavaScript Browser Environment
+ * By John Resig <http://ejohn.org/> and the Envjs Team
+ * Copyright 2008-2010 John Resig, under the MIT License
+ *
+ * Parts of the implementation originally written by Yehuda Katz.
+ *
+ * This file simply provides the global definitions we need to
+ * be able to correctly implement to core browser (XML)HTTPRequest
+ * interfaces.
+ */
+var Location,
+ XMLHttpRequest;
Added: trunk/mapbender/test/tools/env-js/src/xhr/document.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xhr/document.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xhr/document.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,21 @@
+
+/**
+ * @todo: document
+ */
+__extend__(Document.prototype,{
+ load: function(url){
+ if(this.documentURI == 'about:html'){
+ this.location.assign(url);
+ }else if(this.documentURI == url){
+ this.location.reload(false);
+ }else{
+ this.location.replace(url);
+ }
+ },
+ get location(){
+ return new Location(this.documentURI, this);
+ },
+ set location(url){
+ this.location.replace(url);
+ }
+});
Added: trunk/mapbender/test/tools/env-js/src/xhr/form.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xhr/form.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xhr/form.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,332 @@
+
+
+HTMLFormElement.prototype.submit = function(){
+ var event = __submit__(this),
+ serialized,
+ xhr,
+ method,
+ action;
+ if(!event.cancelled){
+ serialized = __formSerialize__(this);
+ xhr = new XMLHttpRequest();
+ method = this.method !== ""?this.method:"GET";
+ action = this.action !== ""?this.action:this.ownerDocument.baseURI;
+ xhr.open(method, action, false);
+ xhr.send(data, false);
+ if(xhr.readyState === 4){
+ __exchangeHTMLDocument__(this.ownerDocument, xhr.responseText, url);
+ }
+ }
+}
+/**
+ * Form Submissions
+ *
+ * This code is borrow largely from jquery.params and jquery.form.js
+ *
+ * formToArray() gathers form element data into an array of objects that can
+ * be passed to any of the following ajax functions: $.get, $.post, or load.
+ * Each object in the array has both a 'name' and 'value' property. An example of
+ * an array for a simple login form might be:
+ *
+ * [ { name: 'username', value: 'jresig' }, { name: 'password', value: 'secret' } ]
+ *
+ * It is this array that is passed to pre-submit callback functions provided to the
+ * ajaxSubmit() and ajaxForm() methods.
+ *
+ * The semantic argument can be used to force form serialization in semantic order.
+ * This is normally true anyway, unless the form contains input elements of type='image'.
+ * If your form must be submitted with name/value pairs in semantic order and your form
+ * contains an input of type='image" then pass true for this arg, otherwise pass false
+ * (or nothing) to avoid the overhead for this logic.
+ *
+ *
+ * @name formToArray
+ * @param semantic true if serialization must maintain strict semantic ordering of elements (slower)
+ * @type Array<Object>
+ */
+var __formToArray__ = function(form, semantic) {
+ var array = [],
+ elements = semantic ? form.getElementsByTagName('*') : form.elements,
+ element,
+ i,j,imax, jmax,
+ name,
+ value;
+
+ if (!elements)
+ return array;
+
+ imax = elements.length;
+ for(i=0; i < imax; i++) {
+ element = elements[i];
+ name = element.name;
+ if (!name)
+ continue;
+
+ if (semantic && form.clk && element.type == "image") {
+ // handle image inputs on the fly when semantic == true
+ if(!element.disabled && form.clk == element)
+ array.push({
+ name: name+'.x',
+ value: form.clk_x
+ },{
+ name: name+'.y',
+ value: form.clk_y
+ });
+ continue;
+ }
+
+ value = __fieldValue__(element, true);
+ if (value && value.constructor == Array) {
+ jmax = value.length;
+ for(j=0; j < jmax; j++){
+ array.push({name: name, value: value[j]});
+ }
+ } else if (value !== null && typeof value != 'undefined'){
+ array.push({name: name, value: value});
+ }
+ }
+
+ if (!semantic && form.clk) {
+ // input type=='image' are not found in elements array! handle them here
+ elements = form.getElementsByTagName("input");
+ imax = imax=elements.length;
+ for(i=0; i < imax; i++) {
+ element = elements[i];
+ name = element.name;
+ if(name && !element.disabled && element.type == "image" && form.clk == input)
+ array.push(
+ {name: name+'.x', value: form.clk_x},
+ {name: name+'.y', value: form.clk_y});
+ }
+ }
+ return array;
+};
+
+
+/**
+ * Serializes form data into a 'submittable' string. This method will return a string
+ * in the format: name1=value1&name2=value2
+ *
+ * The semantic argument can be used to force form serialization in semantic order.
+ * If your form must be submitted with name/value pairs in semantic order then pass
+ * true for this arg, otherwise pass false (or nothing) to avoid the overhead for
+ * this logic (which can be significant for very large forms).
+ *
+ *
+ * @name formSerialize
+ * @param semantic true if serialization must maintain strict semantic ordering of elements (slower)
+ * @type String
+ */
+var __formSerialize__ = function(form, semantic) {
+ //hand off to param for proper encoding
+ return __param__(__formToArray__(form, semantic));
+};
+
+
+/**
+ * Serializes all field elements inputs Array into a query string.
+ * This method will return a string in the format: name1=value1&name2=value2
+ *
+ * The successful argument controls whether or not serialization is limited to
+ * 'successful' controls (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
+ * The default value of the successful argument is true.
+ *
+ *
+ * @name fieldSerialize
+ * @param successful true if only successful controls should be serialized (default is true)
+ * @type String
+ */
+var __fieldSerialize__ = function(inputs, successful) {
+ var array = [],
+ input,
+ name,
+ value,
+ i,j, imax, jmax;
+
+ imax = inputs.length;
+ for(i=0; i<imax; i++){
+ input = inputs[i];
+ name = input.name;
+ if (!name)
+ return;
+ value = __fieldValue__(input, successful);
+ if (value && value.constructor == Array) {
+ jmax = value.length;
+ for (j=0; j < max; j++){
+ array.push({
+ name: name,
+ value: value[j]
+ });
+ }
+ }else if (value !== null && typeof value != 'undefined'){
+ array.push({
+ name: input.name,
+ value: value
+ });
+ }
+ };
+ //hand off for proper encoding
+ return __param__(array);
+};
+
+
+/**
+ * Returns the value(s) of the element in the matched set. For example, consider the following form:
+ *
+ *
+ * The successful argument controls whether or not the field element must be 'successful'
+ * (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
+ * The default value of the successful argument is true. If this value is false the value(s)
+ * for each element is returned.
+ *
+ * Note: This method *always* returns an array. If no valid value can be determined the
+ * array will be empty, otherwise it will contain one or more values.
+ *
+ *
+ * @name fieldValue
+ * @param Boolean successful true if only the values for successful controls
+ * should be returned (default is true)
+ * @type Array<String>
+ */
+var __fieldValues__ = function(inputs, successful) {
+ var i,
+ imax = inputs.length,
+ element,
+ values = [],
+ value;
+ for (i=0; i < imax; i++) {
+ element = inputs[i];
+ value = __fieldValue__(element, successful);
+ if (value === null || typeof value == 'undefined' ||
+ (value.constructor == Array && !value.length))
+ continue;
+ value.constructor == Array ?
+ Array.prototype.push(values, value) :
+ values.push(value);
+ }
+ return values;
+};
+
+/**
+ * Returns the value of the field element.
+ *
+ * The successful argument controls whether or not the field element must be 'successful'
+ * (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
+ * The default value of the successful argument is true. If the given element is not
+ * successful and the successful arg is not false then the returned value will be null.
+ *
+ * Note: If the successful flag is true (default) but the element is not successful, the return will be null
+ * Note: The value returned for a successful select-multiple element will always be an array.
+ * Note: If the element has no value the return value will be undefined.
+ *
+ * @name fieldValue
+ * @param Element el The DOM element for which the value will be returned
+ * @param Boolean successful true if value returned must be for a successful controls (default is true)
+ * @type String or Array<String> or null or undefined
+ */
+var __fieldValue__ = function(element, successful) {
+ var name = element.name,
+ type = element.type,
+ tag = element.tagName.toLowerCase(),
+ index,
+ array,
+ options,
+ option,
+ one,
+ i, imax,
+ value;
+ if (typeof successful == 'undefined') successful = true;
+
+ if (successful && (!name || element.disabled || type == 'reset' || type == 'button' ||
+ (type == 'checkbox' || type == 'radio') && !element.checked ||
+ (type == 'submit' || type == 'image') &&
+ element.form && element.form.clk != element || tag == 'select' &&
+ element.selectedIndex == -1))
+ return null;
+
+ if (tag == 'select') {
+ index = element.selectedIndex;
+ if (index < 0)
+ return null;
+ array = [];
+ options = element.options;
+ one = (type == 'select-one');
+ imax = (one ? index+1 : options.length);
+ i = (one ? index : 0);
+ for( i; i < imax; i++) {
+ option = options[i];
+ if (option.selected) {
+ value = option.value;
+ if (one)
+ return value;
+ array.push(value);
+ }
+ }
+ return array;
+ }
+ return element.value;
+};
+
+
+/**
+ * Clears the form data. Takes the following actions on the form's input fields:
+ * - input text fields will have their 'value' property set to the empty string
+ * - select elements will have their 'selectedIndex' property set to -1
+ * - checkbox and radio inputs will have their 'checked' property set to false
+ * - inputs of type submit, button, reset, and hidden will *not* be effected
+ * - button elements will *not* be effected
+ *
+ *
+ * @name clearForm
+ */
+var __clearForm__ = function(form) {
+ var i,
+ j, jmax,
+ elements,
+ resetable = ['input','select','textarea'];
+ for(i=0; i<resetable.lenth; i++){
+ elements = form.getElementsByTagName(resetable[i]);
+ jmax = elements.length;
+ for(j=0;j<jmax;j++){
+ __clearField__(elements[j]);
+ }
+ }
+};
+
+/**
+ * Clears the selected form element. Takes the following actions on the element:
+ * - input text fields will have their 'value' property set to the empty string
+ * - select elements will have their 'selectedIndex' property set to -1
+ * - checkbox and radio inputs will have their 'checked' property set to false
+ * - inputs of type submit, button, reset, and hidden will *not* be effected
+ * - button elements will *not* be effected
+ *
+ * @name clearFields
+ */
+var __clearField__ = function(element) {
+ var type = element.type,
+ tag = element.tagName.toLowerCase();
+ if (type == 'text' || type == 'password' || tag == 'textarea')
+ element.value = '';
+ else if (type == 'checkbox' || type == 'radio')
+ element.checked = false;
+ else if (tag == 'select')
+ element.selectedIndex = -1;
+};
+
+
+// Serialize an array of key/values into a query string
+var __param__= function( array ) {
+ var serialized = [];
+
+ // Serialize the key/values
+ for(i=0; i<array.length; i++){
+ serialized[ serialized.length ] =
+ encodeURIComponent(array[i].name) + '=' +
+ encodeURIComponent(array[i].value);
+ }
+
+ // Return the resulting serialization
+ return serialized.join("&").replace(/%20/g, "+");
+};
+
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/xhr/location.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xhr/location.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xhr/location.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,214 @@
+
+/**
+ * @todo: document
+ */
+var HASH = new RegExp('(\\#.*)'),
+ HOSTNAME = new RegExp('\/\/([^\:\/]+)'),
+ PATHNAME = new RegExp('(\/[^\\?\\#]*)'),
+ PORT = new RegExp('\:(\\d+)\/'),
+ PROTOCOL = new RegExp('(^\\w*\:)'),
+ SEARCH = new RegExp('(\\?[^\\#]*)');
+
+
+Location = function(url, doc, history){
+ //console.log('Location url %s', url);
+ var $url = url
+ $document = doc?doc:null,
+ $history = history?history:null;
+
+ return {
+ get hash(){
+ var m = HASH.exec($url);
+ return m&&m.length>1?m[1]:"";
+ },
+ set hash(hash){
+ $url = this.protocol + this.host + this.pathname +
+ this.search + (hash.indexOf('#')===0?hash:"#"+hash);
+ if($history){
+ $history.add( $url, 'hash');
+ }
+ },
+ get host(){
+ return this.hostname + (this.port !== ""?":"+this.port:"");
+ },
+ set host(host){
+ $url = this.protocol + host + this.pathname +
+ this.search + this.hash;
+ if($history){
+ $history.add( $url, 'host');
+ }
+ this.assign($url);
+ },
+ get hostname(){
+ var m = HOSTNAME.exec(this.href);
+ return m&&m.length>1?m[1]:"";
+ },
+ set hostname(hostname){
+ $url = this.protocol + hostname + ((this.port==="")?"":(":"+this.port)) +
+ this.pathname + this.search + this.hash;
+ if($history){
+ $history.add( $url, 'hostname');
+ }
+ this.assign($url);
+ },
+ get href(){
+ return $url;
+ },
+ set href(url){
+ $url = url;
+ if($history){
+ $history.add( $url, 'href');
+ }
+ this.assign($url);
+ },
+ get pathname(){
+ var m = this.href;
+ m = PATHNAME.exec(m.substring(m.indexOf(this.hostname)));
+ return m&&m.length>1?m[1]:"/";
+ },
+ set pathname(pathname){
+ $url = this.protocol + this.host + pathname +
+ this.search + this.hash;
+ if($history){
+ $history.add( $url, 'pathname');
+ }
+ this.assign($url);
+ },
+ get port(){
+ var m = PORT.exec(this.href);
+ return m&&m.length>1?m[1]:"";
+ },
+ set port(port){
+ $url = this.protocol + this.hostname + ":"+port + this.pathname +
+ this.search + this.hash;
+ if($history){
+ $history.add( $url, 'port');
+ }
+ this.assign($url);
+ },
+ get protocol(){
+ return this.href && PROTOCOL.exec(this.href)[0];
+ },
+ set protocol(protocol){
+ $url = protocol + this.host + this.pathname +
+ this.search + this.hash;
+ if($history){
+ $history.add( $url, 'protocol');
+ }
+ this.assign($url);
+ },
+ get search(){
+ var m = SEARCH.exec(this.href);
+ return m&&m.length>1?m[1]:"";
+ },
+ set search(search){
+ $url = this.protocol + this.host + this.pathname +
+ search + this.hash;
+ if($history){
+ $history.add( $url, 'search');
+ }
+ this.assign($url);
+ },
+ toString: function(){
+ return $url;
+ },
+ assign: function(url){
+ var _this = this,
+ xhr;
+
+ //console.log('assigning %s',url);
+ $url = url;
+ //we can only assign if this Location is associated with a document
+ if($document){
+ //console.log("fetching %s (async? %s)", url, $document.async);
+ xhr = new XMLHttpRequest();
+ xhr.open("GET", url, $document.async);
+
+ if($document.toString()=="[object HTMLDocument]"){
+ //tell the xhr to not parse the document as XML
+ //console.log("loading html document");
+ xhr.onreadystatechange = function(){
+ //console.log("readyState %s", xhr.readyState);
+ if(xhr.readyState === 4){
+ __exchangeHTMLDocument__($document, xhr.responseText, url);
+ }
+ };
+ xhr.send(null, false);
+ }else{
+ //Treat as an XMLDocument
+ xhr.onreadystatechange = function(){
+ if(xhr.readyState === 4){
+ $document = xhr.responseXML;
+ $document.baseURI = $url;
+ if($document.createEvent){
+ event = $document.createEvent('Events');
+ event.initEvent("DOMContentLoaded");
+ $document.dispatchEvent( event, false );
+ }
+ }
+ };
+ xhr.send();
+ }
+
+ };
+
+ },
+ reload: function(forceget){
+ //for now we have no caching so just proxy to assign
+ //console.log('reloading %s',$url);
+ this.assign($url);
+ },
+ replace: function(url){
+ this.assign(url);
+ }
+ }
+};
+
+var __exchangeHTMLDocument__ = function(doc, text, url){
+ var html, head, title, body, event;
+ try{
+ doc.baseURI = url;
+ HTMLParser.parseDocument(text, doc);
+ }catch(e){
+ console.log('parsererror %s', e);
+ doc = new HTMLDocument(new DOMImplementation(), doc.ownerWindow);
+ html = doc.createElement('html');
+ head = doc.createElement('head');
+ title = doc.createElement('title');
+ body = doc.createElement('body');
+ title.appendChild(doc.createTextNode("Error"));
+ body.appendChild(doc.createTextNode(e+''));
+ head.appendChild(title);
+ html.appendChild(head);
+ html.appendChild(body);
+ doc.appendChild(html);
+
+ //DOMContentLoaded event
+ if(doc.createEvent){
+ event = doc.createEvent('Events');
+ event.initEvent("DOMContentLoaded", false, false);
+ doc.dispatchEvent( event, false );
+
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ doc.dispatchEvent( event, false );
+ }
+
+ //finally fire the window.onload event
+ //TODO: this belongs in window.js which is a event
+ // event handler for DOMContentLoaded on document
+
+ try{
+ if(doc === window.document){
+ console.log('triggering window.load')
+ event = doc.createEvent('HTMLEvents');
+ event.initEvent("load", false, false);
+ window.dispatchEvent( event, false );
+ }
+ }catch(e){
+ //console.log('window load event failed %s', e);
+ //swallow
+ }
+ }
+};
+
Added: trunk/mapbender/test/tools/env-js/src/xhr/xmlhttprequest.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xhr/xmlhttprequest.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xhr/xmlhttprequest.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,126 @@
+
+/**
+ *
+ * @class XMLHttpRequest
+ * @author Originally implemented by Yehuda Katz
+ *
+ */
+
+// this implementation can be used without requiring a DOMParser
+// assuming you dont try to use it to get xml/html documents
+var domparser;
+
+XMLHttpRequest = function(){
+ this.headers = {};
+ this.responseHeaders = {};
+ this.aborted = false;//non-standard
+};
+
+// it would be nice if these were part of the standard but
+// they are not.
+XMLHttpRequest.UNSENT = 0;
+XMLHttpRequest.OPEN = 0;
+XMLHttpRequest.HEADERS_RECEIVED = 0;
+XMLHttpRequest.LOADING = 0;
+XMLHttpRequest.DONE = 4;
+
+XMLHttpRequest.prototype = {
+ open: function(method, url, async, user, password){
+ this.readyState = 1;
+ this.async = (async === false)?false:true;
+ this.method = method || "GET";
+ this.url = Envjs.uri(url);
+ this.onreadystatechange();
+ },
+ setRequestHeader: function(header, value){
+ this.headers[header] = value;
+ },
+ send: function(data, parsedoc/*non-standard*/){
+ var _this = this;
+ parsedoc = !!parsedoc;
+ function makeRequest(){
+ Envjs.connection(_this, function(){
+ if (!_this.aborted){
+ var doc = null,
+ domparser;
+ // try to parse the document if we havent explicitly set a
+ // flag saying not to and if we can assure the text at least
+ // starts with valid xml
+ if ( parsedoc && _this.responseText.match(/^\s*</) ) {
+ domparser = domparser||new DOMParser();
+ try {
+ //Envjs.debug("parsing response text into xml document");
+ doc = domparser.parseFromString(_this.responseText+"");
+ } catch(e) {
+ //Envjs.error('response XML does not appear to be well formed xml', e);
+ console.log('parseerror \n%s', e);
+ doc = document.implementation.createDocument('','error',null);
+ doc.appendChild(doc.createTextNode(e+''));
+ }
+ }else{
+ //Envjs.warn('response XML does not appear to be xml');
+ }
+ _this.__defineGetter__("responseXML", function(){
+ return doc;
+ });
+ }
+ }, data);
+
+ if (!_this.aborted){
+ _this.onreadystatechange();
+ }
+ };
+
+ if (this.async){
+ //Envjs.debug("XHR sending asynch;");
+ //TODO: what we really need to do here is rejoin the
+ // current thread and call onreadystatechange via
+ // setTimeout so the callback is essentially applied
+ // at the end of the current callstack
+ Envjs.runAsync(makeRequest);
+ }else{
+ //Envjs.debug("XHR sending synch;");
+ makeRequest();
+ }
+ },
+ abort: function(){
+ this.aborted = true;
+ },
+ onreadystatechange: function(){
+ //Instance specific
+ },
+ getResponseHeader: function(header){
+ //$debug('GETTING RESPONSE HEADER '+header);
+ var rHeader, returnedHeaders;
+ if (this.readyState < 3){
+ throw new Error("INVALID_STATE_ERR");
+ } else {
+ returnedHeaders = [];
+ for (rHeader in this.responseHeaders) {
+ if (rHeader.match(new RegExp(header, "i")))
+ returnedHeaders.push(this.responseHeaders[rHeader]);
+ }
+
+ if (returnedHeaders.length){
+ //$debug('GOT RESPONSE HEADER '+returnedHeaders.join(", "));
+ return returnedHeaders.join(", ");
+ }
+ }
+ return null;
+ },
+ getAllResponseHeaders: function(){
+ var header, returnedHeaders = [];
+ if (this.readyState < 3){
+ throw new Error("INVALID_STATE_ERR");
+ } else {
+ for (header in this.responseHeaders){
+ returnedHeaders.push( header + ": " + this.responseHeaders[header] );
+ }
+ }return returnedHeaders.join("\r\n");
+ },
+ async: true,
+ readyState: 0,
+ responseText: "",
+ status: 0,
+ statusText: ""
+};
Added: trunk/mapbender/test/tools/env-js/src/xpath/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xpath/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xpath/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,4 @@
+
+/**
+ * @todo: document
+ */
Added: trunk/mapbender/test/tools/env-js/src/xpath/expression.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xpath/expression.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xpath/expression.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,18 @@
+/**
+ * @todo: refactor
+ */
+$debug("Defining XPathExpression");
+/*
+* XPathExpression
+*/
+$w.__defineGetter__("XPathExpression", function(){
+ return XPathExpression;
+});
+
+var XPathExpression = function() {};
+__extend__(XPathExpression.prototype, {
+ evaluate: function(){
+ //TODO for now just return an empty XPathResult
+ return new XPathResult();
+ }
+});
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/xpath/implementation.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xpath/implementation.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xpath/implementation.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,2309 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// An XPath parser and evaluator written in JavaScript. The
+// implementation is complete except for functions handling
+// namespaces.
+//
+// Reference: [XPATH] XPath Specification
+// <http://www.w3.org/TR/1999/REC-xpath-19991116>.
+//
+//
+// The API of the parser has several parts:
+//
+// 1. The parser function xpathParse() that takes a string and returns
+// an expession object.
+//
+// 2. The expression object that has an evaluate() method to evaluate the
+// XPath expression it represents. (It is actually a hierarchy of
+// objects that resembles the parse tree, but an application will call
+// evaluate() only on the top node of this hierarchy.)
+//
+// 3. The context object that is passed as an argument to the evaluate()
+// method, which represents the DOM context in which the expression is
+// evaluated.
+//
+// 4. The value object that is returned from evaluate() and represents
+// values of the different types that are defined by XPath (number,
+// string, boolean, and node-set), and allows to convert between them.
+//
+// These parts are near the top of the file, the functions and data
+// that are used internally follow after them.
+//
+//
+// Author: Steffen Meschkat <mesch at google.com>
+
+
+// The entry point for the parser.
+//
+// @param expr a string that contains an XPath expression.
+// @return an expression object that can be evaluated with an
+// expression context.
+
+function xpathParse(expr) {
+ xpathLog('parse ' + expr);
+ xpathParseInit();
+
+ var cached = xpathCacheLookup(expr);
+ if (cached) {
+ xpathLog(' ... cached');
+ return cached;
+ }
+
+ // Optimize for a few common cases: simple attribute node tests
+ // (@id), simple element node tests (page), variable references
+ // ($address), numbers (4), multi-step path expressions where each
+ // step is a plain element node test
+ // (page/overlay/locations/location).
+
+ if (expr.match(/^(\$|@)?\w+$/i)) {
+ var ret = makeSimpleExpr(expr);
+ xpathParseCache[expr] = ret;
+ xpathLog(' ... simple');
+ return ret;
+ }
+
+ if (expr.match(/^\w+(\/\w+)*$/i)) {
+ var ret = makeSimpleExpr2(expr);
+ xpathParseCache[expr] = ret;
+ xpathLog(' ... simple 2');
+ return ret;
+ }
+
+ var cachekey = expr; // expr is modified during parse
+
+ var stack = [];
+ var ahead = null;
+ var previous = null;
+ var done = false;
+
+ var parse_count = 0;
+ var lexer_count = 0;
+ var reduce_count = 0;
+
+ while (!done) {
+ parse_count++;
+ expr = expr.replace(/^\s*/, '');
+ previous = ahead;
+ ahead = null;
+
+ var rule = null;
+ var match = '';
+ for (var i = 0; i < xpathTokenRules.length; ++i) {
+ var result = xpathTokenRules[i].re.exec(expr);
+ lexer_count++;
+ if (result && result.length > 0 && result[0].length > match.length) {
+ rule = xpathTokenRules[i];
+ match = result[0];
+ break;
+ }
+ }
+
+ // Special case: allow operator keywords to be element and
+ // variable names.
+
+ // NOTE(mesch): The parser resolves conflicts by looking ahead,
+ // and this is the only case where we look back to
+ // disambiguate. So this is indeed something different, and
+ // looking back is usually done in the lexer (via states in the
+ // general case, called "start conditions" in flex(1)). Also,the
+ // conflict resolution in the parser is not as robust as it could
+ // be, so I'd like to keep as much off the parser as possible (all
+ // these precedence values should be computed from the grammar
+ // rules and possibly associativity declarations, as in bison(1),
+ // and not explicitly set.
+
+ if (rule &&
+ (rule == TOK_DIV ||
+ rule == TOK_MOD ||
+ rule == TOK_AND ||
+ rule == TOK_OR) &&
+ (!previous ||
+ previous.tag == TOK_AT ||
+ previous.tag == TOK_DSLASH ||
+ previous.tag == TOK_SLASH ||
+ previous.tag == TOK_AXIS ||
+ previous.tag == TOK_DOLLAR)) {
+ rule = TOK_QNAME;
+ }
+
+ if (rule) {
+ expr = expr.substr(match.length);
+ xpathLog('token: ' + match + ' -- ' + rule.label);
+ ahead = {
+ tag: rule,
+ match: match,
+ prec: rule.prec ? rule.prec : 0, // || 0 is removed by the compiler
+ expr: makeTokenExpr(match)
+ };
+
+ } else {
+ xpathLog('DONE');
+ done = true;
+ }
+
+ while (xpathReduce(stack, ahead)) {
+ reduce_count++;
+ xpathLog('stack: ' + stackToString(stack));
+ }
+ }
+
+ xpathLog('stack: ' + stackToString(stack));
+
+ // DGF any valid XPath should "reduce" to a single Expr token
+ if (stack.length != 1) {
+ throw 'XPath parse error ' + cachekey + ':\n' + stackToString(stack);
+ }
+
+ var result = stack[0].expr;
+ xpathParseCache[cachekey] = result;
+
+ xpathLog('XPath parse: ' + parse_count + ' / ' +
+ lexer_count + ' / ' + reduce_count);
+
+ return result;
+}
+
+var xpathParseCache = {};
+
+function xpathCacheLookup(expr) {
+ return xpathParseCache[expr];
+}
+
+/*DGF xpathReduce is where the magic happens in this parser.
+Skim down to the bottom of this file to find the table of
+grammatical rules and precedence numbers, "The productions of the grammar".
+
+The idea here
+is that we want to take a stack of tokens and apply
+grammatical rules to them, "reducing" them to higher-level
+tokens. Ultimately, any valid XPath should reduce to exactly one
+"Expr" token.
+
+Reduce too early or too late and you'll have two tokens that can't reduce
+to single Expr. For example, you may hastily reduce a qname that
+should name a function, incorrectly treating it as a tag name.
+Or you may reduce too late, accidentally reducing the last part of the
+XPath into a top-level "Expr" that won't reduce with earlier parts of
+the XPath.
+
+A "cand" is a grammatical rule candidate, with a given precedence
+number. "ahead" is the upcoming token, which also has a precedence
+number. If the token has a higher precedence number than
+the rule candidate, we'll "shift" the token onto the token stack,
+instead of immediately applying the rule candidate.
+
+Some tokens have left associativity, in which case we shift when they
+have LOWER precedence than the candidate.
+*/
+function xpathReduce(stack, ahead) {
+ var cand = null;
+
+ if (stack.length > 0) {
+ var top = stack[stack.length-1];
+ var ruleset = xpathRules[top.tag.key];
+
+ if (ruleset) {
+ for (var i = 0; i < ruleset.length; ++i) {
+ var rule = ruleset[i];
+ var match = xpathMatchStack(stack, rule[1]);
+ if (match.length) {
+ cand = {
+ tag: rule[0],
+ rule: rule,
+ match: match
+ };
+ cand.prec = xpathGrammarPrecedence(cand);
+ break;
+ }
+ }
+ }
+ }
+
+ var ret;
+ if (cand && (!ahead || cand.prec > ahead.prec ||
+ (ahead.tag.left && cand.prec >= ahead.prec))) {
+ for (var i = 0; i < cand.match.matchlength; ++i) {
+ stack.pop();
+ }
+
+ xpathLog('reduce ' + cand.tag.label + ' ' + cand.prec +
+ ' ahead ' + (ahead ? ahead.tag.label + ' ' + ahead.prec +
+ (ahead.tag.left ? ' left' : '')
+ : ' none '));
+
+ var matchexpr = mapExpr(cand.match, function(m) { return m.expr; });
+ xpathLog('going to apply ' + cand.rule[3].toString());
+ cand.expr = cand.rule[3].apply(null, matchexpr);
+
+ stack.push(cand);
+ ret = true;
+
+ } else {
+ if (ahead) {
+ xpathLog('shift ' + ahead.tag.label + ' ' + ahead.prec +
+ (ahead.tag.left ? ' left' : '') +
+ ' over ' + (cand ? cand.tag.label + ' ' +
+ cand.prec : ' none'));
+ stack.push(ahead);
+ }
+ ret = false;
+ }
+ return ret;
+}
+
+function xpathMatchStack(stack, pattern) {
+
+ // NOTE(mesch): The stack matches for variable cardinality are
+ // greedy but don't do backtracking. This would be an issue only
+ // with rules of the form A* A, i.e. with an element with variable
+ // cardinality followed by the same element. Since that doesn't
+ // occur in the grammar at hand, all matches on the stack are
+ // unambiguous.
+
+ var S = stack.length;
+ var P = pattern.length;
+ var p, s;
+ var match = [];
+ match.matchlength = 0;
+ var ds = 0;
+ for (p = P - 1, s = S - 1; p >= 0 && s >= 0; --p, s -= ds) {
+ ds = 0;
+ var qmatch = [];
+ if (pattern[p] == Q_MM) {
+ p -= 1;
+ match.push(qmatch);
+ while (s - ds >= 0 && stack[s - ds].tag == pattern[p]) {
+ qmatch.push(stack[s - ds]);
+ ds += 1;
+ match.matchlength += 1;
+ }
+
+ } else if (pattern[p] == Q_01) {
+ p -= 1;
+ match.push(qmatch);
+ while (s - ds >= 0 && ds < 2 && stack[s - ds].tag == pattern[p]) {
+ qmatch.push(stack[s - ds]);
+ ds += 1;
+ match.matchlength += 1;
+ }
+
+ } else if (pattern[p] == Q_1M) {
+ p -= 1;
+ match.push(qmatch);
+ if (stack[s].tag == pattern[p]) {
+ while (s - ds >= 0 && stack[s - ds].tag == pattern[p]) {
+ qmatch.push(stack[s - ds]);
+ ds += 1;
+ match.matchlength += 1;
+ }
+ } else {
+ return [];
+ }
+
+ } else if (stack[s].tag == pattern[p]) {
+ match.push(stack[s]);
+ ds += 1;
+ match.matchlength += 1;
+
+ } else {
+ return [];
+ }
+
+ reverseInplace(qmatch);
+ qmatch.expr = mapExpr(qmatch, function(m) { return m.expr; });
+ }
+
+ reverseInplace(match);
+
+ if (p == -1) {
+ return match;
+
+ } else {
+ return [];
+ }
+}
+
+function xpathTokenPrecedence(tag) {
+ return tag.prec || 2;
+}
+
+function xpathGrammarPrecedence(frame) {
+ var ret = 0;
+
+ if (frame.rule) { /* normal reduce */
+ if (frame.rule.length >= 3 && frame.rule[2] >= 0) {
+ ret = frame.rule[2];
+
+ } else {
+ for (var i = 0; i < frame.rule[1].length; ++i) {
+ var p = xpathTokenPrecedence(frame.rule[1][i]);
+ ret = Math.max(ret, p);
+ }
+ }
+ } else if (frame.tag) { /* TOKEN match */
+ ret = xpathTokenPrecedence(frame.tag);
+
+ } else if (frame.length) { /* Q_ match */
+ for (var j = 0; j < frame.length; ++j) {
+ var p = xpathGrammarPrecedence(frame[j]);
+ ret = Math.max(ret, p);
+ }
+ }
+
+ return ret;
+}
+
+function stackToString(stack) {
+ var ret = '';
+ for (var i = 0; i < stack.length; ++i) {
+ if (ret) {
+ ret += '\n';
+ }
+ ret += stack[i].tag.label;
+ }
+ return ret;
+}
+
+
+// XPath expression evaluation context. An XPath context consists of a
+// DOM node, a list of DOM nodes that contains this node, a number
+// that represents the position of the single node in the list, and a
+// current set of variable bindings. (See XPath spec.)
+//
+// The interface of the expression context:
+//
+// Constructor -- gets the node, its position, the node set it
+// belongs to, and a parent context as arguments. The parent context
+// is used to implement scoping rules for variables: if a variable
+// is not found in the current context, it is looked for in the
+// parent context, recursively. Except for node, all arguments have
+// default values: default position is 0, default node set is the
+// set that contains only the node, and the default parent is null.
+//
+// Notice that position starts at 0 at the outside interface;
+// inside XPath expressions this shows up as position()=1.
+//
+// clone() -- creates a new context with the current context as
+// parent. If passed as argument to clone(), the new context has a
+// different node, position, or node set. What is not passed is
+// inherited from the cloned context.
+//
+// setVariable(name, expr) -- binds given XPath expression to the
+// name.
+//
+// getVariable(name) -- what the name says.
+//
+// setNode(position) -- sets the context to the node at the given
+// position. Needed to implement scoping rules for variables in
+// XPath. (A variable is visible to all subsequent siblings, not
+// only to its children.)
+//
+// set/isCaseInsensitive -- specifies whether node name tests should
+// be case sensitive. If you're executing xpaths against a regular
+// HTML DOM, you probably don't want case-sensitivity, because
+// browsers tend to disagree about whether elements & attributes
+// should be upper/lower case. If you're running xpaths in an
+// XSLT instance, you probably DO want case sensitivity, as per the
+// XSL spec.
+
+function ExprContext(node, opt_position, opt_nodelist, opt_parent, opt_caseInsensitive, opt_ignoreAttributesWithoutValue) {
+ this.node = node;
+ this.position = opt_position || 0;
+ this.nodelist = opt_nodelist || [ node ];
+ this.variables = {};
+ this.parent = opt_parent || null;
+ this.caseInsensitive = opt_caseInsensitive || false;
+ this.ignoreAttributesWithoutValue = opt_ignoreAttributesWithoutValue || false;
+ if (opt_parent) {
+ this.root = opt_parent.root;
+ } else if (this.node.nodeType == DOM_DOCUMENT_NODE) {
+ // NOTE(mesch): DOM Spec stipulates that the ownerDocument of a
+ // document is null. Our root, however is the document that we are
+ // processing, so the initial context is created from its document
+ // node, which case we must handle here explcitly.
+ this.root = node;
+ } else {
+ this.root = node.ownerDocument;
+ }
+}
+
+ExprContext.prototype.clone = function(opt_node, opt_position, opt_nodelist) {
+ return new ExprContext(
+ opt_node || this.node,
+ typeof opt_position != 'undefined' ? opt_position : this.position,
+ opt_nodelist || this.nodelist, this, this.caseInsensitive,
+ this.ignoreAttributesWithoutValue);
+};
+
+ExprContext.prototype.setVariable = function(name, value) {
+ if (value instanceof StringValue || value instanceof BooleanValue ||
+ value instanceof NumberValue || value instanceof NodeSetValue) {
+ this.variables[name] = value;
+ return;
+ }
+ if ('true' === value) {
+ this.variables[name] = new BooleanValue(true);
+ } else if ('false' === value) {
+ this.variables[name] = new BooleanValue(false);
+ } else if (TOK_NUMBER.re.test(value)) {
+ this.variables[name] = new NumberValue(value);
+ } else {
+ // DGF What if it's null?
+ this.variables[name] = new StringValue(value);
+ }
+};
+
+ExprContext.prototype.getVariable = function(name) {
+ if (typeof this.variables[name] != 'undefined') {
+ return this.variables[name];
+
+ } else if (this.parent) {
+ return this.parent.getVariable(name);
+
+ } else {
+ return null;
+ }
+};
+
+ExprContext.prototype.setNode = function(position) {
+ this.node = this.nodelist[position];
+ this.position = position;
+};
+
+ExprContext.prototype.contextSize = function() {
+ return this.nodelist.length;
+};
+
+ExprContext.prototype.isCaseInsensitive = function() {
+ return this.caseInsensitive;
+};
+
+ExprContext.prototype.setCaseInsensitive = function(caseInsensitive) {
+ return this.caseInsensitive = caseInsensitive;
+};
+
+ExprContext.prototype.isIgnoreAttributesWithoutValue = function() {
+ return this.ignoreAttributesWithoutValue;
+};
+
+ExprContext.prototype.setIgnoreAttributesWithoutValue = function(ignore) {
+ return this.ignoreAttributesWithoutValue = ignore;
+};
+
+// XPath expression values. They are what XPath expressions evaluate
+// to. Strangely, the different value types are not specified in the
+// XPath syntax, but only in the semantics, so they don't show up as
+// nonterminals in the grammar. Yet, some expressions are required to
+// evaluate to particular types, and not every type can be coerced
+// into every other type. Although the types of XPath values are
+// similar to the types present in JavaScript, the type coercion rules
+// are a bit peculiar, so we explicitly model XPath types instead of
+// mapping them onto JavaScript types. (See XPath spec.)
+//
+// The four types are:
+//
+// StringValue
+//
+// NumberValue
+//
+// BooleanValue
+//
+// NodeSetValue
+//
+// The common interface of the value classes consists of methods that
+// implement the XPath type coercion rules:
+//
+// stringValue() -- returns the value as a JavaScript String,
+//
+// numberValue() -- returns the value as a JavaScript Number,
+//
+// booleanValue() -- returns the value as a JavaScript Boolean,
+//
+// nodeSetValue() -- returns the value as a JavaScript Array of DOM
+// Node objects.
+//
+
+function StringValue(value) {
+ this.value = value;
+ this.type = 'string';
+}
+
+StringValue.prototype.stringValue = function() {
+ return this.value;
+}
+
+StringValue.prototype.booleanValue = function() {
+ return this.value.length > 0;
+}
+
+StringValue.prototype.numberValue = function() {
+ return this.value - 0;
+}
+
+StringValue.prototype.nodeSetValue = function() {
+ throw this;
+}
+
+function BooleanValue(value) {
+ this.value = value;
+ this.type = 'boolean';
+}
+
+BooleanValue.prototype.stringValue = function() {
+ return '' + this.value;
+}
+
+BooleanValue.prototype.booleanValue = function() {
+ return this.value;
+}
+
+BooleanValue.prototype.numberValue = function() {
+ return this.value ? 1 : 0;
+}
+
+BooleanValue.prototype.nodeSetValue = function() {
+ throw this;
+}
+
+function NumberValue(value) {
+ this.value = value;
+ this.type = 'number';
+}
+
+NumberValue.prototype.stringValue = function() {
+ return '' + this.value;
+}
+
+NumberValue.prototype.booleanValue = function() {
+ return !!this.value;
+}
+
+NumberValue.prototype.numberValue = function() {
+ return this.value - 0;
+}
+
+NumberValue.prototype.nodeSetValue = function() {
+ throw this;
+}
+
+function NodeSetValue(value) {
+ this.value = value;
+ this.type = 'node-set';
+}
+
+NodeSetValue.prototype.stringValue = function() {
+ if (this.value.length == 0) {
+ return '';
+ } else {
+ return xmlValue(this.value[0]);
+ }
+}
+
+NodeSetValue.prototype.booleanValue = function() {
+ return this.value.length > 0;
+}
+
+NodeSetValue.prototype.numberValue = function() {
+ return this.stringValue() - 0;
+}
+
+NodeSetValue.prototype.nodeSetValue = function() {
+ return this.value;
+};
+
+// XPath expressions. They are used as nodes in the parse tree and
+// possess an evaluate() method to compute an XPath value given an XPath
+// context. Expressions are returned from the parser. Teh set of
+// expression classes closely mirrors the set of non terminal symbols
+// in the grammar. Every non trivial nonterminal symbol has a
+// corresponding expression class.
+//
+// The common expression interface consists of the following methods:
+//
+// evaluate(context) -- evaluates the expression, returns a value.
+//
+// toString() -- returns the XPath text representation of the
+// expression (defined in xsltdebug.js).
+//
+// parseTree(indent) -- returns a parse tree representation of the
+// expression (defined in xsltdebug.js).
+
+function TokenExpr(m) {
+ this.value = m;
+}
+
+TokenExpr.prototype.evaluate = function() {
+ return new StringValue(this.value);
+};
+
+function LocationExpr() {
+ this.absolute = false;
+ this.steps = [];
+}
+
+LocationExpr.prototype.appendStep = function(s) {
+ var combinedStep = this._combineSteps(this.steps[this.steps.length-1], s);
+ if (combinedStep) {
+ this.steps[this.steps.length-1] = combinedStep;
+ } else {
+ this.steps.push(s);
+ }
+}
+
+LocationExpr.prototype.prependStep = function(s) {
+ var combinedStep = this._combineSteps(s, this.steps[0]);
+ if (combinedStep) {
+ this.steps[0] = combinedStep;
+ } else {
+ this.steps.unshift(s);
+ }
+};
+
+// DGF try to combine two steps into one step (perf enhancement)
+LocationExpr.prototype._combineSteps = function(prevStep, nextStep) {
+ if (!prevStep) return null;
+ if (!nextStep) return null;
+ var hasPredicates = (prevStep.predicates && prevStep.predicates.length > 0);
+ if (prevStep.nodetest instanceof NodeTestAny && !hasPredicates) {
+ // maybe suitable to be combined
+ if (prevStep.axis == xpathAxis.DESCENDANT_OR_SELF) {
+ if (nextStep.axis == xpathAxis.CHILD) {
+ nextStep.axis = xpathAxis.DESCENDANT;
+ return nextStep;
+ } else if (nextStep.axis == xpathAxis.SELF) {
+ nextStep.axis = xpathAxis.DESCENDANT_OR_SELF;
+ return nextStep;
+ }
+ } else if (prevStep.axis == xpathAxis.DESCENDANT) {
+ if (nextStep.axis == xpathAxis.SELF) {
+ nextStep.axis = xpathAxis.DESCENDANT;
+ return nextStep;
+ }
+ }
+ }
+ return null;
+}
+
+LocationExpr.prototype.evaluate = function(ctx) {
+ var start;
+ if (this.absolute) {
+ start = ctx.root;
+
+ } else {
+ start = ctx.node;
+ }
+
+ var nodes = [];
+ xPathStep(nodes, this.steps, 0, start, ctx);
+ return new NodeSetValue(nodes);
+};
+
+function xPathStep(nodes, steps, step, input, ctx) {
+ var s = steps[step];
+ var ctx2 = ctx.clone(input);
+ var nodelist = s.evaluate(ctx2).nodeSetValue();
+
+ for (var i = 0; i < nodelist.length; ++i) {
+ if (step == steps.length - 1) {
+ nodes.push(nodelist[i]);
+ } else {
+ xPathStep(nodes, steps, step + 1, nodelist[i], ctx);
+ }
+ }
+}
+
+function StepExpr(axis, nodetest, opt_predicate) {
+ this.axis = axis;
+ this.nodetest = nodetest;
+ this.predicate = opt_predicate || [];
+}
+
+StepExpr.prototype.appendPredicate = function(p) {
+ this.predicate.push(p);
+}
+
+StepExpr.prototype.evaluate = function(ctx) {
+ var input = ctx.node;
+ var nodelist = [];
+ var skipNodeTest = false;
+
+ if (this.nodetest instanceof NodeTestAny) {
+ skipNodeTest = true;
+ }
+
+ // NOTE(mesch): When this was a switch() statement, it didn't work
+ // in Safari/2.0. Not sure why though; it resulted in the JavaScript
+ // console output "undefined" (without any line number or so).
+
+ if (this.axis == xpathAxis.ANCESTOR_OR_SELF) {
+ nodelist.push(input);
+ for (var n = input.parentNode; n; n = n.parentNode) {
+ nodelist.push(n);
+ }
+
+ } else if (this.axis == xpathAxis.ANCESTOR) {
+ for (var n = input.parentNode; n; n = n.parentNode) {
+ nodelist.push(n);
+ }
+
+ } else if (this.axis == xpathAxis.ATTRIBUTE) {
+ if (ctx.ignoreAttributesWithoutValue) {
+ copyArrayIgnoringAttributesWithoutValue(nodelist, input.attributes);
+ }
+ else {
+ copyArray(nodelist, input.attributes);
+ }
+
+ } else if (this.axis == xpathAxis.CHILD) {
+ copyArray(nodelist, input.childNodes);
+
+ } else if (this.axis == xpathAxis.DESCENDANT_OR_SELF) {
+ if (this.nodetest.evaluate(ctx).booleanValue()) {
+ nodelist.push(input);
+ }
+ var tagName = xpathExtractTagNameFromNodeTest(this.nodetest);
+ xpathCollectDescendants(nodelist, input, tagName);
+ if (tagName) skipNodeTest = true;
+
+ } else if (this.axis == xpathAxis.DESCENDANT) {
+ var tagName = xpathExtractTagNameFromNodeTest(this.nodetest);
+ xpathCollectDescendants(nodelist, input, tagName);
+ if (tagName) skipNodeTest = true;
+
+ } else if (this.axis == xpathAxis.FOLLOWING) {
+ for (var n = input; n; n = n.parentNode) {
+ for (var nn = n.nextSibling; nn; nn = nn.nextSibling) {
+ nodelist.push(nn);
+ xpathCollectDescendants(nodelist, nn);
+ }
+ }
+
+ } else if (this.axis == xpathAxis.FOLLOWING_SIBLING) {
+ for (var n = input.nextSibling; n; n = n.nextSibling) {
+ nodelist.push(n);
+ }
+
+ } else if (this.axis == xpathAxis.NAMESPACE) {
+ alert('not implemented: axis namespace');
+
+ } else if (this.axis == xpathAxis.PARENT) {
+ if (input.parentNode) {
+ nodelist.push(input.parentNode);
+ }
+
+ } else if (this.axis == xpathAxis.PRECEDING) {
+ for (var n = input; n; n = n.parentNode) {
+ for (var nn = n.previousSibling; nn; nn = nn.previousSibling) {
+ nodelist.push(nn);
+ xpathCollectDescendantsReverse(nodelist, nn);
+ }
+ }
+
+ } else if (this.axis == xpathAxis.PRECEDING_SIBLING) {
+ for (var n = input.previousSibling; n; n = n.previousSibling) {
+ nodelist.push(n);
+ }
+
+ } else if (this.axis == xpathAxis.SELF) {
+ nodelist.push(input);
+
+ } else {
+ throw 'ERROR -- NO SUCH AXIS: ' + this.axis;
+ }
+
+ if (!skipNodeTest) {
+ // process node test
+ var nodelist0 = nodelist;
+ nodelist = [];
+ for (var i = 0; i < nodelist0.length; ++i) {
+ var n = nodelist0[i];
+ if (this.nodetest.evaluate(ctx.clone(n, i, nodelist0)).booleanValue()) {
+ nodelist.push(n);
+ }
+ }
+ }
+
+ // process predicates
+ for (var i = 0; i < this.predicate.length; ++i) {
+ var nodelist0 = nodelist;
+ nodelist = [];
+ for (var ii = 0; ii < nodelist0.length; ++ii) {
+ var n = nodelist0[ii];
+ if (this.predicate[i].evaluate(ctx.clone(n, ii, nodelist0)).booleanValue()) {
+ nodelist.push(n);
+ }
+ }
+ }
+
+ return new NodeSetValue(nodelist);
+};
+
+function NodeTestAny() {
+ this.value = new BooleanValue(true);
+}
+
+NodeTestAny.prototype.evaluate = function(ctx) {
+ return this.value;
+};
+
+function NodeTestElementOrAttribute() {}
+
+NodeTestElementOrAttribute.prototype.evaluate = function(ctx) {
+ return new BooleanValue(
+ ctx.node.nodeType == DOM_ELEMENT_NODE ||
+ ctx.node.nodeType == DOM_ATTRIBUTE_NODE);
+}
+
+function NodeTestText() {}
+
+NodeTestText.prototype.evaluate = function(ctx) {
+ return new BooleanValue(ctx.node.nodeType == DOM_TEXT_NODE);
+}
+
+function NodeTestComment() {}
+
+NodeTestComment.prototype.evaluate = function(ctx) {
+ return new BooleanValue(ctx.node.nodeType == DOM_COMMENT_NODE);
+}
+
+function NodeTestPI(target) {
+ this.target = target;
+}
+
+NodeTestPI.prototype.evaluate = function(ctx) {
+ return new
+ BooleanValue(ctx.node.nodeType == DOM_PROCESSING_INSTRUCTION_NODE &&
+ (!this.target || ctx.node.nodeName == this.target));
+}
+
+function NodeTestNC(nsprefix) {
+ this.regex = new RegExp("^" + nsprefix + ":");
+ this.nsprefix = nsprefix;
+}
+
+NodeTestNC.prototype.evaluate = function(ctx) {
+ var n = ctx.node;
+ return new BooleanValue(this.regex.match(n.nodeName));
+}
+
+function NodeTestName(name) {
+ this.name = name;
+ this.re = new RegExp('^' + name + '$', "i");
+}
+
+NodeTestName.prototype.evaluate = function(ctx) {
+ var n = ctx.node;
+ if (ctx.caseInsensitive) {
+ if (n.nodeName.length != this.name.length) return new BooleanValue(false);
+ return new BooleanValue(this.re.test(n.nodeName));
+ } else {
+ return new BooleanValue(n.nodeName == this.name);
+ }
+}
+
+function PredicateExpr(expr) {
+ this.expr = expr;
+}
+
+PredicateExpr.prototype.evaluate = function(ctx) {
+ var v = this.expr.evaluate(ctx);
+ if (v.type == 'number') {
+ // NOTE(mesch): Internally, position is represented starting with
+ // 0, however in XPath position starts with 1. See functions
+ // position() and last().
+ return new BooleanValue(ctx.position == v.numberValue() - 1);
+ } else {
+ return new BooleanValue(v.booleanValue());
+ }
+};
+
+function FunctionCallExpr(name) {
+ this.name = name;
+ this.args = [];
+}
+
+FunctionCallExpr.prototype.appendArg = function(arg) {
+ this.args.push(arg);
+};
+
+FunctionCallExpr.prototype.evaluate = function(ctx) {
+ var fn = '' + this.name.value;
+ var f = this.xpathfunctions[fn];
+ if (f) {
+ return f.call(this, ctx);
+ } else {
+ xpathLog('XPath NO SUCH FUNCTION ' + fn);
+ return new BooleanValue(false);
+ }
+};
+
+FunctionCallExpr.prototype.xpathfunctions = {
+ 'last': function(ctx) {
+ assert(this.args.length == 0);
+ // NOTE(mesch): XPath position starts at 1.
+ return new NumberValue(ctx.contextSize());
+ },
+
+ 'position': function(ctx) {
+ assert(this.args.length == 0);
+ // NOTE(mesch): XPath position starts at 1.
+ return new NumberValue(ctx.position + 1);
+ },
+
+ 'count': function(ctx) {
+ assert(this.args.length == 1);
+ var v = this.args[0].evaluate(ctx);
+ return new NumberValue(v.nodeSetValue().length);
+ },
+
+ 'id': function(ctx) {
+ assert(this.args.length == 1);
+ var e = this.args[0].evaluate(ctx);
+ var ret = [];
+ var ids;
+ if (e.type == 'node-set') {
+ ids = [];
+ var en = e.nodeSetValue();
+ for (var i = 0; i < en.length; ++i) {
+ var v = xmlValue(en[i]).split(/\s+/);
+ for (var ii = 0; ii < v.length; ++ii) {
+ ids.push(v[ii]);
+ }
+ }
+ } else {
+ ids = e.stringValue().split(/\s+/);
+ }
+ var d = ctx.root;
+ for (var i = 0; i < ids.length; ++i) {
+ var n = d.getElementById(ids[i]);
+ if (n) {
+ ret.push(n);
+ }
+ }
+ return new NodeSetValue(ret);
+ },
+
+ 'local-name': function(ctx) {
+ alert('not implmented yet: XPath function local-name()');
+ },
+
+ 'namespace-uri': function(ctx) {
+ alert('not implmented yet: XPath function namespace-uri()');
+ },
+
+ 'name': function(ctx) {
+ assert(this.args.length == 1 || this.args.length == 0);
+ var n;
+ if (this.args.length == 0) {
+ n = [ ctx.node ];
+ } else {
+ n = this.args[0].evaluate(ctx).nodeSetValue();
+ }
+
+ if (n.length == 0) {
+ return new StringValue('');
+ } else {
+ return new StringValue(n[0].nodeName);
+ }
+ },
+
+ 'string': function(ctx) {
+ assert(this.args.length == 1 || this.args.length == 0);
+ if (this.args.length == 0) {
+ return new StringValue(new NodeSetValue([ ctx.node ]).stringValue());
+ } else {
+ return new StringValue(this.args[0].evaluate(ctx).stringValue());
+ }
+ },
+
+ 'concat': function(ctx) {
+ var ret = '';
+ for (var i = 0; i < this.args.length; ++i) {
+ ret += this.args[i].evaluate(ctx).stringValue();
+ }
+ return new StringValue(ret);
+ },
+
+ 'starts-with': function(ctx) {
+ assert(this.args.length == 2);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).stringValue();
+ return new BooleanValue(s0.indexOf(s1) == 0);
+ },
+
+ 'contains': function(ctx) {
+ assert(this.args.length == 2);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).stringValue();
+ return new BooleanValue(s0.indexOf(s1) != -1);
+ },
+
+ 'substring-before': function(ctx) {
+ assert(this.args.length == 2);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).stringValue();
+ var i = s0.indexOf(s1);
+ var ret;
+ if (i == -1) {
+ ret = '';
+ } else {
+ ret = s0.substr(0,i);
+ }
+ return new StringValue(ret);
+ },
+
+ 'substring-after': function(ctx) {
+ assert(this.args.length == 2);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).stringValue();
+ var i = s0.indexOf(s1);
+ var ret;
+ if (i == -1) {
+ ret = '';
+ } else {
+ ret = s0.substr(i + s1.length);
+ }
+ return new StringValue(ret);
+ },
+
+ 'substring': function(ctx) {
+ // NOTE: XPath defines the position of the first character in a
+ // string to be 1, in JavaScript this is 0 ([XPATH] Section 4.2).
+ assert(this.args.length == 2 || this.args.length == 3);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).numberValue();
+ var ret;
+ if (this.args.length == 2) {
+ var i1 = Math.max(0, Math.round(s1) - 1);
+ ret = s0.substr(i1);
+
+ } else {
+ var s2 = this.args[2].evaluate(ctx).numberValue();
+ var i0 = Math.round(s1) - 1;
+ var i1 = Math.max(0, i0);
+ var i2 = Math.round(s2) - Math.max(0, -i0);
+ ret = s0.substr(i1, i2);
+ }
+ return new StringValue(ret);
+ },
+
+ 'string-length': function(ctx) {
+ var s;
+ if (this.args.length > 0) {
+ s = this.args[0].evaluate(ctx).stringValue();
+ } else {
+ s = new NodeSetValue([ ctx.node ]).stringValue();
+ }
+ return new NumberValue(s.length);
+ },
+
+ 'normalize-space': function(ctx) {
+ var s;
+ if (this.args.length > 0) {
+ s = this.args[0].evaluate(ctx).stringValue();
+ } else {
+ s = new NodeSetValue([ ctx.node ]).stringValue();
+ }
+ s = s.replace(/^\s*/,'').replace(/\s*$/,'').replace(/\s+/g, ' ');
+ return new StringValue(s);
+ },
+
+ 'translate': function(ctx) {
+ assert(this.args.length == 3);
+ var s0 = this.args[0].evaluate(ctx).stringValue();
+ var s1 = this.args[1].evaluate(ctx).stringValue();
+ var s2 = this.args[2].evaluate(ctx).stringValue();
+
+ for (var i = 0; i < s1.length; ++i) {
+ s0 = s0.replace(new RegExp(s1.charAt(i), 'g'), s2.charAt(i));
+ }
+ return new StringValue(s0);
+ },
+
+ 'boolean': function(ctx) {
+ assert(this.args.length == 1);
+ return new BooleanValue(this.args[0].evaluate(ctx).booleanValue());
+ },
+
+ 'not': function(ctx) {
+ assert(this.args.length == 1);
+ var ret = !this.args[0].evaluate(ctx).booleanValue();
+ return new BooleanValue(ret);
+ },
+
+ 'true': function(ctx) {
+ assert(this.args.length == 0);
+ return new BooleanValue(true);
+ },
+
+ 'false': function(ctx) {
+ assert(this.args.length == 0);
+ return new BooleanValue(false);
+ },
+
+ 'lang': function(ctx) {
+ assert(this.args.length == 1);
+ var lang = this.args[0].evaluate(ctx).stringValue();
+ var xmllang;
+ var n = ctx.node;
+ while (n && n != n.parentNode /* just in case ... */) {
+ xmllang = n.getAttribute('xml:lang');
+ if (xmllang) {
+ break;
+ }
+ n = n.parentNode;
+ }
+ if (!xmllang) {
+ return new BooleanValue(false);
+ } else {
+ var re = new RegExp('^' + lang + '$', 'i');
+ return new BooleanValue(xmllang.match(re) ||
+ xmllang.replace(/_.*$/,'').match(re));
+ }
+ },
+
+ 'number': function(ctx) {
+ assert(this.args.length == 1 || this.args.length == 0);
+
+ if (this.args.length == 1) {
+ return new NumberValue(this.args[0].evaluate(ctx).numberValue());
+ } else {
+ return new NumberValue(new NodeSetValue([ ctx.node ]).numberValue());
+ }
+ },
+
+ 'sum': function(ctx) {
+ assert(this.args.length == 1);
+ var n = this.args[0].evaluate(ctx).nodeSetValue();
+ var sum = 0;
+ for (var i = 0; i < n.length; ++i) {
+ sum += xmlValue(n[i]) - 0;
+ }
+ return new NumberValue(sum);
+ },
+
+ 'floor': function(ctx) {
+ assert(this.args.length == 1);
+ var num = this.args[0].evaluate(ctx).numberValue();
+ return new NumberValue(Math.floor(num));
+ },
+
+ 'ceiling': function(ctx) {
+ assert(this.args.length == 1);
+ var num = this.args[0].evaluate(ctx).numberValue();
+ return new NumberValue(Math.ceil(num));
+ },
+
+ 'round': function(ctx) {
+ assert(this.args.length == 1);
+ var num = this.args[0].evaluate(ctx).numberValue();
+ return new NumberValue(Math.round(num));
+ },
+
+ // TODO(mesch): The following functions are custom. There is a
+ // standard that defines how to add functions, which should be
+ // applied here.
+
+ 'ext-join': function(ctx) {
+ assert(this.args.length == 2);
+ var nodes = this.args[0].evaluate(ctx).nodeSetValue();
+ var delim = this.args[1].evaluate(ctx).stringValue();
+ var ret = '';
+ for (var i = 0; i < nodes.length; ++i) {
+ if (ret) {
+ ret += delim;
+ }
+ ret += xmlValue(nodes[i]);
+ }
+ return new StringValue(ret);
+ },
+
+ // ext-if() evaluates and returns its second argument, if the
+ // boolean value of its first argument is true, otherwise it
+ // evaluates and returns its third argument.
+
+ 'ext-if': function(ctx) {
+ assert(this.args.length == 3);
+ if (this.args[0].evaluate(ctx).booleanValue()) {
+ return this.args[1].evaluate(ctx);
+ } else {
+ return this.args[2].evaluate(ctx);
+ }
+ },
+
+ // ext-cardinal() evaluates its single argument as a number, and
+ // returns the current node that many times. It can be used in the
+ // select attribute to iterate over an integer range.
+
+ 'ext-cardinal': function(ctx) {
+ assert(this.args.length >= 1);
+ var c = this.args[0].evaluate(ctx).numberValue();
+ var ret = [];
+ for (var i = 0; i < c; ++i) {
+ ret.push(ctx.node);
+ }
+ return new NodeSetValue(ret);
+ }
+};
+
+function UnionExpr(expr1, expr2) {
+ this.expr1 = expr1;
+ this.expr2 = expr2;
+}
+
+UnionExpr.prototype.evaluate = function(ctx) {
+ var nodes1 = this.expr1.evaluate(ctx).nodeSetValue();
+ var nodes2 = this.expr2.evaluate(ctx).nodeSetValue();
+ var I1 = nodes1.length;
+ for (var i2 = 0; i2 < nodes2.length; ++i2) {
+ var n = nodes2[i2];
+ var inBoth = false;
+ for (var i1 = 0; i1 < I1; ++i1) {
+ if (nodes1[i1] == n) {
+ inBoth = true;
+ i1 = I1; // break inner loop
+ }
+ }
+ if (!inBoth) {
+ nodes1.push(n);
+ }
+ }
+ return new NodeSetValue(nodes1);
+};
+
+function PathExpr(filter, rel) {
+ this.filter = filter;
+ this.rel = rel;
+}
+
+PathExpr.prototype.evaluate = function(ctx) {
+ var nodes = this.filter.evaluate(ctx).nodeSetValue();
+ var nodes1 = [];
+ for (var i = 0; i < nodes.length; ++i) {
+ var nodes0 = this.rel.evaluate(ctx.clone(nodes[i], i, nodes)).nodeSetValue();
+ for (var ii = 0; ii < nodes0.length; ++ii) {
+ nodes1.push(nodes0[ii]);
+ }
+ }
+ return new NodeSetValue(nodes1);
+};
+
+function FilterExpr(expr, predicate) {
+ this.expr = expr;
+ this.predicate = predicate;
+}
+
+FilterExpr.prototype.evaluate = function(ctx) {
+ var nodes = this.expr.evaluate(ctx).nodeSetValue();
+ for (var i = 0; i < this.predicate.length; ++i) {
+ var nodes0 = nodes;
+ nodes = [];
+ for (var j = 0; j < nodes0.length; ++j) {
+ var n = nodes0[j];
+ if (this.predicate[i].evaluate(ctx.clone(n, j, nodes0)).booleanValue()) {
+ nodes.push(n);
+ }
+ }
+ }
+
+ return new NodeSetValue(nodes);
+}
+
+function UnaryMinusExpr(expr) {
+ this.expr = expr;
+}
+
+UnaryMinusExpr.prototype.evaluate = function(ctx) {
+ return new NumberValue(-this.expr.evaluate(ctx).numberValue());
+};
+
+function BinaryExpr(expr1, op, expr2) {
+ this.expr1 = expr1;
+ this.expr2 = expr2;
+ this.op = op;
+}
+
+BinaryExpr.prototype.evaluate = function(ctx) {
+ var ret;
+ switch (this.op.value) {
+ case 'or':
+ ret = new BooleanValue(this.expr1.evaluate(ctx).booleanValue() ||
+ this.expr2.evaluate(ctx).booleanValue());
+ break;
+
+ case 'and':
+ ret = new BooleanValue(this.expr1.evaluate(ctx).booleanValue() &&
+ this.expr2.evaluate(ctx).booleanValue());
+ break;
+
+ case '+':
+ ret = new NumberValue(this.expr1.evaluate(ctx).numberValue() +
+ this.expr2.evaluate(ctx).numberValue());
+ break;
+
+ case '-':
+ ret = new NumberValue(this.expr1.evaluate(ctx).numberValue() -
+ this.expr2.evaluate(ctx).numberValue());
+ break;
+
+ case '*':
+ ret = new NumberValue(this.expr1.evaluate(ctx).numberValue() *
+ this.expr2.evaluate(ctx).numberValue());
+ break;
+
+ case 'mod':
+ ret = new NumberValue(this.expr1.evaluate(ctx).numberValue() %
+ this.expr2.evaluate(ctx).numberValue());
+ break;
+
+ case 'div':
+ ret = new NumberValue(this.expr1.evaluate(ctx).numberValue() /
+ this.expr2.evaluate(ctx).numberValue());
+ break;
+
+ case '=':
+ ret = this.compare(ctx, function(x1, x2) { return x1 == x2; });
+ break;
+
+ case '!=':
+ ret = this.compare(ctx, function(x1, x2) { return x1 != x2; });
+ break;
+
+ case '<':
+ ret = this.compare(ctx, function(x1, x2) { return x1 < x2; });
+ break;
+
+ case '<=':
+ ret = this.compare(ctx, function(x1, x2) { return x1 <= x2; });
+ break;
+
+ case '>':
+ ret = this.compare(ctx, function(x1, x2) { return x1 > x2; });
+ break;
+
+ case '>=':
+ ret = this.compare(ctx, function(x1, x2) { return x1 >= x2; });
+ break;
+
+ default:
+ alert('BinaryExpr.evaluate: ' + this.op.value);
+ }
+ return ret;
+};
+
+BinaryExpr.prototype.compare = function(ctx, cmp) {
+ var v1 = this.expr1.evaluate(ctx);
+ var v2 = this.expr2.evaluate(ctx);
+
+ var ret;
+ if (v1.type == 'node-set' && v2.type == 'node-set') {
+ var n1 = v1.nodeSetValue();
+ var n2 = v2.nodeSetValue();
+ ret = false;
+ for (var i1 = 0; i1 < n1.length; ++i1) {
+ for (var i2 = 0; i2 < n2.length; ++i2) {
+ if (cmp(xmlValue(n1[i1]), xmlValue(n2[i2]))) {
+ ret = true;
+ // Break outer loop. Labels confuse the jscompiler and we
+ // don't use them.
+ i2 = n2.length;
+ i1 = n1.length;
+ }
+ }
+ }
+
+ } else if (v1.type == 'node-set' || v2.type == 'node-set') {
+
+ if (v1.type == 'number') {
+ var s = v1.numberValue();
+ var n = v2.nodeSetValue();
+
+ ret = false;
+ for (var i = 0; i < n.length; ++i) {
+ var nn = xmlValue(n[i]) - 0;
+ if (cmp(s, nn)) {
+ ret = true;
+ break;
+ }
+ }
+
+ } else if (v2.type == 'number') {
+ var n = v1.nodeSetValue();
+ var s = v2.numberValue();
+
+ ret = false;
+ for (var i = 0; i < n.length; ++i) {
+ var nn = xmlValue(n[i]) - 0;
+ if (cmp(nn, s)) {
+ ret = true;
+ break;
+ }
+ }
+
+ } else if (v1.type == 'string') {
+ var s = v1.stringValue();
+ var n = v2.nodeSetValue();
+
+ ret = false;
+ for (var i = 0; i < n.length; ++i) {
+ var nn = xmlValue(n[i]);
+ if (cmp(s, nn)) {
+ ret = true;
+ break;
+ }
+ }
+
+ } else if (v2.type == 'string') {
+ var n = v1.nodeSetValue();
+ var s = v2.stringValue();
+
+ ret = false;
+ for (var i = 0; i < n.length; ++i) {
+ var nn = xmlValue(n[i]);
+ if (cmp(nn, s)) {
+ ret = true;
+ break;
+ }
+ }
+
+ } else {
+ ret = cmp(v1.booleanValue(), v2.booleanValue());
+ }
+
+ } else if (v1.type == 'boolean' || v2.type == 'boolean') {
+ ret = cmp(v1.booleanValue(), v2.booleanValue());
+
+ } else if (v1.type == 'number' || v2.type == 'number') {
+ ret = cmp(v1.numberValue(), v2.numberValue());
+
+ } else {
+ ret = cmp(v1.stringValue(), v2.stringValue());
+ }
+
+ return new BooleanValue(ret);
+}
+
+function LiteralExpr(value) {
+ this.value = value;
+}
+
+LiteralExpr.prototype.evaluate = function(ctx) {
+ return new StringValue(this.value);
+};
+
+function NumberExpr(value) {
+ this.value = value;
+}
+
+NumberExpr.prototype.evaluate = function(ctx) {
+ return new NumberValue(this.value);
+};
+
+function VariableExpr(name) {
+ this.name = name;
+}
+
+VariableExpr.prototype.evaluate = function(ctx) {
+ return ctx.getVariable(this.name);
+}
+
+// Factory functions for semantic values (i.e. Expressions) of the
+// productions in the grammar. When a production is matched to reduce
+// the current parse state stack, the function is called with the
+// semantic values of the matched elements as arguments, and returns
+// another semantic value. The semantic value is a node of the parse
+// tree, an expression object with an evaluate() method that evaluates the
+// expression in an actual context. These factory functions are used
+// in the specification of the grammar rules, below.
+
+function makeTokenExpr(m) {
+ return new TokenExpr(m);
+}
+
+function passExpr(e) {
+ return e;
+}
+
+function makeLocationExpr1(slash, rel) {
+ rel.absolute = true;
+ return rel;
+}
+
+function makeLocationExpr2(dslash, rel) {
+ rel.absolute = true;
+ rel.prependStep(makeAbbrevStep(dslash.value));
+ return rel;
+}
+
+function makeLocationExpr3(slash) {
+ var ret = new LocationExpr();
+ ret.appendStep(makeAbbrevStep('.'));
+ ret.absolute = true;
+ return ret;
+}
+
+function makeLocationExpr4(dslash) {
+ var ret = new LocationExpr();
+ ret.absolute = true;
+ ret.appendStep(makeAbbrevStep(dslash.value));
+ return ret;
+}
+
+function makeLocationExpr5(step) {
+ var ret = new LocationExpr();
+ ret.appendStep(step);
+ return ret;
+}
+
+function makeLocationExpr6(rel, slash, step) {
+ rel.appendStep(step);
+ return rel;
+}
+
+function makeLocationExpr7(rel, dslash, step) {
+ rel.appendStep(makeAbbrevStep(dslash.value));
+ rel.appendStep(step);
+ return rel;
+}
+
+function makeStepExpr1(dot) {
+ return makeAbbrevStep(dot.value);
+}
+
+function makeStepExpr2(ddot) {
+ return makeAbbrevStep(ddot.value);
+}
+
+function makeStepExpr3(axisname, axis, nodetest) {
+ return new StepExpr(axisname.value, nodetest);
+}
+
+function makeStepExpr4(at, nodetest) {
+ return new StepExpr('attribute', nodetest);
+}
+
+function makeStepExpr5(nodetest) {
+ return new StepExpr('child', nodetest);
+}
+
+function makeStepExpr6(step, predicate) {
+ step.appendPredicate(predicate);
+ return step;
+}
+
+function makeAbbrevStep(abbrev) {
+ switch (abbrev) {
+ case '//':
+ return new StepExpr('descendant-or-self', new NodeTestAny);
+
+ case '.':
+ return new StepExpr('self', new NodeTestAny);
+
+ case '..':
+ return new StepExpr('parent', new NodeTestAny);
+ }
+}
+
+function makeNodeTestExpr1(asterisk) {
+ return new NodeTestElementOrAttribute;
+}
+
+function makeNodeTestExpr2(ncname, colon, asterisk) {
+ return new NodeTestNC(ncname.value);
+}
+
+function makeNodeTestExpr3(qname) {
+ return new NodeTestName(qname.value);
+}
+
+function makeNodeTestExpr4(typeo, parenc) {
+ var type = typeo.value.replace(/\s*\($/, '');
+ switch(type) {
+ case 'node':
+ return new NodeTestAny;
+
+ case 'text':
+ return new NodeTestText;
+
+ case 'comment':
+ return new NodeTestComment;
+
+ case 'processing-instruction':
+ return new NodeTestPI('');
+ }
+}
+
+function makeNodeTestExpr5(typeo, target, parenc) {
+ var type = typeo.replace(/\s*\($/, '');
+ if (type != 'processing-instruction') {
+ throw type;
+ }
+ return new NodeTestPI(target.value);
+}
+
+function makePredicateExpr(pareno, expr, parenc) {
+ return new PredicateExpr(expr);
+}
+
+function makePrimaryExpr(pareno, expr, parenc) {
+ return expr;
+}
+
+function makeFunctionCallExpr1(name, pareno, parenc) {
+ return new FunctionCallExpr(name);
+}
+
+function makeFunctionCallExpr2(name, pareno, arg1, args, parenc) {
+ var ret = new FunctionCallExpr(name);
+ ret.appendArg(arg1);
+ for (var i = 0; i < args.length; ++i) {
+ ret.appendArg(args[i]);
+ }
+ return ret;
+}
+
+function makeArgumentExpr(comma, expr) {
+ return expr;
+}
+
+function makeUnionExpr(expr1, pipe, expr2) {
+ return new UnionExpr(expr1, expr2);
+}
+
+function makePathExpr1(filter, slash, rel) {
+ return new PathExpr(filter, rel);
+}
+
+function makePathExpr2(filter, dslash, rel) {
+ rel.prependStep(makeAbbrevStep(dslash.value));
+ return new PathExpr(filter, rel);
+}
+
+function makeFilterExpr(expr, predicates) {
+ if (predicates.length > 0) {
+ return new FilterExpr(expr, predicates);
+ } else {
+ return expr;
+ }
+}
+
+function makeUnaryMinusExpr(minus, expr) {
+ return new UnaryMinusExpr(expr);
+}
+
+function makeBinaryExpr(expr1, op, expr2) {
+ return new BinaryExpr(expr1, op, expr2);
+}
+
+function makeLiteralExpr(token) {
+ // remove quotes from the parsed value:
+ var value = token.value.substring(1, token.value.length - 1);
+ return new LiteralExpr(value);
+}
+
+function makeNumberExpr(token) {
+ return new NumberExpr(token.value);
+}
+
+function makeVariableReference(dollar, name) {
+ return new VariableExpr(name.value);
+}
+
+// Used before parsing for optimization of common simple cases. See
+// the begin of xpathParse() for which they are.
+function makeSimpleExpr(expr) {
+ if (expr.charAt(0) == '$') {
+ return new VariableExpr(expr.substr(1));
+ } else if (expr.charAt(0) == '@') {
+ var a = new NodeTestName(expr.substr(1));
+ var b = new StepExpr('attribute', a);
+ var c = new LocationExpr();
+ c.appendStep(b);
+ return c;
+ } else if (expr.match(/^[0-9]+$/)) {
+ return new NumberExpr(expr);
+ } else {
+ var a = new NodeTestName(expr);
+ var b = new StepExpr('child', a);
+ var c = new LocationExpr();
+ c.appendStep(b);
+ return c;
+ }
+}
+
+function makeSimpleExpr2(expr) {
+ var steps = stringSplit(expr, '/');
+ var c = new LocationExpr();
+ for (var i = 0; i < steps.length; ++i) {
+ var a = new NodeTestName(steps[i]);
+ var b = new StepExpr('child', a);
+ c.appendStep(b);
+ }
+ return c;
+}
+
+// The axes of XPath expressions.
+
+var xpathAxis = {
+ ANCESTOR_OR_SELF: 'ancestor-or-self',
+ ANCESTOR: 'ancestor',
+ ATTRIBUTE: 'attribute',
+ CHILD: 'child',
+ DESCENDANT_OR_SELF: 'descendant-or-self',
+ DESCENDANT: 'descendant',
+ FOLLOWING_SIBLING: 'following-sibling',
+ FOLLOWING: 'following',
+ NAMESPACE: 'namespace',
+ PARENT: 'parent',
+ PRECEDING_SIBLING: 'preceding-sibling',
+ PRECEDING: 'preceding',
+ SELF: 'self'
+};
+
+var xpathAxesRe = [
+ xpathAxis.ANCESTOR_OR_SELF,
+ xpathAxis.ANCESTOR,
+ xpathAxis.ATTRIBUTE,
+ xpathAxis.CHILD,
+ xpathAxis.DESCENDANT_OR_SELF,
+ xpathAxis.DESCENDANT,
+ xpathAxis.FOLLOWING_SIBLING,
+ xpathAxis.FOLLOWING,
+ xpathAxis.NAMESPACE,
+ xpathAxis.PARENT,
+ xpathAxis.PRECEDING_SIBLING,
+ xpathAxis.PRECEDING,
+ xpathAxis.SELF
+].join('|');
+
+
+// The tokens of the language. The label property is just used for
+// generating debug output. The prec property is the precedence used
+// for shift/reduce resolution. Default precedence is 0 as a lookahead
+// token and 2 on the stack. TODO(mesch): this is certainly not
+// necessary and too complicated. Simplify this!
+
+// NOTE: tabular formatting is the big exception, but here it should
+// be OK.
+
+var TOK_PIPE = { label: "|", prec: 17, re: new RegExp("^\\|") };
+var TOK_DSLASH = { label: "//", prec: 19, re: new RegExp("^//") };
+var TOK_SLASH = { label: "/", prec: 30, re: new RegExp("^/") };
+var TOK_AXIS = { label: "::", prec: 20, re: new RegExp("^::") };
+var TOK_COLON = { label: ":", prec: 1000, re: new RegExp("^:") };
+var TOK_AXISNAME = { label: "[axis]", re: new RegExp('^(' + xpathAxesRe + ')') };
+var TOK_PARENO = { label: "(", prec: 34, re: new RegExp("^\\(") };
+var TOK_PARENC = { label: ")", re: new RegExp("^\\)") };
+var TOK_DDOT = { label: "..", prec: 34, re: new RegExp("^\\.\\.") };
+var TOK_DOT = { label: ".", prec: 34, re: new RegExp("^\\.") };
+var TOK_AT = { label: "@", prec: 34, re: new RegExp("^@") };
+
+var TOK_COMMA = { label: ",", re: new RegExp("^,") };
+
+var TOK_OR = { label: "or", prec: 10, re: new RegExp("^or\\b") };
+var TOK_AND = { label: "and", prec: 11, re: new RegExp("^and\\b") };
+var TOK_EQ = { label: "=", prec: 12, re: new RegExp("^=") };
+var TOK_NEQ = { label: "!=", prec: 12, re: new RegExp("^!=") };
+var TOK_GE = { label: ">=", prec: 13, re: new RegExp("^>=") };
+var TOK_GT = { label: ">", prec: 13, re: new RegExp("^>") };
+var TOK_LE = { label: "<=", prec: 13, re: new RegExp("^<=") };
+var TOK_LT = { label: "<", prec: 13, re: new RegExp("^<") };
+var TOK_PLUS = { label: "+", prec: 14, re: new RegExp("^\\+"), left: true };
+var TOK_MINUS = { label: "-", prec: 14, re: new RegExp("^\\-"), left: true };
+var TOK_DIV = { label: "div", prec: 15, re: new RegExp("^div\\b"), left: true };
+var TOK_MOD = { label: "mod", prec: 15, re: new RegExp("^mod\\b"), left: true };
+
+var TOK_BRACKO = { label: "[", prec: 32, re: new RegExp("^\\[") };
+var TOK_BRACKC = { label: "]", re: new RegExp("^\\]") };
+var TOK_DOLLAR = { label: "$", re: new RegExp("^\\$") };
+
+var TOK_NCNAME = { label: "[ncname]", re: new RegExp('^' + XML_NC_NAME) };
+
+var TOK_ASTERISK = { label: "*", prec: 15, re: new RegExp("^\\*"), left: true };
+var TOK_LITERALQ = { label: "[litq]", prec: 20, re: new RegExp("^'[^\\']*'") };
+var TOK_LITERALQQ = {
+ label: "[litqq]",
+ prec: 20,
+ re: new RegExp('^"[^\\"]*"')
+};
+
+var TOK_NUMBER = {
+ label: "[number]",
+ prec: 35,
+ re: new RegExp('^\\d+(\\.\\d*)?') };
+
+var TOK_QNAME = {
+ label: "[qname]",
+ re: new RegExp('^(' + XML_NC_NAME + ':)?' + XML_NC_NAME)
+};
+
+var TOK_NODEO = {
+ label: "[nodetest-start]",
+ re: new RegExp('^(processing-instruction|comment|text|node)\\(')
+};
+
+// The table of the tokens of our grammar, used by the lexer: first
+// column the tag, second column a regexp to recognize it in the
+// input, third column the precedence of the token, fourth column a
+// factory function for the semantic value of the token.
+//
+// NOTE: order of this list is important, because the first match
+// counts. Cf. DDOT and DOT, and AXIS and COLON.
+
+var xpathTokenRules = [
+ TOK_DSLASH,
+ TOK_SLASH,
+ TOK_DDOT,
+ TOK_DOT,
+ TOK_AXIS,
+ TOK_COLON,
+ TOK_AXISNAME,
+ TOK_NODEO,
+ TOK_PARENO,
+ TOK_PARENC,
+ TOK_BRACKO,
+ TOK_BRACKC,
+ TOK_AT,
+ TOK_COMMA,
+ TOK_OR,
+ TOK_AND,
+ TOK_NEQ,
+ TOK_EQ,
+ TOK_GE,
+ TOK_GT,
+ TOK_LE,
+ TOK_LT,
+ TOK_PLUS,
+ TOK_MINUS,
+ TOK_ASTERISK,
+ TOK_PIPE,
+ TOK_MOD,
+ TOK_DIV,
+ TOK_LITERALQ,
+ TOK_LITERALQQ,
+ TOK_NUMBER,
+ TOK_QNAME,
+ TOK_NCNAME,
+ TOK_DOLLAR
+];
+
+// All the nonterminals of the grammar. The nonterminal objects are
+// identified by object identity; the labels are used in the debug
+// output only.
+var XPathLocationPath = { label: "LocationPath" };
+var XPathRelativeLocationPath = { label: "RelativeLocationPath" };
+var XPathAbsoluteLocationPath = { label: "AbsoluteLocationPath" };
+var XPathStep = { label: "Step" };
+var XPathNodeTest = { label: "NodeTest" };
+var XPathPredicate = { label: "Predicate" };
+var XPathLiteral = { label: "Literal" };
+var XPathExpr = { label: "Expr" };
+var XPathPrimaryExpr = { label: "PrimaryExpr" };
+var XPathVariableReference = { label: "Variablereference" };
+var XPathNumber = { label: "Number" };
+var XPathFunctionCall = { label: "FunctionCall" };
+var XPathArgumentRemainder = { label: "ArgumentRemainder" };
+var XPathPathExpr = { label: "PathExpr" };
+var XPathUnionExpr = { label: "UnionExpr" };
+var XPathFilterExpr = { label: "FilterExpr" };
+var XPathDigits = { label: "Digits" };
+
+var xpathNonTerminals = [
+ XPathLocationPath,
+ XPathRelativeLocationPath,
+ XPathAbsoluteLocationPath,
+ XPathStep,
+ XPathNodeTest,
+ XPathPredicate,
+ XPathLiteral,
+ XPathExpr,
+ XPathPrimaryExpr,
+ XPathVariableReference,
+ XPathNumber,
+ XPathFunctionCall,
+ XPathArgumentRemainder,
+ XPathPathExpr,
+ XPathUnionExpr,
+ XPathFilterExpr,
+ XPathDigits
+];
+
+// Quantifiers that are used in the productions of the grammar.
+var Q_01 = { label: "?" };
+var Q_MM = { label: "*" };
+var Q_1M = { label: "+" };
+
+// Tag for left associativity (right assoc is implied by undefined).
+var ASSOC_LEFT = true;
+
+// The productions of the grammar. Columns of the table:
+//
+// - target nonterminal,
+// - pattern,
+// - precedence,
+// - semantic value factory
+//
+// The semantic value factory is a function that receives parse tree
+// nodes from the stack frames of the matched symbols as arguments and
+// returns an a node of the parse tree. The node is stored in the top
+// stack frame along with the target object of the rule. The node in
+// the parse tree is an expression object that has an evaluate() method
+// and thus evaluates XPath expressions.
+//
+// The precedence is used to decide between reducing and shifting by
+// comparing the precendence of the rule that is candidate for
+// reducing with the precedence of the look ahead token. Precedence of
+// -1 means that the precedence of the tokens in the pattern is used
+// instead. TODO: It shouldn't be necessary to explicitly assign
+// precedences to rules.
+
+// DGF As it stands, these precedences are purely empirical; we're
+// not sure they can be made to be consistent at all.
+
+var xpathGrammarRules =
+ [
+ [ XPathLocationPath, [ XPathRelativeLocationPath ], 18,
+ passExpr ],
+ [ XPathLocationPath, [ XPathAbsoluteLocationPath ], 18,
+ passExpr ],
+
+ [ XPathAbsoluteLocationPath, [ TOK_SLASH, XPathRelativeLocationPath ], 18,
+ makeLocationExpr1 ],
+ [ XPathAbsoluteLocationPath, [ TOK_DSLASH, XPathRelativeLocationPath ], 18,
+ makeLocationExpr2 ],
+
+ [ XPathAbsoluteLocationPath, [ TOK_SLASH ], 0,
+ makeLocationExpr3 ],
+ [ XPathAbsoluteLocationPath, [ TOK_DSLASH ], 0,
+ makeLocationExpr4 ],
+
+ [ XPathRelativeLocationPath, [ XPathStep ], 31,
+ makeLocationExpr5 ],
+ [ XPathRelativeLocationPath,
+ [ XPathRelativeLocationPath, TOK_SLASH, XPathStep ], 31,
+ makeLocationExpr6 ],
+ [ XPathRelativeLocationPath,
+ [ XPathRelativeLocationPath, TOK_DSLASH, XPathStep ], 31,
+ makeLocationExpr7 ],
+
+ [ XPathStep, [ TOK_DOT ], 33,
+ makeStepExpr1 ],
+ [ XPathStep, [ TOK_DDOT ], 33,
+ makeStepExpr2 ],
+ [ XPathStep,
+ [ TOK_AXISNAME, TOK_AXIS, XPathNodeTest ], 33,
+ makeStepExpr3 ],
+ [ XPathStep, [ TOK_AT, XPathNodeTest ], 33,
+ makeStepExpr4 ],
+ [ XPathStep, [ XPathNodeTest ], 33,
+ makeStepExpr5 ],
+ [ XPathStep, [ XPathStep, XPathPredicate ], 33,
+ makeStepExpr6 ],
+
+ [ XPathNodeTest, [ TOK_ASTERISK ], 33,
+ makeNodeTestExpr1 ],
+ [ XPathNodeTest, [ TOK_NCNAME, TOK_COLON, TOK_ASTERISK ], 33,
+ makeNodeTestExpr2 ],
+ [ XPathNodeTest, [ TOK_QNAME ], 33,
+ makeNodeTestExpr3 ],
+ [ XPathNodeTest, [ TOK_NODEO, TOK_PARENC ], 33,
+ makeNodeTestExpr4 ],
+ [ XPathNodeTest, [ TOK_NODEO, XPathLiteral, TOK_PARENC ], 33,
+ makeNodeTestExpr5 ],
+
+ [ XPathPredicate, [ TOK_BRACKO, XPathExpr, TOK_BRACKC ], 33,
+ makePredicateExpr ],
+
+ [ XPathPrimaryExpr, [ XPathVariableReference ], 33,
+ passExpr ],
+ [ XPathPrimaryExpr, [ TOK_PARENO, XPathExpr, TOK_PARENC ], 33,
+ makePrimaryExpr ],
+ [ XPathPrimaryExpr, [ XPathLiteral ], 30,
+ passExpr ],
+ [ XPathPrimaryExpr, [ XPathNumber ], 30,
+ passExpr ],
+ [ XPathPrimaryExpr, [ XPathFunctionCall ], 31,
+ passExpr ],
+
+ [ XPathFunctionCall, [ TOK_QNAME, TOK_PARENO, TOK_PARENC ], -1,
+ makeFunctionCallExpr1 ],
+ [ XPathFunctionCall,
+ [ TOK_QNAME, TOK_PARENO, XPathExpr, XPathArgumentRemainder, Q_MM,
+ TOK_PARENC ], -1,
+ makeFunctionCallExpr2 ],
+ [ XPathArgumentRemainder, [ TOK_COMMA, XPathExpr ], -1,
+ makeArgumentExpr ],
+
+ [ XPathUnionExpr, [ XPathPathExpr ], 20,
+ passExpr ],
+ [ XPathUnionExpr, [ XPathUnionExpr, TOK_PIPE, XPathPathExpr ], 20,
+ makeUnionExpr ],
+
+ [ XPathPathExpr, [ XPathLocationPath ], 20,
+ passExpr ],
+ [ XPathPathExpr, [ XPathFilterExpr ], 19,
+ passExpr ],
+ [ XPathPathExpr,
+ [ XPathFilterExpr, TOK_SLASH, XPathRelativeLocationPath ], 19,
+ makePathExpr1 ],
+ [ XPathPathExpr,
+ [ XPathFilterExpr, TOK_DSLASH, XPathRelativeLocationPath ], 19,
+ makePathExpr2 ],
+
+ [ XPathFilterExpr, [ XPathPrimaryExpr, XPathPredicate, Q_MM ], 31,
+ makeFilterExpr ],
+
+ [ XPathExpr, [ XPathPrimaryExpr ], 16,
+ passExpr ],
+ [ XPathExpr, [ XPathUnionExpr ], 16,
+ passExpr ],
+
+ [ XPathExpr, [ TOK_MINUS, XPathExpr ], -1,
+ makeUnaryMinusExpr ],
+
+ [ XPathExpr, [ XPathExpr, TOK_OR, XPathExpr ], -1,
+ makeBinaryExpr ],
+ [ XPathExpr, [ XPathExpr, TOK_AND, XPathExpr ], -1,
+ makeBinaryExpr ],
+
+ [ XPathExpr, [ XPathExpr, TOK_EQ, XPathExpr ], -1,
+ makeBinaryExpr ],
+ [ XPathExpr, [ XPathExpr, TOK_NEQ, XPathExpr ], -1,
+ makeBinaryExpr ],
+
+ [ XPathExpr, [ XPathExpr, TOK_LT, XPathExpr ], -1,
+ makeBinaryExpr ],
+ [ XPathExpr, [ XPathExpr, TOK_LE, XPathExpr ], -1,
+ makeBinaryExpr ],
+ [ XPathExpr, [ XPathExpr, TOK_GT, XPathExpr ], -1,
+ makeBinaryExpr ],
+ [ XPathExpr, [ XPathExpr, TOK_GE, XPathExpr ], -1,
+ makeBinaryExpr ],
+
+ [ XPathExpr, [ XPathExpr, TOK_PLUS, XPathExpr ], -1,
+ makeBinaryExpr, ASSOC_LEFT ],
+ [ XPathExpr, [ XPathExpr, TOK_MINUS, XPathExpr ], -1,
+ makeBinaryExpr, ASSOC_LEFT ],
+
+ [ XPathExpr, [ XPathExpr, TOK_ASTERISK, XPathExpr ], -1,
+ makeBinaryExpr, ASSOC_LEFT ],
+ [ XPathExpr, [ XPathExpr, TOK_DIV, XPathExpr ], -1,
+ makeBinaryExpr, ASSOC_LEFT ],
+ [ XPathExpr, [ XPathExpr, TOK_MOD, XPathExpr ], -1,
+ makeBinaryExpr, ASSOC_LEFT ],
+
+ [ XPathLiteral, [ TOK_LITERALQ ], -1,
+ makeLiteralExpr ],
+ [ XPathLiteral, [ TOK_LITERALQQ ], -1,
+ makeLiteralExpr ],
+
+ [ XPathNumber, [ TOK_NUMBER ], -1,
+ makeNumberExpr ],
+
+ [ XPathVariableReference, [ TOK_DOLLAR, TOK_QNAME ], 200,
+ makeVariableReference ]
+ ];
+
+// That function computes some optimizations of the above data
+// structures and will be called right here. It merely takes the
+// counter variables out of the global scope.
+
+var xpathRules = [];
+
+function xpathParseInit() {
+ if (xpathRules.length) {
+ return;
+ }
+
+ // Some simple optimizations for the xpath expression parser: sort
+ // grammar rules descending by length, so that the longest match is
+ // first found.
+
+ xpathGrammarRules.sort(function(a,b) {
+ var la = a[1].length;
+ var lb = b[1].length;
+ if (la < lb) {
+ return 1;
+ } else if (la > lb) {
+ return -1;
+ } else {
+ return 0;
+ }
+ });
+
+ var k = 1;
+ for (var i = 0; i < xpathNonTerminals.length; ++i) {
+ xpathNonTerminals[i].key = k++;
+ }
+
+ for (i = 0; i < xpathTokenRules.length; ++i) {
+ xpathTokenRules[i].key = k++;
+ }
+
+ xpathLog('XPath parse INIT: ' + k + ' rules');
+
+ // Another slight optimization: sort the rules into bins according
+ // to the last element (observing quantifiers), so we can restrict
+ // the match against the stack to the subest of rules that match the
+ // top of the stack.
+ //
+ // TODO(mesch): What we actually want is to compute states as in
+ // bison, so that we don't have to do any explicit and iterated
+ // match against the stack.
+
+ function push_(array, position, element) {
+ if (!array[position]) {
+ array[position] = [];
+ }
+ array[position].push(element);
+ }
+
+ for (i = 0; i < xpathGrammarRules.length; ++i) {
+ var rule = xpathGrammarRules[i];
+ var pattern = rule[1];
+
+ for (var j = pattern.length - 1; j >= 0; --j) {
+ if (pattern[j] == Q_1M) {
+ push_(xpathRules, pattern[j-1].key, rule);
+ break;
+
+ } else if (pattern[j] == Q_MM || pattern[j] == Q_01) {
+ push_(xpathRules, pattern[j-1].key, rule);
+ --j;
+
+ } else {
+ push_(xpathRules, pattern[j].key, rule);
+ break;
+ }
+ }
+ }
+
+ xpathLog('XPath parse INIT: ' + xpathRules.length + ' rule bins');
+
+ var sum = 0;
+ mapExec(xpathRules, function(i) {
+ if (i) {
+ sum += i.length;
+ }
+ });
+
+ xpathLog('XPath parse INIT: ' + (sum / xpathRules.length) +
+ ' average bin size');
+}
+
+// Local utility functions that are used by the lexer or parser.
+
+function xpathCollectDescendants(nodelist, node, opt_tagName) {
+ if (opt_tagName && node.getElementsByTagName) {
+ copyArray(nodelist, node.getElementsByTagName(opt_tagName));
+ return;
+ }
+ for (var n = node.firstChild; n; n = n.nextSibling) {
+ nodelist.push(n);
+ xpathCollectDescendants(nodelist, n);
+ }
+}
+
+// DGF extract a tag name suitable for getElementsByTagName
+function xpathExtractTagNameFromNodeTest(nodetest) {
+ if (nodetest instanceof NodeTestName) {
+ return nodetest.name;
+ } else if (nodetest instanceof NodeTestAny || nodetest instanceof NodeTestElementOrAttribute) {
+ return "*";
+ }
+}
+
+function xpathCollectDescendantsReverse(nodelist, node) {
+ for (var n = node.lastChild; n; n = n.previousSibling) {
+ nodelist.push(n);
+ xpathCollectDescendantsReverse(nodelist, n);
+ }
+}
+
+
+// The entry point for the library: match an expression against a DOM
+// node. Returns an XPath value.
+function xpathDomEval(expr, node) {
+ var expr1 = xpathParse(expr);
+ var ret = expr1.evaluate(new ExprContext(node));
+ return ret;
+}
+
+// Utility function to sort a list of nodes. Used by xsltSort() and
+// nxslSelect().
+function xpathSort(input, sort) {
+ if (sort.length == 0) {
+ return;
+ }
+
+ var sortlist = [];
+
+ for (var i = 0; i < input.contextSize(); ++i) {
+ var node = input.nodelist[i];
+ var sortitem = { node: node, key: [] };
+ var context = input.clone(node, 0, [ node ]);
+
+ for (var j = 0; j < sort.length; ++j) {
+ var s = sort[j];
+ var value = s.expr.evaluate(context);
+
+ var evalue;
+ if (s.type == 'text') {
+ evalue = value.stringValue();
+ } else if (s.type == 'number') {
+ evalue = value.numberValue();
+ }
+ sortitem.key.push({ value: evalue, order: s.order });
+ }
+
+ // Make the sort stable by adding a lowest priority sort by
+ // id. This is very convenient and furthermore required by the
+ // spec ([XSLT] - Section 10 Sorting).
+ sortitem.key.push({ value: i, order: 'ascending' });
+
+ sortlist.push(sortitem);
+ }
+
+ sortlist.sort(xpathSortByKey);
+
+ var nodes = [];
+ for (var i = 0; i < sortlist.length; ++i) {
+ nodes.push(sortlist[i].node);
+ }
+ input.nodelist = nodes;
+ input.setNode(0);
+}
+
+
+// Sorts by all order criteria defined. According to the JavaScript
+// spec ([ECMA] Section 11.8.5), the compare operators compare strings
+// as strings and numbers as numbers.
+//
+// NOTE: In browsers which do not follow the spec, this breaks only in
+// the case that numbers should be sorted as strings, which is very
+// uncommon.
+function xpathSortByKey(v1, v2) {
+ // NOTE: Sort key vectors of different length never occur in
+ // xsltSort.
+
+ for (var i = 0; i < v1.key.length; ++i) {
+ var o = v1.key[i].order == 'descending' ? -1 : 1;
+ if (v1.key[i].value > v2.key[i].value) {
+ return +1 * o;
+ } else if (v1.key[i].value < v2.key[i].value) {
+ return -1 * o;
+ }
+ }
+
+ return 0;
+}
+
+
+// Parses and then evaluates the given XPath expression in the given
+// input context. Notice that parsed xpath expressions are cached.
+function xpathEval(select, context) {
+ var expr = xpathParse(select);
+ var ret = expr.evaluate(context);
+ return ret;
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xpath/implementation.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xpath/result.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xpath/result.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xpath/result.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,47 @@
+/**
+ * @class XPathResult
+ * @author thatcher
+ */
+
+var XPathResult = function() {
+ this.snapshotLength = 0;
+ this.stringValue = '';
+};
+
+__extend__( XPathResult, {
+ ANY_TYPE: 0,
+ NUMBER_TYPE: 1,
+ STRING_TYPE: 2,
+ BOOLEAN_TYPE: 3,
+ UNORDERED_NODE_ITERATOR_TYPE: 4,
+ ORDERED_NODEITERATOR_TYPE: 5,
+ UNORDERED_NODE_SNAPSHOT_TYPE: 6,
+ ORDERED_NODE_SNAPSHOT_TYPE: 7,
+ ANY_ORDERED_NODE_TYPE: 8,
+ FIRST_ORDERED_NODE_TYPE: 9
+});
+
+__extend__(XPathResult.prototype, {
+ get booleanValue(){
+ //TODO
+ },
+ get invalidIteration(){
+ //TODO
+ },
+ get numberValue(){
+ //TODO
+ },
+ get resultType(){
+ //TODO
+ },
+ get singleNodeValue(){
+ //TODO
+ },
+ iterateNext: function(){
+ //TODO
+ },
+ snapshotItem: function(index){
+ //TODO
+ }
+});
+
Added: trunk/mapbender/test/tools/env-js/src/xslt/COPYING
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/COPYING (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/COPYING 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,34 @@
+-*- mode: text -*-
+
+Copyright (c) 2005,2006 Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the
+ distribution.
+
+ * Neither the name of Google Inc. nor the names of its contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/COPYING
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/__global__.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/__global__.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/__global__.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,2 @@
+
+
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/AUTHORS
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/AUTHORS (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/AUTHORS 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1 @@
+Contact the author at: <opensource at google.com>.
\ No newline at end of file
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/AUTHORS
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/ChangeLog
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/ChangeLog (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/ChangeLog 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,136 @@
+2007-11-16 Google Inc. <opensource at google.com>
+
+ * Version 0.8
+ * Released as http://ajaxslt.googlecode.com/svn/tags/release-0-8/
+
+ * Fixed a bug in parsing XPaths that end with "//qname" (Issue 17)
+
+ * Added feature to optionally allow case-insensitive node name
+ comparisons; this is useful when using XPaths on HTML, where
+ node names are not consistent across browsers.
+
+ * Improved performance by relying on getElementsByTagName where
+ possible
+
+ * Workaround IE bug where "javascript:" href attribute is URL
+ encoded. (Issue 19)
+
+2006-12-28 Google Inc. <opensource at google.com>
+
+ * Version 0.7
+ * Released as http://ajaxslt.googlecode.com/svn/tags/release-0-7/
+
+ * Fixed a bug that semicolons are dropped by the XML parser when a
+ text nodes also contains an entity.
+
+ * Fixed a bug that xsl:variable definitions with a node set value
+ encountered at the root level of the input document would throw an
+ exception.
+
+ * Fixed a bug that XPath expression @* always evaluated to the
+ empty node set.
+
+ * Fixed a bug that xsl:copy would copy only attribute and element
+ nodes.
+
+ * Fixed a bug that if xsl:apply-templates matches multiple
+ templates, the output is sorted according to the order of the
+ matching templates, and not according to the sort order defined
+ for the selected node set to which templates are applied.
+
+ * Added unittests for all fixed bugs.
+
+ * Added wrapper function xmlOwnerDocument() to uniformly access
+ the document on both document nodes and other nodes and use it
+ throughout the xslt processor.
+
+2006-12-14 Google Inc. <opensource at google.com>
+
+ * Version 0.6
+ * Released as http://ajaxslt.googlecode.com/svn/tags/release-0-6/
+ * Fixes infinite loops in evaluation of XPath axes "ancestor",
+ "ancestor-or-self", "preceding-sibling", "following-sibling".
+ * Fixes evaluation of XPath axes "preceding", "following".
+ * Added unittests for both.
+ * Fixed xmlEscape*() functions to escape *all* markup characters
+ not just the first.
+ * Fixed xsl:copy-of to also copy CDATA and COMMENT nodes.
+
+2006-09-10 Google Inc. <opensource at google.com>
+
+ * Version 0.5
+ * Released on http://code.google.com/hosting/
+ * General changes:
+ - remove all uses of for-in iteration
+ - rename misc.js to util.js
+ - log window is now in simplelog.js
+ * XPath changes:
+ - fixed id() function
+ - fixed UnionExpr::evaluate()
+ - added support for Unicode chracters
+ * XSLT changes:
+ - fixed xsl:sort in xsl:for-each (again)
+ * DOM changes:
+ - added a few methods
+ * XML parser changes:
+ - parses CDATA sections
+ - parses comments
+ - parses XML declaration
+ - parses Unicode XML markup
+ * Test changes:
+ - added several jsunit tests
+
+2005-10-19 Google Inc. <opensource at google.com>
+
+ * Version 0.4
+ * XPath changes:
+ - Optimize parsing of very common and simple expressions.
+ - Fix use of XPath operator names -- div, mod, and, or --
+ as node names in abbreviated step expressions.
+ - Fix root node -- it is now set to ownerDocument.
+ * XSLT changes:
+ - Fix xsl:sort in xsl:for-each.
+ * DOM changes:
+ - Add replaceChild(), insertBefore(), removeChild().
+ These are still not needed in XSLT processing, but
+ in another client of the DOM implementation.
+ - DOM nodes are recycled instead of garbage collected,
+ in order to improve performance in some browsers.
+ * Test changes:
+ - Add many more test cases to the XPath tests.
+ - Add a note mentioning jsunit in the README.
+ - Add a DOM unittest file.
+
+2005-08-27 Google Inc. <opensource at google.com>
+
+ * Version 0.3 (not released on sourceforge)
+ * XPath changes:
+ - Fix implementation of the * node test.
+ - Fix implementation of the substring() function.
+ - Fix non-abbreviated axis names.
+ - Fix filter expressions.
+ * XSLT changes:
+ - Fix xsl:sort.
+ * DOM changes:
+ - Avoid using String.split() that breaks in IE.
+ - Coerce nodeType to number and nodeName and nodeValue to string.
+ - Fix SGML entity replacement of single quotes in attribute values.
+ * Test changes:
+ - Fix end tags of script elements in test HTML files.
+ - Add jsunit tests for xpath.js.
+
+
+2005-06-29 Google Inc. <opensource at google.com>
+
+ * Version 0.2
+ * Add more missing code
+ - XML parser and simple DOM implementation in dom.js
+ - miscellaneous functions in misc.js.
+ * Add simple test pages that serve as examples.
+ - test-xpath.html tests and demonstrates the XPath parser.
+ - test-xslt.html tests and demonstrates the XSLT processor.
+ - output methods for debugging of XPath expressions added
+ in xpathdebug.js.
+ * Some additions and corrections in README and TODO
+ - renamed XSL-T to XSLT, because that's more common.
+ - miscellaneous updates.
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/ChangeLog
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/Makefile
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/Makefile (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/Makefile 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,49 @@
+# Currently, this Makefile has only a "dist" target.
+
+PACKAGE = ajaxslt
+VERSION = 0.8
+
+DIST_FILES = \
+ AUTHORS \
+ ChangeLog \
+ COPYING \
+ Makefile \
+ README \
+ TODO \
+ dom.js \
+ dom_unittest.html \
+ dom_unittest.js \
+ simplelog.js \
+ test/xpath.html \
+ test/xpath_script.js \
+ test/xslt.html \
+ test/xslt_script.js \
+ unittestsuite.html \
+ util.js \
+ xmltoken.js \
+ xmltoken_unittest.html \
+ xmltoken_unittest.js \
+ xpathdebug.js \
+ xpath.js \
+ xpath_unittest.html \
+ xpath_unittest.js \
+ xslt.js \
+ xslt_unittest.html \
+ xslt_unittest.js \
+
+DIST_NAME = $(PACKAGE)-$(VERSION)
+DIST_DIR = /tmp/$(DIST_NAME)
+
+dist: clobber $(DIST_FILES)
+ rm -rf $(DIST_DIR)
+ mkdir $(DIST_DIR)
+ cp -pr $(DIST_FILES) $(DIST_DIR)
+ chmod -R a+r $(DIST_DIR)
+ chmod -R u+w $(DIST_DIR)
+ chmod -R go-w $(DIST_DIR)
+ cd $(DIST_DIR)/.. ; tar cvf $(DIST_NAME).tar $(DIST_NAME) ; gzip $(DIST_NAME).tar
+ mv $(DIST_DIR).tar.gz .
+ rm -rf $(DIST_DIR)
+
+
+clobber:
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/Makefile
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/README
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/README (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/README 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,102 @@
+-*- mode: text -*-
+
+AJAXSLT -- AN XSLT PROCESSOR LIBRARY FOR AJAX APPLICATIONS
+
+
+INTRODUCTION
+
+ AJAXSLT is an implementation of XSLT in JavaScript. Because XSLT uses
+ XPath, it is also an implementation of XPath that can be used
+ independently of XSLT. This implementation has the advantange that it
+ makes XSLT uniformly available on more browsers than natively provide
+ it, and that it can be extended to still more browsers if
+ necessary.
+
+ AJAXSLT is interesting for developers who strive aggressively for
+ cross browser compatibility of their advanced web applications.
+
+ This implementation of XSLT operates at the DOM level on its input
+ documents. It internally uses a DOM implementation to create the
+ output document, but usually returns the output document as text
+ stream. The DOM to construct the output document can be supplied by
+ the application, or else an internal minimal DOM implementation is
+ used. This DOM comes with a minimal XML parser that can be used to
+ generate a suitable DOM representation of the input documents if they
+ are present as text.
+
+
+TESTS AND USAGE EXAMPLES
+
+ The files ending in _unittest.html are jsunit test pages. See
+ <http://www.jsunit.net/>. There is a test runner online at
+ <http://www.jsunit.net/runner/testRunner.html>.
+
+ The files xslt.html and xpath.html in the directory test are
+ interactive tests. They can be run directly from the file system; no
+ HTTP server is needed.
+
+ Both unit tests and interactive tests demonstrate the use of the
+ library functions. There is not much more documentation so far.
+
+CONFORMANCE
+
+ A few features that are required by the XSLT and XPath standards were
+ left out. They are marked in the source code using alert()
+ statements. See xslt.js.
+
+ The DOM implementation is minimal so as to support the XSLT
+ processing, and not intended to be complete.
+
+ The implementation is all agnostic about namespaces. It just expects
+ XSLT elements to have tags that carry the xsl: prefix, but we
+ disregard all namespace declaration for them.
+
+ There are a few nonstandard XPath functions. Grep xpath.js for "ext-"
+ to see their definitions.
+
+
+BROWSER COMPATIBILITY
+
+ The library works in these browsers:
+
+ - Firefox/1.0, Firefox/1.5
+
+ - Internet Explorer/6.0
+
+ - Safari/1.2, Safari/1.3, Safari/2.0
+
+ - Opera/8.0, Opera/8.5
+
+ - Omniweb TODO(mesch): verify this.
+
+
+Remarks:
+
+ Safari/1.2 JavaScript is very slow, and apply larger stylesheets
+ usually results in Safari freezing for a few seconds, and showing
+ the beach ball.
+
+ Safari/2.0 has XSLT built in, but it is not exposed to JavaScript,
+ but is only applied to XML documents that have a stylesheet
+ declaration when they are loaded.
+
+ Internet Explorer exposes XSLT via the transformNode() method on the
+ XML DOM. However, this is not avaiable if ActiveX is disabled.
+
+ Firefox exposes XSLT via the XSLTProcessor() object, and XPath in the
+ document object in the DOM, so we don't need all this there.
+
+ The library probably still works in Opera/7.5, but we don't
+ explicitly support this browser version anymore.
+
+
+REFERENCES
+
+ [XPATH] XPath Specification
+ <http://www.w3.org/TR/1999/REC-xpath-19991116>.
+ [XSLT] XSLT Specification
+ <http://www.w3.org/TR/1999/REC-xslt-19991116>.
+ [DOM] W3C DOM Level 3 Core Specification
+ <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/>.
+ [ECMA] ECMAScript Language Specification
+ <http://www.ecma-international.org/publications/standards/Ecma-262.htm>.
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/README
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/TODO
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/TODO (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/TODO 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,15 @@
+-*- mode: text -*-
+
+AJAXSLT TODO
+
+- complete README: COMPLIANCE section
+
+- add HOWTO section to README
+
+- implement the W3C DOM binding for XPath and XSLT
+
+- implement XPath extension functions conforming to the specification
+
+- verify XPath support in IE
+
+- Add more XSLT tests.
\ No newline at end of file
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/TODO
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,566 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// Author: Steffen Meschkat <mesch at google.com>
+//
+// An XML parse and a minimal DOM implementation that just supportes
+// the subset of the W3C DOM that is used in the XSLT implementation.
+
+// NOTE: The split() method in IE omits empty result strings. This is
+// utterly annoying. So we don't use it here.
+
+// Resolve entities in XML text fragments. According to the DOM
+// specification, the DOM is supposed to resolve entity references at
+// the API level. I.e. no entity references are passed through the
+// API. See "Entities and the DOM core", p.12, DOM 2 Core
+// Spec. However, different browsers actually pass very different
+// values at the API. See <http://mesch.nyc/test-xml-quote>.
+function xmlResolveEntities(s) {
+
+ var parts = stringSplit(s, '&');
+
+ var ret = parts[0];
+ for (var i = 1; i < parts.length; ++i) {
+ var rp = parts[i].indexOf(';');
+ if (rp == -1) {
+ // no entity reference: just a & but no ;
+ ret += parts[i];
+ continue;
+ }
+
+ var entityName = parts[i].substring(0, rp);
+ var remainderText = parts[i].substring(rp + 1);
+
+ var ch;
+ switch (entityName) {
+ case 'lt':
+ ch = '<';
+ break;
+ case 'gt':
+ ch = '>';
+ break;
+ case 'amp':
+ ch = '&';
+ break;
+ case 'quot':
+ ch = '"';
+ break;
+ case 'apos':
+ ch = '\'';
+ break;
+ case 'nbsp':
+ ch = String.fromCharCode(160);
+ break;
+ default:
+ // Cool trick: let the DOM do the entity decoding. We assign
+ // the entity text through non-W3C DOM properties and read it
+ // through the W3C DOM. W3C DOM access is specified to resolve
+ // entities.
+ var span = domCreateElement(window.document, 'span');
+ span.innerHTML = '&' + entityName + '; ';
+ ch = span.childNodes[0].nodeValue.charAt(0);
+ }
+ ret += ch + remainderText;
+ }
+
+ return ret;
+}
+
+var XML10_TAGNAME_REGEXP = new RegExp('^(' + XML10_NAME + ')');
+var XML10_ATTRIBUTE_REGEXP = new RegExp(XML10_ATTRIBUTE, 'g');
+
+var XML11_TAGNAME_REGEXP = new RegExp('^(' + XML11_NAME + ')');
+var XML11_ATTRIBUTE_REGEXP = new RegExp(XML11_ATTRIBUTE, 'g');
+
+// Parses the given XML string with our custom, JavaScript XML parser. Written
+// by Steffen Meschkat (mesch at google.com).
+function xmlParse(xml) {
+ var regex_empty = /\/$/;
+
+ var regex_tagname;
+ var regex_attribute;
+ if (xml.match(/^<\?xml/)) {
+ // When an XML document begins with an XML declaration
+ // VersionInfo must appear.
+ if (xml.search(new RegExp(XML10_VERSION_INFO)) == 5) {
+ regex_tagname = XML10_TAGNAME_REGEXP;
+ regex_attribute = XML10_ATTRIBUTE_REGEXP;
+ } else if (xml.search(new RegExp(XML11_VERSION_INFO)) == 5) {
+ regex_tagname = XML11_TAGNAME_REGEXP;
+ regex_attribute = XML11_ATTRIBUTE_REGEXP;
+ } else {
+ // VersionInfo is missing, or unknown version number.
+ // TODO : Fallback to XML 1.0 or XML 1.1, or just return null?
+ alert('VersionInfo is missing, or unknown version number.');
+ }
+ } else {
+ // When an XML declaration is missing it's an XML 1.0 document.
+ regex_tagname = XML10_TAGNAME_REGEXP;
+ regex_attribute = XML10_ATTRIBUTE_REGEXP;
+ }
+
+ var xmldoc = new XDocument();
+ var root = xmldoc;
+
+ // For the record: in Safari, we would create native DOM nodes, but
+ // in Opera that is not possible, because the DOM only allows HTML
+ // element nodes to be created, so we have to do our own DOM nodes.
+
+ // xmldoc = document.implementation.createDocument('','',null);
+ // root = xmldoc; // .createDocumentFragment();
+ // NOTE(mesch): using the DocumentFragment instead of the Document
+ // crashes my Safari 1.2.4 (v125.12).
+ var stack = [];
+
+ var parent = root;
+ stack.push(parent);
+
+ // The token that delimits a section that contains markup as
+ // content: CDATA or comments.
+ var slurp = '';
+
+ var x = stringSplit(xml, '<');
+ for (var i = 1; i < x.length; ++i) {
+ var xx = stringSplit(x[i], '>');
+ var tag = xx[0];
+ var text = xmlResolveEntities(xx[1] || '');
+
+ if (slurp) {
+ // In a "slurp" section (CDATA or comment): only check for the
+ // end of the section, otherwise append the whole text.
+ var end = x[i].indexOf(slurp);
+ if (end != -1) {
+ var data = x[i].substring(0, end);
+ parent.nodeValue += '<' + data;
+ stack.pop();
+ parent = stack[stack.length-1];
+ text = x[i].substring(end + slurp.length);
+ slurp = '';
+ } else {
+ parent.nodeValue += '<' + x[i];
+ text = null;
+ }
+
+ } else if (tag.indexOf('![CDATA[') == 0) {
+ var start = '![CDATA['.length;
+ var end = x[i].indexOf(']]>');
+ if (end != -1) {
+ var data = x[i].substring(start, end);
+ var node = domCreateCDATASection(xmldoc, data);
+ domAppendChild(parent, node);
+ } else {
+ var data = x[i].substring(start);
+ text = null;
+ var node = domCreateCDATASection(xmldoc, data);
+ domAppendChild(parent, node);
+ parent = node;
+ stack.push(node);
+ slurp = ']]>';
+ }
+
+ } else if (tag.indexOf('!--') == 0) {
+ var start = '!--'.length;
+ var end = x[i].indexOf('-->');
+ if (end != -1) {
+ var data = x[i].substring(start, end);
+ var node = domCreateComment(xmldoc, data);
+ domAppendChild(parent, node);
+ } else {
+ var data = x[i].substring(start);
+ text = null;
+ var node = domCreateComment(xmldoc, data);
+ domAppendChild(parent, node);
+ parent = node;
+ stack.push(node);
+ slurp = '-->';
+ }
+
+ } else if (tag.charAt(0) == '/') {
+ stack.pop();
+ parent = stack[stack.length-1];
+
+ } else if (tag.charAt(0) == '?') {
+ // Ignore XML declaration and processing instructions
+ } else if (tag.charAt(0) == '!') {
+ // Ignore notation and comments
+ } else {
+ var empty = tag.match(regex_empty);
+ var tagname = regex_tagname.exec(tag)[1];
+ var node = domCreateElement(xmldoc, tagname);
+
+ var att;
+ while (att = regex_attribute.exec(tag)) {
+ var val = xmlResolveEntities(att[5] || att[7] || '');
+ domSetAttribute(node, att[1], val);
+ }
+
+ domAppendChild(parent, node);
+ if (!empty) {
+ parent = node;
+ stack.push(node);
+ }
+ }
+
+ if (text && parent != root) {
+ domAppendChild(parent, domCreateTextNode(xmldoc, text));
+ }
+ }
+
+ return root;
+}
+
+// Based on <http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/
+// core.html#ID-1950641247>
+var DOM_ELEMENT_NODE = 1;
+var DOM_ATTRIBUTE_NODE = 2;
+var DOM_TEXT_NODE = 3;
+var DOM_CDATA_SECTION_NODE = 4;
+var DOM_ENTITY_REFERENCE_NODE = 5;
+var DOM_ENTITY_NODE = 6;
+var DOM_PROCESSING_INSTRUCTION_NODE = 7;
+var DOM_COMMENT_NODE = 8;
+var DOM_DOCUMENT_NODE = 9;
+var DOM_DOCUMENT_TYPE_NODE = 10;
+var DOM_DOCUMENT_FRAGMENT_NODE = 11;
+var DOM_NOTATION_NODE = 12;
+
+// Traverses the element nodes in the DOM section underneath the given
+// node and invokes the given callbacks as methods on every element
+// node encountered. Function opt_pre is invoked before a node's
+// children are traversed; opt_post is invoked after they are
+// traversed. Traversal will not be continued if a callback function
+// returns boolean false. NOTE(mesch): copied from
+// <//google3/maps/webmaps/javascript/dom.js>.
+function domTraverseElements(node, opt_pre, opt_post) {
+ var ret;
+ if (opt_pre) {
+ ret = opt_pre.call(null, node);
+ if (typeof ret == 'boolean' && !ret) {
+ return false;
+ }
+ }
+
+ for (var c = node.firstChild; c; c = c.nextSibling) {
+ if (c.nodeType == DOM_ELEMENT_NODE) {
+ ret = arguments.callee.call(this, c, opt_pre, opt_post);
+ if (typeof ret == 'boolean' && !ret) {
+ return false;
+ }
+ }
+ }
+
+ if (opt_post) {
+ ret = opt_post.call(null, node);
+ if (typeof ret == 'boolean' && !ret) {
+ return false;
+ }
+ }
+}
+
+// Our W3C DOM Node implementation. Note we call it XNode because we
+// can't define the identifier Node. We do this mostly for Opera,
+// where we can't reuse the HTML DOM for parsing our own XML, and for
+// Safari, where it is too expensive to have the template processor
+// operate on native DOM nodes.
+function XNode(type, name, opt_value, opt_owner) {
+ this.attributes = [];
+ this.childNodes = [];
+
+ XNode.init.call(this, type, name, opt_value, opt_owner);
+}
+
+// Don't call as method, use apply() or call().
+XNode.init = function(type, name, value, owner) {
+ this.nodeType = type - 0;
+ this.nodeName = '' + name;
+ this.nodeValue = '' + value;
+ this.ownerDocument = owner;
+
+ this.firstChild = null;
+ this.lastChild = null;
+ this.nextSibling = null;
+ this.previousSibling = null;
+ this.parentNode = null;
+}
+
+XNode.unused_ = [];
+
+XNode.recycle = function(node) {
+ if (!node) {
+ return;
+ }
+
+ if (node.constructor == XDocument) {
+ XNode.recycle(node.documentElement);
+ return;
+ }
+
+ if (node.constructor != this) {
+ return;
+ }
+
+ XNode.unused_.push(node);
+ for (var a = 0; a < node.attributes.length; ++a) {
+ XNode.recycle(node.attributes[a]);
+ }
+ for (var c = 0; c < node.childNodes.length; ++c) {
+ XNode.recycle(node.childNodes[c]);
+ }
+ node.attributes.length = 0;
+ node.childNodes.length = 0;
+ XNode.init.call(node, 0, '', '', null);
+}
+
+XNode.create = function(type, name, value, owner) {
+ if (XNode.unused_.length > 0) {
+ var node = XNode.unused_.pop();
+ XNode.init.call(node, type, name, value, owner);
+ return node;
+ } else {
+ return new XNode(type, name, value, owner);
+ }
+}
+
+XNode.prototype.appendChild = function(node) {
+ // firstChild
+ if (this.childNodes.length == 0) {
+ this.firstChild = node;
+ }
+
+ // previousSibling
+ node.previousSibling = this.lastChild;
+
+ // nextSibling
+ node.nextSibling = null;
+ if (this.lastChild) {
+ this.lastChild.nextSibling = node;
+ }
+
+ // parentNode
+ node.parentNode = this;
+
+ // lastChild
+ this.lastChild = node;
+
+ // childNodes
+ this.childNodes.push(node);
+}
+
+
+XNode.prototype.replaceChild = function(newNode, oldNode) {
+ if (oldNode == newNode) {
+ return;
+ }
+
+ for (var i = 0; i < this.childNodes.length; ++i) {
+ if (this.childNodes[i] == oldNode) {
+ this.childNodes[i] = newNode;
+
+ var p = oldNode.parentNode;
+ oldNode.parentNode = null;
+ newNode.parentNode = p;
+
+ p = oldNode.previousSibling;
+ oldNode.previousSibling = null;
+ newNode.previousSibling = p;
+ if (newNode.previousSibling) {
+ newNode.previousSibling.nextSibling = newNode;
+ }
+
+ p = oldNode.nextSibling;
+ oldNode.nextSibling = null;
+ newNode.nextSibling = p;
+ if (newNode.nextSibling) {
+ newNode.nextSibling.previousSibling = newNode;
+ }
+
+ if (this.firstChild == oldNode) {
+ this.firstChild = newNode;
+ }
+
+ if (this.lastChild == oldNode) {
+ this.lastChild = newNode;
+ }
+
+ break;
+ }
+ }
+}
+
+
+XNode.prototype.insertBefore = function(newNode, oldNode) {
+ if (oldNode == newNode) {
+ return;
+ }
+
+ if (oldNode.parentNode != this) {
+ return;
+ }
+
+ if (newNode.parentNode) {
+ newNode.parentNode.removeChild(newNode);
+ }
+
+ var newChildren = [];
+ for (var i = 0; i < this.childNodes.length; ++i) {
+ var c = this.childNodes[i];
+ if (c == oldNode) {
+ newChildren.push(newNode);
+
+ newNode.parentNode = this;
+
+ newNode.previousSibling = oldNode.previousSibling;
+ oldNode.previousSibling = newNode;
+ if (newNode.previousSibling) {
+ newNode.previousSibling.nextSibling = newNode;
+ }
+
+ newNode.nextSibling = oldNode;
+
+ if (this.firstChild == oldNode) {
+ this.firstChild = newNode;
+ }
+ }
+ newChildren.push(c);
+ }
+ this.childNodes = newChildren;
+}
+
+
+XNode.prototype.removeChild = function(node) {
+ var newChildren = [];
+ for (var i = 0; i < this.childNodes.length; ++i) {
+ var c = this.childNodes[i];
+ if (c != node) {
+ newChildren.push(c);
+ } else {
+ if (c.previousSibling) {
+ c.previousSibling.nextSibling = c.nextSibling;
+ }
+ if (c.nextSibling) {
+ c.nextSibling.previousSibling = c.previousSibling;
+ }
+ if (this.firstChild == c) {
+ this.firstChild = c.nextSibling;
+ }
+ if (this.lastChild == c) {
+ this.lastChild = c.previousSibling;
+ }
+ }
+ }
+ this.childNodes = newChildren;
+}
+
+
+XNode.prototype.hasAttributes = function() {
+ return this.attributes.length > 0;
+}
+
+
+XNode.prototype.setAttribute = function(name, value) {
+ for (var i = 0; i < this.attributes.length; ++i) {
+ if (this.attributes[i].nodeName == name) {
+ this.attributes[i].nodeValue = '' + value;
+ return;
+ }
+ }
+ this.attributes.push(XNode.create(DOM_ATTRIBUTE_NODE, name, value, this));
+}
+
+
+XNode.prototype.getAttribute = function(name) {
+ for (var i = 0; i < this.attributes.length; ++i) {
+ if (this.attributes[i].nodeName == name) {
+ return this.attributes[i].nodeValue;
+ }
+ }
+ return null;
+}
+
+
+XNode.prototype.removeAttribute = function(name) {
+ var a = [];
+ for (var i = 0; i < this.attributes.length; ++i) {
+ if (this.attributes[i].nodeName != name) {
+ a.push(this.attributes[i]);
+ }
+ }
+ this.attributes = a;
+}
+
+
+XNode.prototype.getElementsByTagName = function(name) {
+ var ret = [];
+ var self = this;
+ if ("*" == name) {
+ domTraverseElements(this, function(node) {
+ if (self == node) return;
+ ret.push(node);
+ }, null);
+ } else {
+ domTraverseElements(this, function(node) {
+ if (self == node) return;
+ if (node.nodeName == name) {
+ ret.push(node);
+ }
+ }, null);
+ }
+ return ret;
+}
+
+
+XNode.prototype.getElementById = function(id) {
+ var ret = null;
+ domTraverseElements(this, function(node) {
+ if (node.getAttribute('id') == id) {
+ ret = node;
+ return false;
+ }
+ }, null);
+ return ret;
+}
+
+
+function XDocument() {
+ // NOTE(mesch): Acocording to the DOM Spec, ownerDocument of a
+ // document node is null.
+ XNode.call(this, DOM_DOCUMENT_NODE, '#document', null, null);
+ this.documentElement = null;
+}
+
+XDocument.prototype = new XNode(DOM_DOCUMENT_NODE, '#document');
+
+XDocument.prototype.clear = function() {
+ XNode.recycle(this.documentElement);
+ this.documentElement = null;
+}
+
+XDocument.prototype.appendChild = function(node) {
+ XNode.prototype.appendChild.call(this, node);
+ this.documentElement = this.childNodes[0];
+}
+
+XDocument.prototype.createElement = function(name) {
+ return XNode.create(DOM_ELEMENT_NODE, name, null, this);
+}
+
+XDocument.prototype.createDocumentFragment = function() {
+ return XNode.create(DOM_DOCUMENT_FRAGMENT_NODE, '#document-fragment',
+ null, this);
+}
+
+XDocument.prototype.createTextNode = function(value) {
+ return XNode.create(DOM_TEXT_NODE, '#text', value, this);
+}
+
+XDocument.prototype.createAttribute = function(name) {
+ return XNode.create(DOM_ATTRIBUTE_NODE, name, null, this);
+}
+
+XDocument.prototype.createComment = function(data) {
+ return XNode.create(DOM_COMMENT_NODE, '#comment', data, this);
+}
+
+XDocument.prototype.createCDATASection = function(data) {
+ return XNode.create(DOM_CDATA_SECTION_NODE, '#cdata-section', data, this);
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+ <head>
+ <title>JsUnit test page for file dom.js of goog-ajaxslt</title>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitCore.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="util.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xmltoken.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="dom.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="dom_unittest.js"></script>
+ </head>
+
+ <body>
+ This is a <a href="http://www.jsunit.net/">jsUnit</a> test
+ page. Run it using the <a
+ href="jsunit/testRunner.html">jsUnit runner</a>.
+ </body>
+</html>
\ No newline at end of file
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,131 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// Unit test for dom.js. This also uses DOMParser, so it only runs
+// in firefox.
+//
+// Author: Steffen Meschkat <mesch at google.com>
+// Junji Takagi <jtakagi at google.com>
+
+//********************************************
+// DGF BEWARE! You MUST update this function if you add tests!
+//********************************************
+function exposeTestFunctionNames() {
+ return ['testXmlParse', 'testXmlParseWeird', 'testXmlParseJapanese', 'testXmlResolveEntities'];
+}
+
+function testXmlParse() {
+ if (typeof(DOMParser) == 'undefined') return;
+
+ var xml = [
+ '<page>',
+ '<request>',
+ '<q id="q">new york</q>',
+ '</request>',
+ '<location lat="100" ', "lon='200'/>",
+ '</page>'
+ ].join('');
+
+ dom = xmlParse(xml);
+ dom1 = (new DOMParser).parseFromString(xml, 'text/xml');
+ doTestXmlParse(dom, dom1);
+
+ dom = xmlParse('<?xml version="1.0"?>' + xml);
+ dom1 = xmlParse("<?xml version='1.1'?>" + xml);
+ doTestXmlParse(dom, dom1);
+
+ var tag = 'q';
+ var byTag = dom.getElementsByTagName(tag);
+ assertEquals(1, byTag.length);
+ assertEquals(tag, byTag[0].nodeName);
+
+ var id = 'q';
+ var byId = dom.getElementById(id);
+ assertNotNull(byId);
+ assertEquals(id, byId.getAttribute('id'));
+}
+
+function testXmlParseWeird() {
+
+ var xml = [
+ '<_>',
+ '<_.:->',
+ '<:>!"#$%&\'()*+,-./:;<=>?[\\]^_`{|}~</:>',
+ '</_.:->',
+ '<:-_. _=".-" :="-."/>',
+ '</_>'
+ ].join('');
+
+ // DOMParser seems not supporting a tagname that starts with ':', so
+ // avoid comparing xmlParse() and DomParser.parseFromString() here.
+
+ dom = xmlParse('<?xml version="1.0"?>' + xml);
+ dom1 = xmlParse("<?xml version='1.1'?>" + xml);
+ doTestXmlParse(dom, dom1);
+}
+
+function testXmlParseJapanese() {
+ if (typeof(DOMParser) == 'undefined') return;
+
+ var xml = [
+ '<\u30da\u30fc\u30b8>',
+ '<\u30ea\u30af\u30a8\u30b9\u30c8>',
+ '<\u30af\u30a8\u30ea>\u6771\u4eac</\u30af\u30a8\u30ea>',
+ '</\u30ea\u30af\u30a8\u30b9\u30c8>',
+ '<\u4f4d\u7f6e \u7def\u5ea6="\u4e09\u5341\u4e94" ',
+ "\u7d4c\u5ea6='\u767e\u56db\u5341'/>",
+ '</\u30da\u30fc\u30b8>'
+ ].join('');
+
+ dom = xmlParse(xml);
+ dom1 = (new DOMParser).parseFromString(xml, 'text/xml');
+ doTestXmlParse(dom, dom1);
+
+ dom = xmlParse('<?xml version="1.0"?>' + xml);
+ dom1 = xmlParse("<?xml version='1.1'?>" + xml);
+ doTestXmlParse(dom, dom1);
+}
+
+function doTestXmlParse(dom, dom1) {
+ assertEquals('xmlText', xmlText(dom), xmlText(dom1));
+
+ assertEquals('#document',
+ dom.nodeName,
+ dom1.nodeName);
+
+ assertEquals('documentElement', dom.documentElement, dom.firstChild);
+ assertEquals('documentElement', dom1.documentElement, dom1.firstChild);
+
+ assertEquals('parentNode', dom.parentNode, null);
+ assertEquals('parentNode', dom1.parentNode, null);
+
+ assertEquals('parentNode', dom.documentElement.parentNode, dom);
+ assertEquals('parentNode', dom1.documentElement.parentNode, dom1);
+
+ assertEquals('page',
+ dom.documentElement.nodeName,
+ dom1.documentElement.nodeName);
+ assertEquals('dom.childNodes.length',
+ dom.childNodes.length,
+ dom1.childNodes.length);
+ assertEquals('dom.childNodes.length',
+ dom.childNodes.length,
+ dom1.childNodes.length);
+ assertEquals('page.childNodes.length',
+ dom.firstChild.childNodes.length,
+ dom1.firstChild.childNodes.length);
+ assertEquals('page.childNodes.length',
+ dom.firstChild.childNodes.length,
+ dom1.firstChild.childNodes.length);
+
+ assertEquals('location.attributes.length',
+ dom.firstChild.childNodes[1].attributes.length,
+ dom1.firstChild.childNodes[1].attributes.length);
+ assertEquals('location.attributes.length',
+ dom.firstChild.childNodes[1].attributes.length, 2);
+}
+
+
+function testXmlResolveEntities() {
+ assertEquals('";"', xmlResolveEntities('";"'));
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/dom_unittest.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/simplelog.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/simplelog.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/simplelog.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,79 @@
+// Copyright 2005-2006 Google
+//
+// Author: Steffen Meschkat <mesch at google.com>
+//
+// A very simple logging facility, used in test/xpath.html.
+
+var logging__ = true;
+
+function Log() {};
+
+Log.lines = [];
+
+Log.write = function(s) {
+ if (logging__) {
+ this.lines.push(xmlEscapeText(s));
+ this.show();
+ }
+};
+
+// Writes the given XML with every tag on a new line.
+Log.writeXML = function(xml) {
+ if (logging__) {
+ var s0 = xml.replace(/</g, '\n<');
+ var s1 = xmlEscapeText(s0);
+ var s2 = s1.replace(/\s*\n(\s|\n)*/g, '<br/>');
+ this.lines.push(s2);
+ this.show();
+ }
+}
+
+// Writes without any escaping
+Log.writeRaw = function(s) {
+ if (logging__) {
+ this.lines.push(s);
+ this.show();
+ }
+}
+
+Log.clear = function() {
+ if (logging__) {
+ var l = this.div();
+ l.innerHTML = '';
+ this.lines = [];
+ }
+}
+
+Log.show = function() {
+ var l = this.div();
+ l.innerHTML += this.lines.join('<br/>') + '<br/>';
+ this.lines = [];
+ l.scrollTop = l.scrollHeight;
+}
+
+Log.div = function() {
+ var l = document.getElementById('log');
+ if (!l) {
+ l = document.createElement('div');
+ l.id = 'log';
+ l.style.position = 'absolute';
+ l.style.right = '5px';
+ l.style.top = '5px';
+ l.style.width = '250px';
+ l.style.height = '150px';
+ l.style.overflow = 'auto';
+ l.style.backgroundColor = '#f0f0f0';
+ l.style.border = '1px solid gray';
+ l.style.fontSize = '10px';
+ l.style.padding = '5px';
+ document.body.appendChild(l);
+ }
+ return l;
+}
+
+// Reimplement the log functions from util.js to use the simple log.
+function xpathLog(msg) {
+ Log.write(msg);
+};
+function xsltLog(msg) {};
+function xsltLogXml(msg) {};
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/simplelog.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <script src="../util.js" language="JavaScript"></script>
+ <script src="../xmltoken.js" language="JavaScript"></script>
+ <script src="../dom.js" language="JavaScript"></script>
+ <script src="../xpath.js" language="JavaScript"></script>
+ <script src="../xpath_unittest.js" language="JavaScript"></script>
+ <script src="../xpathdebug.js" language="JavaScript"></script>
+ <script src="../simplelog.js" language="JavaScript"></script>
+ <script src="xpath_script.js" language="JavaScript"></script>
+ </head>
+ <body onload="load_expr()">
+ <form onsubmit="xpath_test(this);return false" action="javascript:void(0)">
+ <select id="s" multiple="1" size="30" name="cases"></select>
+ <input type="submit" value="parse" align="top"/>
+ </form>
+ </body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath_script.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath_script.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath_script.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,45 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// Tests for the XPath parser. To run the test, open the file from the
+// file system. No server support is required.
+//
+//
+// Author: Steffen Meschkat <mesch at google.com>
+
+logging = true;
+xpathdebug = true;
+
+function load_expr() {
+ var s = document.getElementById('s');
+ for (var i = 0; i < expr.length; ++i) {
+ var o = new Option(expr[i].replace(/>/,'>').replace(/</,'<'));
+ s.options[s.options.length] = o;
+ }
+ s.selectedIndex = 0;
+}
+
+function xpath_test(form) {
+ Log.clear();
+ try {
+ var i = form.cases.selectedIndex;
+ var options = form.cases.options;
+
+ var text = options[i].value;
+ Log.writeRaw('<tt><b>' + text + '</b></tt>');
+
+ var expr = xpathParse(text);
+ Log.writeRaw('<tt><b>' + text + '</b></tt>');
+ Log.writeRaw('<pre>' + expr.parseTree('') + '</pre>');
+
+ options[i].selected = false;
+ if (i < options.length - 1) {
+ options[i+1].selected = true;
+ } else {
+ options[0].selected = true;
+ }
+
+ } catch (e) {
+ Log.write('EXCEPTION ' + e);
+ }
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xpath_script.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Simple XSLT test</title>
+ <script src="../util.js" type="text/javascript"></script>
+ <script src="../xmltoken.js" type="text/javascript"></script>
+ <script src="../dom.js" type="text/javascript"></script>
+ <script src="../xpath.js" type="text/javascript"></script>
+ <script src="../xslt.js" type="text/javascript"></script>
+ <script src="xslt_script.js" type="text/javascript"></script>
+ </head>
+ <body onload="cleanxml()">
+ <form onsubmit="test_xslt();return false">
+ <table>
+ <tr>
+ <td>
+ <textarea id="xml" cols="40" rows="10">
+ <page>
+ <message>
+ Hello World.
+ </message>
+ </page>
+ </textarea>
+ </td>
+ <td>
+ <textarea id="xslt" cols="40" rows="10">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:apply-templates select="page/message"/>
+ </xsl:template>
+
+ <xsl:template match="page/message">
+ <div style="color:green">
+ <xsl:value-of select="."/>
+ </div>
+ </xsl:template>
+ </xsl:stylesheet>
+ </textarea>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <input type="submit" value="process"/>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <textarea id="html" cols="40" rows="10">
+ </textarea>
+ </td>
+ <td>
+ <div id="htmldisplay"></div>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt_script.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt_script.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt_script.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,33 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// Tests for the XSLT processor. To run the test, open the file from
+// the file system. No server support is required.
+//
+//
+// Author: Steffen Meschkat <mesch at google.com>
+
+logging = true;
+xsltdebug = true;
+
+function el(id) {
+ return document.getElementById(id);
+}
+
+function test_xslt() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt').value);
+ var html = xsltProcess(xml, xslt);
+ el('html').value = html;
+ el('htmldisplay').innerHTML = html;
+}
+
+function cleanxml() {
+ cleanvalue('xml');
+ cleanvalue('xslt');
+}
+
+function cleanvalue(id) {
+ var x = el(id);
+ x.value = x.value.replace(/^\s*/, '').replace(/\n\s*/g, '\n');
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/test/xslt_script.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/unittestsuite.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/unittestsuite.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/unittestsuite.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>AJAXSLT Test Suite</title>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/xbDebug.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitCore.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitTestSuite.js"></script>
+ <script language="Javascript" type="text/javascript">
+ function suite() {
+ var testSuite = new top.jsUnitTestSuite();
+ var testRoot = window.location.href.replace(/[^\/\\]+$/, "");
+ testSuite.addTestPage(testRoot + "dom_unittest.html");
+ testSuite.addTestPage(testRoot + "xmltoken_unittest.html");
+ testSuite.addTestPage(testRoot + "xpath_unittest.html");
+ testSuite.addTestPage(testRoot + "xslt_unittest.html");
+ return testSuite;
+ }
+ </script>
+ </head>
+ <body>AJAXSLT Test Suite</body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/unittestsuite.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,149 @@
+// Copyright 2006 Google Inc.
+// All Rights Reserved
+//
+// Defines regular expression patterns to extract XML tokens from string.
+// See <http://www.w3.org/TR/REC-xml/#sec-common-syn>,
+// <http://www.w3.org/TR/xml11/#sec-common-syn> and
+// <http://www.w3.org/TR/REC-xml-names/#NT-NCName> for the specifications.
+//
+// Author: Junji Takagi <jtakagi at google.com>
+
+// Detect whether RegExp supports Unicode characters or not.
+
+var REGEXP_UNICODE = function() {
+ var tests = [' ', '\u0120', -1, // Konquerer 3.4.0 fails here.
+ '!', '\u0120', -1,
+ '\u0120', '\u0120', 0,
+ '\u0121', '\u0120', -1,
+ '\u0121', '\u0120|\u0121', 0,
+ '\u0122', '\u0120|\u0121', -1,
+ '\u0120', '[\u0120]', 0, // Safari 2.0.3 fails here.
+ '\u0121', '[\u0120]', -1,
+ '\u0121', '[\u0120\u0121]', 0, // Safari 2.0.3 fails here.
+ '\u0122', '[\u0120\u0121]', -1,
+ '\u0121', '[\u0120-\u0121]', 0, // Safari 2.0.3 fails here.
+ '\u0122', '[\u0120-\u0121]', -1];
+ for (var i = 0; i < tests.length; i += 3) {
+ if (tests[i].search(new RegExp(tests[i + 1])) != tests[i + 2]) {
+ return false;
+ }
+ }
+ return true;
+}();
+
+// Common tokens in XML 1.0 and XML 1.1.
+
+var XML_S = '[ \t\r\n]+';
+var XML_EQ = '(' + XML_S + ')?=(' + XML_S + ')?';
+var XML_CHAR_REF = '&#[0-9]+;|&#x[0-9a-fA-F]+;';
+
+// XML 1.0 tokens.
+
+var XML10_VERSION_INFO = XML_S + 'version' + XML_EQ + '("1\\.0"|' + "'1\\.0')";
+var XML10_BASE_CHAR = (REGEXP_UNICODE) ?
+ '\u0041-\u005a\u0061-\u007a\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u00ff' +
+ '\u0100-\u0131\u0134-\u013e\u0141-\u0148\u014a-\u017e\u0180-\u01c3' +
+ '\u01cd-\u01f0\u01f4-\u01f5\u01fa-\u0217\u0250-\u02a8\u02bb-\u02c1\u0386' +
+ '\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03ce\u03d0-\u03d6\u03da\u03dc' +
+ '\u03de\u03e0\u03e2-\u03f3\u0401-\u040c\u040e-\u044f\u0451-\u045c' +
+ '\u045e-\u0481\u0490-\u04c4\u04c7-\u04c8\u04cb-\u04cc\u04d0-\u04eb' +
+ '\u04ee-\u04f5\u04f8-\u04f9\u0531-\u0556\u0559\u0561-\u0586\u05d0-\u05ea' +
+ '\u05f0-\u05f2\u0621-\u063a\u0641-\u064a\u0671-\u06b7\u06ba-\u06be' +
+ '\u06c0-\u06ce\u06d0-\u06d3\u06d5\u06e5-\u06e6\u0905-\u0939\u093d' +
+ '\u0958-\u0961\u0985-\u098c\u098f-\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2' +
+ '\u09b6-\u09b9\u09dc-\u09dd\u09df-\u09e1\u09f0-\u09f1\u0a05-\u0a0a' +
+ '\u0a0f-\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32-\u0a33\u0a35-\u0a36' +
+ '\u0a38-\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8b\u0a8d' +
+ '\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2-\u0ab3\u0ab5-\u0ab9' +
+ '\u0abd\u0ae0\u0b05-\u0b0c\u0b0f-\u0b10\u0b13-\u0b28\u0b2a-\u0b30' +
+ '\u0b32-\u0b33\u0b36-\u0b39\u0b3d\u0b5c-\u0b5d\u0b5f-\u0b61\u0b85-\u0b8a' +
+ '\u0b8e-\u0b90\u0b92-\u0b95\u0b99-\u0b9a\u0b9c\u0b9e-\u0b9f\u0ba3-\u0ba4' +
+ '\u0ba8-\u0baa\u0bae-\u0bb5\u0bb7-\u0bb9\u0c05-\u0c0c\u0c0e-\u0c10' +
+ '\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c60-\u0c61\u0c85-\u0c8c' +
+ '\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cde\u0ce0-\u0ce1' +
+ '\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d28\u0d2a-\u0d39\u0d60-\u0d61' +
+ '\u0e01-\u0e2e\u0e30\u0e32-\u0e33\u0e40-\u0e45\u0e81-\u0e82\u0e84' +
+ '\u0e87-\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5' +
+ '\u0ea7\u0eaa-\u0eab\u0ead-\u0eae\u0eb0\u0eb2-\u0eb3\u0ebd\u0ec0-\u0ec4' +
+ '\u0f40-\u0f47\u0f49-\u0f69\u10a0-\u10c5\u10d0-\u10f6\u1100\u1102-\u1103' +
+ '\u1105-\u1107\u1109\u110b-\u110c\u110e-\u1112\u113c\u113e\u1140\u114c' +
+ '\u114e\u1150\u1154-\u1155\u1159\u115f-\u1161\u1163\u1165\u1167\u1169' +
+ '\u116d-\u116e\u1172-\u1173\u1175\u119e\u11a8\u11ab\u11ae-\u11af' +
+ '\u11b7-\u11b8\u11ba\u11bc-\u11c2\u11eb\u11f0\u11f9\u1e00-\u1e9b' +
+ '\u1ea0-\u1ef9\u1f00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d' +
+ '\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc' +
+ '\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec' +
+ '\u1ff2-\u1ff4\u1ff6-\u1ffc\u2126\u212a-\u212b\u212e\u2180-\u2182' +
+ '\u3041-\u3094\u30a1-\u30fa\u3105-\u312c\uac00-\ud7a3' :
+ 'A-Za-z';
+var XML10_IDEOGRAPHIC = (REGEXP_UNICODE) ?
+ '\u4e00-\u9fa5\u3007\u3021-\u3029' :
+ '';
+var XML10_COMBINING_CHAR = (REGEXP_UNICODE) ?
+ '\u0300-\u0345\u0360-\u0361\u0483-\u0486\u0591-\u05a1\u05a3-\u05b9' +
+ '\u05bb-\u05bd\u05bf\u05c1-\u05c2\u05c4\u064b-\u0652\u0670\u06d6-\u06dc' +
+ '\u06dd-\u06df\u06e0-\u06e4\u06e7-\u06e8\u06ea-\u06ed\u0901-\u0903\u093c' +
+ '\u093e-\u094c\u094d\u0951-\u0954\u0962-\u0963\u0981-\u0983\u09bc\u09be' +
+ '\u09bf\u09c0-\u09c4\u09c7-\u09c8\u09cb-\u09cd\u09d7\u09e2-\u09e3\u0a02' +
+ '\u0a3c\u0a3e\u0a3f\u0a40-\u0a42\u0a47-\u0a48\u0a4b-\u0a4d\u0a70-\u0a71' +
+ '\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0b01-\u0b03' +
+ '\u0b3c\u0b3e-\u0b43\u0b47-\u0b48\u0b4b-\u0b4d\u0b56-\u0b57\u0b82-\u0b83' +
+ '\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0c01-\u0c03\u0c3e-\u0c44' +
+ '\u0c46-\u0c48\u0c4a-\u0c4d\u0c55-\u0c56\u0c82-\u0c83\u0cbe-\u0cc4' +
+ '\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5-\u0cd6\u0d02-\u0d03\u0d3e-\u0d43' +
+ '\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1' +
+ '\u0eb4-\u0eb9\u0ebb-\u0ebc\u0ec8-\u0ecd\u0f18-\u0f19\u0f35\u0f37\u0f39' +
+ '\u0f3e\u0f3f\u0f71-\u0f84\u0f86-\u0f8b\u0f90-\u0f95\u0f97\u0f99-\u0fad' +
+ '\u0fb1-\u0fb7\u0fb9\u20d0-\u20dc\u20e1\u302a-\u302f\u3099\u309a' :
+ '';
+var XML10_DIGIT = (REGEXP_UNICODE) ?
+ '\u0030-\u0039\u0660-\u0669\u06f0-\u06f9\u0966-\u096f\u09e6-\u09ef' +
+ '\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be7-\u0bef\u0c66-\u0c6f' +
+ '\u0ce6-\u0cef\u0d66-\u0d6f\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29' :
+ '0-9';
+var XML10_EXTENDER = (REGEXP_UNICODE) ?
+ '\u00b7\u02d0\u02d1\u0387\u0640\u0e46\u0ec6\u3005\u3031-\u3035' +
+ '\u309d-\u309e\u30fc-\u30fe' :
+ '';
+var XML10_LETTER = XML10_BASE_CHAR + XML10_IDEOGRAPHIC;
+var XML10_NAME_CHAR = XML10_LETTER + XML10_DIGIT + '\\._:' +
+ XML10_COMBINING_CHAR + XML10_EXTENDER + '-';
+var XML10_NAME = '[' + XML10_LETTER + '_:][' + XML10_NAME_CHAR + ']*';
+
+var XML10_ENTITY_REF = '&' + XML10_NAME + ';';
+var XML10_REFERENCE = XML10_ENTITY_REF + '|' + XML_CHAR_REF;
+var XML10_ATT_VALUE = '"(([^<&"]|' + XML10_REFERENCE + ')*)"|' +
+ "'(([^<&']|" + XML10_REFERENCE + ")*)'";
+var XML10_ATTRIBUTE =
+ '(' + XML10_NAME + ')' + XML_EQ + '(' + XML10_ATT_VALUE + ')';
+
+// XML 1.1 tokens.
+// TODO(jtakagi): NameStartChar also includes \u10000-\ueffff.
+// ECMAScript Language Specifiction defines UnicodeEscapeSequence as
+// "\u HexDigit HexDigit HexDigit HexDigit" and we may need to use
+// surrogate pairs, but any browser doesn't support surrogate paris in
+// character classes of regular expression, so avoid including them for now.
+
+var XML11_VERSION_INFO = XML_S + 'version' + XML_EQ + '("1\\.1"|' + "'1\\.1')";
+var XML11_NAME_START_CHAR = (REGEXP_UNICODE) ?
+ ':A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d' +
+ '\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff' +
+ '\uf900-\ufdcf\ufdf0-\ufffd' :
+ ':A-Z_a-z';
+var XML11_NAME_CHAR = XML11_NAME_START_CHAR +
+ ((REGEXP_UNICODE) ? '\\.0-9\u00b7\u0300-\u036f\u203f-\u2040-' : '\\.0-9-');
+var XML11_NAME = '[' + XML11_NAME_START_CHAR + '][' + XML11_NAME_CHAR + ']*';
+
+var XML11_ENTITY_REF = '&' + XML11_NAME + ';';
+var XML11_REFERENCE = XML11_ENTITY_REF + '|' + XML_CHAR_REF;
+var XML11_ATT_VALUE = '"(([^<&"]|' + XML11_REFERENCE + ')*)"|' +
+ "'(([^<&']|" + XML11_REFERENCE + ")*)'";
+var XML11_ATTRIBUTE =
+ '(' + XML11_NAME + ')' + XML_EQ + '(' + XML11_ATT_VALUE + ')';
+
+// XML Namespace tokens.
+// Used in XML parser and XPath parser.
+
+var XML_NC_NAME_CHAR = XML10_LETTER + XML10_DIGIT + '\\._' +
+ XML10_COMBINING_CHAR + XML10_EXTENDER + '-';
+var XML_NC_NAME = '[' + XML10_LETTER + '_][' + XML_NC_NAME_CHAR + ']*';
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+ <head>
+ <title>JsUnit test page for file xmltoken.js of goog-ajaxslt</title>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitCore.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xmltoken.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xmltoken_unittest.js"></script>
+ </head>
+
+ <body>
+ JsUnit test page for file xmltoken.js of goog-ajaxslt.
+ </body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,811 @@
+// Copyright 2006 Google Inc.
+// All Rights Reserved
+//
+// Unit test for xmltoken.js.
+//
+// Author: Junji Takagi <jtakagi at google.com>
+
+//********************************************
+// DGF BEWARE! You MUST update this function if you add tests!
+//********************************************
+function exposeTestFunctionNames() {
+ return ['testRegexpUnicode', 'testXmlVersionInfo', 'testXmlCharRef', 'testXmlEntityRef', 'testXml10Name', 'testXml10Attribute', 'testXml11Name', 'testXml11Attribute', 'testXmlNcName'];
+}
+
+// Test if regexp matches the str and RegExp.exec returns exactly the match.
+function assertOk(comment, regexp, str, match) {
+ assertNotNull(comment, regexp.exec(str));
+ assertEquals(comment, regexp.exec(str)[0], match);
+ assertTrue(comment, regexp.test(str));
+}
+
+// Test if regexp doesn't match the str.
+function assertNg(comment, regexp, str) {
+ assertNull(comment, regexp.exec(str));
+ assertFalse(comment, regexp.test(str));
+}
+
+// Concat chars in various way and test them with regexp.
+function doTestXmlName(comment, regexp,
+ okFirstChars, ngFirstChars,
+ okSecondChars, ngSecondChars) {
+ var okSecondString = okSecondChars.join('');
+ for (var i = 0; i < okFirstChars.length; i++) {
+ assertOk(comment + ' with ok #' + i, regexp,
+ okFirstChars[i],
+ okFirstChars[i]);
+ assertOk(comment + ' with ok #' + i + ' + oks', regexp,
+ okFirstChars[i] + okSecondString,
+ okFirstChars[i] + okSecondString);
+ for (var j = 0; j < okSecondChars.length; j++) {
+ assertOk(comment + ' with ok #' + i + ' + ok #' + j, regexp,
+ okFirstChars[i] + okSecondChars[j],
+ okFirstChars[i] + okSecondChars[j]);
+ assertOk(comment + ' with ok #' + i + ' + ok #' + j + ' + oks', regexp,
+ okFirstChars[i] + okSecondChars[j] + okSecondString,
+ okFirstChars[i] + okSecondChars[j] + okSecondString);
+ var k = (i + j) % ngSecondChars.length;
+ assertOk(comment + ' with ' +
+ 'ok #' + i + ' + ok #' + j + ' + ng #' + k, regexp,
+ okFirstChars[i] + okSecondChars[j] + ngSecondChars[k],
+ okFirstChars[i] + okSecondChars[j]);
+ }
+ var j = i % ngSecondChars.length;
+ assertOk(comment + ' with ok #' + i + ' + ng #' + j, regexp,
+ okFirstChars[i] + ngSecondChars[j],
+ okFirstChars[i]);
+ assertOk(comment + ' with ok #' + i + ' + oks + ng #' + j, regexp,
+ okFirstChars[i] + okSecondString + ngSecondChars[j],
+ okFirstChars[i] + okSecondString);
+ }
+ for (var i = 0; i < ngFirstChars.length; i++) {
+ assertNg(comment + ' with ng #' + i, regexp,
+ ngFirstChars[i]);
+ // It doesn't make sense to test with ngFirstChars[i] + okSecondChars[j].
+ for (var j = 0; j < ngSecondChars.length; j++) {
+ assertNg(comment + ' with ng #' + i + ' + ng #' + j, regexp,
+ ngFirstChars[i] + ngSecondChars[j]);
+ }
+ }
+}
+
+// Test REGEXP_UNICODE to make sure the browser supports Unicode in RegExp.
+function testRegexpUnicode() {
+ assertTrue('REGEXP_UNICODE', REGEXP_UNICODE);
+}
+
+// Test XML10_VERSION_INFO and XML11_VERSION_INFO.
+// Also test XML_S and XML_EQ.
+function testXmlVersionInfo() {
+ var okVersion10 = [
+ ' version="1.0"',
+ ' version = "1.0"',
+ '\tversion\t\t=\t\t\t"1.0"',
+ '\rversion\r\r=\r\r\r"1.0"',
+ '\nversion\n\n=\n\n\n"1.0"',
+ '\r\nversion\r\n\r\n=\r\n\r\n\r\n"1.0"',
+ '\n\rversion\n\r\n\r=\n\r\n\r\n\r"1.0"',
+ ' \t\r\n \t\n\rversion \r\t\n \r\n\t= \n\t\r \n\r\t"1.0"',
+ " version='1.0'",
+ " version = '1.0'",
+ "\tversion\t\t=\t\t\t'1.0'",
+ "\rversion\r\r=\r\r\r'1.0'",
+ "\nversion\n\n=\n\n\n'1.0'",
+ "\r\nversion\r\n\r\n=\r\n\r\n\r\n'1.0'",
+ "\n\rversion\n\r\n\r=\n\r\n\r\n\r'1.0'",
+ "\t \r\n\t \n\rversion\t\r \n\t\r\n =\t\n \r\t\n\r '1.0'"
+ ];
+ var ngVersion10 = [
+ 'version="1.0"', // Must start with space char
+ ' Version="1.0"', // Must be lower letter
+ ' VERSION="1.0"', // Must be lower letter
+ ' version"1.0"', // Must have '='
+ ' version "1.0"', // Must have '='
+ ' version\t"1.0"', // Must have '='
+ ' version+"1.0"', // Must have '='
+ ' version-"1.0"', // Must have '='
+ ' version=1.0', // Must be quoted
+ ' version="1.1"', // Must be '1.0'
+ ' version="1"', // Must be '1.0'
+ ' version="10"', // Must be '1.0'
+ ' version="100"', // Must be '1.0'
+ ' version="1-0"', // Must be '1.0'
+ ' version="1_0"' // Must be '1.0'
+ ];
+ var okVersion11 = [
+ ' version="1.1"',
+ ' version = "1.1"',
+ '\tversion\t\t=\t\t\t"1.1"',
+ '\rversion\r\r=\r\r\r"1.1"',
+ '\nversion\n\n=\n\n\n"1.1"',
+ '\r\nversion\r\n\r\n=\r\n\r\n\r\n"1.1"',
+ '\n\rversion\n\r\n\r=\n\r\n\r\n\r"1.1"',
+ '\r \t\n\r \n\tversion\r\t \n\r\t\n =\r\n \t\r\n\t "1.1"',
+ " version='1.1'",
+ " version = '1.1'",
+ "\tversion\t\t=\t\t\t'1.1'",
+ "\rversion\r\r=\r\r\r'1.1'",
+ "\nversion\n\n=\n\n\n'1.1'",
+ "\r\nversion\r\n\r\n=\r\n\r\n\r\n'1.1'",
+ "\n\rversion\n\r\n\r=\n\r\n\r\n\r'1.1'",
+ "\n \t\r\n \r\tversion\n\t \r\n\t\r =\n\r \t\n\r\t '1.1'"
+ ];
+ var ngVersion11 = [
+ 'version="1.1"', // Must start with space char
+ ' Version="1.1"', // Must be lower letter
+ ' VERSION="1.1"', // Must be lower letter
+ ' version"1.1"', // Must have '='
+ ' version "1.1"', // Must have '='
+ ' version\t"1.1"', // Must have '='
+ ' version+"1.1"', // Must have '='
+ ' version-"1.1"', // Must have '='
+ ' version=1.1', // Must be quoted
+ ' version="1.0"', // Must be '1.1'
+ ' version="1"', // Must be '1.1'
+ ' version="11"', // Must be '1.1'
+ ' version="111"', // Must be '1.1'
+ ' version="1-1"', // Must be '1.1'
+ ' version="1_1"' // Must be '1.1'
+ ];
+
+ var regexp = new RegExp(XML10_VERSION_INFO);
+ for (var i = 0; i < okVersion10.length; i++) {
+ assertOk('XML10_VERSION_INFO with ok #' + i, regexp,
+ okVersion10[i], okVersion10[i]);
+ }
+ for (var i = 0; i < ngVersion10.length; i++) {
+ assertNg('XML10_VERSION_INFO with ng #' + i, regexp,
+ ngVersion10[i]);
+ }
+ var regexp = new RegExp(XML11_VERSION_INFO);
+ for (var i = 0; i < okVersion11.length; i++) {
+ assertOk('XML11_VERSION_INFO with ok #' + i, regexp,
+ okVersion11[i], okVersion11[i]);
+ }
+ for (var i = 0; i < ngVersion11.length; i++) {
+ assertNg('XML11_VERSION_INFO with ng #' + i, regexp,
+ ngVersion11[i]);
+ }
+}
+
+// Test XML_CHAR_REF.
+function testXmlCharRef() {
+ var okCharRef = [
+ '�',
+ '	',
+ ' ', // ' '
+ '"', // '"'
+ '&', // '&'
+ ''', // "'"
+ '<', // "<"
+ '>', // ">"
+ 'A', // "A"
+ 'd',
+ '✏',
+ '𐀀',
+ '�',
+ '�',
+ '�', // Pi, until all 0-9 appears
+ '�',
+ '	',
+ '
',
+ '',
+ '
',
+ '',
+ ' ', // ' '
+ '"', // '"'
+ '&', // '&'
+ ''', // "'"
+ '<', // "<"
+ '>', // ">"
+ 'A', // "A"
+ 'ª', // Both upper letter
+ '»', // Start with upper letter, end with lower letter
+ 'Ì', // Start with lower letter, end with upper letter
+ 'Ý', // Both lower letter
+ 'Ā',
+ '香',
+ 'ꪪ',
+ '',
+ '�',
+ '�',
+ '�'
+ ];
+ var ngCharRef = [
+ '&0;', // Must start with '&#'
+ '#0;', // Must start with '&#'
+ 'x0;', // Must start with '&#'
+ '&#;', // Must have one or more digit
+ '&#/;', // Must be 0-9 ('/' is a char before '0')
+ '�', // Must end with ';'
+ '	', // Must end with ';'
+ '�:', // Must end with ';'
+ '	:', // Must end with ';'
+ '&# 0;', // Must not have a space char
+ '� ;', // Must not have a space char
+ '&# 0 ;', // Must not have space chars
+ '&#A;', // Must not have A-Fa-f
+ '&#F;', // Must not have A-Fa-f
+ '�A;', // Must not have A-Fa-f
+ '	F;', // Must not have A-Fa-f
+ '�F;', // Must not have A-Fa-f
+ '	A;', // Must not have A-Fa-f
+ '&#:;', // Must be 0-9 (':' is a char after '9')
+ '&#x;', // Must have one or more xdigit
+ '&#x/;', // Must be 0-9A-Fa-f ('/' is a char before '0')
+ '�', // Must end with ';'
+ '	', // Must end with ';'
+ '
', // Must end with ';'
+ '', // Must end with ';'
+ '
', // Must end with ';'
+ '', // Must end with ';'
+ '�:', // Must end with ';'
+ '	:', // Must end with ';'
+ '
:', // Must end with ';'
+ ':', // Must end with ';'
+ '
:', // Must end with ';'
+ ':', // Must end with ';'
+ '&#x 0', // Must not have a space char
+ '� ', // Must not have a space char
+ '&#x 0 ', // Must not have space chars
+ '&#x:;', // Must be 0-9A-Fa-f (':' is a char after '9')
+ '&#x@;', // Must be 0-9A-Fa-f ('@' is a char before 'A')
+ '&#xG;', // Must be 0-9A-Fa-f
+ '&#x`;', // Must be 0-9A-Fa-f ('`' is a char before 'a')
+ '&#xg;' // Must be 0-9A-Fa-f
+ ];
+
+ var regexp = new RegExp(XML_CHAR_REF);
+ for (var i = 0; i < okCharRef.length; i++) {
+ assertOk('XML_CHAR_REF with ok #' + i, regexp,
+ okCharRef[i], okCharRef[i]);
+ }
+ for (var i = 0; i < ngCharRef.length; i++) {
+ assertNg('XML_CHAR_REF with ng #' + i, regexp,
+ ngCharRef[i]);
+ }
+}
+
+// Test XML10_ENTITY_REF and XML11_ENTITY_REF.
+// Also test XML10_NAME and XML11_NAME a little bit.
+function testXmlEntityRef() {
+ var okEntityRef = [
+ '<', // XML predefined entity
+ '>', // XML predefined entity
+ '&', // XML predefined entity
+ '&aps;', // XML predefined entity
+ '"', // XML predefined entity
+ ' ', // HTML entity (picked up as a real world example)
+ '©', // HTML entity
+ '®', // HTML entity
+ 'À', // HTML entity, starts with upper letter
+ 'Ð', // HTML entity, all upper letter
+ '⇐', // HTML entity, starts with lower letter, has upper letter
+ '∴', // HTML entity, has digit
+ '&foo;', // Just an entity name
+ '&:foo;', // Entity name can start with ':'
+ '&_foo;', // Entity name can start with '_'
+ '&foo-bar.baz:quux_;', // Entity name can have '-', '.', ':' or '_'
+ '&\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u540d;' // Japanese entity name
+ ];
+ var ngEntityRef = [
+ 'lt;', // Must start with '&'
+ '>', // Must end with ';'
+ '& amp;', // Must not have a space char
+ '&aps ;', // Must not have a space char
+ '& quot ;', // Must not have space chars
+ '&-foo;', // Entity name must not start with '-'
+ '&.foo;' // Entity name must not start with '.'
+ ];
+ var edgeEntityRef = [ // Invalid XML10_ENTITY_REF but valid XML11_ENTITY_REF
+ '&\u0131\u0132;',
+ '&\u0132\u0133;',
+ '&\u0133\u0134;',
+ '&\u0131\u0132\u0133\u0134;',
+ '&\u3001\u3030\u4d00\u9fff\ufffd;'
+ ];
+
+ var regexp10 = new RegExp(XML10_ENTITY_REF);
+ for (var i = 0; i < okEntityRef.length; i++) {
+ assertOk('XML10_ENTITY_REF with ok #' + i, regexp10,
+ okEntityRef[i], okEntityRef[i]);
+ }
+ for (var i = 0; i < ngEntityRef.length; i++) {
+ assertNg('XML10_ENTITY_REF with ng #' + i, regexp10,
+ ngEntityRef[i]);
+ }
+
+ var regexp11 = new RegExp(XML11_ENTITY_REF);
+ for (var i = 0; i < okEntityRef.length; i++) {
+ assertOk('XML11_ENTITY_REF with ok #' + i, regexp11,
+ okEntityRef[i], okEntityRef[i]);
+ }
+ for (var i = 0; i < ngEntityRef.length; i++) {
+ assertNg('XML11_ENTITY_REF with ng #' + i, regexp11,
+ ngEntityRef[i]);
+ }
+
+ for (var i = 0; i < edgeEntityRef.length; i++) {
+ assertNg('XML10_ENTITY_REF with edge #' + i, regexp10,
+ edgeEntityRef[i]);
+ assertOk('XML11_ENTITY_REF with edge #' + i, regexp11,
+ edgeEntityRef[i], edgeEntityRef[i]);
+ }
+}
+
+// Test XML10_NAME including XML10_LETTER, XML10_NAME_CHAR, XML10_BASE_CHAR,
+// XML10_IDEOGRAPHIC, XML10_DIGIT, XML10_COMBINING_CHAR and XML10_EXTENDER.
+function testXml10Name() {
+ var okFirstChars = [
+ '\u003a', // ':'
+ '\u0041', // 'A' : XML10_BASE_CHAR
+ '\u005a', // 'Z' : XML10_BASE_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML10_BASE_CHAR
+ '\u007a', // 'z' : XML10_BASE_CHAR
+ '\u00c0', // XML10_BASE_CHAR
+ '\u00d6', // XML10_BASE_CHAR
+ '\u00d8', // XML10_BASE_CHAR
+ '\u00f6', // XML10_BASE_CHAR
+ '\u00f8', // XML10_BASE_CHAR
+ '\u00ff', // XML10_BASE_CHAR
+ '\u0100', // XML10_BASE_CHAR
+ '\u4e00', // XML10_IDEOGRAPHIC
+ '\u9fa5', // XML10_IDEOGRAPHIC
+ '\uac00', // XML10_BASE_CHAR
+ '\ud7a3' // XML10_BASE_CHAR
+ ];
+ var ngFirstChars = [
+ '\u002d', // '-'
+ '\u002e', // '.'
+ '\u0030', // '0' : First char of XML10_DIGIT
+ '\u0039', // '9' : XML10_DIGIT
+ '\u003b', // ';' : Non XML10_BASE_CHAR
+ '\u0040', // '@' : Non XML10_BASE_CHAR
+ '\u005b', // '[' : Non XML10_BASE_CHAR
+ '\u005e', // '^' : Non XML10_BASE_CHAR
+ '\u0060', // '`' : Non XML10_BASE_CHAR
+ '\u007b', // '{' : Non XML10_BASE_CHAR
+ '\u00b7', // First char of XML10_EXTENDER
+ '\u00bf', // Non XML10_BASE_CHAR
+ '\u00d7', // Non XML10_BASE_CHAR
+ '\u00f7', // Non XML10_BASE_CHAR
+ '\u0300', // First char of XML10_COMBINING_CHAR
+ '\u0660', // XML10_DIGIT
+ '\u0f29', // Last char of XML10_DIGIT
+ '\u309a', // Last char of XML10_COMBINING_CHAR
+ '\u30fe', // Last char of XML10_EXTENDER
+ '\u4dff', // Edge char for XML10_IDEOGRAPHIC
+ '\u9fa6', // Edge char for XML10_IDEOGRAPHIC
+ '\uabff', // Edge char for XML10_BASE_CHAR
+ '\ud7a4' // Edge char for XML10_BASE_CHAR
+ ];
+ var okSecondChars = [
+ '\u002d', // '-'
+ '\u002e', // '.'
+ '\u0030', // '0' : XML10_DIGIT
+ '\u0039', // '9' : XML10_DIGIT
+ '\u003a', // ':'
+ '\u0041', // 'A' : XML10_BASE_CHAR
+ '\u005a', // 'Z' : XML10_BASE_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML10_BASE_CHAR
+ '\u007a', // 'z' : XML10_BASE_CHAR
+ '\u00b7', // XML10_EXTENDER
+ '\u00c0', // XML10_BASE_CHAR
+ '\u00d6', // XML10_BASE_CHAR
+ '\u00d8', // XML10_BASE_CHAR
+ '\u00f6', // XML10_BASE_CHAR
+ '\u00f8', // XML10_BASE_CHAR
+ '\u00ff', // XML10_BASE_CHAR
+ '\u0100', // XML10_BASE_CHAR
+ '\u0300', // XML10_COMBINING_CHAR
+ '\u0660', // XML10_DIGIT
+ '\u0f29', // XML10_DIGIT
+ '\u309a', // XML10_COMBINING_CHAR
+ '\u30fe', // XML10_EXTENDER
+ '\u4e00', // XML10_IDEOGRAPHIC
+ '\u9fa5', // XML10_IDEOGRAPHIC
+ '\uac00', // XML10_BASE_CHAR
+ '\ud7a3' // XML10_BASE_CHAR
+ ];
+ var ngSecondChars = [
+ '\u0040', // '@' : Non XML10_BASE_CHAR
+ '\u005b', // '[' : Non XML10_BASE_CHAR
+ '\u0060', // '`' : Non XML10_BASE_CHAR
+ '\u007b', // '{' : Non XML10_BASE_CHAR
+ '\u00b6', // Edge char for XML10_EXTENDER
+ '\u00bf', // Non XML10_BASE_CHAR
+ '\u00d7', // Non XML10_BASE_CHAR
+ '\u00f7', // Non XML10_BASE_CHAR
+ '\u02ff', // Edge char for XML10_COMBINING_CHAR
+ '\u309b', // Edge char for XML10_COMBINING_CHAR
+ '\u30ff', // Edge char for XML10_EXTENDER
+ '\u4dff', // Edge char for XML10_IDEOGRAPHIC
+ '\u9fa6', // Edge char for XML10_IDEOGRAPHIC
+ '\uabff', // Edge char for XML10_BASE_CHAR
+ '\ud7a4' // Edge char for XML10_BASE_CHAR
+ ];
+
+ doTestXmlName('XML10_NAME', new RegExp(XML10_NAME),
+ okFirstChars, ngFirstChars, okSecondChars, ngSecondChars);
+}
+
+// Test strings for testXml10Attribute() and testXml11Attribute().
+var okAttValues = [
+ '""',
+ '"foo"',
+ '"<foobar"',
+ '"foo<bar"',
+ '"foobar<"',
+ '">foobar"',
+ '"foo>bar"',
+ '"foobar>"',
+ '"&foobar"',
+ '"foo&bar"',
+ '"foobar&"',
+ '""foobar"',
+ '"foo"bar"',
+ '"foobar""',
+ '"\'foobar"',
+ '"foo\'bar"',
+ '"foobar\'"',
+ '"<&"'\'"',
+ '"foo"', // "foo"
+ '"foo"', // "foo"
+ '"<foo>"', // "<foo>"
+ '"&:foo;"',
+ '"&_foo;"',
+ '"&foo-bar.baz:quux_;"',
+ '"foo&\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u540d;bar"',
+ "''",
+ "'foo'",
+ "'<foobar'",
+ "'foo<bar'",
+ "'foobar<'",
+ "'>foobar'",
+ "'foo>bar'",
+ "'foobar>'",
+ "'&foobar'",
+ "'foo&bar'",
+ "'foobar&'",
+ "''foobar'",
+ "'foo'bar'",
+ "'foobar''",
+ "'\"foobar'",
+ "'foo\"bar'",
+ "'foobar\"'",
+ "'<>&"'\"'",
+ "'foo'", // 'foo'
+ "'foo'", // 'foo'
+ "'<foo>'", // '<foo>'
+ "'&:foo;'",
+ "'&_foo;'",
+ "'&foo-bar.baz:quux_;'",
+ "'foo&\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u540d;bar'"
+];
+var ngAttValues = [
+ '',
+ 'foo', // Must start with '"', end with '"'
+ 'foo"', // Must start with '"'
+ '"foo', // Must end with '"'
+ '"foo\'', // Must end with '"'
+ '"<foobar"', // Must not have '<'
+ '"foo<bar"', // Must not have '<'
+ '"foobar<"', // Must not have '<'
+ '"&foobar"', // Must not have '&' that is not an entity ref or char ref
+ '"foo&bar"', // Must not have '&' that is not an entity ref or char ref
+ '"foobar&"', // Must not have '&' that is not an entity ref or char ref
+ '"&-foo;"', // Entity name must be a valid XML10_NAME
+ '"&.foo;"', // Entity name must be a valid XML10_NAME
+ "",
+ "foo", // Must start with "'", end with "'"
+ "foo'", // Must start with "'"
+ "'foo", // Must end with "'"
+ "'foo\"", // Must end with "'"
+ "'<foobar'", // Must not have "<"
+ "'foo<bar'", // Must not have "<"
+ "'foobar<'", // Must not have "<"
+ "'&foobar'", // Must not have "&" that is not an entity ref or char ref
+ "'foo&bar'", // Must not have "&" that is not an entity ref or char ref
+ "'foobar&'", // Must not have "&" that is not an entity ref or char ref
+ "'&-foo;'", // Entity name must be a valid XML10_NAME
+ "'&.foo;'" // Entity name must be a valid XML10_NAME
+];
+var ngAttValues2 = [
+ '""foobar"', '""',
+ '"foo"bar"', '"foo"',
+ '"foobar""', '"foobar"',
+ "''foobar'", "''",
+ "'foo'bar'", "'foo'",
+ "'foobar''", "'foobar'"
+];
+var edgeAttValues = [ // Invalid XML10_ATT_VALUE but valid XML11_ATT_VALUE
+ '"&\u0131\u0132;foo"',
+ '"f&\u0132\u0133;oo"',
+ '"fo&\u0133\u0134;o"',
+ '"foo&\u0131\u0132\u0133\u0134;bar"',
+ '"baz&\u3001\u3030\u4d00\u9fff;quux"',
+ "'&\u0131\u0132;foo'",
+ "'f&\u0132\u0133;oo'",
+ "'fo&\u0133\u0134;o'",
+ "'foo&\u0131\u0132\u0133\u0134;bar'",
+ "'baz&\u3001\u3030\u4d00\u9fff;quux'"
+];
+
+// Test XML10_ATTRIBUTE including XML10_ATT_VALUE and XML10_REFERENCE.
+// A difference from testXml11Attribute() is that tests with edge cases
+// should fail here.
+function testXml10Attribute() {
+ var regexp = new RegExp(XML10_ATT_VALUE);
+ for (var i = 0; i < okAttValues.length; i++) {
+ assertOk('XML10_ATT_VALUE with ok #' + i, regexp,
+ okAttValues[i], okAttValues[i]);
+ }
+ for (var i = 0; i < ngAttValues.length; i++) {
+ assertNg('XML10_ATT_VALUE with ng #' + i, regexp,
+ ngAttValues[i]);
+ }
+ for (var i = 0; i < ngAttValues2.length; i += 2) {
+ assertOk('XML10_ATT_VALUE with ng2 #' + (i / 2), regexp,
+ ngAttValues2[i], ngAttValues2[i + 1]);
+ }
+ for (var i = 0; i < edgeAttValues.length; i++) {
+ assertNg('XML10_ATT_VALUE with ng2 #' + i, regexp,
+ edgeAttValues[i]);
+ }
+}
+
+// Test XML11_NAME, including XML11_NAME_START_CHAR and XML11_NAME_CHAR.
+function testXml11Name() {
+ var okFirstChars = [
+ '\u003a', // ':'
+ '\u0041', // 'A' : XML11_NAME_START_CHAR
+ '\u005a', // 'Z' : XML11_NAME_START_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML11_NAME_START_CHAR
+ '\u007a', // 'z' : XML11_NAME_START_CHAR
+ '\u00c0', // XML11_NAME_START_CHAR
+ '\u00d6', // XML11_NAME_START_CHAR
+ '\u00d8', // XML11_NAME_START_CHAR
+ '\u00f6', // XML11_NAME_START_CHAR
+ '\u00f8', // XML11_NAME_START_CHAR
+ '\u02ff', // XML11_NAME_START_CHAR
+ '\u0370', // XML11_NAME_START_CHAR
+ '\u037d', // XML11_NAME_START_CHAR
+ '\u037f', // XML11_NAME_START_CHAR
+ '\u1fff', // XML11_NAME_START_CHAR
+ '\u200c', // XML11_NAME_START_CHAR
+ '\u200d', // XML11_NAME_START_CHAR
+ '\u2070', // XML11_NAME_START_CHAR
+ '\u218f', // XML11_NAME_START_CHAR
+ '\u2c00', // XML11_NAME_START_CHAR
+ '\u2fef', // XML11_NAME_START_CHAR
+ '\u3001', // XML11_NAME_START_CHAR
+ '\ud7ff', // XML11_NAME_START_CHAR
+ '\uf900', // XML11_NAME_START_CHAR
+ '\ufdcf', // XML11_NAME_START_CHAR
+ '\ufdf0', // XML11_NAME_START_CHAR
+ '\ufffd' // XML11_NAME_START_CHAR
+ ];
+ var ngFirstChars = [
+ '\u002d', // '-' : XML11_NAME_CHAR
+ '\u002e', // '.' : XML11_NAME_CHAR
+ '\u0030', // '0' : XML11_NAME_CHAR
+ '\u0039', // '9' : XML11_NAME_CHAR
+ '\u003b', // ';' : Non XML11_NAME_START_CHAR
+ '\u0040', // '@' : Non XML11_NAME_START_CHAR
+ '\u005b', // '[' : Non XML11_NAME_START_CHAR
+ '\u005e', // '^' : Non XML11_NAME_START_CHAR
+ '\u0060', // '`' : Non XML11_NAME_START_CHAR
+ '\u007b', // '{' : Non XML11_NAME_START_CHAR
+ '\u00b7', // XML11_NAME_CHAR
+ '\u00bf', // Non XML11_NAME_START_CHAR
+ '\u00d7', // Non XML11_NAME_START_CHAR
+ '\u00f7', // Non XML11_NAME_START_CHAR
+ '\u0300', // Non XML11_NAME_START_CHAR / XML11_NAME_CHAR
+ '\u036f', // Non XML11_NAME_START_CHAR / XML11_NAME_CHAR
+ '\u037e', // Non XML11_NAME_START_CHAR
+ '\u2000', // Non XML11_NAME_START_CHAR
+ '\u200b', // Non XML11_NAME_START_CHAR
+ '\u200e', // Non XML11_NAME_START_CHAR
+ '\u203f', // XML11_NAME_CHAR
+ '\u2040', // XML11_NAME_CHAR
+ '\u206f', // Non XML11_NAME_START_CHAR
+ '\u2190', // Non XML11_NAME_START_CHAR
+ '\u2bff', // Non XML11_NAME_START_CHAR
+ '\u2ff0', // Non XML11_NAME_START_CHAR
+ '\u3000', // Non XML11_NAME_START_CHAR
+ '\ud800', // Non XML11_NAME_START_CHAR
+ '\uf8ff', // Non XML11_NAME_START_CHAR
+ '\ufdd0', // Non XML11_NAME_START_CHAR
+ '\ufdef', // Non XML11_NAME_START_CHAR
+ '\uffff' // Non XML11_NAME_START_CHAR
+ ];
+ var okSecondChars = [
+ '\u002d', // '-' : XML11_NAME_CHAR
+ '\u002e', // '.' : XML11_NAME_CHAR
+ '\u0030', // '0' : XML11_NAME_CHAR
+ '\u0039', // '9' : XML11_NAME_CHAR
+ '\u003a', // ':'
+ '\u0041', // 'A' : XML11_NAME_START_CHAR
+ '\u005a', // 'Z' : XML11_NAME_START_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML11_NAME_START_CHAR
+ '\u007a', // 'z' : XML11_NAME_START_CHAR
+ '\u00b7', // XML11_NAME_CHAR
+ '\u00c0', // XML11_NAME_START_CHAR
+ '\u00d6', // XML11_NAME_START_CHAR
+ '\u00d8', // XML11_NAME_START_CHAR
+ '\u00f6', // XML11_NAME_START_CHAR
+ '\u00f8', // XML11_NAME_START_CHAR
+ '\u02ff', // XML11_NAME_START_CHAR
+ '\u0300', // XML11_NAME_CHAR
+ '\u036f', // XML11_NAME_CHAR
+ '\u0370', // XML11_NAME_START_CHAR
+ '\u037d', // XML11_NAME_START_CHAR
+ '\u037f', // XML11_NAME_START_CHAR
+ '\u1fff', // XML11_NAME_START_CHAR
+ '\u200c', // XML11_NAME_START_CHAR
+ '\u200d', // XML11_NAME_START_CHAR
+ '\u203f', // XML11_NAME_CHAR
+ '\u2040', // XML11_NAME_CHAR
+ '\u2070', // XML11_NAME_START_CHAR
+ '\u218f', // XML11_NAME_START_CHAR
+ '\u2c00', // XML11_NAME_START_CHAR
+ '\u2fef', // XML11_NAME_START_CHAR
+ '\u3001', // XML11_NAME_START_CHAR
+ '\ud7ff', // XML11_NAME_START_CHAR
+ '\uf900', // XML11_NAME_START_CHAR
+ '\ufdcf', // XML11_NAME_START_CHAR
+ '\ufdf0', // XML11_NAME_START_CHAR
+ '\ufffd' // XML11_NAME_START_CHAR
+ ];
+ var ngSecondChars = [
+ '\u003b', // ';' : Non XML11_NAME_START_CHAR
+ '\u0040', // '@' : Non XML11_NAME_START_CHAR
+ '\u005b', // '[' : Non XML11_NAME_START_CHAR
+ '\u005e', // '^' : Non XML11_NAME_START_CHAR
+ '\u0060', // '`' : Non XML11_NAME_START_CHAR
+ '\u007b', // '{' : Non XML11_NAME_START_CHAR
+ '\u00bf', // Non XML11_NAME_START_CHAR
+ '\u00d7', // Non XML11_NAME_START_CHAR
+ '\u00f7', // Non XML11_NAME_START_CHAR
+ '\u037e', // Non XML11_NAME_START_CHAR
+ '\u2000', // Non XML11_NAME_START_CHAR
+ '\u200b', // Non XML11_NAME_START_CHAR
+ '\u200e', // Non XML11_NAME_START_CHAR
+ '\u206f', // Non XML11_NAME_START_CHAR
+ '\u2190', // Non XML11_NAME_START_CHAR
+ '\u2bff', // Non XML11_NAME_START_CHAR
+ '\u2ff0', // Non XML11_NAME_START_CHAR
+ '\u3000', // Non XML11_NAME_START_CHAR
+ '\ud800', // Non XML11_NAME_START_CHAR
+ '\uf8ff', // Non XML11_NAME_START_CHAR
+ '\ufdd0', // Non XML11_NAME_START_CHAR
+ '\ufdef', // Non XML11_NAME_START_CHAR
+ '\uffff' // Non XML11_NAME_START_CHAR
+ ];
+
+ doTestXmlName('XML11_NAME', new RegExp(XML11_NAME),
+ okFirstChars, ngFirstChars, okSecondChars, ngSecondChars);
+}
+
+// Test XML11_ATTRIBUTE including XML11_ATT_VALUE and XML11_REFERENCE.
+// A difference from testXml10Attribute() is that tests with edge cases
+// should succeed here.
+function testXml11Attribute() {
+ var regexp = new RegExp(XML11_ATT_VALUE);
+ for (var i = 0; i < okAttValues.length; i++) {
+ assertOk('XML11_ATT_VALUE with ok #' + i, regexp,
+ okAttValues[i], okAttValues[i]);
+ }
+ for (var i = 0; i < ngAttValues.length; i++) {
+ assertNg('XML11_ATT_VALUE with ng #' + i, regexp,
+ ngAttValues[i]);
+ }
+ for (var i = 0; i < ngAttValues2.length; i += 2) {
+ assertOk('XML11_ATT_VALUE with ng2 #' + (i / 2), regexp,
+ ngAttValues2[i], ngAttValues2[i + 1]);
+ }
+ for (var i = 0; i < edgeAttValues.length; i++) {
+ assertOk('XML11_ATT_VALUE with ng2 #' + i, regexp,
+ edgeAttValues[i], edgeAttValues[i]);
+ }
+}
+
+// Test XML_NC_NAME including XML_NC_NAME_CHAR.
+// One difference from testXml10Name() is that ':' is invalid here.
+function testXmlNcName() {
+ var okFirstChars = [
+ '\u0041', // 'A' : XML10_BASE_CHAR
+ '\u005a', // 'Z' : XML10_BASE_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML10_BASE_CHAR
+ '\u007a', // 'z' : XML10_BASE_CHAR
+ '\u00c0', // XML10_BASE_CHAR
+ '\u00d6', // XML10_BASE_CHAR
+ '\u00d8', // XML10_BASE_CHAR
+ '\u00f6', // XML10_BASE_CHAR
+ '\u00f8', // XML10_BASE_CHAR
+ '\u00ff', // XML10_BASE_CHAR
+ '\u0100', // XML10_BASE_CHAR
+ '\u4e00', // XML10_IDEOGRAPHIC
+ '\u9fa5', // XML10_IDEOGRAPHIC
+ '\uac00', // XML10_BASE_CHAR
+ '\ud7a3' // XML10_BASE_CHAR
+ ];
+ var ngFirstChars = [
+ '\u002d', // '-'
+ '\u002e', // '.'
+ '\u0030', // '0' : First char of XML10_DIGIT
+ '\u0039', // '9' : XML10_DIGIT
+ '\u003a', // ':' : Valid in XML10_NAME but invalid in XML_NC_NAME
+ '\u0040', // '@' : Non XML10_BASE_CHAR
+ '\u005b', // '[' : Non XML10_BASE_CHAR
+ '\u0060', // '`' : Non XML10_BASE_CHAR
+ '\u007b', // '{' : Non XML10_BASE_CHAR
+ '\u00b7', // First char of XML10_EXTENDER
+ '\u00bf', // Non XML10_BASE_CHAR
+ '\u00d7', // Non XML10_BASE_CHAR
+ '\u00f7', // Non XML10_BASE_CHAR
+ '\u0660', // XML10_DIGIT
+ '\u0300', // First char of XML10_COMBINING_CHAR
+ '\u0f29', // Last char of XML10_DIGIT
+ '\u309a', // Last char of XML10_COMBINING_CHAR
+ '\u30fe', // Last char of XML10_EXTENDER
+ '\u4dff', // Edge char for XML10_IDEOGRAPHIC
+ '\u9fa6', // Edge char for XML10_IDEOGRAPHIC
+ '\uabff', // Edge char for XML10_BASE_CHAR
+ '\ud7a4' // Edge char for XML10_BASE_CHAR
+ ];
+ var okSecondChars = [
+ '\u002d', // '-'
+ '\u002e', // '.'
+ '\u0030', // '0' : XML10_DIGIT
+ '\u0039', // '9' : XML10_DIGIT
+ '\u0041', // 'A' : XML10_BASE_CHAR
+ '\u005a', // 'Z' : XML10_BASE_CHAR
+ '\u005f', // '_'
+ '\u0061', // 'a' : XML10_BASE_CHAR
+ '\u007a', // 'z' : XML10_BASE_CHAR
+ '\u00b7', // XML10_EXTENDER
+ '\u00c0', // XML10_BASE_CHAR
+ '\u00d6', // XML10_BASE_CHAR
+ '\u00d8', // XML10_BASE_CHAR
+ '\u00f6', // XML10_BASE_CHAR
+ '\u00f8', // XML10_BASE_CHAR
+ '\u00ff', // XML10_BASE_CHAR
+ '\u0100', // XML10_BASE_CHAR
+ '\u0300', // XML10_COMBINING_CHAR
+ '\u309a', // XML10_COMBINING_CHAR
+ '\u30fe', // XML10_EXTENDER
+ '\u0660', // XML10_DIGIT
+ '\u0f29', // XML10_DIGIT
+ '\u4e00', // XML10_IDEOGRAPHIC
+ '\u9fa5', // XML10_IDEOGRAPHIC
+ '\uac00', // XML10_BASE_CHAR
+ '\ud7a3' // XML10_BASE_CHAR
+ ];
+ var ngSecondChars = [
+ '\u003a', // ':' : Valid in XML10_NAME but invalid in XML_NC_NAME
+ '\u0040', // '@' : Non XML10_BASE_CHAR
+ '\u005b', // '[' : Non XML10_BASE_CHAR
+ '\u0060', // '`' : Non XML10_BASE_CHAR
+ '\u007b', // '{' : Non XML10_BASE_CHAR
+ '\u00b6', // Edge char for XML10_EXTENDER
+ '\u00bf', // Non XML10_BASE_CHAR
+ '\u00d7', // Non XML10_BASE_CHAR
+ '\u00f7', // Non XML10_BASE_CHAR
+ '\u02ff', // Edge char for XML10_COMBINING_CHAR
+ '\u309b', // Edge char for XML10_COMBINING_CHAR
+ '\u30ff', // Edge char for XML10_EXTENDER
+ '\u4dff', // Edge char for XML10_IDEOGRAPHIC
+ '\u9fa6', // Edge char for XML10_IDEOGRAPHIC
+ '\uabff', // Edge char for XML10_BASE_CHAR
+ '\ud7a4' // Edge char for XML10_BASE_CHAR
+ ];
+
+ doTestXmlName('XML_NC_NAME', new RegExp(XML_NC_NAME),
+ okFirstChars, ngFirstChars, okSecondChars, ngSecondChars);
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xmltoken_unittest.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+ <head>
+ <title>JsUnit test page for file xpath.js of goog-ajaxslt</title>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitCore.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xmltoken.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="util.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="dom.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xpath.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xpathdebug.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xpath_unittest.js"></script>
+ </head>
+
+ <body>
+ This is a <a href="http://www.jsunit.net/">jsUnit</a> test
+ page. Run it using the <a
+ href="jsunit/testRunner.html">jsUnit runner</a>.
+
+ <!-- used in the test cases -->
+
+ <div id="test1"></div>
+ <div id="testid">test1</div>
+ <a id="jshref" href="javascript:doFoo('a', 'b')">javascript href with spaces</a>
+
+ <!-- for union expression -->
+ <span id="u1" class="u"></span>
+ <span id="u2" class="u"></span>
+ <span id="u3" class="u"></span>
+ </body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,557 @@
+// Copyright 2005, Google Inc.
+// All Rights Reserved.
+//
+// Unit test for the XPath parser and engine.
+//
+// Author: Steffen Meschkat <mesch at google.com>
+// Junji Takagi <jtakagi at google.com>
+
+//********************************************
+// DGF BEWARE! You MUST update this function if you add tests!
+//********************************************
+function exposeTestFunctionNames() {
+ return ['testParse', 'testEval', 'testAxes', 'testAttributeAsterisk', 'testEvalDom', 'testEvalDomJapanese'];
+}
+
+var expr = [
+ "@*",
+ "@*|node()",
+ "/descendant-or-self::div",
+ "/div",
+ "//div",
+ "/descendant-or-self::node()/child::para",
+ "substring('12345', 0, 3)",
+ "//title | //link",
+ "$x//title",
+ // "$x/title", // TODO(mesch): parsing of this expression is broken
+ "id('a')//title",
+ "//*[@about]",
+ "count(descendant::*)",
+ "count(descendant::*) + count(ancestor::*)",
+ "concat(substring-before(@image,'marker'),'icon',substring-after(@image,'marker'))",
+ "@*|text()",
+ "*|/",
+ "source|destination",
+ "$page != 'to' and $page != 'from'",
+ "substring-after(icon/@image, '/mapfiles/marker')",
+ "substring-before($str, $c)",
+ "$page = 'from'",
+ "segments/@time",
+ "child::para",
+ "child::*",
+ "child::text()",
+ "child::node()",
+ "attribute::name",
+ "attribute::*",
+ "descendant::para",
+ "ancestor::div",
+ "ancestor-or-self::div",
+ "descendant-or-self::para",
+ "self::para",
+ "child::chapter/descendant::para",
+ "child::*/child::para",
+ "/",
+ "/descendant::para",
+ "/descendant::olist/child::item",
+ "child::para[position()=1]",
+ "child::para[position()=last()]",
+ "child::para[position()=last()-1]",
+ "child::para[position()>1]",
+ "following-sibling::chapter[position()=1]",
+ "preceding-sibling::chapter[position()=1]",
+ "/descendant::figure[position()=42]",
+ "/child::doc/child::chapter[position()=5]/child::section[position()=2]",
+ "child::para[attribute::type='warning']",
+ "child::para[attribute::type='warning'][position()=5]",
+ "child::para[position()=5][attribute::type='warning']",
+ "child::chapter[child::title='Introduction']",
+ "child::chapter[child::title]",
+ "child::*[self::chapter or self::appendix]",
+ "child::*[self::chapter or self::appendix][position()=last()]",
+ "count(//*[id='u1']|//*[id='u2'])",
+ "count(//*[id='u1']|//*[class='u'])",
+ "count(//*[class='u']|//*[class='u'])",
+ "count(//*[class='u']|//*[id='u1'])",
+
+ // Axis expressions
+ "count(//*[@id='self']/ancestor-or-self::*)",
+ "count(//*[@id='self']/ancestor::*)",
+ "count(//*[@id='self']/attribute::*)",
+ "count(//*[@id='self']/child::*)",
+ "count(//*[@id='self']/descendant-or-self::*)",
+ "count(//*[@id='self']/descendant::*)",
+ "count(//*[@id='self']/following-sibling::*)",
+ "count(//*[@id='self']/following::*)",
+ "//*[@id='self']/parent::*/@id",
+ "count(//*[@id='self']/preceding-sibling::*)",
+ "count(//*[@id='self']/preceding::*)",
+ "//*[@id='self']/self::*/@id",
+
+ // (Japanese)
+ "/descendant-or-self::\u90e8\u5206",
+ "//\u90e8\u5206",
+ "substring('\uff11\uff12\uff13\uff14\uff15', 0, 3)",
+ "//\u30bf\u30a4\u30c8\u30eb | //\u30ea\u30f3\u30af",
+ "$\u8b0e//\u30bf\u30a4\u30c8\u30eb",
+ "//*[@\u30c7\u30b9\u30c6\u30a3\u30cd\u30a4\u30b7\u30e7\u30f3]",
+ "concat(substring-before(@\u30a4\u30e1\u30fc\u30b8,'\u76ee\u5370'),'\u30a2\u30a4\u30b3\u30f3',substring-after(@\u30a4\u30e1\u30fc\u30b8,'\u76ee\u5370'))",
+ "\u30bd\u30fc\u30b9|\u30c7\u30b9\u30c6\u30a3\u30cd\u30a4\u30b7\u30e7\u30f3",
+ "$\u30da\u30fc\u30b8 != '\u307e\u3067' and $\u30da\u30fc\u30b8 != '\u304b\u3089'",
+ "substring-after(\u30a2\u30a4\u30b3\u30f3/@\u30a4\u30e1\u30fc\u30b8, '/\u5730\u56f3\u30d5\u30a1\u30a4\u30eb/\u76ee\u5370')",
+ "substring-before($\u6587\u5b57\u5217, $\u6587\u5b57)",
+ "$\u30da\u30fc\u30b8 = '\u304b\u3089'",
+ "\u30bb\u30b0\u30e1\u30f3\u30c8/@\u6642\u523b",
+ "child::\u6bb5\u843d",
+ "attribute::\u540d\u524d",
+ "descendant::\u6bb5\u843d",
+ "ancestor::\u90e8\u5206",
+ "ancestor-or-self::\u90e8\u5206",
+ "descendant-or-self::\u6bb5\u843d",
+ "self::\u6bb5\u843d",
+ "child::\u7ae0/descendant::\u6bb5\u843d",
+ "child::*/child::\u6bb5\u843d",
+ "/descendant::\u6bb5\u843d",
+ "/descendant::\u9806\u5e8f\u30ea\u30b9\u30c8/child::\u9805\u76ee",
+ "child::\u6bb5\u843d[position()=1]",
+ "child::\u6bb5\u843d[position()=last()]",
+ "child::\u6bb5\u843d[position()=last()-1]",
+ "child::\u6bb5\u843d[position()>1]",
+ "following-sibling::\u7ae0[position()=1]",
+ "preceding-sibling::\u7ae0[position()=1]",
+ "/descendant::\u56f3\u8868[position()=42]",
+ "/child::\u6587\u66f8/child::\u7ae0[position()=5]/child::\u7bc0[position()=2]",
+ "child::\u6bb5\u843d[attribute::\u30bf\u30a4\u30d7='\u8b66\u544a']",
+ "child::\u6bb5\u843d[attribute::\u30bf\u30a4\u30d7='\u8b66\u544a'][position()=5]",
+ "child::\u6bb5\u843d[position()=5][attribute::\u30bf\u30a4\u30d7='\u8b66\u544a']",
+ "child::\u7ae0[child::\u30bf\u30a4\u30c8\u30eb='\u306f\u3058\u3081\u306b']",
+ "child::\u7ae0[child::\u30bf\u30a4\u30c8\u30eb]",
+ "child::*[self::\u7ae0 or self::\u4ed8\u9332]",
+ "child::*[self::\u7ae0 or self::\u4ed8\u9332][position()=last()]",
+
+ //Selenium bugs
+ "id('nested1')/div[1]//input[2]",
+ "id('foo')//div[contains(@id, 'useful')]//input",
+ "(//table[@class='stylee'])//th[text()='theHeaderText']/../td",
+
+ // The following are all expressions that used to occur in google
+ // maps XSLT templates.
+ "$address",
+ "$address=string(/page/user/defaultlocation)",
+ "$count-of-snippet-of-url = 0",
+ "$daddr",
+ "$form",
+ "$form = 'from'",
+ "$form = 'to'",
+ "$form='near'",
+ "$home",
+ "$i",
+ "$i > $page and $i < $page + $range",
+ "$i < $page and $i >= $page - $range",
+ "$i < @max",
+ "$i <= $page",
+ "$i + 1",
+ "$i = $page",
+ "$i = 1",
+ "$info = position() or (not($info) and position() = 1)",
+ "$is-first-order",
+ "$is-first-order and $snippets-exist",
+ "$more",
+ "$more > 0",
+ "$near-point",
+ "$page",
+ "$page != 'from'",
+ "$page != 'to'",
+ "$page != 'to' and $page != 'from'",
+ "$page > 1",
+ "$page = 'basics'",
+ "$page = 'details'",
+ "$page = 'from'",
+ "$page = 'to'",
+ "$page='from'",
+ "$page='to'",
+ "$r >= 0.5",
+ "$r >= 1",
+ "$r - 0",
+ "$r - 1",
+ "$r - 2",
+ "$r - 3",
+ "$r - 4",
+ "$saddr",
+ "$sources",
+ "$sources[position() < $details]",
+ "$src",
+ "$str",
+ "\"'\"",
+ "(//location[string(info/references/reference[1]/url)=string($current-url)]/info/references/reference[1])[1]",
+ "(not($count-of-snippet-of-url = 0) and (position() = 1) or not($current-url = //locations/location[position() = $last-pos]//reference[1]/url))",
+ "(not($info) and position() = 1) or $info = position()",
+ ".",
+ "../@arg0",
+ "../@filterpng",
+ "/page/@filterpng",
+ "4",
+ "@attribution",
+ "@id",
+ "@max > @num",
+ "@meters > 16093",
+ "@name",
+ "@start div @num + 1",
+ "@url",
+ "ad",
+ "address/line",
+ "adsmessage",
+ "attr",
+ "boolean(location[@id='near'][icon/@image])",
+ "bubble/node()",
+ "calltoaction/node()",
+ "category",
+ "contains($str, $c)",
+ "count(//location[string(info/references/reference[1]/url)=string($current-url)]//snippet)",
+ "count(//snippet)",
+ "count(attr)",
+ "count(location)",
+ "count(structured/source) > 1",
+ "description/node()",
+ "destination",
+ "destinationAddress",
+ "domain",
+ "false()",
+ "icon/@class != 'noicon'",
+ "icon/@image",
+ "info",
+ "info/address/line",
+ "info/distance",
+ "info/distance and $near-point",
+ "info/distance and info/phone and $near-point",
+ "info/distance or info/phone",
+ "info/panel/node()",
+ "info/phone",
+ "info/references/reference[1]",
+ "info/references/reference[1]/snippet",
+ "info/references/reference[1]/url",
+ "info/title",
+ "info/title/node()",
+ "line",
+ "location",
+ "location[@id!='near']",
+ "location[@id='near'][icon/@image]",
+ "location[position() > $numlocations div 2]",
+ "location[position() <= $numlocations div 2]",
+ "locations",
+ "locations/location",
+ "near",
+ "node()",
+ "not($count-of-snippets = 0)",
+ "not($form = 'from')",
+ "not($form = 'near')",
+ "not($form = 'to')",
+ "not(../@page)",
+ "not(structured/source)",
+ "notice",
+ "number(../@info)",
+ "number(../@items)",
+ "number(/page/@linewidth)",
+ "page/ads",
+ "page/directions",
+ "page/error",
+ "page/overlay",
+ "page/overlay/locations/location",
+ "page/refinements",
+ "page/request/canonicalnear",
+ "page/request/near",
+ "page/request/query",
+ "page/spelling/suggestion",
+ "page/user/defaultlocation",
+ "phone",
+ "position()",
+ "position() != 1",
+ "position() != last()",
+ "position() > 1",
+ "position() < $details",
+ "position()-1",
+ "query",
+ "references/@total",
+ "references/reference",
+ "references/reference/domain",
+ "references/reference/url",
+ "reviews/@positive div (reviews/@positive + reviews/@negative) * 5",
+ "reviews/@positive div (reviews/@positive + reviews/@negative) * (5)",
+ "reviews/@total",
+ "reviews/@total > 1",
+ "reviews/@total > 5",
+ "reviews/@total = 1",
+ "segments/@distance",
+ "segments/@time",
+ "segments/segment",
+ "shorttitle/node()",
+ "snippet",
+ "snippet/node()",
+ "source",
+ "sourceAddress",
+ "sourceAddress and destinationAddress",
+ "string(../@daddr)",
+ "string(../@form)",
+ "string(../@page)",
+ "string(../@saddr)",
+ "string(info/title)",
+ "string(page/request/canonicalnear) != ''",
+ "string(page/request/near) != ''",
+ "string-length($address) > $linewidth",
+ "structured/@total - $details",
+ "structured/source",
+ "structured/source[@name]",
+ "substring($address, 1, $linewidth - 3)",
+ "substring-after($str, $c)",
+ "substring-after(icon/@image, '/mapfiles/marker')",
+ "substring-before($str, $c)",
+ "tagline/node()",
+ "targetedlocation",
+ "title",
+ "title/node()",
+ "true()",
+ "url",
+ "visibleurl"
+];
+
+function testParse() {
+ for (var i = 0; i < expr.length; ++i) {
+ assert(expr[i], xpathParse(expr[i]));
+ }
+}
+
+var numExpr = [
+ /* number expressions */
+ [ "1+1", 2 ],
+ [ "floor( -3.1415 )", -4 ],
+ [ "-5 mod -2", -1 ],
+ [ "-5 mod 2", -1 ],
+ [ "5 mod -2", 1 ],
+ [ "5 mod 2", 1 ],
+ [ "ceiling( 3.1415 )", 4.0 ],
+ [ "floor( 3.1415 )", 3.0 ],
+ [ "ceiling( -3.1415 )", -3.0 ],
+ /* string expressions */
+ [ "substring('12345', -42, 1 div 0)", "12345" ],
+ [ "normalize-space( ' qwerty ' )", "qwerty" ],
+ [ "contains('1234567890','9')", true ],
+ [ "contains('1234567890','1')", true ],
+ [ "'Hello World!'", 'Hello World!' ],
+ [ "substring('12345', 1.5, 2.6)", "234" ],
+ [ "substring('12345', 0, 3)", "12" ],
+ /* string expressions (Japanese) */
+ [ "substring('\u3042\u3044\u3046\u3048\u304a', -42, 1 div 0)",
+ "\u3042\u3044\u3046\u3048\u304a" ],
+ [ "normalize-space( ' \u3044\u308d\u306f\u306b\u307b\u3078\u3068 ' )",
+ "\u3044\u308d\u306f\u306b\u307b\u3078\u3068" ],
+ [ "contains('\u5357\u7121\u5999\u6cd5\u9023\u83ef\u7d4c','\u7d4c')",
+ true ],
+ [ "contains('\u5357\u7121\u5999\u6cd5\u9023\u83ef\u7d4c','\u5357')",
+ true ],
+ [ "'\u3053\u3093\u306b\u3061\u306f\u3001\u4e16\u754c\uff01'",
+ '\u3053\u3093\u306b\u3061\u306f\u3001\u4e16\u754c\uff01' ],
+ [ "substring('\uff11\uff12\uff13\uff14\uff15', 1.5, 2.6)",
+ "\uff12\uff13\uff14" ],
+ [ "substring('\uff11\uff12\uff13\uff14\uff15', 0, 3)",
+ "\uff11\uff12" ],
+ /* selenium bug SEL-347, AJAXSLT issue 19 */
+ [ "count(//a[@href=\"javascript:doFoo('a', 'b')\"])", 1 ],
+ /* variables */
+ [ "$foo", 'bar', { foo: 'bar' } ],
+ [ "$foo", 100, { foo: 100 } ],
+ [ "$foo", true, { foo: true } ],
+ [ "$foo + 1", 101, { foo: 100 } ],
+ /* variables (Japanese) */
+ [ "$\u307b\u3052", '\u307b\u3048', { \u307b\u3052: '\u307b\u3048' } ],
+ [ "$\u307b\u3052", 100, { \u307b\u3052: 100 } ],
+ [ "$\u307b\u3052", true, { \u307b\u3052: true } ],
+ [ "$\u307b\u3052 + 1", 101, { \u307b\u3052: 100 } ],
+ /* functions */
+ // function id() with string argument
+ [ "count(id('test1'))", 1 ],
+ // function id() with node-set argument
+ [ "count(id(//*[@id='testid']))", 1 ],
+ /* union expressions */
+ [ "count(//*[@id='u1'])", 1 ],
+ [ "count(//*[@class='u'])", 3 ],
+ [ "count(//*[@id='u1']|//*[@id='u2'])", 2 ],
+ [ "count(//*[@id='u1']|//*[@class='u'])", 3 ],
+ [ "count(//*[@class='u']|//*[@class='u'])", 3 ],
+ [ "count(//*[@class='u']|//*[@id='u1'])", 3 ]
+];
+
+function testEval() {
+ for (var i = 0; i < numExpr.length; ++i) {
+ var ctx = new ExprContext(document.body);
+ var e = numExpr[i];
+ if (e[2]) {
+ for (var k in e[2]) {
+ var v = e[2][k];
+ if (typeof v == 'number') {
+ ctx.setVariable(k, new NumberValue(v));
+ } else if (typeof v == 'string') {
+ ctx.setVariable(k, new StringValue(v));
+ } else if (typeof v == 'boolean') {
+ ctx.setVariable(k, new BooleanValue(v));
+ }
+ }
+ }
+ var result = xpathParse(e[0]).evaluate(ctx);
+ if (typeof e[1] == 'number') {
+ assertEquals(e[0], e[1], result.numberValue());
+ } else if (typeof e[1] == 'string') {
+ assertEquals(e[0], e[1], result.stringValue());
+ } else if (typeof e[1] == 'boolean') {
+ assertEquals(e[0], e[1], result.booleanValue());
+ }
+ }
+}
+
+// For the following axis expressions, we need full control over the
+// entire document, so we cannot evaluate them against document.body,
+// but use our own XML document here. We verify that they give the
+// right results by counting the nodes in their result node sets. For
+// the axes that contain only one node, we check that we found the
+// right node using the id. For axes that contain elements, we only
+// count the elements, so we don't have to worry about whitespace
+// normalization for the text nodes.
+var axisTests = [
+ [ "count(//*[@id='self']/ancestor-or-self::*)", 3 ],
+ [ "count(//*[@id='self']/ancestor::*)", 2 ],
+ [ "count(//*[@id='self']/attribute::node())", 1 ],
+ [ "count(//*[@id='self']/child::*)", 1 ],
+ [ "count(//*[@id='self']/descendant-or-self::*)", 3 ],
+ [ "count(//*[@id='self']/descendant::*)", 2 ],
+ [ "count(//*[@id='self']/following-sibling::*)", 3 ],
+ [ "count(//*[@id='self']/@*/following-sibling::*)", 0 ],
+ [ "count(//*[@id='self']/following::*)", 4 ],
+ [ "//*[@id='self']/parent::*/@id", "parent" ],
+ [ "count(/parent::*)", 0 ],
+ [ "count(//*[@id='self']/preceding-sibling::*)", 1 ],
+ [ "count(//*[@id='self']/@*/preceding-sibling::*)", 0 ],
+ [ "count(//*[@id='self']/preceding::*)", 2 ],
+ [ "//*[@id='self']/self::*/@id", "self" ]
+];
+
+function testAxes() {
+ var xml = [
+ '<page>',
+ ' <p></p>',
+ ' <list id="parent">',
+ ' <item></item>',
+ ' <item id="self"><d><d></d></d></item>',
+ ' <item></item>',
+ ' <item></item>',
+ ' <item></item>',
+ ' </list>',
+ ' <f></f>',
+ '</page>'
+ ].join("");
+ var ctx = new ExprContext(xmlParse(xml));
+ for (var i = 0; i < axisTests.length; ++i) {
+ var e = axisTests[i];
+ var result = xpathParse(e[0]).evaluate(ctx);
+ if (typeof e[1] == 'number') {
+ assertEquals(e[0], e[1], result.numberValue());
+ } else if (typeof e[1] == 'string') {
+ assertEquals(e[0], e[1], result.stringValue());
+ } else if (typeof e[1] == 'boolean') {
+ assertEquals(e[0], e[1], result.booleanValue());
+ }
+ }
+}
+
+
+function testAttributeAsterisk() {
+ var ctx = new ExprContext(xmlParse('<x a="1" b="1"><y><z></z></y></x>'));
+ var expr = xpathParse("count(/x/@*)");
+ assertEquals(2, expr.evaluate(ctx).numberValue());
+}
+
+
+// eval an xpath expression to a single node
+function evalNodeSet(expr, ctx) {
+ var expr1 = xpathParse(expr);
+ var e = expr1.evaluate(ctx);
+ return e.nodeSetValue();
+}
+
+function testEvalDom() {
+ var xml = [
+ '<page>',
+ '<request>',
+ '<q>new york</q>',
+ '</request>',
+ '<location lat="100" lon="200"/>',
+ '</page>'
+ ].join('');
+
+ doTestEvalDom(xml, 'page', 'location', 'lat', '100', 'lon', '200');
+}
+
+function testEvalDomJapanese() {
+ var xml = [
+ '<\u30da\u30fc\u30b8>',
+ '<\u30ea\u30af\u30a8\u30b9\u30c8>',
+ '<\u30af\u30a8\u30ea>\u6771\u4eac</\u30af\u30a8\u30ea>',
+ '</\u30ea\u30af\u30a8\u30b9\u30c8>',
+ '<\u4f4d\u7f6e \u7def\u5ea6="\u4e09\u5341\u4e94" ',
+ "\u7d4c\u5ea6='\u767e\u56db\u5341'/>",
+ '</\u30da\u30fc\u30b8>'
+ ].join('');
+
+ doTestEvalDom(xml, '\u30da\u30fc\u30b8', '\u4f4d\u7f6e',
+ '\u7def\u5ea6', '\u4e09\u5341\u4e94',
+ '\u7d4c\u5ea6', '\u767e\u56db\u5341');
+}
+
+function doTestEvalDom(xml, page, location, lat, latValue, lon, lonValue) {
+ var slashPage = '/' + page;
+ var slashPageLocationAtLat = '/' + page + '/' + location + '/@' + lat;
+ var slashPageLocationAtLon = '/' + page + '/' + location + '/@' + lon;
+
+ var ctx = new ExprContext(xmlParse(xml));
+ // DGF if we have access to an official DOMParser, compare output with that also
+ var ctx1;
+ if (typeof(DOMParser) != 'undefined') {
+ ctx1 = new ExprContext((new DOMParser).parseFromString(xml, 'text/xml'));
+ } else {
+ ctx1 = ctx;
+ }
+
+ var ns = evalNodeSet(page, ctx);
+ assertEquals(page, ns.length, 1);
+
+ ns = evalNodeSet(page, ctx1);
+ assertEquals(page, ns.length, 1);
+
+ ns = evalNodeSet(slashPage, ctx);
+ assertEquals(slashPage, ns.length, 1);
+
+ ns = evalNodeSet(slashPage, ctx1);
+ assertEquals(slashPage, ns.length, 1);
+
+ assertEquals('/', evalNodeSet('/', ctx).length, 1);
+ assertEquals('/', evalNodeSet('/', ctx1).length, 1);
+
+ assertEquals('/', evalNodeSet('/', ctx)[0].nodeName, '#document');
+ assertEquals('/', evalNodeSet('/', ctx1)[0].nodeName, '#document');
+
+ assertEquals(slashPage, evalNodeSet(slashPage, ctx)[0].nodeName, page);
+ assertEquals(slashPage, evalNodeSet(slashPage, ctx1)[0].nodeName, page);
+
+ var n = evalNodeSet(slashPageLocationAtLat, ctx)[0];
+ assertEquals(slashPageLocationAtLat, n.nodeName, lat);
+ assertEquals(slashPageLocationAtLat, n.nodeValue, latValue);
+
+ n = evalNodeSet(slashPageLocationAtLat, ctx1)[0];
+ assertEquals(slashPageLocationAtLat, n.nodeName, lat);
+ assertEquals(slashPageLocationAtLat, n.nodeValue, latValue);
+
+ var n = evalNodeSet(slashPageLocationAtLon, ctx)[0];
+ assertEquals(slashPageLocationAtLon, n.nodeName, lon);
+ assertEquals(slashPageLocationAtLon, n.nodeValue, lonValue);
+
+ n = evalNodeSet(slashPageLocationAtLon, ctx1)[0];
+ assertEquals(slashPageLocationAtLon, n.nodeName, lon);
+ assertEquals(slashPageLocationAtLon, n.nodeValue, lonValue);
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpath_unittest.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpathdebug.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpathdebug.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpathdebug.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,234 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+// Debug stuff for the XPath parser. Also used by XSLT.
+
+TokenExpr.prototype.toString = function() {
+ return this.value;
+}
+
+TokenExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[token] ' + this.value + '\n';
+ return ret;
+}
+
+LocationExpr.prototype.toString = function() {
+ var ret = '';
+ if (this.absolute) {
+ ret += '/';
+ }
+ for (var i = 0; i < this.steps.length; ++i) {
+ if (i > 0) {
+ ret += '/';
+ }
+ ret += this.steps[i].toString();
+ }
+ return ret;
+}
+
+LocationExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[location] ' +
+ (this.absolute ? 'absolute' : 'relative') + '\n';
+ for (var i = 0; i < this.steps.length; ++i) {
+ ret += this.steps[i].parseTree(indent + ' ');
+ }
+ return ret;
+}
+
+StepExpr.prototype.toString = function() {
+ var ret = this.axis + '::' + this.nodetest.toString();
+ for (var i = 0; i < this.predicate.length; ++i) {
+ ret += this.predicate[i].toString();
+ }
+ return ret;
+}
+
+StepExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[step]\n' +
+ indent + ' [axis] ' + this.axis + '\n' +
+ this.nodetest.parseTree(indent + ' ');
+ for (var i = 0; i < this.predicate.length; ++i) {
+ ret += this.predicate[i].parseTree(indent + ' ');
+ }
+ return ret;
+}
+
+NodeTestAny.prototype.toString = function() {
+ return 'node()';
+}
+
+NodeTestAny.prototype.parseTree = function(indent) {
+ return indent + '[nodetest] ' + this.toString() + '\n';
+}
+
+NodeTestElementOrAttribute.prototype.toString = function() {
+ return '*';
+}
+
+NodeTestElementOrAttribute.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+NodeTestText.prototype.toString = function() {
+ return 'text()';
+}
+
+NodeTestText.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+NodeTestComment.prototype.toString = function() {
+ return 'comment()';
+}
+
+NodeTestComment.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+NodeTestPI.prototype.toString = function() {
+ return 'processing-instruction()';
+}
+
+NodeTestPI.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+NodeTestNC.prototype.toString = function() {
+ return this.nsprefix + ':*';
+}
+
+NodeTestNC.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+NodeTestName.prototype.toString = function() {
+ return this.name;
+}
+
+NodeTestName.prototype.parseTree = NodeTestAny.prototype.parseTree;
+
+PredicateExpr.prototype.toString = function() {
+ var ret = '[' + this.expr.toString() + ']';
+ return ret;
+}
+
+PredicateExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[predicate]\n' + this.expr.parseTree(indent + ' ');
+ return ret;
+}
+
+FunctionCallExpr.prototype.toString = function() {
+ var ret = this.name.value + '(';
+ for (var i = 0; i < this.args.length; ++i) {
+ if (i > 0) {
+ ret += ', ';
+ }
+ ret += this.args[i].toString();
+ }
+ ret += ')';
+ return ret;
+}
+
+FunctionCallExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[function call] ' + this.name.value + '\n';
+ for (var i = 0; i < this.args.length; ++i) {
+ ret += this.args[i].parseTree(indent + ' ');
+ }
+ return ret;
+}
+
+UnionExpr.prototype.toString = function() {
+ return this.expr1.toString() + ' | ' + this.expr2.toString();
+}
+
+UnionExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[union]\n' +
+ this.expr1.parseTree(indent + ' ') +
+ this.expr2.parseTree(indent + ' ');
+ return ret;
+}
+
+PathExpr.prototype.toString = function() {
+ var ret = '{path: {' + this.filter.toString() + '} {' + this.rel.toString() +
+ '}}';
+ return ret;
+}
+
+PathExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[path]\n' +
+ indent + '- filter:\n' +
+ this.filter.parseTree(indent + ' ') +
+ indent + '- location path:\n' +
+ this.rel.parseTree(indent + ' ');
+ return ret;
+}
+
+FilterExpr.prototype.toString = function() {
+ var ret = this.expr.toString();
+ for (var i = 0; i < this.predicate.length; ++i) {
+ ret += this.predicate[i].toString();
+ }
+ return ret;
+}
+
+FilterExpr.prototype.parseTree = function(indent) {
+ var ret = indent + '[filter]\n' +
+ indent + '- expr:\n' +
+ this.expr.parseTree(indent + ' ');
+ indent + '- predicates:\n';
+ for (var i = 0; i < this.predicate.length; ++i) {
+ ret += this.predicate[i].parseTree(indent + ' ');
+ }
+ return ret;
+}
+
+UnaryMinusExpr.prototype.toString = function() {
+ return '-' + this.expr.toString();
+}
+
+UnaryMinusExpr.prototype.parseTree = function(indent) {
+ return indent + '[unary] -\n' + this.expr.parseTree(indent + ' ');
+}
+
+BinaryExpr.prototype.toString = function() {
+ return this.expr1.toString() + ' ' + this.op.value + ' ' +
+ this.expr2.toString();
+}
+
+BinaryExpr.prototype.parseTree = function(indent) {
+ return indent + '[binary] ' + this.op.value + '\n' +
+ this.expr1.parseTree(indent + ' ') +
+ this.expr2.parseTree(indent + ' ');
+}
+
+LiteralExpr.prototype.toString = function() {
+ return '"' + this.value + '"';
+}
+
+LiteralExpr.prototype.parseTree = function(indent) {
+ return indent + '[literal] ' + this.toString() + '\n';
+}
+
+NumberExpr.prototype.toString = function() {
+ return '' + this.value;
+}
+
+NumberExpr.prototype.parseTree = function(indent) {
+ return indent + '[number] ' + this.toString() + '\n';
+}
+
+VariableExpr.prototype.toString = function() {
+ return '$' + this.name;
+}
+
+VariableExpr.prototype.parseTree = function(indent) {
+ return indent + '[variable] ' + this.toString() + '\n';
+}
+
+XNode.prototype.toString = function() {
+ return this.nodeName;
+}
+
+ExprContext.prototype.toString = function() {
+ return '[' + this.position + '/' + this.nodelist.length + '] ' +
+ this.node.nodeName;
+}
+
+function Value_toString() {
+ return this.type + ': ' + this.value;
+}
+
+StringValue.prototype.toString = Value_toString;
+NumberValue.prototype.toString = Value_toString;
+BooleanValue.prototype.toString = Value_toString;
+NodeSetValue.prototype.toString = Value_toString;
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xpathdebug.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.html
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.html (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.html 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+ <head>
+ <title>JsUnit test page for file xslt.js of goog-ajaxslt</title>
+ <script language="JavaScript" type="text/javascript"
+ src="jsunit/app/jsUnitCore.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xmltoken.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="util.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="dom.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xpath.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xslt.js"></script>
+ <script language="JavaScript" type="text/javascript"
+ src="xslt_unittest.js"></script>
+ </head>
+
+ <body>
+ This is a <a href="http://www.jsunit.net/">jsUnit</a> test
+ page. Run it using the <a
+ href="jsunit/testRunner.html">jsUnit runner</a>.
+
+ <!-- used in the test cases -->
+
+<textarea id="xml">
+ <all>
+ <item pos="2">A</item>
+ <item pos="3">B</item>
+ <item pos="1">C</item>
+ </all>
+</textarea>
+
+<textarea id="xslt-for-each-sort">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:for-each select="//item">
+ <xsl:sort select="@pos"/>
+ <xsl:value-of select="."/>
+ </xsl:for-each>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xslt-for-each-sort-ascending">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:for-each select="//item">
+ <xsl:sort select="." order="ascending"/>
+ <xsl:value-of select="."/>
+ </xsl:for-each>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xslt-for-each-sort-descending">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:for-each select="//item">
+ <xsl:sort select="." order="descending"/>
+ <xsl:value-of select="."/>
+ </xsl:for-each>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xml-apply-templates">
+ <all>
+ <item type="X">A</item>
+ <item type="Y">B</item>
+ <item type="X">C</item>
+ </all>
+</textarea>
+
+<textarea id="xslt-apply-templates">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:apply-templates select="//item"/>
+ </xsl:template>
+ <xsl:template match="item[@type='X']">
+ <xsl:value-of select="."/>
+ </xsl:template>
+ <xsl:template match="item[@type='Y']">
+ <xsl:value-of select="."/>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xslt-global-variables">
+ <xsl:stylesheet>
+ <xsl:variable name="x" select="'x'"/>
+ <xsl:variable name="y" select="'y'"/>
+ <xsl:variable name="z">
+ <xsl:text>z</xsl:text>
+ </xsl:variable>
+ <xsl:template match="/">
+ <xsl:value-of select="$x"/>
+ <xsl:value-of select="$z"/>
+ <xsl:for-each select="//item">
+ <xsl:value-of select="$y"/>
+ </xsl:for-each>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xslt-top-level-output">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:element name="x">
+ <xsl:attribute name="y">
+ <xsl:text>z</xsl:text>
+ </xsl:attribute>
+ <xsl:text>k</xsl:text>
+ </xsl:element>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+<textarea id="xslt-copy">
+ <xsl:stylesheet>
+ <xsl:template match="/">
+ <xsl:for-each select="//item">
+ <xsl:copy>
+ <xsl:for-each select="@*|node()">
+ <xsl:copy/>
+ </xsl:for-each>
+ </xsl:copy>
+ </xsl:for-each>
+ </xsl:template>
+ </xsl:stylesheet>
+</textarea>
+
+ </body>
+</html>
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,68 @@
+// Copyright 2006, Google Inc.
+// All Rights Reserved.
+//
+// Unit test for the XSLT processor.
+//
+// Author: Steffen Meschkat <mesch at google.com>
+
+//********************************************
+// DGF BEWARE! You MUST update this function if you add tests!
+//********************************************
+function exposeTestFunctionNames() {
+ return ['testForEachSort', 'testForEachSortAscending', 'testForEachSortDescending', 'testApplyTemplates', 'testGlobalVariables', 'testTopLevelOutput', 'testCopy'];
+}
+
+function el(id) {
+ return document.getElementById(id);
+}
+
+function testForEachSort() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-for-each-sort').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals("CAB", html);
+}
+
+function testForEachSortAscending() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-for-each-sort-ascending').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals("ABC", html);
+}
+
+function testForEachSortDescending() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-for-each-sort-descending').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals("CBA", html);
+}
+
+function testApplyTemplates() {
+ var xml = xmlParse(el('xml-apply-templates').value);
+ var xslt = xmlParse(el('xslt-apply-templates').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals("ABC", html);
+}
+
+function testGlobalVariables() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-global-variables').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals("xzyyy", html);
+}
+
+function testTopLevelOutput() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-top-level-output').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals('<x y="z">k</x>', html);
+}
+
+function testCopy() {
+ var xml = xmlParse(el('xml').value);
+ var xslt = xmlParse(el('xslt-copy').value);
+ var html = xsltProcess(xml, xslt);
+ assertEquals('<item pos="2">A</item>' +
+ '<item pos="3">B</item>' +
+ '<item pos="1">C</item>', html);
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/ajaxslt-0.8.1/xslt_unittest.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/implementation.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/implementation.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/implementation.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,625 @@
+// Copyright 2005 Google Inc.
+// All Rights Reserved
+//
+//
+// An XSL-T processor written in JavaScript. The implementation is NOT
+// complete; some xsl element are left out.
+//
+// References:
+//
+// [XSLT] XSL-T Specification
+// <http://www.w3.org/TR/1999/REC-xslt-19991116>.
+//
+// [ECMA] ECMAScript Language Specification
+// <http://www.ecma-international.org/publications/standards/Ecma-262.htm>.
+//
+// The XSL processor API has one entry point, the function
+// xsltProcessContext(). It receives as arguments the starting point in the
+// input document as an XPath expression context, the DOM root node of
+// the XSL-T stylesheet, and a DOM node that receives the output.
+//
+// NOTE: Actually, XSL-T processing according to the specification is
+// defined as operation on text documents, not as operation on DOM
+// trees. So, strictly speaking, this implementation is not an XSL-T
+// processor, but the processing engine that needs to be complemented
+// by an XML parser and serializer in order to be complete. Those two
+// are found in the file xml.js.
+//
+//
+// TODO(mesch): add jsdoc comments. Use more coherent naming. Finish
+// remaining XSLT features.
+//
+//
+// Author: Steffen Meschkat <mesch at google.com>
+
+
+// The exported entry point of the XSL-T processor, as explained
+// above.
+//
+// @param xmlDoc The input document root, as DOM node.
+// @param template The stylesheet document root, as DOM node.
+// @return the processed document, as XML text in a string.
+
+function xsltProcess(xmlDoc, stylesheet) {
+ var output = domCreateDocumentFragment(new XDocument);
+ xsltProcessContext(new ExprContext(xmlDoc), stylesheet, output);
+ var ret = xmlText(output);
+ return ret;
+}
+
+// The main entry point of the XSL-T processor, as explained above.
+//
+// @param input The input document root, as XPath ExprContext.
+// @param template The stylesheet document root, as DOM node.
+// @param the root of the generated output, as DOM node.
+
+function xsltProcessContext(input, template, output) {
+ var outputDocument = xmlOwnerDocument(output);
+
+ var nodename = template.nodeName.split(/:/);
+ if (nodename.length == 1 || nodename[0] != 'xsl') {
+ xsltPassThrough(input, template, output, outputDocument);
+
+ } else {
+ switch(nodename[1]) {
+ case 'apply-imports':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'apply-templates':
+ var select = xmlGetAttribute(template, 'select');
+ var nodes;
+ if (select) {
+ nodes = xpathEval(select,input).nodeSetValue();
+ } else {
+ nodes = input.node.childNodes;
+ }
+
+ var sortContext = input.clone(nodes[0], 0, nodes);
+ xsltWithParam(sortContext, template);
+ xsltSort(sortContext, template);
+
+ var mode = xmlGetAttribute(template, 'mode');
+ var top = template.ownerDocument.documentElement;
+ var templates = [];
+ for (var i = 0; i < top.childNodes.length; ++i) {
+ var c = top.childNodes[i];
+ if (c.nodeType == DOM_ELEMENT_NODE &&
+ c.nodeName == 'xsl:template' &&
+ c.getAttribute('mode') == mode) {
+ templates.push(c);
+ }
+ }
+ for (var j = 0; j < sortContext.contextSize(); ++j) {
+ var nj = sortContext.nodelist[j];
+ for (var i = 0; i < templates.length; ++i) {
+ xsltProcessContext(sortContext.clone(nj, j), templates[i], output);
+ }
+ }
+ break;
+
+ case 'attribute':
+ var nameexpr = xmlGetAttribute(template, 'name');
+ var name = xsltAttributeValue(nameexpr, input);
+ var node = domCreateDocumentFragment(outputDocument);
+ xsltChildNodes(input, template, node);
+ var value = xmlValue(node);
+ domSetAttribute(output, name, value);
+ break;
+
+ case 'attribute-set':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'call-template':
+ var name = xmlGetAttribute(template, 'name');
+ var top = template.ownerDocument.documentElement;
+
+ var paramContext = input.clone();
+ xsltWithParam(paramContext, template);
+
+ for (var i = 0; i < top.childNodes.length; ++i) {
+ var c = top.childNodes[i];
+ if (c.nodeType == DOM_ELEMENT_NODE &&
+ c.nodeName == 'xsl:template' &&
+ domGetAttribute(c, 'name') == name) {
+ xsltChildNodes(paramContext, c, output);
+ break;
+ }
+ }
+ break;
+
+ case 'choose':
+ xsltChoose(input, template, output);
+ break;
+
+ case 'comment':
+ var node = domCreateDocumentFragment(outputDocument);
+ xsltChildNodes(input, template, node);
+ var commentData = xmlValue(node);
+ var commentNode = domCreateComment(outputDocument, commentData);
+ output.appendChild(commentNode);
+ break;
+
+ case 'copy':
+ var node = xsltCopy(output, input.node, outputDocument);
+ if (node) {
+ xsltChildNodes(input, template, node);
+ }
+ break;
+
+ case 'copy-of':
+ var select = xmlGetAttribute(template, 'select');
+ var value = xpathEval(select, input);
+ if (value.type == 'node-set') {
+ var nodes = value.nodeSetValue();
+ for (var i = 0; i < nodes.length; ++i) {
+ xsltCopyOf(output, nodes[i], outputDocument);
+ }
+
+ } else {
+ var node = domCreateTextNode(outputDocument, value.stringValue());
+ domAppendChild(output, node);
+ }
+ break;
+
+ case 'decimal-format':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'element':
+ var nameexpr = xmlGetAttribute(template, 'name');
+ var name = xsltAttributeValue(nameexpr, input);
+ var node = domCreateElement(outputDocument, name);
+ domAppendChild(output, node);
+ xsltChildNodes(input, template, node);
+ break;
+
+ case 'fallback':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'for-each':
+ xsltForEach(input, template, output);
+ break;
+
+ case 'if':
+ var test = xmlGetAttribute(template, 'test');
+ if (xpathEval(test, input).booleanValue()) {
+ xsltChildNodes(input, template, output);
+ }
+ break;
+
+ case 'import':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'include':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'key':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'message':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'namespace-alias':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'number':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'otherwise':
+ alert('error if here: ' + nodename[1]);
+ break;
+
+ case 'output':
+ // Ignored. -- Since we operate on the DOM, and all further use
+ // of the output of the XSL transformation is determined by the
+ // browser that we run in, this parameter is not applicable to
+ // this implementation.
+ break;
+
+ case 'preserve-space':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'processing-instruction':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'sort':
+ // just ignore -- was handled by xsltSort()
+ break;
+
+ case 'strip-space':
+ alert('not implemented: ' + nodename[1]);
+ break;
+
+ case 'stylesheet':
+ case 'transform':
+ xsltChildNodes(input, template, output);
+ break;
+
+ case 'template':
+ var match = xmlGetAttribute(template, 'match');
+ if (match && xsltMatch(match, input)) {
+ xsltChildNodes(input, template, output);
+ }
+ break;
+
+ case 'text':
+ var text = xmlValue(template);
+ var node = domCreateTextNode(outputDocument, text);
+ output.appendChild(node);
+ break;
+
+ case 'value-of':
+ var select = xmlGetAttribute(template, 'select');
+ var value = xpathEval(select, input).stringValue();
+ var node = domCreateTextNode(outputDocument, value);
+ output.appendChild(node);
+ break;
+
+ case 'param':
+ xsltVariable(input, template, false);
+ break;
+
+ case 'variable':
+ xsltVariable(input, template, true);
+ break;
+
+ case 'when':
+ alert('error if here: ' + nodename[1]);
+ break;
+
+ case 'with-param':
+ alert('error if here: ' + nodename[1]);
+ break;
+
+ default:
+ alert('error if here: ' + nodename[1]);
+ break;
+ }
+ }
+}
+
+
+// Sets parameters defined by xsl:with-param child nodes of the
+// current template node, in the current input context. This happens
+// before the operation specified by the current template node is
+// executed.
+
+function xsltWithParam(input, template) {
+ for (var i = 0; i < template.childNodes.length; ++i) {
+ var c = template.childNodes[i];
+ if (c.nodeType == DOM_ELEMENT_NODE && c.nodeName == 'xsl:with-param') {
+ xsltVariable(input, c, true);
+ }
+ }
+}
+
+
+// Orders the current node list in the input context according to the
+// sort order specified by xsl:sort child nodes of the current
+// template node. This happens before the operation specified by the
+// current template node is executed.
+//
+// TODO(mesch): case-order is not implemented.
+
+function xsltSort(input, template) {
+ var sort = [];
+ for (var i = 0; i < template.childNodes.length; ++i) {
+ var c = template.childNodes[i];
+ if (c.nodeType == DOM_ELEMENT_NODE && c.nodeName == 'xsl:sort') {
+ var select = xmlGetAttribute(c, 'select');
+ var expr = xpathParse(select);
+ var type = xmlGetAttribute(c, 'data-type') || 'text';
+ var order = xmlGetAttribute(c, 'order') || 'ascending';
+ sort.push({ expr: expr, type: type, order: order });
+ }
+ }
+
+ xpathSort(input, sort);
+}
+
+
+// Evaluates a variable or parameter and set it in the current input
+// context. Implements xsl:variable, xsl:param, and xsl:with-param.
+//
+// @param override flag that defines if the value computed here
+// overrides the one already in the input context if that is the
+// case. I.e. decides if this is a default value or a local
+// value. xsl:variable and xsl:with-param override; xsl:param doesn't.
+
+function xsltVariable(input, template, override) {
+ var name = xmlGetAttribute(template, 'name');
+ var select = xmlGetAttribute(template, 'select');
+
+ var value;
+
+ if (template.childNodes.length > 0) {
+ var root = domCreateDocumentFragment(template.ownerDocument);
+ xsltChildNodes(input, template, root);
+ value = new NodeSetValue([root]);
+
+ } else if (select) {
+ value = xpathEval(select, input);
+
+ } else {
+ value = new StringValue('');
+ }
+
+ if (override || !input.getVariable(name)) {
+ input.setVariable(name, value);
+ }
+}
+
+
+// Implements xsl:chose and its child nodes xsl:when and
+// xsl:otherwise.
+
+function xsltChoose(input, template, output) {
+ for (var i = 0; i < template.childNodes.length; ++i) {
+ var childNode = template.childNodes[i];
+ if (childNode.nodeType != DOM_ELEMENT_NODE) {
+ continue;
+
+ } else if (childNode.nodeName == 'xsl:when') {
+ var test = xmlGetAttribute(childNode, 'test');
+ if (xpathEval(test, input).booleanValue()) {
+ xsltChildNodes(input, childNode, output);
+ break;
+ }
+
+ } else if (childNode.nodeName == 'xsl:otherwise') {
+ xsltChildNodes(input, childNode, output);
+ break;
+ }
+ }
+}
+
+
+// Implements xsl:for-each.
+
+function xsltForEach(input, template, output) {
+ var select = xmlGetAttribute(template, 'select');
+ var nodes = xpathEval(select, input).nodeSetValue();
+ var sortContext = input.clone(nodes[0], 0, nodes);
+ xsltSort(sortContext, template);
+ for (var i = 0; i < sortContext.contextSize(); ++i) {
+ var ni = sortContext.nodelist[i];
+ xsltChildNodes(sortContext.clone(ni, i), template, output);
+ }
+}
+
+
+// Traverses the template node tree. Calls the main processing
+// function with the current input context for every child node of the
+// current template node.
+
+function xsltChildNodes(input, template, output) {
+ // Clone input context to keep variables declared here local to the
+ // siblings of the children.
+ var context = input.clone();
+ for (var i = 0; i < template.childNodes.length; ++i) {
+ xsltProcessContext(context, template.childNodes[i], output);
+ }
+}
+
+
+// Passes template text to the output. The current template node does
+// not specify an XSL-T operation and therefore is appended to the
+// output with all its attributes. Then continues traversing the
+// template node tree.
+
+function xsltPassThrough(input, template, output, outputDocument) {
+ if (template.nodeType == DOM_TEXT_NODE) {
+ if (xsltPassText(template)) {
+ var node = domCreateTextNode(outputDocument, template.nodeValue);
+ domAppendChild(output, node);
+ }
+
+ } else if (template.nodeType == DOM_ELEMENT_NODE) {
+ var node = domCreateElement(outputDocument, template.nodeName);
+ for (var i = 0; i < template.attributes.length; ++i) {
+ var a = template.attributes[i];
+ if (a) {
+ var name = a.nodeName;
+ var value = xsltAttributeValue(a.nodeValue, input);
+ domSetAttribute(node, name, value);
+ }
+ }
+ domAppendChild(output, node);
+ xsltChildNodes(input, template, node);
+
+ } else {
+ // This applies also to the DOCUMENT_NODE of the XSL stylesheet,
+ // so we don't have to treat it specially.
+ xsltChildNodes(input, template, output);
+ }
+}
+
+// Determines if a text node in the XSLT template document is to be
+// stripped according to XSLT whitespace stipping rules.
+//
+// See [XSLT], section 3.4.
+//
+// TODO(mesch): Whitespace stripping on the input document is
+// currently not implemented.
+
+function xsltPassText(template) {
+ if (!template.nodeValue.match(/^\s*$/)) {
+ return true;
+ }
+
+ var element = template.parentNode;
+ if (element.nodeName == 'xsl:text') {
+ return true;
+ }
+
+ while (element && element.nodeType == DOM_ELEMENT_NODE) {
+ var xmlspace = domGetAttribute(element, 'xml:space');
+ if (xmlspace) {
+ if (xmlspace == 'default') {
+ return false;
+ } else if (xmlspace == 'preserve') {
+ return true;
+ }
+ }
+
+ element = element.parentNode;
+ }
+
+ return false;
+}
+
+// Evaluates an XSL-T attribute value template. Attribute value
+// templates are attributes on XSL-T elements that contain XPath
+// expressions in braces {}. The XSL-T expressions are evaluated in
+// the current input context. NOTE(mesch): We are using stringSplit()
+// instead of string.split() for IE compatibility, see comment on
+// stringSplit().
+
+function xsltAttributeValue(value, context) {
+ var parts = stringSplit(value, '{');
+ if (parts.length == 1) {
+ return value;
+ }
+
+ var ret = '';
+ for (var i = 0; i < parts.length; ++i) {
+ var rp = stringSplit(parts[i], '}');
+ if (rp.length != 2) {
+ // first literal part of the value
+ ret += parts[i];
+ continue;
+ }
+
+ var val = xpathEval(rp[0], context).stringValue();
+ ret += val + rp[1];
+ }
+
+ return ret;
+}
+
+
+// Wrapper function to access attribute values of template element
+// nodes. Currently this calls xmlResolveEntities because in some DOM
+// implementations the return value of node.getAttributeValue()
+// contains unresolved XML entities, although the DOM spec requires
+// that entity references are resolved by te DOM.
+function xmlGetAttribute(node, name) {
+ // TODO(mesch): This should not be necessary if the DOM is working
+ // correctly. The DOM is responsible for resolving entities, not the
+ // application.
+ var value = domGetAttribute(node, name);
+ if (value) {
+ return xmlResolveEntities(value);
+ } else {
+ return value;
+ }
+};
+
+
+// Implements xsl:copy-of for node-set values of the select
+// expression. Recurses down the source node tree, which is part of
+// the input document.
+//
+// @param {Node} dst the node being copied to, part of output document,
+// @param {Node} src the node being copied, part in input document,
+// @param {Document} dstDocument
+
+function xsltCopyOf(dst, src, dstDocument) {
+ if (src.nodeType == DOM_DOCUMENT_FRAGMENT_NODE ||
+ src.nodeType == DOM_DOCUMENT_NODE) {
+ for (var i = 0; i < src.childNodes.length; ++i) {
+ arguments.callee(dst, src.childNodes[i], dstDocument);
+ }
+ } else {
+ var node = xsltCopy(dst, src, dstDocument);
+ if (node) {
+ // This was an element node -- recurse to attributes and
+ // children.
+ for (var i = 0; i < src.attributes.length; ++i) {
+ arguments.callee(node, src.attributes[i], dstDocument);
+ }
+
+ for (var i = 0; i < src.childNodes.length; ++i) {
+ arguments.callee(node, src.childNodes[i], dstDocument);
+ }
+ }
+ }
+}
+
+
+// Implements xsl:copy for all node types.
+//
+// @param {Node} dst the node being copied to, part of output document,
+// @param {Node} src the node being copied, part in input document,
+// @param {Document} dstDocument
+// @return {Node|Null} If an element node was created, the element
+// node. Otherwise null.
+
+function xsltCopy(dst, src, dstDocument) {
+ if (src.nodeType == DOM_ELEMENT_NODE) {
+ var node = domCreateElement(dstDocument, src.nodeName);
+ domAppendChild(dst, node);
+ return node;
+ }
+
+ if (src.nodeType == DOM_TEXT_NODE) {
+ var node = domCreateTextNode(dstDocument, src.nodeValue);
+ domAppendChild(dst, node);
+
+ } else if (src.nodeType == DOM_CDATA_SECTION_NODE) {
+ var node = domCreateCDATASection(dstDocument, src.nodeValue);
+ domAppendChild(dst, node);
+
+ } else if (src.nodeType == DOM_COMMENT_NODE) {
+ var node = domCreateComment(dstDocument, src.nodeValue);
+ domAppendChild(dst, node);
+
+ } else if (src.nodeType == DOM_ATTRIBUTE_NODE) {
+ domSetAttribute(dst, src.nodeName, src.nodeValue);
+ }
+
+ return null;
+}
+
+
+// Evaluates an XPath expression in the current input context as a
+// match (see [XSLT] section 5.2, paragraph 1).
+function xsltMatch(match, context) {
+ var expr = xpathParse(match);
+
+ var ret;
+ // Shortcut for the most common case.
+ if (expr.steps && !expr.absolute && expr.steps.length == 1 &&
+ expr.steps[0].axis == 'child' && expr.steps[0].predicate.length == 0) {
+ ret = expr.steps[0].nodetest.evaluate(context).booleanValue();
+
+ } else {
+
+ ret = false;
+ var node = context.node;
+
+ while (!ret && node) {
+ var result = expr.evaluate(context.clone(node,0,[node])).nodeSetValue();
+ for (var i = 0; i < result.length; ++i) {
+ if (result[i] == context.node) {
+ ret = true;
+ break;
+ }
+ }
+ node = node.parentNode;
+ }
+ }
+
+ return ret;
+}
Property changes on: trunk/mapbender/test/tools/env-js/src/xslt/implementation.js
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/mapbender/test/tools/env-js/src/xslt/processor.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/processor.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/processor.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,37 @@
+
+/**
+ * @todo: document
+ */
+$w.__defineGetter__("XSLTProcessor", function(){
+ return new XSLTProcessor(arguments);
+});
+
+var XSLTProcessor = function() {
+ this.__stylesheet__ = null;
+};
+__extend__(XSLTProcessor.prototype, {
+ clearParameters: function(){
+ //TODO
+ },
+ getParameter: function(nsuri, name){
+ //TODO
+ },
+ importStyleSheet: function(stylesheet){
+ this.__stylesheet__ = stylesheet;
+ },
+ removeParameter: function(nsuri, name){
+ //TODO
+ },
+ reset: function(){
+ //TODO
+ },
+ setParameter: function(nsuri, name, value){
+ //TODO
+ },
+ transformToDocument: function(sourceNode){
+ return xsltProcess(sourceNode, this.__stylesheet__);
+ },
+ transformToFragment: function(sourceNode, ownerDocument){
+ return xsltProcess(sourceNode, this.__stylesheet__).childNodes;
+ }
+});
\ No newline at end of file
Added: trunk/mapbender/test/tools/env-js/src/xslt/util.js
===================================================================
--- trunk/mapbender/test/tools/env-js/src/xslt/util.js (rev 0)
+++ trunk/mapbender/test/tools/env-js/src/xslt/util.js 2010-02-20 15:39:06 UTC (rev 5582)
@@ -0,0 +1,449 @@
+// Copyright 2005 Google
+//
+// Author: Steffen Meschkat <mesch at google.com>
+//
+// Miscellaneous utility and placeholder functions.
+
+// Dummy implmentation for the logging functions. Replace by something
+// useful when you want to debug.
+function xpathLog(msg) {};
+function xsltLog(msg) {};
+function xsltLogXml(msg) {};
+
+var ajaxsltIsIE6 = navigator.appVersion.match(/MSIE 6.0/);
+
+// Throws an exception if false.
+function assert(b) {
+ if (!b) {
+ throw "Assertion failed";
+ }
+}
+
+// Splits a string s at all occurrences of character c. This is like
+// the split() method of the string object, but IE omits empty
+// strings, which violates the invariant (s.split(x).join(x) == s).
+function stringSplit(s, c) {
+ var a = s.indexOf(c);
+ if (a == -1) {
+ return [ s ];
+ }
+ var parts = [];
+ parts.push(s.substr(0,a));
+ while (a != -1) {
+ var a1 = s.indexOf(c, a + 1);
+ if (a1 != -1) {
+ parts.push(s.substr(a + 1, a1 - a - 1));
+ } else {
+ parts.push(s.substr(a + 1));
+ }
+ a = a1;
+ }
+ return parts;
+}
+
+// The following function does what document.importNode(node, true)
+// would do for us here; however that method is broken in Safari/1.3,
+// so we have to emulate it.
+function xmlImportNode(doc, node) {
+ if (node.nodeType == DOM_TEXT_NODE) {
+ return domCreateTextNode(doc, node.nodeValue);
+
+ } else if (node.nodeType == DOM_CDATA_SECTION_NODE) {
+ return domCreateCDATASection(doc, node.nodeValue);
+
+ } else if (node.nodeType == DOM_ELEMENT_NODE) {
+ var newNode = domCreateElement(doc, node.nodeName);
+ for (var i = 0; i < node.attributes.length; ++i) {
+ var an = node.attributes[i];
+ var name = an.nodeName;
+ var value = an.nodeValue;
+ domSetAttribute(newNode, name, value);
+ }
+
+ for (var c = node.firstChild; c; c = c.nextSibling) {
+ var cn = arguments.callee(doc, c);
+ domAppendChild(newNode, cn);
+ }
+
+ return newNode;
+
+ } else {
+ return domCreateComment(doc, node.nodeName);
+ }
+}
+
+// A set data structure. It can also be used as a map (i.e. the keys
+// can have values other than 1), but we don't call it map because it
+// would be ambiguous in this context. Also, the map is iterable, so
+// we can use it to replace for-in loops over core javascript Objects.
+// For-in iteration breaks when Object.prototype is modified, which
+// some clients of the maps API do.
+//
+// NOTE(mesch): The set keys by the string value of its element, NOT
+// by the typed value. In particular, objects can't be used as keys.
+//
+// @constructor
+function Set() {
+ this.keys = [];
+}
+
+Set.prototype.size = function() {
+ return this.keys.length;
+}
+
+// Adds the entry to the set, ignoring if it is present.
+Set.prototype.add = function(key, opt_value) {
+ var value = opt_value || 1;
+ if (!this.contains(key)) {
+ this[':' + key] = value;
+ this.keys.push(key);
+ }
+}
+
+// Sets the entry in the set, adding if it is not yet present.
+Set.prototype.set = function(key, opt_value) {
+ var value = opt_value || 1;
+ if (!this.contains(key)) {
+ this[':' + key] = value;
+ this.keys.push(key);
+ } else {
+ this[':' + key] = value;
+ }
+}
+
+// Increments the key's value by 1. This works around the fact that
+// numbers are always passed by value, never by reference, so that we
+// can't increment the value returned by get(), or the iterator
+// argument. Sets the key's value to 1 if it doesn't exist yet.
+Set.prototype.inc = function(key) {
+ if (!this.contains(key)) {
+ this[':' + key] = 1;
+ this.keys.push(key);
+ } else {
+ this[':' + key]++;
+ }
+}
+
+Set.prototype.get = function(key) {
+ if (this.contains(key)) {
+ return this[':' + key];
+ } else {
+ var undefined;
+ return undefined;
+ }
+}
+
+// Removes the entry from the set.
+Set.prototype.remove = function(key) {
+ if (this.contains(key)) {
+ delete this[':' + key];
+ removeFromArray(this.keys, key, true);
+ }
+}
+
+// Tests if an entry is in the set.
+Set.prototype.contains = function(entry) {
+ return typeof this[':' + entry] != 'undefined';
+}
+
+// Gets a list of values in the set.
+Set.prototype.items = function() {
+ var list = [];
+ for (var i = 0; i < this.keys.length; ++i) {
+ var k = this.keys[i];
+ var v = this[':' + k];
+ list.push(v);
+ }
+ return list;
+}
+
+
+// Invokes function f for every key value pair in the set as a method
+// of the set.
+Set.prototype.map = function(f) {
+ for (var i = 0; i < this.keys.length; ++i) {
+ var k = this.keys[i];
+ f.call(this, k, this[':' + k]);
+ }
+}
+
+Set.prototype.clear = function() {
+ for (var i = 0; i < this.keys.length; ++i) {
+ delete this[':' + this.keys[i]];
+ }
+ this.keys.length = 0;
+}
+
+
+// Applies the given function to each element of the array, preserving
+// this, and passing the index.
+function mapExec(array, func) {
+ for (var i = 0; i < array.length; ++i) {
+ func.call(this, array[i], i);
+ }
+}
+
+// Returns an array that contains the return value of the given
+// function applied to every element of the input array.
+function mapExpr(array, func) {
+ var ret = [];
+ for (var i = 0; i < array.length; ++i) {
+ ret.push(func(array[i]));
+ }
+ return ret;
+};
+
+// Reverses the given array in place.
+function reverseInplace(array) {
+ for (var i = 0; i < array.length / 2; ++i) {
+ var h = array[i];
+ var ii = array.length - i - 1;
+ array[i] = array[ii];
+ array[ii] = h;
+ }
+}
+
+// Removes value from array. Returns the number of instances of value
+// that were removed from array.
+function removeFromArray(array, value, opt_notype) {
+ var shift = 0;
+ for (var i = 0; i < array.length; ++i) {
+ if (array[i] === value || (opt_notype && array[i] == value)) {
+ array.splice(i--, 1);
+ shift++;
+ }
+ }
+ return shift;
+}
+
+// Shallow-copies an array to the end of another array
+// Basically Array.concat, but works with other non-array collections
+function copyArray(dst, src) {
+ if (!src) return;
+ var dstLength = dst.length;
+ for (var i = src.length - 1; i >= 0; --i) {
+ dst[i+dstLength] = src[i];
+ }
+}
+
+/**
+ * This is an optimization for copying attribute lists in IE. IE includes many
+ * extraneous properties in its DOM attribute lists, which take require
+ * significant extra processing when evaluating attribute steps. With this
+ * function, we ignore any such attributes that has an empty string value.
+ */
+function copyArrayIgnoringAttributesWithoutValue(dst, src)
+{
+ if (!src) return;
+ for (var i = src.length - 1; i >= 0; --i) {
+ // this test will pass so long as the attribute has a non-empty string
+ // value, even if that value is "false", "0", "undefined", etc.
+ if (src[i].nodeValue) {
+ dst.push(src[i]);
+ }
+ }
+}
+
+// Returns the text value of a node; for nodes without children this
+// is the nodeValue, for nodes with children this is the concatenation
+// of the value of all children.
+function xmlValue(node) {
+ if (!node) {
+ return '';
+ }
+
+ var ret = '';
+ if (node.nodeType == DOM_TEXT_NODE ||
+ node.nodeType == DOM_CDATA_SECTION_NODE) {
+ ret += node.nodeValue;
+
+ } else if (node.nodeType == DOM_ATTRIBUTE_NODE) {
+ if (ajaxsltIsIE6) {
+ ret += xmlValueIE6Hack(node);
+ } else {
+ ret += node.nodeValue;
+ }
+ } else if (node.nodeType == DOM_ELEMENT_NODE ||
+ node.nodeType == DOM_DOCUMENT_NODE ||
+ node.nodeType == DOM_DOCUMENT_FRAGMENT_NODE) {
+ for (var i = 0; i < node.childNodes.length; ++i) {
+ ret += arguments.callee(node.childNodes[i]);
+ }
+ }
+ return ret;
+}
+
+function xmlValueIE6Hack(node) {
+ // Issue 19, IE6 mangles href attribute when it's a javascript: url
+ var nodeName = node.nodeName;
+ var nodeValue = node.nodeValue;
+ if (nodeName.length != 4) return nodeValue;
+ if (!/^href$/i.test(nodeName)) return nodeValue;
+ if (!/^javascript:/.test(nodeValue)) return nodeValue;
+ return unescape(nodeValue);
+}
+
+// Returns the representation of a node as XML text.
+function xmlText(node, opt_cdata) {
+ var buf = [];
+ xmlTextR(node, buf, opt_cdata);
+ return buf.join('');
+}
+
+function xmlTextR(node, buf, cdata) {
+ if (node.nodeType == DOM_TEXT_NODE) {
+ buf.push(xmlEscapeText(node.nodeValue));
+
+ } else if (node.nodeType == DOM_CDATA_SECTION_NODE) {
+ if (cdata) {
+ buf.push(node.nodeValue);
+ } else {
+ buf.push('<![CDATA[' + node.nodeValue + ']]>');
+ }
+
+ } else if (node.nodeType == DOM_COMMENT_NODE) {
+ buf.push('<!--' + node.nodeValue + '-->');
+
+ } else if (node.nodeType == DOM_ELEMENT_NODE) {
+ buf.push('<' + xmlFullNodeName(node));
+ for (var i = 0; i < node.attributes.length; ++i) {
+ var a = node.attributes[i];
+ if (a && a.nodeName && a.nodeValue) {
+ buf.push(' ' + xmlFullNodeName(a) + '="' +
+ xmlEscapeAttr(a.nodeValue) + '"');
+ }
+ }
+
+ if (node.childNodes.length == 0) {
+ buf.push('/>');
+ } else {
+ buf.push('>');
+ for (var i = 0; i < node.childNodes.length; ++i) {
+ arguments.callee(node.childNodes[i], buf, cdata);
+ }
+ buf.push('</' + xmlFullNodeName(node) + '>');
+ }
+
+ } else if (node.nodeType == DOM_DOCUMENT_NODE ||
+ node.nodeType == DOM_DOCUMENT_FRAGMENT_NODE) {
+ for (var i = 0; i < node.childNodes.length; ++i) {
+ arguments.callee(node.childNodes[i], buf, cdata);
+ }
+ }
+}
+
+function xmlFullNodeName(n) {
+ if (n.prefix && n.nodeName.indexOf(n.prefix + ':') != 0) {
+ return n.prefix + ':' + n.nodeName;
+ } else {
+ return n.nodeName;
+ }
+}
+
+// Escape XML special markup chracters: tag delimiter < > and entity
+// reference start delimiter &. The escaped string can be used in XML
+// text portions (i.e. between tags).
+function xmlEscapeText(s) {
+ return ('' + s).replace(/&/g, '&').replace(/</g, '<').
+ replace(/>/g, '>');
+}
+
+// Escape XML special markup characters: tag delimiter < > entity
+// reference start delimiter & and quotes ". The escaped string can be
+// used in double quoted XML attribute value portions (i.e. in
+// attributes within start tags).
+function xmlEscapeAttr(s) {
+ return xmlEscapeText(s).replace(/\"/g, '"');
+}
+
+// Escape markup in XML text, but don't touch entity references. The
+// escaped string can be used as XML text (i.e. between tags).
+function xmlEscapeTags(s) {
+ return s.replace(/</g, '<').replace(/>/g, '>');
+}
+
+/**
+ * Wrapper function to access the owner document uniformly for document
+ * and other nodes: for the document node, the owner document is the
+ * node itself, for all others it's the ownerDocument property.
+ *
+ * @param {Node} node
+ * @return {Document}
+ */
+function xmlOwnerDocument(node) {
+ if (node.nodeType == DOM_DOCUMENT_NODE) {
+ return node;
+ } else {
+ return node.ownerDocument;
+ }
+}
+
+// Wrapper around DOM methods so we can condense their invocations.
+function domGetAttribute(node, name) {
+ return node.getAttribute(name);
+}
+
+function domSetAttribute(node, name, value) {
+ return node.setAttribute(name, value);
+}
+
+function domRemoveAttribute(node, name) {
+ return node.removeAttribute(name);
+}
+
+function domAppendChild(node, child) {
+ return node.appendChild(child);
+}
+
+function domRemoveChild(node, child) {
+ return node.removeChild(child);
+}
+
+function domReplaceChild(node, newChild, oldChild) {
+ return node.replaceChild(newChild, oldChild);
+}
+
+function domInsertBefore(node, newChild, oldChild) {
+ return node.insertBefore(newChild, oldChild);
+}
+
+function domRemoveNode(node) {
+ return domRemoveChild(node.parentNode, node);
+}
+
+function domCreateTextNode(doc, text) {
+ return doc.createTextNode(text);
+}
+
+function domCreateElement(doc, name) {
+ return doc.createElement(name);
+}
+
+function domCreateAttribute(doc, name) {
+ return doc.createAttribute(name);
+}
+
+function domCreateCDATASection(doc, data) {
+ return doc.createCDATASection(data);
+}
+
+function domCreateComment(doc, text) {
+ return doc.createComment(text);
+}
+
+function domCreateDocumentFragment(doc) {
+ return doc.createDocumentFragment();
+}
+
+function domGetElementById(doc, id) {
+ return doc.getElementById(id);
+}
+
+// Same for window methods.
+function windowSetInterval(win, fun, time) {
+ return win.setInterval(fun, time);
+}
+
+function windowClearInterval(win, id) {
+ return win.clearInterval(id);
+}
More information about the Mapbender_commits
mailing list