As with all digesters, however, you are required to specify what types this keyword supports.
130131132133134135136137138
* @throws NullPointerException one or more type(s) are null */ public KeywordBuilder withSimpleDigester(final NodeType first, final NodeType... other) { digester = new SimpleDigester(name, checkType(first), checkTypes(other)); return this; }