Parses a SAC input source into a CSSOM style sheet.
@param source the SAC input source
@param ownerNode the owner node (see the definition ofownerNode in org.w3c.dom.css.StyleSheet)
@param href the href (see the definition of href inorg.w3c.dom.css.StyleSheet)
@return the CSSOM style sheet
@throws IOException if the underlying SAC parser throws an IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.