103104105106107108109
.getLocator()); else error(e.getMessageId(), e.getLocator()); } } throw new IllegalSchemaException(); }
14831484148514861487148814891490
nameClassTable.put("choice", new NameClassChoiceState()); } public ParsedPattern getParsedPattern() throws IllegalSchemaException { if (hadError) throw new IllegalSchemaException(); return startPattern; }
119120121122123124125
error("syntax_error", e.getMessage(), e.currentToken.next); } catch (EscapeSyntaxException e) { reportEscapeSyntaxException(e); } throw new IllegalSchemaException(); }
134135136137138139140
82838485868788
14621463146414651466146714681469
108109110111112113114
} else { error(e.getMessageId(), e.getLocator()); } } } throw new IllegalSchemaException(); }
165716581659166016611662166316641665
nameClassTable.put("choice", new NameClassChoiceState()); } public ParsedPattern getParsedPattern() throws IllegalSchemaException { if (hadError) { throw new IllegalSchemaException(); } return startPattern; }
140141142143144145146
155156157158159160161