Home
last modified time | relevance | path

Searched refs:SemanticTree (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js393SemanticTree=function(a){this.mathml=a;this.parser=new sre.SemanticMathml;this.root=this.parser.pa… class in sre
394 sre.SemanticTree.implicitVisitor_=new sre.SemanticVisitor("general",function(a,b){a.type===sre.Sema…
395SemanticTree.unitVisitor_=new sre.SemanticVisitor("general",function(a,b){a.type===sre.SemanticAtt…
396SemanticTree.fromNode=function(a,b){var c=sre.SemanticTree.empty();c.root=a;b&&(c.mathml=b);return…
397SemanticTree.prototype.formatXml=function(a){a=this.toString(a);return sre.DomUtil.formatXml(a)};s…
605 …Root(a);this.streeRoot=this.assembleTree(this.mmlRoot);this.stree=sre.SemanticTree.fromNode(this.s…
1544 …ateNode(a)};sre.SpeechGeneratorUtil.recomputeSpeech=function(a){a=sre.SemanticTree.fromNode(a);ret…
1547 sre.SpeechGeneratorUtil.computePrefix_=function(a){var b=sre.SemanticTree.fromRoot(a),c=sre.XpathUt…