Class CssCompositeValueNode

All Implemented Interfaces:
Locatable
Direct Known Subclasses:
CssMathNode

public class CssCompositeValueNode extends CssValueNode
A node that contains a list of value nodes that together represent one logical value. For example, font-family alternatives like Arial, Helvetica, Sans-serif are logically one value in the font declaration. Likewise the font size specification 12pt/14pt contains two values (the font size and line height) that are really logically one value.