Lines Matching refs:SemanticMathml

376 …t().value;b[sre.SemanticProcessor.removePrefix(c)]=d});return b};sre.SemanticMathml=function(){sre…  class in sre
378 …mpty_,this),MACTION:goog.bind(this.action_,this)}};goog.inherits(sre.SemanticMathml,sre.SemanticAb…
379 sre.SemanticMathml.prototype.parse=function(a){sre.SemanticProcessor.getInstance().setNodeFactory(t…
380SemanticMathml.prototype.addAttributes=function(a,b){if(b.hasAttributes()){b=b.attributes;for(var …
381 sre.SemanticMathml.prototype.rows_=function(a,b){var c=a.getAttribute("semantics");if(c&&c.match("b…
382SemanticMathml.prototype.fraction_=function(a,b){return sre.SemanticProcessor.getInstance().fracti…
383SemanticMathml.prototype.root_=function(a,b){return this.getFactory().makeBranchNode(sre.SemanticA…
384SemanticMathml.prototype.table_=function(a,b){var c=a.getAttribute("semantics");if(c&&c.match("bsp…
385 sre.SemanticMathml.prototype.tableLabeledRow_=function(a,b){if(!b.length)return this.tableRow_(a,b)…
386 sre.SemanticMathml.prototype.tableCell_=function(a,b){a=this.parseList(sre.SemanticUtil.purgeNodes(…
387 sre.SemanticMathml.prototype.text_=function(a,b){return sre.SemanticProcessor.getInstance().text(a.…
388SemanticMathml.prototype.identifier_=function(a,b){a=sre.SemanticProcessor.getInstance().identifie…
389SemanticMathml.prototype.operator_=function(a,b){a=this.leaf_(a);a.type===sre.SemanticAttr.Type.UN…
390 sre.SemanticMathml.prototype.enclosed_=function(a,b){b=this.parseList(sre.SemanticUtil.purgeNodes(b…
391 sre.SemanticMathml.prototype.multiscripts_=function(a,b){if(!b.length)return this.getFactory().make…
392SemanticMathml.prototype.empty_=function(a,b){return this.getFactory().makeEmptyNode()};sre.Semant…
393SemanticMathml.getAttribute_=function(a,b,c){if(!a.hasAttribute(b))return c;a=a.getAttribute(b);re…