| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.handler | |
| com.helger.css.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSDeclarationContainer
Represents a common container of
CSSDeclaration objects. |
| Modifier and Type | Method and Description |
|---|---|
CSSDeclarationList |
CSSDeclarationList.addDeclaration(CSSDeclaration aNewDeclaration) |
CSSDeclarationList |
CSSDeclarationList.addDeclaration(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSDeclarationList |
CSSDeclarationList.setDeclarationAtIndex(int nIndex,
CSSDeclaration aNewDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode)
Deprecated.
|
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Create a
CSSDeclarationList object from a parsed object. |
| Modifier and Type | Method and Description |
|---|---|
static CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion) |
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 CSSDeclarationList |
CSSReaderDeclarationList.readFromFile(File aFile,
Charset aCharset,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromReader(Reader aReader,
CSSReaderSettings aSettings)
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,
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.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,
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(com.helger.commons.io.IHasInputStream aISP,
Charset aCharset,
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,
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,
ICSSParseExceptionCallback aCustomExceptionHandler)
Read the CSS from the passed
InputStream. |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseErrorHandler aCustomErrorHandler,
ICSSParseExceptionCallback aCustomExceptionHandler) |
static CSSDeclarationList |
CSSReaderDeclarationList.readFromString(String sCSS,
ECSSVersion eVersion,
ICSSParseExceptionCallback aCustomExceptionHandler) |
Copyright © 2014–2018 Philip Helger. All rights reserved.