262263264265266267268269270271272
/* * 2 - Apply a Profile (if any) */ Profile profile = lookupProfile(id); if (profile == null) { throw(new ProfileNotFoundException(id)); } log.info("Processing XCCDF document using profile: " + id); // Apply select selectors in document order