Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js1565AbstractWalker=function(a,b,c,d){this.node=a;this.node.id?this.id=this.node.id:this.node.hasAttrib… class in sre
1568AbstractWalker.prototype.getXml=function(){this.xml_||(this.xml_=sre.DomUtil.parseInput(this.xmlSt…
1569AbstractWalker.prototype.isActive=function(){return this.active_};sre.AbstractWalker.prototype.tog…
1570AbstractWalker.prototype.getFocus=function(a){this.focus_||(this.focus_=sre.Focus.factory(this.roo…
1573AbstractWalker.prototype.move=function(a){a=this.keyMapping[a];if(!a)return null;a=a();if(!a||a===…
1574AbstractWalker.prototype.right=function(){this.moved=sre.Walker.move.RIGHT;return this.getFocus()}…
1577AbstractWalker.prototype.expand=function(){var a=this.getFocus().getDomPrimary();a=this.actionable…
1579AbstractWalker.prototype.updateFocus=function(){this.setFocus(sre.Focus.factory(this.getFocus().ge…
1583AbstractWalker.prototype.combineContentChildren=goog.abstractMethod;sre.AbstractWalker.prototype.s…
1587AbstractWalker.prototype.specialMove=function(){return null};sre.AbstractWalker.prototype.virtuali…
[all …]