element.toggleHighlight(toggle);
},
- createNodeElement: function(params) {
- return documentElement.DocumentNodeElement.create(params, this);
- },
-
getDocumentElement: function(from) {
/* globals HTMLElement, Text */
if(from instanceof HTMLElement || from instanceof Text) {