12 |
- function createDOMParser(){function e(r,t,n){function o(a,s){if(!t[a]){if(!r[a]){var l="function"==typeof require&&require;if(!s&&l)return l(a,!0);if(i)return i(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=t[a]={exports:{}};r[a][0].call(u.exports,function(e){var t=r[a][1][e];return o(t||e)},u,u.exports,e,r,t,n)}return t[a].exports}let a={};for(var i="function"==typeof require&&require,s=0;s<n.length;s++)Object.assign(a,o(n[s]));return a}const r={5:[function(e,r,t){"use strict";function n(e,r,t){if(void 0===t&&(t=Array.prototype),e&&"function"==typeof t.find)return t.find.call(e,r);for(var n=0;n<e.length;n++)if(Object.prototype.hasOwnProperty.call(e,n)){var o=e[n];if(r.call(void 0,o,n,e))return o}}function o(e,r){return void 0===r&&(r=Object),r&&"function"==typeof r.freeze?r.freeze(e):e}function a(e,r){if(null===e||"object"!=typeof e)throw new TypeError("target is not an object");for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e}var i=o({HTML:"text/html",isHTML:function(e){return e===i.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),s=o({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===s.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});t.assign=a,t.find=n,t.freeze=o,t.MIME_TYPE=i,t.NAMESPACE=s},{}],6:[function(e,r,t){function n(e){return e.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function o(e){this.options=e||{locator:{}}}function a(e,r,t){function n(r){var n=e[r];!n&&a&&(n=2==e.length?function(t){e(r,t)}:e),o[r]=n&&function(e){n("[xmldom "+r+"]\t"+e+l(t))}||function(){}}if(!e){if(r instanceof i)return r;e=r}var o={},a=e instanceof Function;return t=t||{},n("warning"),n("error"),n("fatalError"),o}function i(){this.cdata=!1}function s(e,r){r.lineNumber=e.lineNumber,r.columnNumber=e.columnNumber}function l(e){if(e)return"\n@"+(e.systemId||"")+"#[line:"+e.lineNumber+",col:"+e.columnNumber+"]"}function c(e,r,t){return"string"==typeof e?e.substr(r,t):e.length>=r+t||r?new java.lang.String(e,r,t)+"":e}function u(e,r){e.currentElement?e.currentElement.appendChild(r):e.doc.appendChild(r)}var p=e("./conventions"),d=e("./dom"),f=e("./entities"),h=e("./sax"),m=d.DOMImplementation,g=p.NAMESPACE,b=h.ParseError,w=h.XMLReader;o.prototype.parseFromString=function(e,r){var t=this.options,o=new w,s=t.domBuilder||new i,l=t.errorHandler,c=t.locator,u=t.xmlns||{},p=/\/x?html?$/.test(r),d=p?f.HTML_ENTITIES:f.XML_ENTITIES;c&&s.setDocumentLocator(c),o.errorHandler=a(l,s,c),o.domBuilder=t.domBuilder||s,p&&(u[""]=g.HTML),u.xml=u.xml||g.XML;var h=t.normalizeLineEndings||n;return e&&"string"==typeof e?o.parse(h(e),u,d):o.errorHandler.error("invalid doc source"),s.doc},i.prototype={startDocument:function(){this.doc=(new m).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,r,t,n){var o=this.doc,a=o.createElementNS(e,t||r),i=n.length;u(this,a),this.currentElement=a,this.locator&&s(this.locator,a);for(var l=0;l<i;l++){e=n.getURI(l);var c=n.getValue(l),p=(t=n.getQName(l),o.createAttributeNS(e,t));this.locator&&s(n.getLocator(l),p),p.value=p.nodeValue=c,a.setAttributeNode(p)}},endElement:function(e,r,t){var n=this.currentElement;n.tagName;this.currentElement=n.parentNode},startPrefixMapping:function(e,r){},endPrefixMapping:function(e){},processingInstruction:function(e,r){var t=this.doc.createProcessingInstruction(e,r);this.locator&&s(this.locator,t),u(this,t)},ignorableWhitespace:function(e,r,t){},characters:function(e,r,t){if(e=c.apply(this,arguments),e){if(this.cdata)var n=this.doc.createCDATASection(e);else n=this.doc.createTextNode(e);this.currentElement?this.currentElement.appendChild(n):/^\s*$/.test(e)&&this.doc.appendChild(n),this.locator&&s(this.locator,n)}},skippedEntity:function(e){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(e){(this.locator=e)&&(e.lineNumber=0)},comment:function(e,r,t){e=c.apply(this,arguments);var n=this.doc.createComment(e);this.locator&&s(this.locator,n),u(this,n)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(e,r,t){var n=this.doc.implementation;if(n&&n.createDocumentType){var o=n.createDocumentType(e,r,t);this.locator&&s(this.locator,o),u(this,o),this.doc.doctype=o}},warning:function(e){console.warn("[xmldom warning]\t"+e,l(this.locator))},error:function(e){console.error("[xmldom error]\t"+e,l(this.locator))},fatalError:function(e){throw new b(e,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(e){i.prototype[e]=function(){return null}}),t.__DOMHandler=i,t.normalizeLineEndings=n,t.DOMParser=o},{"./conventions":5,"./dom":7,"./entities":8,"./sax":10}],7:[function(e,r,t){function n(e){return""!==e}function o(e){return e?e.split(/[\t\n\f\r ]+/).filter(n):[]}function a(e,r){return e.hasOwnProperty(r)||(e[r]=!0),e}function i(e){if(!e)return[];var r=o(e);return Object.keys(r.reduce(a,{}))}function s(e){return function(r){return e&&-1!==e.indexOf(r)}}function l(e,r){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(r[t]=e[t])}function c(e,r){var t=e.prototype;if(!(t instanceof r)){function n(){}n.prototype=r.prototype,n=new n,l(t,n),e.prototype=t=n}t.constructor!=e&&("function"!=typeof e&&console.error("unknown Class:"+e),t.constructor=e)}function u(e,r){if(r instanceof Error)var t=r;else t=this,Error.call(this,Ee[e]),this.message=Ee[e],Error.captureStackTrace&&Error.captureStackTrace(this,u);return t.code=e,r&&(this.message=this.message+": "+r),t}function p(){}function d(e,r){this._node=e,this._refresh=r,f(this)}function f(e){var r=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==r){var t=e._refresh(e._node);if(oe(e,"length",t.length),!e.$$length||t.length<e.$$length)for(var n=t.length;n in e;n++)Object.prototype.hasOwnProperty.call(e,n)&&delete e[n];l(t,e),e._inc=r}}function h(){}function m(e,r){for(var t=e.length;t--;)if(e[t]===r)return t}function g(e,r,t,n){if(n?r[m(r,n)]=t:r[r.length++]=t,e){t.ownerElement=e;var o=e.ownerDocument;o&&(n&&T(o,e,n),D(o,e,t))}}function b(e,r,t){var n=m(r,t);if(!(n>=0))throw new u(Te,new Error(e.tagName+"@"+t));for(var o=r.length-1;n<o;)r[n]=r[++n];if(r.length=o,e){var a=e.ownerDocument;a&&(T(a,e,t),t.ownerElement=null)}}function w(){}function v(){}function N(e){return("<"==e?"<":">"==e&&">")||"&"==e&&"&"||'"'==e&&"""||"&#"+e.charCodeAt()+";"}function y(e,r){if(r(e))return!0;if(e=e.firstChild)do{if(y(e,r))return!0}while(e=e.nextSibling)}function E(){this.ownerDocument=this}function D(e,r,t){e&&e._inc++;var n=t.namespaceURI;n===se.XMLNS&&(r._nsMap[t.prefix?t.localName:""]=t.value)}function T(e,r,t,n){e&&e._inc++;var o=t.namespaceURI;o===se.XMLNS&&delete r._nsMap[t.prefix?t.localName:""]}function x(e,r,t){if(e&&e._inc){e._inc++;var n=r.childNodes;if(t)n[n.length++]=t;else{for(var o=r.firstChild,a=0;o;)n[a++]=o,o=o.nextSibling;n.length=a,delete n[n.length]}}}function q(e,r){var t=r.previousSibling,n=r.nextSibling;return t?t.nextSibling=n:e.firstChild=n,n?n.previousSibling=t:e.lastChild=t,r.parentNode=null,r.previousSibling=null,r.nextSibling=null,x(e.ownerDocument,e),r}function S(e){return e&&(e.nodeType===v.DOCUMENT_NODE||e.nodeType===v.DOCUMENT_FRAGMENT_NODE||e.nodeType===v.ELEMENT_NODE)}function A(e){return e&&(C(e)||O(e)||L(e)||e.nodeType===v.DOCUMENT_FRAGMENT_NODE||e.nodeType===v.COMMENT_NODE||e.nodeType===v.PROCESSING_INSTRUCTION_NODE)}function L(e){return e&&e.nodeType===v.DOCUMENT_TYPE_NODE}function C(e){return e&&e.nodeType===v.ELEMENT_NODE}function O(e){return e&&e.nodeType===v.TEXT_NODE}function R(e,r){var t=e.childNodes||[];if(ie(t,C)||L(r))return!1;var n=ie(t,L);return!(r&&n&&t.indexOf(n)>t.indexOf(r))}function I(e,r){function t(e){return C(e)&&e!==r}var n=e.childNodes||[];if(ie(n,t))return!1;var o=ie(n,L);return!(r&&o&&n.indexOf(o)>n.indexOf(r))}function k(e,r,t){if(!S(e))throw new u(De,"Unexpected parent node type "+e.nodeType);if(t&&t.parentNode!==e)throw new u(Te,"child not in parent");if(!A(r)||L(r)&&e.nodeType!==v.DOCUMENT_NODE)throw new u(De,"Unexpected node type "+r.nodeType+" for parent node type "+e.nodeType)}function M(e,r,t){var n=e.childNodes||[],o=r.childNodes||[];if(r.nodeType===v.DOCUMENT_FRAGMENT_NODE){var a=o.filter(C);if(a.length>1||ie(o,O))throw new u(De,"More than one element or text in fragment");if(1===a.length&&!R(e,t))throw new u(De,"Element in fragment can not be inserted before doctype")}if(C(r)&&!R(e,t))throw new u(De,"Only one element can be added and only after doctype");if(L(r)){if(ie(n,L))throw new u(De,"Only one doctype is allowed");var i=ie(n,C);if(t&&n.indexOf(i)<n.indexOf(t))throw new u(De,"Doctype can only be inserted before an element");if(!t&&i)throw new u(De,"Doctype can not be appended since element is present")}}function _(e,r,t){var n=e.childNodes||[],o=r.childNodes||[];if(r.nodeType===v.DOCUMENT_FRAGMENT_NODE){var a=o.filter(C);if(a.length>1||ie(o,O))throw new u(De,"More than one element or text in fragment");if(1===a.length&&!I(e,t))throw new u(De,"Element in fragment can not be inserted before doctype")}if(C(r)&&!I(e,t))throw new u(De,"Only one element can be added and only after doctype");if(L(r)){function i(e){return L(e)&&e!==t}if(ie(n,i))throw new u(De,"Only one doctype is allowed");var s=ie(n,C);if(t&&n.indexOf(s)<n.indexOf(t))throw new u(De,"Doctype can only be inserted before an element")}}function U(e,r,t,n){k(e,r,t),e.nodeType===v.DOCUMENT_NODE&&(n||M)(e,r,t);var o=r.parentNode;if(o&&o.removeChild(r),r.nodeType===ve){var a=r.firstChild;if(null==a)return r;var i=r.lastChild}else a=i=r;var s=t?t.previousSibling:e.lastChild;a.previousSibling=s,i.nextSibling=t,s?s.nextSibling=a:e.firstChild=a,null==t?e.lastChild=i:t.previousSibling=i;do{a.parentNode=e}while(a!==i&&(a=a.nextSibling));return x(e.ownerDocument||e,e),r.nodeType==ve&&(r.firstChild=r.lastChild=null),r}function P(e,r){return r.parentNode&&r.parentNode.removeChild(r),r.parentNode=e,r.previousSibling=e.lastChild,r.nextSibling=null,r.previousSibling?r.previousSibling.nextSibling=r:e.firstChild=r,e.lastChild=r,x(e.ownerDocument,e,r),r}function V(){this._nsMap={}}function B(){}function H(){}function F(){}function G(){}function j(){}function z(){}function X(){}function $(){}function Y(){}function Z(){}function J(){}function Q(){}function W(e,r){var t=[],n=9==this.nodeType&&this.documentElement||this,o=n.prefix,a=n.namespaceURI;if(a&&null==o){o=n.lookupPrefix(a);if(null==o)var i=[{namespace:a,prefix:null}]}return re(this,t,e,r,i),t.join("")}function K(e,r,t){var n=e.prefix||"",o=e.namespaceURI;if(!o)return!1;if("xml"===n&&o===se.XML||o===se.XMLNS)return!1;for(var a=t.length;a--;){var i=t[a];if(i.prefix===n)return i.namespace!==o}return!0}function ee(e,r,t){e.push(" ",r,'="',t.replace(/[<>&"\t\n\r]/g,N),'"')}function re(e,r,t,n,o){if(o||(o=[]),n){if(e=n(e),!e)return;if("string"==typeof e)return void r.push(e)}switch(e.nodeType){case ce:var a=e.attributes,i=a.length,s=e.firstChild,l=e.tagName;t=se.isHTML(e.namespaceURI)||t;var c=l;if(!t&&!e.prefix&&e.namespaceURI){for(var u,p=0;p<a.length;p++)if("xmlns"===a.item(p).name){u=a.item(p).value;break}if(!u)for(var d=o.length-1;d>=0;d--){var f=o[d];if(""===f.prefix&&f.namespace===e.namespaceURI){u=f.namespace;break}}if(u!==e.namespaceURI)for(d=o.length-1;d>=0;d--){f=o[d];if(f.namespace===e.namespaceURI){f.prefix&&(c=f.prefix+":"+l);break}}}r.push("<",c);for(var h=0;h<i;h++){var m=a.item(h);"xmlns"==m.prefix?o.push({prefix:m.localName,namespace:m.value}):"xmlns"==m.nodeName&&o.push({prefix:"",namespace:m.value})}for(h=0;h<i;h++){m=a.item(h);if(K(m,t,o)){var g=m.prefix||"",b=m.namespaceURI;ee(r,g?"xmlns:"+g:"xmlns",b),o.push({prefix:g,namespace:b})}re(m,r,t,n,o)}if(l===c&&K(e,t,o)){g=e.prefix||"",b=e.namespaceURI;ee(r,g?"xmlns:"+g:"xmlns",b),o.push({prefix:g,namespace:b})}if(s||t&&!/^(?:meta|link|img|br|hr|input)$/i.test(l)){if(r.push(">"),t&&/^script$/i.test(l))for(;s;)s.data?r.push(s.data):re(s,r,t,n,o.slice()),s=s.nextSibling;else for(;s;)re(s,r,t,n,o.slice()),s=s.nextSibling;r.push("</",c,">")}else r.push("/>");return;case be:case ve:for(s=e.firstChild;s;)re(s,r,t,n,o.slice()),s=s.nextSibling;return;case ue:return ee(r,e.name,e.value);case pe:return r.push(e.data.replace(/[<&>]/g,N));case de:return r.push("<![CDATA[",e.data,"]]>");case ge:return r.push("<!--",e.data,"-->");case we:var w=e.publicId,v=e.systemId;if(r.push("<!DOCTYPE ",e.name),w)r.push(" PUBLIC ",w),v&&"."!=v&&r.push(" ",v),r.push(">");else if(v&&"."!=v)r.push(" SYSTEM ",v,">");else{var y=e.internalSubset;y&&r.push(" [",y,"]"),r.push(">")}return;case me:return r.push("<?",e.target," ",e.data,"?>");case fe:return r.push("&",e.nodeName,";");default:r.push("??",e.nodeName)}}function te(e,r,t){var n;switch(r.nodeType){case ce:n=r.cloneNode(!1),n.ownerDocument=e;case ve:break;case ue:t=!0}if(n||(n=r.cloneNode(!1)),n.ownerDocument=e,n.parentNode=null,t)for(var o=r.firstChild;o;)n.appendChild(te(e,o,t)),o=o.nextSibling;return n}function ne(e,r,t){var n=new r.constructor;for(var o in r)if(Object.prototype.hasOwnProperty.call(r,o)){var a=r[o];"object"!=typeof a&&a!=n[o]&&(n[o]=a)}switch(r.childNodes&&(n.childNodes=new p),n.ownerDocument=e,n.nodeType){case ce:var i=r.attributes,s=n.attributes=new h,l=i.length;s._ownerElement=n;for(var c=0;c<l;c++)n.setAttributeNode(ne(e,i.item(c),!0));break;case ue:t=!0}if(t)for(var u=r.firstChild;u;)n.appendChild(ne(e,u,t)),u=u.nextSibling;return n}function oe(e,r,t){e[r]=t}var ae=e("./conventions"),ie=ae.find,se=ae.NAMESPACE,le={},ce=le.ELEMENT_NODE=1,ue=le.ATTRIBUTE_NODE=2,pe=le.TEXT_NODE=3,de=le.CDATA_SECTION_NODE=4,fe=le.ENTITY_REFERENCE_NODE=5,he=le.ENTITY_NODE=6,me=le.PROCESSING_INSTRUCTION_NODE=7,ge=le.COMMENT_NODE=8,be=le.DOCUMENT_NODE=9,we=le.DOCUMENT_TYPE_NODE=10,ve=le.DOCUMENT_FRAGMENT_NODE=11,Ne=le.NOTATION_NODE=12,ye={},Ee={},De=(ye.INDEX_SIZE_ERR=(Ee[1]="Index size error",1),ye.DOMSTRING_SIZE_ERR=(Ee[2]="DOMString size error",2),ye.HIERARCHY_REQUEST_ERR=(Ee[3]="Hierarchy request error",3)),Te=(ye.WRONG_DOCUMENT_ERR=(Ee[4]="Wrong document",4),ye.INVALID_CHARACTER_ERR=(Ee[5]="Invalid character",5),ye.NO_DATA_ALLOWED_ERR=(Ee[6]="No data allowed",6),ye.NO_MODIFICATION_ALLOWED_ERR=(Ee[7]="No modification allowed",7),ye.NOT_FOUND_ERR=(Ee[8]="Not found",8)),xe=(ye.NOT_SUPPORTED_ERR=(Ee[9]="Not supported",9),ye.INUSE_ATTRIBUTE_ERR=(Ee[10]="Attribute in use",10));ye.INVALID_STATE_ERR=(Ee[11]="Invalid state",11),ye.SYNTAX_ERR=(Ee[12]="Syntax error",12),ye.INVALID_MODIFICATION_ERR=(Ee[13]="Invalid modification",13),ye.NAMESPACE_ERR=(Ee[14]="Invalid namespace",14),ye.INVALID_ACCESS_ERR=(Ee[15]="Invalid access",15);u.prototype=Error.prototype,l(ye,u),p.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,r){for(var t=[],n=0;n<this.length;n++)re(this[n],t,e,r);return t.join("")},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}},d.prototype.item=function(e){return f(this),this[e]||null},c(d,p),h.prototype={length:0,item:p.prototype.item,getNamedItem:function(e){for(var r=this.length;r--;){var t=this[r];if(t.nodeName==e)return t}},setNamedItem:function(e){var r=e.ownerElement;if(r&&r!=this._ownerElement)throw new u(xe);var t=this.getNamedItem(e.nodeName);return g(this._ownerElement,this,e,t),t},setNamedItemNS:function(e){var r,t=e.ownerElement;if(t&&t!=this._ownerElement)throw new u(xe);return r=this.getNamedItemNS(e.namespaceURI,e.localName),g(this._ownerElement,this,e,r),r},removeNamedItem:function(e){var r=this.getNamedItem(e);return b(this._ownerElement,this,r),r},removeNamedItemNS:function(e,r){var t=this.getNamedItemNS(e,r);return b(this._ownerElement,this,t),t},getNamedItemNS:function(e,r){for(var t=this.length;t--;){var n=this[t];if(n.localName==r&&n.namespaceURI==e)return n}return null}},w.prototype={hasFeature:function(e,r){return!0},createDocument:function(e,r,t){var n=new E;if(n.implementation=this,n.childNodes=new p,n.doctype=t||null,t&&n.appendChild(t),r){var o=n.createElementNS(e,r);n.appendChild(o)}return n},createDocumentType:function(e,r,t){var n=new z;return n.name=e,n.nodeName=e,n.publicId=r||"",n.systemId=t||"",n}},v.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(e,r){return U(this,e,r)},replaceChild:function(e,r){U(this,e,r,_),r&&this.removeChild(r)},removeChild:function(e){return q(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(e){return ne(this.ownerDocument||this,this,e)},normalize:function(){for(var e=this.firstChild;e;){var r=e.nextSibling;r&&r.nodeType==pe&&e.nodeType==pe?(this.removeChild(r),e.appendData(r.data)):(e.normalize(),e=r)}},isSupported:function(e,r){return this.ownerDocument.implementation.hasFeature(e,r)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var r=this;r;){var t=r._nsMap;if(t)for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&t[n]===e)return n;r=r.nodeType==ue?r.ownerDocument:r.parentNode}return null},lookupNamespaceURI:function(e){for(var r=this;r;){var t=r._nsMap;if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e];r=r.nodeType==ue?r.ownerDocument:r.parentNode}return null},isDefaultNamespace:function(e){var r=this.lookupPrefix(e);return null==r}},l(le,v),l(le,v.prototype),E.prototype={nodeName:"#document",nodeType:be,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,r){if(e.nodeType==ve){for(var t=e.firstChild;t;){var n=t.nextSibling;this.insertBefore(t,r),t=n}return e}return U(this,e,r),e.ownerDocument=this,null===this.documentElement&&e.nodeType===ce&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),q(this,e)},replaceChild:function(e,r){U(this,e,r,_),e.ownerDocument=this,r&&this.removeChild(r),C(e)&&(this.documentElement=e)},importNode:function(e,r){return te(this,e,r)},getElementById:function(e){var r=null;return y(this.documentElement,function(t){if(t.nodeType==ce&&t.getAttribute("id")==e)return r=t,!0}),r},getElementsByClassName:function(e){var r=i(e);return new d(this,function(t){var n=[];return r.length>0&&y(t.documentElement,function(o){if(o!==t&&o.nodeType===ce){var a=o.getAttribute("class");if(a){var l=e===a;if(!l){var c=i(a);l=r.every(s(c))}l&&n.push(o)}}}),n})},createElement:function(e){var r=new V;r.ownerDocument=this,r.nodeName=e,r.tagName=e,r.localName=e,r.childNodes=new p;var t=r.attributes=new h;return t._ownerElement=r,r},createDocumentFragment:function(){var e=new Z;return e.ownerDocument=this,e.childNodes=new p,e},createTextNode:function(e){var r=new F;return r.ownerDocument=this,r.appendData(e),r},createComment:function(e){var r=new G;return r.ownerDocument=this,r.appendData(e),r},createCDATASection:function(e){var r=new j;return r.ownerDocument=this,r.appendData(e),r},createProcessingInstruction:function(e,r){var t=new J;return t.ownerDocument=this,t.tagName=t.nodeName=t.target=e,t.nodeValue=t.data=r,t},createAttribute:function(e){var r=new B;return r.ownerDocument=this,r.name=e,r.nodeName=e,r.localName=e,r.specified=!0,r},createEntityReference:function(e){var r=new Y;return r.ownerDocument=this,r.nodeName=e,r},createElementNS:function(e,r){var t=new V,n=r.split(":"),o=t.attributes=new h;return t.childNodes=new p,t.ownerDocument=this,t.nodeName=r,t.tagName=r,t.namespaceURI=e,2==n.length?(t.prefix=n[0],t.localName=n[1]):t.localName=r,o._ownerElement=t,t},createAttributeNS:function(e,r){var t=new B,n=r.split(":");return t.ownerDocument=this,t.nodeName=r,t.name=r,t.namespaceURI=e,t.specified=!0,2==n.length?(t.prefix=n[0],t.localName=n[1]):t.localName=r,t}},c(E,v),V.prototype={nodeType:ce,hasAttribute:function(e){return null!=this.getAttributeNode(e)},getAttribute:function(e){var r=this.getAttributeNode(e);return r&&r.value||""},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,r){var t=this.ownerDocument.createAttribute(e);t.value=t.nodeValue=""+r,this.setAttributeNode(t)},removeAttribute:function(e){var r=this.getAttributeNode(e);r&&this.removeAttributeNode(r)},appendChild:function(e){return e.nodeType===ve?this.insertBefore(e,null):P(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,r){var t=this.getAttributeNodeNS(e,r);t&&this.removeAttributeNode(t)},hasAttributeNS:function(e,r){return null!=this.getAttributeNodeNS(e,r)},getAttributeNS:function(e,r){var t=this.getAttributeNodeNS(e,r);return t&&t.value||""},setAttributeNS:function(e,r,t){var n=this.ownerDocument.createAttributeNS(e,r);n.value=n.nodeValue=""+t,this.setAttributeNode(n)},getAttributeNodeNS:function(e,r){return this.attributes.getNamedItemNS(e,r)},getElementsByTagName:function(e){return new d(this,function(r){var t=[];return y(r,function(n){n===r||n.nodeType!=ce||"*"!==e&&n.tagName!=e||t.push(n)}),t})},getElementsByTagNameNS:function(e,r){return new d(this,function(t){var n=[];return y(t,function(o){o===t||o.nodeType!==ce||"*"!==e&&o.namespaceURI!==e||"*"!==r&&o.localName!=r||n.push(o)}),n})}},E.prototype.getElementsByTagName=V.prototype.getElementsByTagName,E.prototype.getElementsByTagNameNS=V.prototype.getElementsByTagNameNS,c(V,v),B.prototype.nodeType=ue,c(B,v),H.prototype={data:"",substringData:function(e,r){return this.data.substring(e,e+r)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,r){this.replaceData(e,0,r)},appendChild:function(e){throw new Error(Ee[De])},deleteData:function(e,r){this.replaceData(e,r,"")},replaceData:function(e,r,t){var n=this.data.substring(0,e),o=this.data.substring(e+r);t=n+t+o,this.nodeValue=this.data=t,this.length=t.length}},c(H,v),F.prototype={nodeName:"#text",nodeType:pe,splitText:function(e){var r=this.data,t=r.substring(e);r=r.substring(0,e),this.data=this.nodeValue=r,this.length=r.length;var n=this.ownerDocument.createTextNode(t);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}},c(F,H),G.prototype={nodeName:"#comment",nodeType:ge},c(G,H),j.prototype={nodeName:"#cdata-section",nodeType:de},c(j,H),z.prototype.nodeType=we,c(z,v),X.prototype.nodeType=Ne,c(X,v),$.prototype.nodeType=he,c($,v),Y.prototype.nodeType=fe,c(Y,v),Z.prototype.nodeName="#document-fragment",Z.prototype.nodeType=ve,c(Z,v),J.prototype.nodeType=me,c(J,v),Q.prototype.serializeToString=function(e,r,t){return W.call(e,r,t)},v.prototype.toString=W;try{if(Object.defineProperty){function qe(e){switch(e.nodeType){case ce:case ve:var r=[];for(e=e.firstChild;e;)7!==e.nodeType&&8!==e.nodeType&&r.push(qe(e)),e=e.nextSibling;return r.join("");default:return e.nodeValue}}Object.defineProperty(d.prototype,"length",{get:function(){return f(this),this.$$length}}),Object.defineProperty(v.prototype,"textContent",{get:function(){return qe(this)},set:function(e){switch(this.nodeType){case ce:case ve:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),oe=function(e,r,t){e["$$"+r]=t}}}catch(e){}t.DocumentType=z,t.DOMException=u,t.DOMImplementation=w,t.Element=V,t.Node=v,t.NodeList=p,t.XMLSerializer=Q},{"./conventions":5}],8:[function(e,r,t){"use strict";var n=e("./conventions").freeze;t.XML_ENTITIES=n({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),t.HTML_ENTITIES=n({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",
- Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),t.entityMap=t.HTML_ENTITIES},{"./conventions":5}],9:[function(e,r,t){var n=e("./dom");t.DOMImplementation=n.DOMImplementation,t.XMLSerializer=n.XMLSerializer,t.DOMParser=e("./dom-parser").DOMParser},{"./dom":7,"./dom-parser":6}],10:[function(e,r,t){function n(e,r){this.message=e,this.locator=r,Error.captureStackTrace&&Error.captureStackTrace(this,n)}function o(){}function a(e,r,t,o,a){function p(e){if(e>65535){e-=65536;var r=55296+(e>>10),t=56320+(1023&e);return String.fromCharCode(r,t)}return String.fromCharCode(e)}function m(e){var r=e.slice(1,-1);return Object.hasOwnProperty.call(t,r)?t[r]:"#"===r.charAt(0)?p(parseInt(r.substr(1).replace("x","0x"))):(a.error("entity not found:"+e),e)}function b(r){if(r>x){var t=e.substring(x,r).replace(/&#?\w+;/g,m);E&&w(x),o.characters(t,0,r-x),x=r}}function w(r,t){for(;r>=N&&(t=y.exec(e));)v=t.index,N=v+t[0].length,E.lineNumber++;E.columnNumber=r-v+1}for(var v=0,N=0,y=/.*(?:\r\n?|\n)|.*$/g,E=o.locator,D=[{currentNSMap:r}],T={},x=0;;){try{var q=e.indexOf("<",x);if(q<0){if(!e.substr(x).match(/^\s*$/)){var S=o.doc,A=S.createTextNode(e.substr(x));S.appendChild(A),o.currentElement=A}return}switch(q>x&&b(q),e.charAt(q+1)){case"/":var L=e.indexOf(">",q+3),C=e.substring(q+2,L).replace(/[ \t\n\r]+$/g,""),O=D.pop();L<0?(C=e.substring(q+2).replace(/[\s<].*/,""),a.error("end tag name: "+C+" is not complete:"+O.tagName),L=q+1+C.length):C.match(/\s</)&&(C=C.replace(/[\s<].*/,""),a.error("end tag name: "+C+" maybe not complete"),L=q+1+C.length);var R=O.localNSMap,I=O.tagName==C,k=I||O.tagName&&O.tagName.toLowerCase()==C.toLowerCase();if(k){if(o.endElement(O.uri,O.localName,C),R)for(var M in R)Object.prototype.hasOwnProperty.call(R,M)&&o.endPrefixMapping(M);I||a.fatalError("end tag name: "+C+" is not match the current start tagName:"+O.tagName)}else D.push(O);L++;break;case"?":E&&w(q),L=f(e,q,o);break;case"!":E&&w(q),L=d(e,q,o,a);break;default:E&&w(q);var _=new h,U=D[D.length-1].currentNSMap,P=(L=s(e,q,_,U,m,a),_.length);if(!_.closed&&u(e,L,_.tagName,T)&&(_.closed=!0,t.nbsp||a.warning("unclosed xml attribute")),E&&P){for(var V=i(E,{}),B=0;B<P;B++){var H=_[B];w(H.offset),H.locator=i(E,{})}o.locator=V,l(_,o,U)&&D.push(_),o.locator=E}else l(_,o,U)&&D.push(_);g.isHTML(_.uri)&&!_.closed?L=c(e,L,_.tagName,m,o):L++}}catch(e){if(e instanceof n)throw e;a.error("element parse error: "+e),L=-1}L>x?x=L:b(Math.max(q,x)+1)}}function i(e,r){return r.lineNumber=e.lineNumber,r.columnNumber=e.columnNumber,r}function s(e,r,t,n,o,a){function i(e,r,n){t.attributeNames.hasOwnProperty(e)&&a.fatalError("Attribute "+e+" redefined"),t.addValue(e,r.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,o),n)}for(var s,l=++r,c=N;;){var u=e.charAt(l);switch(u){case"=":if(c===y)s=e.slice(r,l),c=D;else{if(c!==E)throw new Error("attribute equal must after attrName");c=D}break;case"'":case'"':if(c===D||c===y){if(c===y&&(a.warning('attribute value must after "="'),s=e.slice(r,l)),r=l+1,l=e.indexOf(u,r),!(l>0))throw new Error("attribute value no end '"+u+"' match");p=e.slice(r,l),i(s,p,r-1),c=x}else{if(c!=T)throw new Error('attribute value must after "="');p=e.slice(r,l),i(s,p,r),a.warning('attribute "'+s+'" missed start quot('+u+")!!"),r=l+1,c=x}break;case"/":switch(c){case N:t.setTagName(e.slice(r,l));case x:case q:case S:c=S,t.closed=!0;case T:case y:break;case E:t.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return a.error("unexpected end of input"),c==N&&t.setTagName(e.slice(r,l)),l;case">":switch(c){case N:t.setTagName(e.slice(r,l));case x:case q:case S:break;case T:case y:p=e.slice(r,l),"/"===p.slice(-1)&&(t.closed=!0,p=p.slice(0,-1));case E:c===E&&(p=s),c==T?(a.warning('attribute "'+p+'" missed quot(")!'),i(s,p,r)):(g.isHTML(n[""])&&p.match(/^(?:disabled|checked|selected)$/i)||a.warning('attribute "'+p+'" missed value!! "'+p+'" instead!!'),i(p,p,r));break;case D:throw new Error("attribute value missed!!")}return l;case"":u=" ";default:if(u<=" ")switch(c){case N:t.setTagName(e.slice(r,l)),c=q;break;case y:s=e.slice(r,l),c=E;break;case T:var p=e.slice(r,l);a.warning('attribute "'+p+'" missed quot(")!!'),i(s,p,r);case x:c=q}else switch(c){case E:t.tagName;g.isHTML(n[""])&&s.match(/^(?:disabled|checked|selected)$/i)||a.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),i(s,s,r),r=l,c=y;break;case x:a.warning('attribute space is required"'+s+'"!!');case q:c=y,r=l;break;case D:c=T,r=l;break;case S:throw new Error("elements closed character '/' and '>' must be connected to")}}l++}}function l(e,r,t){for(var n=e.tagName,o=null,a=e.length;a--;){var i=e[a],s=i.qName,l=i.value,c=s.indexOf(":");if(c>0)var u=i.prefix=s.slice(0,c),d=s.slice(c+1),f="xmlns"===u&&d;else d=s,u=null,f="xmlns"===s&&"";i.localName=d,!1!==f&&(null==o&&(o={},p(t,t={})),t[f]=o[f]=l,i.uri=g.XMLNS,r.startPrefixMapping(f,l))}for(a=e.length;a--;){i=e[a];u=i.prefix;u&&("xml"===u&&(i.uri=g.XML),"xmlns"!==u&&(i.uri=t[u||""]))}c=n.indexOf(":");c>0?(u=e.prefix=n.slice(0,c),d=e.localName=n.slice(c+1)):(u=null,d=e.localName=n);var h=e.uri=t[u||""];if(r.startElement(h,d,n,e),!e.closed)return e.currentNSMap=t,e.localNSMap=o,!0;if(r.endElement(h,d,n),o)for(u in o)Object.prototype.hasOwnProperty.call(o,u)&&r.endPrefixMapping(u)}function c(e,r,t,n,o){if(/^(?:script|textarea)$/i.test(t)){var a=e.indexOf("</"+t+">",r),i=e.substring(r+1,a);if(/[&<]/.test(i))return/^script$/i.test(t)?(o.characters(i,0,i.length),a):(i=i.replace(/&#?\w+;/g,n),o.characters(i,0,i.length),a)}return r+1}function u(e,r,t,n){var o=n[t];return null==o&&(o=e.lastIndexOf("</"+t+">"),o<r&&(o=e.lastIndexOf("</"+t)),n[t]=o),o<r}function p(e,r){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(r[t]=e[t])}function d(e,r,t,n){var o=e.charAt(r+2);switch(o){case"-":if("-"===e.charAt(r+3)){var a=e.indexOf("-->",r+4);return a>r?(t.comment(e,r+4,a-r-4),a+3):(n.error("Unclosed comment"),-1)}return-1;default:if("CDATA["==e.substr(r+3,6)){a=e.indexOf("]]>",r+9);return t.startCDATA(),t.characters(e,r+9,a-r-9),t.endCDATA(),a+3}var i=m(e,r),s=i.length;if(s>1&&/!doctype/i.test(i[0][0])){var l=i[1][0],c=!1,u=!1;s>3&&(/^public$/i.test(i[2][0])?(c=i[3][0],u=s>4&&i[4][0]):/^system$/i.test(i[2][0])&&(u=i[3][0]));var p=i[s-1];return t.startDTD(l,c,u),t.endDTD(),p.index+p[0].length}}return-1}function f(e,r,t){var n=e.indexOf("?>",r);if(n){var o=e.substring(r,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);if(o){o[0].length;return t.processingInstruction(o[1],o[2]),n+2}return-1}return-1}function h(){this.attributeNames={}}function m(e,r){var t,n=[],o=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(o.lastIndex=r,o.exec(e);t=o.exec(e);)if(n.push(t),t[1])return n}var g=e("./conventions").NAMESPACE,b=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,w=new RegExp("[\\-\\.0-9"+b.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),v=new RegExp("^"+b.source+w.source+"*(?::"+b.source+w.source+"*)?$"),N=0,y=1,E=2,D=3,T=4,x=5,q=6,S=7;n.prototype=new Error,n.prototype.name=n.name,o.prototype={parse:function(e,r,t){var n=this.domBuilder;n.startDocument(),p(r,r={}),a(e,r,t,n,this.errorHandler),n.endDocument()}},h.prototype={setTagName:function(e){if(!v.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,r,t){if(!v.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:r,offset:t}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}},t.XMLReader=o,t.ParseError=n},{"./conventions":5}]};return e(r,{},[9])}
|