CDATANode cdata = (CDATANode) node.getChildAt(0);
StyleSheet styleSheet = new StyleSheet();
styleSheet.checkDeprecation(mxmlConfiguration.showDeprecationWarnings());
styleSheet.parse(enclosingDocumentPath, startLine, new StringReader(cdata.image), ThreadLocalToolkit.getLogger(), fontManager);
if (styleSheet.errorsExist())
{
// Error
log(node, new StyleSheetParseError(enclosingDocumentPath));
}