CssIDRule

ostrat.pWeb.CssIDRule
See theCssIDRule companion object
class CssIDRule(val idStr: String, val decsArr: RArr[CssDecs]) extends CssRule

CSS rule for IDs.

Attributes

Companion
object
Graph
Supertypes
trait CssRule
trait CssRuleLike
trait XConElem
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • CssRule

Value members

Concrete methods

override def selec: String

The selector String for the CSS rule.

The selector String for the CSS rule.

Attributes

Definition Classes

Inherited methods

def decsStr(indent: Int): String

The inner String of this rule's declarations.

The inner String of this rule's declarations.

Attributes

Inherited from:
CssRule
override def isMultiLine: Boolean

Outputs to a single line if the rule has 2 or more declarations.

Outputs to a single line if the rule has 2 or more declarations.

Attributes

Definition Classes
Inherited from:
CssRule
override def out(indent: Int, line1InputLen: Int, maxLineLen: Int): String

The CSS output.

The CSS output.

Attributes

Definition Classes
Inherited from:
CssRule
override def outLines(indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines

This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.

This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.

Attributes

Definition Classes
Inherited from:
CssRule

Concrete fields

The CSS declarations of this rule.

The CSS declarations of this rule.

Attributes

val idStr: String