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