Lines Matching refs:AbstractWalker
1565 …AbstractWalker=function(a,b,c,d){this.node=a;this.node.id?this.id=this.node.id:this.node.hasAttrib… class
1568 …AbstractWalker.prototype.getXml=function(){this.xml_||(this.xml_=sre.DomUtil.parseInput(this.xmlSt…
1569 …AbstractWalker.prototype.isActive=function(){return this.active_};sre.AbstractWalker.prototype.tog…
1570 …AbstractWalker.prototype.getFocus=function(a){this.focus_||(this.focus_=sre.Focus.factory(this.roo…
1571 sre.AbstractWalker.prototype.speech=function(){var a=this.getFocus().getDomNodes();if(!a.length)ret…
1572 …AbstractWalker.prototype.mergePrefix_=function(a,b){b=b||[];var c=this.isSpeech()?this.prefix_():"…
1573 …AbstractWalker.prototype.move=function(a){a=this.keyMapping[a];if(!a)return null;a=a();if(!a||a===…
1574 …AbstractWalker.prototype.right=function(){this.moved=sre.Walker.move.RIGHT;return this.getFocus()}…
1575 sre.AbstractWalker.prototype.depth_=function(){var a=sre.Grammar.getInstance().getParameter("depth"…
1576 …AbstractWalker.prototype.home=function(){this.moved=sre.Walker.move.HOME;return sre.Focus.factory(…
1577 …AbstractWalker.prototype.expand=function(){var a=this.getFocus().getDomPrimary();a=this.actionable…
1578 sre.AbstractWalker.prototype.collapsible=function(a){return!!this.actionable_(a)&&0<a.childNodes.le…
1579 …AbstractWalker.prototype.updateFocus=function(){this.setFocus(sre.Focus.factory(this.getFocus().ge…
1580 sre.AbstractWalker.prototype.rebuildStree=function(){var a=new sre.RebuildStree(this.getXml());this…
1581 sre.AbstractWalker.prototype.previousLevel=function(){var a=this.getFocus().getDomPrimary();return …
1582 sre.AbstractWalker.prototype.nextLevel=function(){var a=this.getFocus().getDomPrimary();if(a){var b…
1583 …AbstractWalker.prototype.combineContentChildren=goog.abstractMethod;sre.AbstractWalker.prototype.s…
1584 …AbstractWalker.prototype.summary=function(){this.moved=this.isSpeech()?sre.Walker.move.SUMMARY:sre…
1585 sre.AbstractWalker.prototype.detail=function(){this.moved=this.isSpeech()?sre.Walker.move.DETAIL:sr…
1586 sre.AbstractWalker.prototype.detail_=function(){var a=this.getFocus().getSemanticPrimary().id.toStr…
1587 …AbstractWalker.prototype.specialMove=function(){return null};sre.AbstractWalker.prototype.virtuali…
1588 …AbstractWalker.prototype.undo=function(){do var a=this.cursors.pop();while(a&&!a.undo);if(!a)retur…
1589 sre.AbstractWalker.prototype.nextRules=function(){var a=this.generator.getOptions();if("speech"!==a…
1590 sre.AbstractWalker.prototype.nextStyle=function(a,b){if("mathspeak"===a){a=["default","brief","sbri…
1591 …AbstractWalker.prototype.previousRules=function(){var a=this.generator.getOptions();if("speech"!==…
1592 …n(a,b,c,d){sre.AbstractWalker.call(this,a,b,c,d);this.levels=null;this.restoreState()};goog.inheri…
1598 …on(a,b,c,d){sre.AbstractWalker.call(this,a,b,c,d);this.levels=null;this.restoreState()};goog.inher…