335336337338339340341342343344345
{ dic = new JSSyntaxDictionary(); } else if(dicttype.equals(HTDIC)) { dic = new HTMLSyntaxDictionary(); } //get a list of all the grammars to load NodeList grammars = versionNode.getChildNodes(); byte nlen = (byte)grammars.getLength();