Iterator getListeners(final POIFSDocumentPath path, final String name)
{
Set rval = new HashSet(omnivorousListeners);
Set selectiveListeners =
( Set ) chosenDocumentDescriptors.get(new DocumentDescriptor(path,
name));
if (selectiveListeners != null)
{
rval.addAll(selectiveListeners);