Package io.sf.carte.doc.style.css.parser
Class MediaQueryHelper
java.lang.Object
io.sf.carte.doc.style.css.parser.MediaQueryHelper
Media query helper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendFeatureText(String featureName, byte rangeType, String value1, String value2, StringBuilder buf) static voidappendMinifiedFeatureText(String featureName, byte rangeType, String value1, String value2, StringBuilder buf)
-
Constructor Details
-
MediaQueryHelper
public MediaQueryHelper()
-
-
Method Details
-
appendFeatureText
public static void appendFeatureText(String featureName, byte rangeType, String value1, String value2, StringBuilder buf) -
appendMinifiedFeatureText
public static void appendMinifiedFeatureText(String featureName, byte rangeType, String value1, String value2, StringBuilder buf)
-