413414415416417418419420421422423
&& (inXInclude > 0)) { return; } } // end if CComment c = new CComment(content, document); if (currentElement == document) { document.appendChildInternal(c); } else { c.parentNode = currentElement; if (currentElement.listChild == null) {