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

Function parse_BoundarySpaceDecl

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

Source from the content-addressed store, hash-verified

11226 }
11227
11228 function parse_BoundarySpaceDecl()
11229 {
11230 eventHandler.startNonterminal("BoundarySpaceDecl", e0);
11231 shift(109); // 'declare'
11232 lookahead1W(36); // S^WS | '(:' | 'boundary-space'
11233 shift(86); // 'boundary-space'
11234 lookahead1W(137); // S^WS | '(:' | 'preserve' | 'strip'
11235 switch (l1)
11236 {
11237 case 218: // 'preserve'
11238 shift(218); // 'preserve'
11239 break;
11240 default:
11241 shift(246); // 'strip'
11242 }
11243 eventHandler.endNonterminal("BoundarySpaceDecl", e0);
11244 }
11245
11246 function parse_DefaultCollationDecl()
11247 {

Callers 1

parse_SetterFunction · 0.85

Calls 2

shiftFunction · 0.70
lookahead1WFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…