Searched refs:BaseElementHandler (Results 1 – 1 of 1) sorted by relevance
9662 function BaseElementHandler() {} function9664 BaseElementHandler.prototype = Object.create(BodyHandler.prototype);9666 BaseElementHandler.prototype.handleNode = function(node) {9691 ElementHandler.prototype = Object.create(BaseElementHandler.prototype);9975 GenericElementHandler.prototype = Object.create(BaseElementHandler.prototype);