913914915916917918919920921922923
"attribute 'author' is required"); if (strict) throw ex; else ex.printStackTrace(); copyright = "unknown"; } else copyright = attributes.get(COPYRIGHTAttribute.AUTHOR);
967968969970971972973974975976977
"attribute 'href' is required"); if (strict) throw ex; else ex.printStackTrace(); link = "unknown"; } else link = attributes.get(LINKAttribute.HREF);