Package com.helger.css.decl
Class CSSUnknownRule
java.lang.Object
com.helger.css.decl.CSSUnknownRule
- All Implemented Interfaces:
ICSSTopLevelRule,ICSSSourceLocationAware,ICSSWriteable
@NotThreadSafe
public class CSSUnknownRule
extends Object
implements ICSSTopLevelRule, ICSSSourceLocationAware
Represents a single
@ rule that is non-standard and/or unknown.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAsCSSString(ICSSWriterSettings aSettings, int nIndentLevel) Get the contents of this object as a serialized CSS string for writing to an output.getBody()final CSSSourceLocationinthashCode()static booleanisValidDeclaration(String sDeclaration) setParameterList(String sParameterList) final voidsetSourceLocation(CSSSourceLocation aSourceLocation) Set the source location of the object, determined while parsing.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.css.ICSSWriteable
getAsCSSString, getAsCSSString
-
Constructor Details
-
CSSUnknownRule
-
-
Method Details
-
isValidDeclaration
-
getDeclaration
- Returns:
- The rule declaration string used in the CSS. Neither
nullnor empty. Always starting with@.
-
setParameterList
-
getParameterList
- Returns:
- The parameter-list of the unknown rule. This is the part between the declaration and the first opening bracket ('{')
-
setBody
-
getBody
- Returns:
- The body of the unknown rule. This is the part between the first opening bracket ('{') and the matching closing bracket ('}').
-
getAsCSSString
@Nonnull @Nonempty public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel) Description copied from interface:ICSSWriteableGet the contents of this object as a serialized CSS string for writing to an output.- Specified by:
getAsCSSStringin interfaceICSSWriteable- Parameters:
aSettings- The settings to be used to format the output. May not benull.nIndentLevel- The current indentation level- Returns:
- The content of this object as CSS string. Never
null.
-
getSourceLocation
- Specified by:
getSourceLocationin interfaceICSSSourceLocationAware- Returns:
- The source location of this object when it was read by the parser.
May be
nullif an object was not read but manually created.
-
setSourceLocation
Description copied from interface:ICSSSourceLocationAwareSet the source location of the object, determined while parsing.- Specified by:
setSourceLocationin interfaceICSSSourceLocationAware- Parameters:
aSourceLocation- The source location to use. May benull.
-
equals
-
hashCode
public int hashCode() -
toString
-