Parses an XML style sheet and returns a StyleSheet
instance.
Styles for components that cannot be loaded by the specified
ClassLoader will be ignored.
Parameters: resourceName - the name of the resource on the CLASSPATH containing the XML data Parameters: classLoader - the ClassLoader with which to instantiate property objects the created StyleSheet or null if the resource does not exist throws: ComponentXmlException - if parsing/instantiation errors occur |