Package org.lobobrowser.html.style
Class CSSUtilities
java.lang.Object
org.lobobrowser.html.style.CSSUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputSource
getCssInputSourceForStyleSheet
(String text, String scriptURI) static boolean
matchesMedia
(String mediaValues, UserAgentContext rcontext) static boolean
matchesMedia
(MediaList mediaList, UserAgentContext rcontext) static CSSStyleSheet
parse
(Node ownerNode, String href, HTMLDocumentImpl doc, String baseUri, boolean considerDoubleSlashComments) static String
preProcessCss
(String text)
-
Method Details
-
preProcessCss
-
getCssInputSourceForStyleSheet
-
parse
public static CSSStyleSheet parse(Node ownerNode, String href, HTMLDocumentImpl doc, String baseUri, boolean considerDoubleSlashComments) throws MalformedURLException - Throws:
MalformedURLException
-
matchesMedia
-
matchesMedia
-