Class CssFunctionArgumentsNode

    • Constructor Detail

      • CssFunctionArgumentsNode

        public CssFunctionArgumentsNode()
        Constructor of a node that contains the arguments of a function.
      • CssFunctionArgumentsNode

        public CssFunctionArgumentsNode​(java.util.List<CssValueNode> valueNodesList)
        Constructor of a node with list of arguments to initialize with.
      • CssFunctionArgumentsNode

        public CssFunctionArgumentsNode​(CssFunctionArgumentsNode node)
        Copy constructor.
        Parameters:
        node -