XmlObject xmlObject = cursor.getObject();
if (xmlObject instanceof CheckType) {
CheckType checkType = (CheckType)xmlObject;
if (checkType.isSetCheckContent()) {
throw new ComplexCheckException(CheckedItem.Result.NOTCHECKED,
"In-line check content not supported");
}
XCCDFCheck check = RuleImpl.newCheck(document, checkType);
addCheckingUnit(check);