// SBase.
// Try to read the attributes.
if (contextObject instanceof SBase) {
SBase sbase = (SBase) contextObject;
try {
isAttributeRead = sbase.readAttribute(attributeName, prefix,
value);
} catch (Throwable exc) {
log4jLogger.error(exc.getMessage());
log4jLogger.info("Attribute = " + attributeName + ", element = " + elementName);
}