Class CssRefinerListNode

All Implemented Interfaces:
Locatable

public class CssRefinerListNode extends CssNodesListNode<CssRefinerNode>
A list of nodes that are refiners of a selector.
  • Constructor Details

    • CssRefinerListNode

      public CssRefinerListNode()
      Constructor of a list of refiner nodes.
    • CssRefinerListNode

      public CssRefinerListNode(CssRefinerListNode node)
      Copy constructor.
      Parameters:
      node -
  • Method Details