From 225d2425d2803b5411d3a3d7748e99b4f73862f9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 18 Dec 2013 17:51:20 +0000 Subject: [PATCH] logging still searching for sanity --- src/static/js/ace2_inner.js | 2 + src/static/js/contentcollector.js | 32 +- src/static/js/domline.js | 5 +- test.log | 7900 +++++++++++++++++++++++++++++ 4 files changed, 7932 insertions(+), 7 deletions(-) create mode 100644 test.log diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 0aa9998ad..713f30fa3 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -2876,6 +2876,7 @@ function Ace2Inner(){ function doCreateDomLine(nonEmpty) { + top.console.log("BOOOOOOBLLLBIIESS"); // never gets here.. if (browser.msie && (!nonEmpty)) { var result = { @@ -5254,6 +5255,7 @@ function Ace2Inner(){ { /* throws an error in some IE 6 but not others! */ } } + setClassPresence(root, "authorColors", true); setClassPresence(root, "doesWrap", doesWrap); diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js index 74ecdbaa5..f2879f616 100644 --- a/src/static/js/contentcollector.js +++ b/src/static/js/contentcollector.js @@ -305,6 +305,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class function _produceLineAttributesMarker(state) { + console.log("STEP 3.1", state.lineAttributes); // TODO: This has to go to AttributeManager. var attributes = [ ['lmkr', '1'], @@ -314,17 +315,20 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class return [key, value]; }) ); - + console.log("STEP 3.2", state.lineAttributes); lines.appendText('*', Changeset.makeAttribsString('+', attributes , apool)); } cc.startNewLine = function(state) { if (state) { + console.log("startNewLine STEP 2a", state.lineAttributes); var atBeginningOfLine = lines.textOfLine(lines.length() - 1).length == 0; if (atBeginningOfLine && !_.isEmpty(state.lineAttributes)) { _produceLineAttributesMarker(state); + console.log("startNewLine STEP 2b", state.lineAttributes); + } } lines.startNew(); @@ -371,11 +375,10 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class if (isBlock) _ensureColumnZero(state); var startLine = lines.length() - 1; _reachBlockPoint(node, 0, state); - if (dom.isNodeText(node)) - { + if (dom.isNodeText(node)){ var txt = dom.nodeValue(node); var tname = dom.nodeAttr(node.parentNode,"name"); - +// never calls this hook.. var txtFromHook = hooks.callAll('collectContentLineText', { cc: this, state: state, @@ -455,13 +458,30 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class // Below seems a bit abrupt but it's required, I dunno if I think it's a great idea though.. delete state.lineAttributes.pastedImage; + delete state.lineAttributes.imageWidth; + delete state.lineAttributes.imageHeight; if (tname == "img") { + // Are the width and height values set? + var width = /(?:^| )width=\"([0-9]*)/.exec(node.outerHTML); + var height = /(?:^| )height=\"([0-9]*)/.exec(node.outerHTML); + + // If they are then add them as line Attributes + if(width && width[1]) state.lineAttributes.imageWidth = width[1]; + if(height && height[1]) state.lineAttributes.imageHeight = height[1]; state.lineAttributes.pastedImage = node.outerHTML; + console.log("CONTENT COLLETOR STATE", state); + console.log("CONTENT COLLECTOR WIDTH", state.lineAttributes.imageWidth); + console.log("CONTENT COLLECTOR HEIGHT", state.lineAttributes.imageHeight); + console.log("CONTENT COLLETOR STATE", state.lineAttributes); + isEmpty = false; + var collectStyles = true; +// _produceLineAttributesMarker(state); cc.startNewLine(state); } - else if (tname == "br") + + if (tname == "br") { this.breakLine = true; var tvalue = dom.nodeAttr(node, 'value'); @@ -474,7 +494,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class cls: null }); var startNewLine= (typeof(induceLineBreak)=='object'&&induceLineBreak.length==0)?true:induceLineBreak[0]; - if(startNewLine){ + if(startNewLine && tname != "img"){ cc.startNewLine(state); } } diff --git a/src/static/js/domline.js b/src/static/js/domline.js index 82dafb426..090a549c4 100644 --- a/src/static/js/domline.js +++ b/src/static/js/domline.js @@ -95,6 +95,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument) var lineClass = 'ace-line'; result.appendSpan = function(txt, cls) { + console.log("HAM I HERE!"); var processedMarker = false; // Handle lineAttributeMarker, if present if (cls.indexOf(lineAttributeMarker) >= 0) @@ -126,7 +127,9 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument) } processedMarker = true; } - + + //doesn't get here.. + _.map(hooks.callAll("aceDomLineProcessLineAttributes", { domline: domline, cls: cls diff --git a/test.log b/test.log new file mode 100644 index 000000000..312f5d235 --- /dev/null +++ b/test.log @@ -0,0 +1,7900 @@ +Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient. +Ensure jQuery is downloaded and up to date... +Clear minfified cache... +ensure custom css/js files are created... +start... +[2013-12-12 00:21:13.988] [WARN] console - You need to set a sessionKey value in settings.json, this will allow your users to reconnect to your Etherpad Instance if your instance restarts +[2013-12-12 00:21:13.989] [WARN] console - DirtyDB is used. This is fine for testing but not recommended for production. +[2013-12-12 00:21:16.785] [WARN] pluginfw - /home/jose/etherpad-lite/node_modules/ep_etherpad-lite/node_modules/connect requires formidable@'1.0.14' but will load +/home/jose/etherpad-lite/node_modules/ep_etherpad-lite/node_modules/formidable, +which is version 1.0.9 'unmet dependency' +[2013-12-12 00:21:17.175] [INFO] console - Installed plugins: ep_aa_file_menu_toolbar, ep_align, ep_define, ep_etherpad-lite, ep_font_color, ep_font_family, ep_font_size, ep_header_and_footer, ep_headings, ep_hide_line_numbers, ep_line_height, ep_mammoth, ep_page_ruler, ep_page_view, ep_print, ep_set_title_on_pad, ep_spellcheck, ep_stats, ep_sticky_attributes, ep_subscript, ep_superscript, ep_table_of_contents +[2013-12-12 00:21:17.232] [INFO] console - Your Etherpad git version is 58cd71d +[2013-12-12 00:21:17.232] [INFO] console - Report bugs at https://github.com/ether/etherpad-lite/issues +[2013-12-12 00:21:17.262] [INFO] console - info: 'socket.io started' +[2013-12-12 00:21:17.300] [INFO] console - You can access your Etherpad instance at http://0.0.0.0:9001/ +[2013-12-12 00:21:17.300] [WARN] console - Admin username and password not set in settings.json. To access admin please uncomment and edit 'users' in settings.json +[2013-12-12 00:21:19.542] [INFO] socket.io - handshake authorized 'Q0D57Kksxf_4f7pYLdFP' +[2013-12-12 00:21:19.685] [INFO] access - [ENTER] Pad "URZdDp09KE": Client Q0D57Kksxf_4f7pYLdFP with IP "127.0.0.1" entered the pad +[2013-12-12 00:21:27.902] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'body', + styl: '', + cls: '' } +[2013-12-12 00:21:27.903] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.904] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.904] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.910] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.911] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.913] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.913] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.914] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.914] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.915] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.915] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.915] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.916] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.916] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.917] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.917] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.917] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.919] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.920] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.921] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.921] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.921] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.922] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.922] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.922] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.922] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.923] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.923] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.924] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.924] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.924] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.924] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.925] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.925] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.925] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.927] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.927] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.927] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.927] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.928] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.928] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.928] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.928] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.929] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.929] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.929] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.930] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.931] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.931] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.931] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.931] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.932] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.936] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.938] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.938] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.938] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.938] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.939] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.939] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.939] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.939] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.940] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.940] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.940] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.940] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.941] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.941] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.941] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.941] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.942] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.942] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.943] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.944] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.944] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.944] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: {} }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.944] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: {}, + attribString: '', + lineAttributes: { heading: 'h1' } }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.945] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' } }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.945] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' } }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.946] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.947] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.947] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.948] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {} }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.948] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {} }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.948] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.948] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.949] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.949] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.949] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.950] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.950] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.950] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.950] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.951] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.952] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.953] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.954] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.954] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.955] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.955] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.956] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.956] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.956] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.956] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.957] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.957] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.958] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.958] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.958] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.958] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.960] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.960] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.961] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.961] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.961] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.961] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.961] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.962] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.962] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.962] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.963] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.964] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.965] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.965] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.966] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.966] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.968] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.968] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.969] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.969] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.969] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.969] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.970] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.970] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.970] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.971] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.971] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.972] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.972] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.972] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.972] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.973] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.975] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.975] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.975] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.976] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.977] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.977] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.978] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.978] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.980] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.980] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.980] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.980] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.981] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:27.981] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:27.982] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.982] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.984] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.984] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.989] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.989] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.990] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:27.990] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.990] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.990] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.991] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.991] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.991] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.991] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:27.992] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:27.992] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.993] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.993] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.995] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:27.995] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:27.995] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.995] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.996] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.996] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.996] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.996] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.997] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.997] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.997] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.997] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.998] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.998] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.998] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:27.998] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.000] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.001] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.002] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.002] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.002] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.002] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.003] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.003] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.004] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.005] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.005] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.005] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.006] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.007] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.007] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.007] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.009] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.009] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.011] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.011] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.011] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.012] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.012] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.012] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.012] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.013] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.013] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.013] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.015] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.015] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.016] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.016] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.019] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.020] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.020] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.020] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.021] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.021] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.021] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.021] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.022] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.022] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.022] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.023] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.024] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.024] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.024] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.024] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.026] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.026] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.027] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.027] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.028] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.029] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:28.029] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.029] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.029] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.032] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.032] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.033] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'li', + styl: '', + cls: '' } +[2013-12-12 00:21:28.033] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { list: 'bullet1' }, + listNesting: 1 }, + tname: 'ul', + styl: '', + cls: '' } +[2013-12-12 00:21:28.033] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.034] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.035] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.035] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.035] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.036] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.037] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.037] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.037] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.038] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.039] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.040] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.040] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.040] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.041] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.042] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.042] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.042] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.043] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.043] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.043] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.045] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.046] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.046] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.046] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.047] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.048] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.048] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.048] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.050] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.050] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.051] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.051] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.052] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.053] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.053] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.054] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.054] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.055] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.055] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.055] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.055] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.056] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.056] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.056] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.056] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.057] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.057] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.057] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.057] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.058] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.058] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.058] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.059] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.059] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.060] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.060] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.061] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.061] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.062] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.062] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.062] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.062] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.063] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.063] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.063] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.063] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.064] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.064] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.064] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.064] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.064] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.065] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.065] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.066] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.067] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.068] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.068] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.068] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.069] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.069] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.069] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.069] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.070] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.070] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.071] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.071] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.073] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.074] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.074] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.075] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.076] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.076] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.077] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h2' }, + listNesting: 0 }, + tname: 'h2', + styl: '', + cls: '' } +[2013-12-12 00:21:28.081] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.082] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.082] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.083] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.083] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.084] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.084] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.084] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.085] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: [ 'bold' ], + attribs: { bold: 1 }, + attribString: '*7', + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'strong', + styl: '', + cls: '' } +[2013-12-12 00:21:28.085] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: { heading: 'h1' }, + listNesting: 0 }, + tname: 'h1', + styl: '', + cls: '' } +[2013-12-12 00:21:28.085] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.086] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.086] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'a', + styl: '', + cls: '' } +[2013-12-12 00:21:28.087] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.087] [INFO] console - this { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.088] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'p', + styl: '', + cls: '' } +[2013-12-12 00:21:28.088] [INFO] console - this2 { cc: + { incrementFlag: [Function], + decrementFlag: [Function], + incrementAttrib: [Function], + decrementAttrib: [Function], + startNewLine: [Function], + notifySelection: [Function], + doAttrib: [Function], + collectContent: [Function], + notifyNextNode: [Function], + getLines: [Function], + finish: [Function] }, + state: + { flags: {}, + localAttribs: null, + attribs: { bold: 0 }, + attribString: undefined, + lineAttributes: {}, + listNesting: 0 }, + tname: 'body', + styl: '', + cls: '' } +[2013-12-12 00:22:23.461] [INFO] console - graceful shutdown... +[2013-12-12 00:22:23.462] [INFO] console - db sucessfully closed.