129130131132133134135136137
*/ public Item createItem(GrammarPattern grammar) throws RelaxException { if (_item == null) _item = new AttributeItem(_name.createNameItem()); return _item; }