// Create a new IconNode.
// don't bother creating the Icon object now (the second property to new IconNode());
// we create the Icon object when we resolve IconNodes in StyleSheetDocument
// See StyleSheetDocument#getIcons(StyleContext context).
iconNodeList.add(new IconNode(selectorName, null, styleNode));
}
return hasContentProperty;
}