{
// we need to deal with the styleNodeList by building a StyleSheetNode
// with this information.
// create a StyleSheetNode, add to the ssNodeList
StyleNode[] styleNodeArray = styleNodeList.toArray(new StyleNode[0]);
StyleSheetNode ssNode =
new StyleSheetNode(styleNodeArray,
null,/*locales, not yet supported*/
skinSSNode.getDirection(),
skinSSNode.getAgents(),
null,/*versions, not supported*/
skinSSNode.getPlatforms(),