Searched refs:BodyHandler (Results 1 – 1 of 1) sorted by relevance
9602 function BodyHandler() {} function9604 BodyHandler.prototype = Object.create(BaseHandler.prototype);9606 BodyHandler.prototype.handleText = function(text) {9615 ReferenceHandler.prototype = Object.create(BodyHandler.prototype);9644 ValueHandler.prototype = Object.create(BodyHandler.prototype);9664 BaseElementHandler.prototype = Object.create(BodyHandler.prototype);9707 BodyHandler.prototype.handleText.call(this, text); class