223224225226227228229
public XSNamespaceItemList getNamespaceItems() { // REVISIT: should the type of fGrammarList be NSItemListImpl? return new NSItemListImpl(fGrammarList, fGrammarCount); }
224225226227228229230
225226227228229230231
200201202203204205206
201202203204205206207
254255256257258259260
115116117118119120121
return new StringListImpl(this.fNamespaces, this.fGrammarCount); } public XSNamespaceItemList getNamespaceItems() { return new NSItemListImpl(this.fGrammarList, this.fGrammarCount); }