Css.Spec.ValueType Class Reference

Detailed Description

Represents e.g. <number> in the specification.

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

Public Member Functions

 ValueType (Type type)
 
 ValueType (Css.ValueType type)
 
override bool OnReadValue (Style styleBlock, Css.Value value, int start, out int size)
 

Public Attributes

Type RawType
 The value type. The value object inherits from this. More...
 
Css.ValueType Type
 General CSS value type. More...
 

Constructor & Destructor Documentation

Css.Spec.ValueType.ValueType ( Type  type)
inline
Css.Spec.ValueType.ValueType ( Css.ValueType  type)
inline

Member Function Documentation

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

Reimplemented from Css.Spec.Value.

Member Data Documentation

Type Css.Spec.ValueType.RawType

The value type. The value object inherits from this.

Css.ValueType Css.Spec.ValueType.Type

General CSS value type.