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

Function parse_CopyNamespacesDecl

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

Source from the content-addressed store, hash-verified

11357 }
11358
11359 function parse_CopyNamespacesDecl()
11360 {
11361 eventHandler.startNonterminal("CopyNamespacesDecl", e0);
11362 shift(109); // 'declare'
11363 lookahead1W(47); // S^WS | '(:' | 'copy-namespaces'
11364 shift(105); // 'copy-namespaces'
11365 lookahead1W(132); // S^WS | '(:' | 'no-preserve' | 'preserve'
11366 whitespace();
11367 parse_PreserveMode();
11368 lookahead1W(25); // S^WS | '(:' | ','
11369 shift(42); // ','
11370 lookahead1W(127); // S^WS | '(:' | 'inherit' | 'no-inherit'
11371 whitespace();
11372 parse_InheritMode();
11373 eventHandler.endNonterminal("CopyNamespacesDecl", e0);
11374 }
11375
11376 function parse_PreserveMode()
11377 {

Callers 1

parse_SetterFunction · 0.85

Calls 5

parse_PreserveModeFunction · 0.85
parse_InheritModeFunction · 0.85
shiftFunction · 0.70
lookahead1WFunction · 0.70
whitespaceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…