org.xhtmlrenderer.css.parser
Class CSSParser
java.lang.Object
org.xhtmlrenderer.css.parser.CSSParser
public class CSSParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSParser
public CSSParser(CSSErrorHandler errorHandler)
parseStylesheet
public Stylesheet parseStylesheet(String uri,
int origin,
Reader reader)
throws IOException
- Throws:
IOException
parseDeclaration
public Ruleset parseDeclaration(int origin,
String text)
parsePropertyValue
public PropertyValue parsePropertyValue(CSSName cssName,
int origin,
String expr)
reset
public void reset(Reader r)
getErrorHandler
public CSSErrorHandler getErrorHandler()
setErrorHandler
public void setErrorHandler(CSSErrorHandler errorHandler)
isSupportCMYKColors
public boolean isSupportCMYKColors()
setSupportCMYKColors
public void setSupportCMYKColors(boolean b)
Copyright © 2013. All Rights Reserved.