Package com.xmlcalabash.xvrl
Object XvrlDigest.Companion
-
- All Implemented Interfaces:
public class XvrlDigest.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final QName
_fatalErrorCount
private final QName
_errorCount
private final QName
_warningCount
private final QName
_infoCount
private final QName
_unspecifiedCount
private final QName
_fatalErrorCodes
private final QName
_errorCodes
private final QName
_warningCodes
private final QName
_infoCodes
private final QName
_unspecifiedCodes
public final static XvrlDigest.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final XvrlDigest
newInstance(XProcStepConfiguration stepConfig, Map<QName, String> attr)
final QName
get_fatalErrorCount()
final QName
get_errorCount()
final QName
get_warningCount()
final QName
get_infoCount()
final QName
get_unspecifiedCount()
final QName
get_fatalErrorCodes()
final QName
get_errorCodes()
final QName
get_warningCodes()
final QName
get_infoCodes()
final QName
get_unspecifiedCodes()
-
-
Method Detail
-
newInstance
final XvrlDigest newInstance(XProcStepConfiguration stepConfig, Map<QName, String> attr)
-
get_fatalErrorCount
final QName get_fatalErrorCount()
-
get_errorCount
final QName get_errorCount()
-
get_warningCount
final QName get_warningCount()
-
get_infoCount
final QName get_infoCount()
-
get_unspecifiedCount
final QName get_unspecifiedCount()
-
get_fatalErrorCodes
final QName get_fatalErrorCodes()
-
get_errorCodes
final QName get_errorCodes()
-
get_warningCodes
final QName get_warningCodes()
-
get_infoCodes
final QName get_infoCodes()
-
get_unspecifiedCodes
final QName get_unspecifiedCodes()
-
-
-
-