@Immutable public final class CSSHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
static CascadingStyleSheet |
readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode)
Deprecated.
|
static CascadingStyleSheet |
readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Create a
CascadingStyleSheet object from a parsed object. |
static CSSDeclarationList |
readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode)
Deprecated.
|
static CSSDeclarationList |
readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Create a
CSSDeclarationList object from a parsed object. |
@Nonnull @Deprecated public static CascadingStyleSheet readCascadingStyleSheetFromNode(@Nonnull ECSSVersion eVersion, @Nonnull CSSNode aNode)
CascadingStyleSheet object from a parsed object.eVersion - The CSS version to use. May not be null.aNode - The parsed CSS object to read. May not be null.null.@Nonnull public static CascadingStyleSheet readCascadingStyleSheetFromNode(@Nonnull ECSSVersion eVersion, @Nonnull CSSNode aNode, @Nonnull ICSSInterpretErrorHandler aErrorHandler)
CascadingStyleSheet object from a parsed object.eVersion - The CSS version to use. May not be null.aNode - The parsed CSS object to read. May not be null.aErrorHandler - The error handler to be used. May not be null.null.@Nonnull @Deprecated public static CSSDeclarationList readDeclarationListFromNode(@Nonnull ECSSVersion eVersion, @Nonnull CSSNode aNode)
CSSDeclarationList object from a parsed object.eVersion - The CSS version to use. May not be null.aNode - The parsed CSS object to read. May not be null.null.@Nonnull public static CSSDeclarationList readDeclarationListFromNode(@Nonnull ECSSVersion eVersion, @Nonnull CSSNode aNode, @Nonnull ICSSInterpretErrorHandler aErrorHandler)
CSSDeclarationList object from a parsed object.eVersion - The CSS version to use. May not be null.aNode - The parsed CSS object to read. May not be null.aErrorHandler - The error handler to be used. May not be null.null.Copyright © 2014–2018 Philip Helger. All rights reserved.