MCPcopy
hub / github.com/ajaxorg/ace / try_DefaultNamespaceDecl

Function try_DefaultNamespaceDecl

lib/ace/mode/xquery/xqlint.js:11720–11738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11718 }
11719
11720 function try_DefaultNamespaceDecl()
11721 {
11722 shiftT(109); // 'declare'
11723 lookahead1W(49); // S^WS | '(:' | 'default'
11724 shiftT(110); // 'default'
11725 lookahead1W(119); // S^WS | '(:' | 'element' | 'function'
11726 switch (l1)
11727 {
11728 case 122: // 'element'
11729 shiftT(122); // 'element'
11730 break;
11731 default:
11732 shiftT(147); // 'function'
11733 }
11734 lookahead1W(64); // S^WS | '(:' | 'namespace'
11735 shiftT(187); // 'namespace'
11736 lookahead1W(15); // URILiteral | S^WS | '(:'
11737 shiftT(7); // URILiteral
11738 }
11739
11740 function parse_FTOptionDecl()
11741 {

Callers 1

parse_PrologFunction · 0.85

Calls 2

shiftTFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…