Css.Spec.Literal Class Reference

Detailed Description

Represents a string literal in the specification.

Inheritance diagram for Css.Spec.Literal:
Css.Spec.Value

Public Member Functions

 Literal (string lit)
 
override bool OnReadValue (Style styleBlock, Css.Value value, int start, out int size)
 

Public Attributes

string RawLiteral
 The value itself. More...
 

Constructor & Destructor Documentation

Css.Spec.Literal.Literal ( string  lit)
inline

Member Function Documentation

override bool Css.Spec.Literal.OnReadValue ( Style  styleBlock,
Css.Value  value,
int  start,
out int  size 
)
inlinevirtual

Reimplemented from Css.Spec.Value.

Member Data Documentation

string Css.Spec.Literal.RawLiteral

The value itself.