Xbasic

CSS::Selector Class

Description

Properties and methods in the CSS::Selector Class.

Properties

leading_commentsCharacter

Comments before the style

selectorCharacter

Selector for style

cssCSS::StyleDef

Content for the style

originalSelectorCharacter

Original form of selector.

Methods

FlattenSelectors Method

Output Cr-lf delimited list of selectors (commas -> crlf() + remove whitespace ).

FromString Method

Convert CSS text to an style definition.

OutputProcess Method

Process the CSS output (i.e. filter + output combination).

ToString Method

Output the CSS text that represents the style definition.

See Also