static boolean |
CSSReader.isValidCSS(com.helger.commons.io.resource.IReadableResource aRes,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Check if the passed CSS resource can be parsed without error
|
static boolean |
CSSReader.isValidCSS(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Check if the passed CSS file can be parsed without error
|
static boolean |
CSSReader.isValidCSS(InputStream aIS,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Check if the passed input stream can be resembled to valid CSS content.
|
static boolean |
CSSReader.isValidCSS(Reader aReader,
ECSSVersion eVersion) |
Check if the passed reader can be resembled to valid CSS content.
|
static boolean |
CSSReader.isValidCSS(String sCSS,
ECSSVersion eVersion) |
Check if the passed String can be resembled to valid CSS content.
|
static boolean |
CSSReaderDeclarationList.isValidCSS(com.helger.commons.io.resource.IReadableResource aRes,
Charset aCharset,
ECSSVersion eVersion) |
Check if the passed CSS resource can be parsed without error
|
static boolean |
CSSReaderDeclarationList.isValidCSS(File aFile,
Charset aCharset,
ECSSVersion eVersion) |
Check if the passed CSS file can be parsed without error
|
static boolean |
CSSReaderDeclarationList.isValidCSS(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion) |
Check if the passed input stream can be resembled to valid CSS content.
|
static boolean |
CSSReaderDeclarationList.isValidCSS(Reader aReader,
ECSSVersion eVersion) |
Check if the passed reader can be resembled to valid CSS content.
|
static boolean |
CSSReaderDeclarationList.isValidCSS(String sCSS,
ECSSVersion eVersion) |
Check if the passed String can be resembled to valid CSS content.
|
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Read the CSS from the passed File.
|
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed File.
|
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed File.
|
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed File.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
|
static CascadingStyleSheet |
CSSReader.readFromReader(com.helger.commons.io.IHasReader aRP,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed IHasReader.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
ECSSVersion eVersion) |
Read the CSS from the passed Reader.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed Reader.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed Reader.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed Reader.
|
static CascadingStyleSheet |
CSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Read the CSS from the passed IHasInputStream.
|
static CascadingStyleSheet |
CSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed IHasInputStream.
|
static CascadingStyleSheet |
CSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed IHasInputStream.
|
static CascadingStyleSheet |
CSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed IHasInputStream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aCharset,
ECSSVersion eVersion) |
Read the CSS from the passed IHasInputStream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed IHasInputStream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed IHasInputStream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed IHasInputStream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion) |
Read the CSS from the passed String using a character stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String using a character stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed String using a character stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String using a character stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
Charset aFallbackCharset,
ECSSVersion eVersion) |
Read the CSS from the passed String using a byte stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String using a byte stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed String using a byte stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String using a byte stream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion) |
Read the CSS from the passed String.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
Read the CSS from the passed String.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Read the CSS from the passed String.
|
CSSReaderSettings |
CSSReaderSettings.setCSSVersion(ECSSVersion eCSSVersion) |
Set the CSS version to be read.
|