MCPcopy
hub / github.com/OmniDB/OmniDB / parse_EQName

Function parse_EQName

OmniDB/OmniDB_app/static/OmniDB_app/lib/ace/worker-xquery.js:3568–3625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3566 };
3567
3568 function parse_EQName()
3569 {
3570 eventHandler.startNonterminal("EQName", e0);
3571 switch (l1)
3572 {
3573 case 80: // 'attribute'
3574 shift(80); // 'attribute'
3575 break;
3576 case 94: // 'comment'
3577 shift(94); // 'comment'
3578 break;
3579 case 118: // 'document-node'
3580 shift(118); // 'document-node'
3581 break;
3582 case 119: // 'element'
3583 shift(119); // 'element'
3584 break;
3585 case 122: // 'empty-sequence'
3586 shift(122); // 'empty-sequence'
3587 break;
3588 case 143: // 'function'
3589 shift(143); // 'function'
3590 break;
3591 case 150: // 'if'
3592 shift(150); // 'if'
3593 break;
3594 case 163: // 'item'
3595 shift(163); // 'item'
3596 break;
3597 case 183: // 'namespace-node'
3598 shift(183); // 'namespace-node'
3599 break;
3600 case 189: // 'node'
3601 shift(189); // 'node'
3602 break;
3603 case 214: // 'processing-instruction'
3604 shift(214); // 'processing-instruction'
3605 break;
3606 case 224: // 'schema-attribute'
3607 shift(224); // 'schema-attribute'
3608 break;
3609 case 225: // 'schema-element'
3610 shift(225); // 'schema-element'
3611 break;
3612 case 241: // 'switch'
3613 shift(241); // 'switch'
3614 break;
3615 case 242: // 'text'
3616 shift(242); // 'text'
3617 break;
3618 case 251: // 'typeswitch'
3619 shift(251); // 'typeswitch'
3620 break;
3621 default:
3622 parse_FunctionName();
3623 }
3624 eventHandler.endNonterminal("EQName", e0);
3625 }

Callers 15

worker-xquery.jsFile · 0.70
parse_DecimalFormatDeclFunction · 0.70
parse_AnnotationFunction · 0.70
parse_ParamFunction · 0.70
parse_OptionDeclFunction · 0.70
parse_CurrentItemFunction · 0.70
parse_PreviousItemFunction · 0.70
parse_NextItemFunction · 0.70
parse_PragmaFunction · 0.70
parse_NameTestFunction · 0.70
parse_VarNameFunction · 0.70

Calls 3

shiftFunction · 0.70
parse_FunctionNameFunction · 0.70
lookahead1Function · 0.70

Tested by

no test coverage detected