CssRuleLike

ostrat.pWeb.CssRuleLike
trait CssRuleLike extends XConElem

Attributes

Graph
Supertypes
trait XConElem
class Object
trait Matchable
class Any
Known subtypes
class CssMedia
trait CssRule
class CssBody
class CssButton
class CssCanvas
class CssCode
class CssH1
class CssIDRule
class CssOl
class CssP
class CssSvg
Show all

Members list

Value members

Abstract methods

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

def out(indent: Int, line1InputLen: Int, maxLineLen: Int): String

The CSS output.

The CSS output.

Attributes

Inherited methods

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

Inherited from:
XConElem