949596979899100101102103104105106107
*/ public NameClassItem createNameItem() throws RelaxException { if (_item == null) { NsNameItem item = new NsNameItem(_ns); if (_except != null) item.setExcept(_except.createNameItem()); _item = item; } return _item;