| Package | Description |
|---|---|
| com.helger.css | |
| com.helger.css.decl | |
| com.helger.css.handler | |
| com.helger.css.media | |
| com.helger.css.property | |
| com.helger.css.reader | |
| com.helger.css.tools | |
| com.helger.css.writer |
| Modifier and Type | Field and Description |
|---|---|
static ECSSVersion |
ECSSVersion.LATEST
Latest version is CSS 3.0
|
static ECSSVersion |
ECSSVersion.LATEST
Latest version is CSS 3.0
|
| Modifier and Type | Method and Description |
|---|---|
ECSSVersion |
ICSSWriterSettings.getCSSVersion() |
ECSSVersion |
ICSSWriterSettings.getCSSVersion() |
ECSSVersion |
ECSSUnit.getMinimumCSSVersion() |
ECSSVersion |
ICSSVersionAware.getMinimumCSSVersion() |
ECSSVersion |
ICSSVersionAware.getMinimumCSSVersion() |
ECSSVersion |
ECSSUnit.getMinimumCSSVersion() |
default ECSSVersion |
ICSSWriterSettings.getVersion()
Deprecated.
Use
ICSSWriterSettings.getCSSVersion() instead |
default ECSSVersion |
ICSSWriterSettings.getVersion()
Deprecated.
Use
ICSSWriterSettings.getCSSVersion() instead |
static ECSSVersion |
ECSSVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSVersion |
ECSSVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSVersion[] |
ECSSVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ECSSVersion[] |
ECSSVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ECSSNodeType.getDump(CSSNode aParserNode,
ECSSVersion eVersion) |
static String |
ECSSNodeType.getDump(CSSNode aParserNode,
ECSSVersion eVersion) |
static boolean |
ECSSNodeType.isErrorNode(CSSNode aParserNode,
ECSSVersion eVersion) |
static boolean |
ECSSNodeType.isErrorNode(CSSNode aParserNode,
ECSSVersion eVersion) |
boolean |
ECSSNodeType.isNode(CSSNode aParserNode,
ECSSVersion eVersion)
Check if the passed parser node is of
this type. |
boolean |
ECSSNodeType.isNode(CSSNode aParserNode,
ECSSVersion eVersion)
Check if the passed parser node is of
this type. |
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode)
|
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode)
|
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
|
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
|
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
ICSSInterpretErrorHandler aErrorHandler,
boolean bUseSourceLocation,
CSSNode aNode)
Create a
CascadingStyleSheet object from a parsed object. |
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
ICSSInterpretErrorHandler aErrorHandler,
boolean bUseSourceLocation,
CSSNode aNode)
Create a
CascadingStyleSheet object from a parsed object. |
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode)
Deprecated.
|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode)
Deprecated.
|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Deprecated.
|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Deprecated.
|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
ICSSInterpretErrorHandler aErrorHandler,
boolean bUseSourceLocation,
CSSNode aNode)
Create a
CSSDeclarationList object from a parsed object. |
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
ICSSInterpretErrorHandler aErrorHandler,
boolean bUseSourceLocation,
CSSNode aNode)
Create a
CSSDeclarationList object from a parsed object. |
| Modifier and Type | Method and Description |
|---|---|
ECSSVersion |
ECSSMedium.getMinimumCSSVersion() |
ECSSVersion |
ECSSMedium.getMinimumCSSVersion() |
| Modifier and Type | Method and Description |
|---|---|
ECSSVersion |
AbstractCSSProperty.getMinimumCSSVersion() |
ECSSVersion |
ECSSProperty.getMinimumCSSVersion() |
ECSSVersion |
ECSSProperty.getMinimumCSSVersion() |
ECSSVersion |
AbstractCSSProperty.getMinimumCSSVersion() |
| Modifier and Type | Field and Description |
|---|---|
static ECSSVersion |
CSSReaderSettings.DEFAULT_VERSION |
static ECSSVersion |
CSSReaderSettings.DEFAULT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
ECSSVersion |
CSSReaderSettings.getCSSVersion() |
ECSSVersion |
CSSReaderSettings.getCSSVersion() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CSSReader.isValidCSS(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion)
Check if the passed CSS file 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(File aFile,
Charset aCharset,
ECSSVersion eVersion)
Check if the passed CSS file 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 |
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(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion)
Check if the passed input stream can be resembled to valid CSS content.
|
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(com.helger.commons.io.resource.IReadableResource aRes,
Charset aFallbackCharset,
ECSSVersion eVersion)
Check if the passed CSS resource can be parsed without error
|
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(com.helger.commons.io.resource.IReadableResource aRes,
Charset aCharset,
ECSSVersion eVersion)
Check if the passed CSS resource can be parsed without error
|
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(Reader aReader,
ECSSVersion eVersion)
Check if the passed reader 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(Reader aReader,
ECSSVersion eVersion)
Check if the passed reader 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(String sCSS,
ECSSVersion eVersion)
Check if the passed String 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 boolean |
CSSReader.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 CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion) |
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,
ICSSParseErrorHandler aCustomErrorHandler)
Read the CSS from the passed File.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
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,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
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 CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CascadingStyleSheet |
CSSReader.readFromFile(File aFile,
Charset aFallbackCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed File.
|
static CascadingStyleSheet |
CSSReader.readFromReader(com.helger.commons.io.IHasReader aRP,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
IHasReader. |
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)
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)
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 CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
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,
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 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)
Read the CSS from the passed
IHasInputStream. |
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,
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)
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 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,
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,
ICSSParseErrorHandler aCustomErrorHandler,
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,
ICSSParseExceptionCallback aCustomExceptionHandler)
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 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,
ICSSParseExceptionCallback aCustomExceptionHandler)
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 CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromStream(InputStream aIS,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
InputStream. |
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)
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)
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 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 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,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed String using a byte stream.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion)
Read the CSS from the passed String using a character stream.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion)
Read the CSS from the passed String.
|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion)
Read the CSS from the passed String.
|
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,
ICSSParseErrorHandler aCustomErrorHandler)
Read the CSS from the passed String using a character stream.
|
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)
Read the CSS from the passed String.
|
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 CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler)
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.
|
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,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed String using a character stream.
|
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,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed String.
|
static CascadingStyleSheet |
CSSReader.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed String using a character stream.
|
CSSReaderSettings |
CSSReaderSettings.setCSSVersion(ECSSVersion eCSSVersion)
Set the CSS version to be read.
|
CSSReaderSettings |
CSSReaderSettings.setCSSVersion(ECSSVersion eCSSVersion)
Set the CSS version to be read.
|
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery> |
MediaQueryTools.parseToMediaQuery(String sMediaQuery,
ECSSVersion eVersion)
Utility method to convert a media query string to a structured list of
CSSMediaQuery objects. |
static com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery> |
MediaQueryTools.parseToMediaQuery(String sMediaQuery,
ECSSVersion eVersion)
Utility method to convert a media query string to a structured list of
CSSMediaQuery objects. |
| Modifier and Type | Method and Description |
|---|---|
ECSSVersion |
CSSWriterSettings.getCSSVersion() |
ECSSVersion |
CSSWriterSettings.getCSSVersion() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CSSCompressor.getCompressedCSS(String sOriginalCSS,
ECSSVersion eCSSVersion)
Get the compressed version of the passed CSS code.
|
static String |
CSSCompressor.getCompressedCSS(String sOriginalCSS,
ECSSVersion eCSSVersion)
Get the compressed version of the passed CSS code.
|
static String |
CSSCompressor.getCompressedCSS(String sOriginalCSS,
ECSSVersion eCSSVersion,
boolean bRemoveUnnecessaryCode)
Get the compressed version of the passed CSS code.
|
static String |
CSSCompressor.getCompressedCSS(String sOriginalCSS,
ECSSVersion eCSSVersion,
boolean bRemoveUnnecessaryCode)
Get the compressed version of the passed CSS code.
|
CSSWriterSettings |
CSSWriterSettings.setCSSVersion(ECSSVersion eCSSVersion) |
CSSWriterSettings |
CSSWriterSettings.setCSSVersion(ECSSVersion eCSSVersion) |
| Constructor and Description |
|---|
CSSWriter(ECSSVersion eVersion)
Constructor for creating non-optimized output.
|
CSSWriter(ECSSVersion eVersion)
Constructor for creating non-optimized output.
|
CSSWriter(ECSSVersion eVersion,
boolean bOptimizedOutput)
Constructor.
|
CSSWriter(ECSSVersion eVersion,
boolean bOptimizedOutput)
Constructor.
|
CSSWriterSettings(ECSSVersion eCSSVersion) |
CSSWriterSettings(ECSSVersion eCSSVersion) |
CSSWriterSettings(ECSSVersion eCSSVersion,
boolean bOptimizedOutput) |
CSSWriterSettings(ECSSVersion eCSSVersion,
boolean bOptimizedOutput) |
Copyright © 2014–2022 Philip Helger. All rights reserved.