()
| 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 | { |
no test coverage detected
searching dependent graphs…