for (CrawlElement crawlElement : crawljaxConfiguration.getCrawlSpecification()
.crawlActions().getCrawlElementsExcluded()) {
Set<TagAttribute> attributes = new HashSet<TagAttribute>();
for (CrawlAttribute crawlAttribute : crawlElement.getCrawlAttributes()) {
TagAttribute tag =
new TagAttribute(crawlAttribute.getName(), crawlAttribute.getValue());
attributes.add(tag);
}
TagElement tagElement = new TagElement(attributes, crawlElement.getTagName());