I want to parse css file using java code. e.g. as below. particular class and inside that different images. And I want to change background dynamically. Can someone provide give me example for same. Thanks.
classname {
background-image: -moz-linear-gradient(top, #666666, #666666);
}