public interface ItemSet extends Iterable<Item>
boolean add(Item key, InputInfo ii) throws QueryException
key
- key to be addedii
- input infotrue
if the key did not exist yet and was storedQueryException
- query exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.